@mintplayer/ng-bootstrap 15.16.2 → 15.17.1

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 (1121) hide show
  1. package/README.md +7 -7
  2. package/_bootstrap.scss +63 -63
  3. package/accordion/index.d.ts +1 -1
  4. package/accordion/src/accordion/accordion.component.d.ts +10 -10
  5. package/accordion/src/accordion-tab/accordion-tab.component.d.ts +17 -17
  6. package/accordion/src/accordion-tab-header/accordion-tab-header.component.d.ts +9 -9
  7. package/accordion/src/accordion.module.d.ts +10 -10
  8. package/accordion/src/index.d.ts +4 -4
  9. package/alert/index.d.ts +1 -1
  10. package/alert/src/alert/alert.component.d.ts +15 -15
  11. package/alert/src/alert-close/alert-close.component.d.ts +9 -9
  12. package/alert/src/alert.module.d.ts +9 -9
  13. package/alert/src/index.d.ts +3 -3
  14. package/badge/index.d.ts +1 -1
  15. package/badge/src/badge.component.d.ts +15 -15
  16. package/badge/src/badge.module.d.ts +8 -8
  17. package/badge/src/index.d.ts +2 -2
  18. package/breadcrumb/index.d.ts +1 -1
  19. package/breadcrumb/src/breadcrumb/breadcrumb.component.d.ts +8 -8
  20. package/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.d.ts +9 -9
  21. package/breadcrumb/src/breadcrumb.module.d.ts +9 -9
  22. package/breadcrumb/src/index.d.ts +3 -3
  23. package/button-group/index.d.ts +1 -1
  24. package/button-group/src/button-group/button-group.component.d.ts +8 -8
  25. package/button-group/src/button-group.module.d.ts +8 -8
  26. package/button-group/src/index.d.ts +2 -2
  27. package/button-type/index.d.ts +1 -1
  28. package/button-type/src/button-type/button-type.directive.d.ts +9 -9
  29. package/button-type/src/button-type/button-type.module.d.ts +8 -8
  30. package/button-type/src/index.d.ts +2 -2
  31. package/calendar/index.d.ts +1 -1
  32. package/calendar/src/calendar.component.d.ts +26 -26
  33. package/calendar/src/calendar.module.d.ts +11 -11
  34. package/calendar/src/index.d.ts +2 -2
  35. package/calendar-month/index.d.ts +1 -1
  36. package/calendar-month/src/index.d.ts +3 -3
  37. package/calendar-month/src/interfaces/date-day-of-month.d.ts +5 -5
  38. package/calendar-month/src/interfaces/first-and-last-date.d.ts +4 -4
  39. package/calendar-month/src/interfaces/index.d.ts +4 -4
  40. package/calendar-month/src/interfaces/week.d.ts +5 -5
  41. package/calendar-month/src/interfaces/weekday.d.ts +4 -4
  42. package/calendar-month/src/pipes/index.d.ts +2 -2
  43. package/calendar-month/src/pipes/month-name/index.d.ts +2 -2
  44. package/calendar-month/src/pipes/month-name/month-name.module.d.ts +8 -8
  45. package/calendar-month/src/pipes/month-name/month-name.pipe.d.ts +7 -7
  46. package/calendar-month/src/pipes/weekday-name/index.d.ts +2 -2
  47. package/calendar-month/src/pipes/weekday-name/weekday-name.module.d.ts +8 -8
  48. package/calendar-month/src/pipes/weekday-name/weekday-name.pipe.d.ts +7 -7
  49. package/calendar-month/src/service/calendar-month.service.d.ts +18 -18
  50. package/card/index.d.ts +1 -1
  51. package/card/src/card/card.component.d.ts +5 -5
  52. package/card/src/card-header/card-header.component.d.ts +5 -5
  53. package/card/src/card.module.d.ts +9 -9
  54. package/card/src/index.d.ts +3 -3
  55. package/carousel/index.d.ts +1 -1
  56. package/carousel/src/carousel/carousel.component.d.ts +25 -26
  57. package/carousel/src/carousel-image/carousel-image.directive.d.ts +10 -9
  58. package/carousel/src/carousel.module.d.ts +11 -10
  59. package/carousel/src/index.d.ts +3 -3
  60. package/close/index.d.ts +1 -1
  61. package/close/src/close.component.d.ts +10 -10
  62. package/close/src/close.module.d.ts +8 -8
  63. package/close/src/index.d.ts +2 -2
  64. package/code-snippet/index.d.ts +1 -1
  65. package/code-snippet/src/code-snippet.component.d.ts +14 -14
  66. package/code-snippet/src/code-snippet.module.d.ts +11 -11
  67. package/code-snippet/src/index.d.ts +2 -2
  68. package/context-menu/index.d.ts +1 -1
  69. package/context-menu/src/context-menu.directive.d.ts +18 -18
  70. package/context-menu/src/context-menu.module.d.ts +10 -10
  71. package/context-menu/src/index.d.ts +2 -2
  72. package/copy/index.d.ts +1 -1
  73. package/copy/src/copy.directive.d.ts +11 -11
  74. package/copy/src/copy.module.d.ts +8 -8
  75. package/copy/src/index.d.ts +2 -2
  76. package/datatable/index.d.ts +1 -1
  77. package/datatable/src/datatable/datatable.component.d.ts +19 -19
  78. package/datatable/src/datatable-column/datatable-column-metadata.d.ts +4 -4
  79. package/datatable/src/datatable-column/datatable-column.directive.d.ts +10 -10
  80. package/datatable/src/datatable-column/index.d.ts +2 -2
  81. package/datatable/src/datatable-settings.d.ts +15 -15
  82. package/datatable/src/datatable.module.d.ts +13 -13
  83. package/datatable/src/index.d.ts +5 -5
  84. package/datatable/src/row-template/row-template.directive.d.ts +9 -9
  85. package/datepicker/index.d.ts +1 -1
  86. package/datepicker/src/datepicker.component.d.ts +16 -16
  87. package/datepicker/src/datepicker.module.d.ts +12 -12
  88. package/datepicker/src/index.d.ts +2 -2
  89. package/dropdown/index.d.ts +1 -1
  90. package/dropdown/src/dropdown/dropdown.directive.d.ts +23 -23
  91. package/dropdown/src/dropdown-menu/dropdown-menu.directive.d.ts +23 -23
  92. package/dropdown/src/dropdown-toggle/dropdown-toggle.directive.d.ts +11 -11
  93. package/dropdown/src/dropdown.module.d.ts +13 -13
  94. package/dropdown/src/index.d.ts +4 -4
  95. package/dropdown-divider/index.d.ts +1 -0
  96. package/dropdown-divider/src/dropdown-divider.directive.d.ts +6 -0
  97. package/dropdown-divider/src/dropdown-divider.module.d.ts +8 -0
  98. package/dropdown-divider/src/index.d.ts +2 -0
  99. package/dropdown-menu/index.d.ts +1 -1
  100. package/dropdown-menu/src/dropdown-item/dropdown-item.component.d.ts +7 -7
  101. package/dropdown-menu/src/dropdown-menu/dropdown-menu.component.d.ts +14 -14
  102. package/dropdown-menu/src/dropdown-menu.module.d.ts +10 -9
  103. package/dropdown-menu/src/index.d.ts +3 -3
  104. package/enhanced-paste/index.d.ts +1 -1
  105. package/enhanced-paste/src/directive/enhanced-paste.directive.d.ts +14 -14
  106. package/enhanced-paste/src/enhanced-paste.module.d.ts +8 -8
  107. package/enhanced-paste/src/index.d.ts +3 -3
  108. package/enhanced-paste/src/interfaces/number-overflow.d.ts +5 -5
  109. package/enum/index.d.ts +1 -1
  110. package/enum/src/index.d.ts +2 -2
  111. package/enum/src/interfaces/enum-item.d.ts +4 -4
  112. package/enum/src/interfaces/index.d.ts +1 -1
  113. package/enum/src/service/enum.service.d.ts +9 -9
  114. package/esm2020/accordion/index.mjs +1 -1
  115. package/esm2020/accordion/mintplayer-ng-bootstrap-accordion.mjs +4 -4
  116. package/esm2020/accordion/src/accordion/accordion.component.mjs +21 -21
  117. package/esm2020/accordion/src/accordion-tab/accordion-tab.component.mjs +63 -63
  118. package/esm2020/accordion/src/accordion-tab-header/accordion-tab-header.component.mjs +20 -20
  119. package/esm2020/accordion/src/accordion.module.mjs +34 -34
  120. package/esm2020/accordion/src/index.mjs +5 -5
  121. package/esm2020/alert/index.mjs +2 -2
  122. package/esm2020/alert/mintplayer-ng-bootstrap-alert.mjs +4 -4
  123. package/esm2020/alert/src/alert/alert.component.mjs +41 -41
  124. package/esm2020/alert/src/alert-close/alert-close.component.mjs +20 -20
  125. package/esm2020/alert/src/alert.module.mjs +27 -27
  126. package/esm2020/alert/src/index.mjs +4 -4
  127. package/esm2020/badge/index.mjs +2 -2
  128. package/esm2020/badge/mintplayer-ng-bootstrap-badge.mjs +4 -4
  129. package/esm2020/badge/src/badge.component.mjs +30 -30
  130. package/esm2020/badge/src/badge.module.mjs +18 -18
  131. package/esm2020/badge/src/index.mjs +3 -3
  132. package/esm2020/breadcrumb/index.mjs +2 -2
  133. package/esm2020/breadcrumb/mintplayer-ng-bootstrap-breadcrumb.mjs +4 -4
  134. package/esm2020/breadcrumb/src/breadcrumb/breadcrumb.component.mjs +13 -13
  135. package/esm2020/breadcrumb/src/breadcrumb-item/breadcrumb-item.component.mjs +18 -18
  136. package/esm2020/breadcrumb/src/breadcrumb.module.mjs +19 -19
  137. package/esm2020/breadcrumb/src/index.mjs +4 -4
  138. package/esm2020/button-group/index.mjs +2 -2
  139. package/esm2020/button-group/mintplayer-ng-bootstrap-button-group.mjs +4 -4
  140. package/esm2020/button-group/src/button-group/button-group.component.mjs +13 -13
  141. package/esm2020/button-group/src/button-group.module.mjs +18 -18
  142. package/esm2020/button-group/src/index.mjs +3 -3
  143. package/esm2020/button-type/index.mjs +2 -2
  144. package/esm2020/button-type/mintplayer-ng-bootstrap-button-type.mjs +4 -4
  145. package/esm2020/button-type/src/button-type/button-type.directive.mjs +30 -30
  146. package/esm2020/button-type/src/button-type/button-type.module.mjs +24 -24
  147. package/esm2020/button-type/src/index.mjs +3 -3
  148. package/esm2020/calendar/index.mjs +2 -2
  149. package/esm2020/calendar/mintplayer-ng-bootstrap-calendar.mjs +4 -4
  150. package/esm2020/calendar/src/calendar.component.mjs +105 -105
  151. package/esm2020/calendar/src/calendar.module.mjs +39 -39
  152. package/esm2020/calendar/src/index.mjs +3 -3
  153. package/esm2020/calendar-month/index.mjs +2 -2
  154. package/esm2020/calendar-month/mintplayer-ng-bootstrap-calendar-month.mjs +4 -4
  155. package/esm2020/calendar-month/src/index.mjs +4 -4
  156. package/esm2020/calendar-month/src/interfaces/date-day-of-month.mjs +2 -2
  157. package/esm2020/calendar-month/src/interfaces/first-and-last-date.mjs +2 -2
  158. package/esm2020/calendar-month/src/interfaces/index.mjs +5 -5
  159. package/esm2020/calendar-month/src/interfaces/week.mjs +2 -2
  160. package/esm2020/calendar-month/src/interfaces/weekday.mjs +2 -2
  161. package/esm2020/calendar-month/src/pipes/index.mjs +3 -3
  162. package/esm2020/calendar-month/src/pipes/month-name/index.mjs +3 -3
  163. package/esm2020/calendar-month/src/pipes/month-name/month-name.module.mjs +24 -24
  164. package/esm2020/calendar-month/src/pipes/month-name/month-name.pipe.mjs +21 -21
  165. package/esm2020/calendar-month/src/pipes/weekday-name/index.mjs +3 -3
  166. package/esm2020/calendar-month/src/pipes/weekday-name/weekday-name.module.mjs +24 -24
  167. package/esm2020/calendar-month/src/pipes/weekday-name/weekday-name.pipe.mjs +16 -16
  168. package/esm2020/calendar-month/src/service/calendar-month.service.mjs +94 -94
  169. package/esm2020/card/index.mjs +2 -2
  170. package/esm2020/card/mintplayer-ng-bootstrap-card.mjs +4 -4
  171. package/esm2020/card/src/card/card.component.mjs +11 -11
  172. package/esm2020/card/src/card-header/card-header.component.mjs +11 -11
  173. package/esm2020/card/src/card.module.mjs +27 -27
  174. package/esm2020/card/src/index.mjs +4 -4
  175. package/esm2020/carousel/index.mjs +2 -2
  176. package/esm2020/carousel/mintplayer-ng-bootstrap-carousel.mjs +4 -4
  177. package/esm2020/carousel/src/carousel/carousel.component.mjs +107 -109
  178. package/esm2020/carousel/src/carousel-image/carousel-image.directive.mjs +21 -17
  179. package/esm2020/carousel/src/carousel.module.mjs +37 -33
  180. package/esm2020/carousel/src/index.mjs +4 -4
  181. package/esm2020/close/index.mjs +2 -2
  182. package/esm2020/close/mintplayer-ng-bootstrap-close.mjs +4 -4
  183. package/esm2020/close/src/close.component.mjs +21 -21
  184. package/esm2020/close/src/close.module.mjs +18 -18
  185. package/esm2020/close/src/index.mjs +3 -3
  186. package/esm2020/code-snippet/index.mjs +2 -2
  187. package/esm2020/code-snippet/mintplayer-ng-bootstrap-code-snippet.mjs +4 -4
  188. package/esm2020/code-snippet/src/code-snippet.component.mjs +34 -34
  189. package/esm2020/code-snippet/src/code-snippet.module.mjs +36 -36
  190. package/esm2020/code-snippet/src/index.mjs +3 -3
  191. package/esm2020/context-menu/index.mjs +2 -2
  192. package/esm2020/context-menu/mintplayer-ng-bootstrap-context-menu.mjs +4 -4
  193. package/esm2020/context-menu/src/context-menu.directive.mjs +84 -84
  194. package/esm2020/context-menu/src/context-menu.module.mjs +34 -34
  195. package/esm2020/context-menu/src/index.mjs +3 -3
  196. package/esm2020/copy/index.mjs +2 -2
  197. package/esm2020/copy/mintplayer-ng-bootstrap-copy.mjs +4 -4
  198. package/esm2020/copy/src/copy.directive.mjs +45 -45
  199. package/esm2020/copy/src/copy.module.mjs +24 -24
  200. package/esm2020/copy/src/index.mjs +3 -3
  201. package/esm2020/datatable/index.mjs +2 -2
  202. package/esm2020/datatable/mintplayer-ng-bootstrap-datatable.mjs +4 -4
  203. package/esm2020/datatable/src/datatable/datatable.component.mjs +57 -57
  204. package/esm2020/datatable/src/datatable-column/datatable-column-metadata.mjs +2 -2
  205. package/esm2020/datatable/src/datatable-column/datatable-column.directive.mjs +19 -19
  206. package/esm2020/datatable/src/datatable-column/index.mjs +3 -3
  207. package/esm2020/datatable/src/datatable-settings.mjs +37 -37
  208. package/esm2020/datatable/src/datatable.module.mjs +46 -46
  209. package/esm2020/datatable/src/index.mjs +6 -6
  210. package/esm2020/datatable/src/row-template/row-template.directive.mjs +19 -19
  211. package/esm2020/datepicker/index.mjs +2 -2
  212. package/esm2020/datepicker/mintplayer-ng-bootstrap-datepicker.mjs +4 -4
  213. package/esm2020/datepicker/src/datepicker.component.mjs +49 -49
  214. package/esm2020/datepicker/src/datepicker.module.mjs +40 -40
  215. package/esm2020/datepicker/src/index.mjs +3 -3
  216. package/esm2020/dropdown/index.mjs +2 -2
  217. package/esm2020/dropdown/mintplayer-ng-bootstrap-dropdown.mjs +4 -4
  218. package/esm2020/dropdown/src/dropdown/dropdown.directive.mjs +68 -68
  219. package/esm2020/dropdown/src/dropdown-menu/dropdown-menu.directive.mjs +114 -114
  220. package/esm2020/dropdown/src/dropdown-toggle/dropdown-toggle.directive.mjs +31 -31
  221. package/esm2020/dropdown/src/dropdown.module.mjs +43 -43
  222. package/esm2020/dropdown/src/index.mjs +5 -5
  223. package/esm2020/dropdown-divider/index.mjs +2 -0
  224. package/esm2020/dropdown-divider/mintplayer-ng-bootstrap-dropdown-divider.mjs +5 -0
  225. package/esm2020/dropdown-divider/src/dropdown-divider.directive.mjs +19 -0
  226. package/esm2020/dropdown-divider/src/dropdown-divider.module.mjs +18 -0
  227. package/esm2020/dropdown-divider/src/index.mjs +3 -0
  228. package/esm2020/dropdown-menu/index.mjs +2 -2
  229. package/esm2020/dropdown-menu/mintplayer-ng-bootstrap-dropdown-menu.mjs +4 -4
  230. package/esm2020/dropdown-menu/src/dropdown-item/dropdown-item.component.mjs +19 -19
  231. package/esm2020/dropdown-menu/src/dropdown-menu/dropdown-menu.component.mjs +42 -42
  232. package/esm2020/dropdown-menu/src/dropdown-menu.module.mjs +26 -19
  233. package/esm2020/dropdown-menu/src/index.mjs +4 -4
  234. package/esm2020/enhanced-paste/index.mjs +2 -2
  235. package/esm2020/enhanced-paste/mintplayer-ng-bootstrap-enhanced-paste.mjs +4 -4
  236. package/esm2020/enhanced-paste/src/directive/enhanced-paste.directive.mjs +58 -58
  237. package/esm2020/enhanced-paste/src/enhanced-paste.module.mjs +24 -24
  238. package/esm2020/enhanced-paste/src/index.mjs +4 -4
  239. package/esm2020/enhanced-paste/src/interfaces/number-overflow.mjs +2 -2
  240. package/esm2020/enum/index.mjs +2 -2
  241. package/esm2020/enum/mintplayer-ng-bootstrap-enum.mjs +4 -4
  242. package/esm2020/enum/src/index.mjs +3 -3
  243. package/esm2020/enum/src/interfaces/enum-item.mjs +2 -2
  244. package/esm2020/enum/src/interfaces/index.mjs +1 -1
  245. package/esm2020/enum/src/service/enum.service.mjs +31 -31
  246. package/esm2020/file-upload/index.mjs +2 -2
  247. package/esm2020/file-upload/mintplayer-ng-bootstrap-file-upload.mjs +4 -4
  248. package/esm2020/file-upload/src/component/file-upload.component.mjs +86 -86
  249. package/esm2020/file-upload/src/directive/file-upload-template.directive.mjs +18 -18
  250. package/esm2020/file-upload/src/file-upload.mjs +2 -2
  251. package/esm2020/file-upload/src/file-upload.module.mjs +50 -50
  252. package/esm2020/file-upload/src/index.mjs +6 -6
  253. package/esm2020/file-upload/src/pipes/format-bytes/format-bytes.pipe.mjs +23 -23
  254. package/esm2020/file-upload/src/pipes/index.mjs +1 -1
  255. package/esm2020/floating-labels/index.mjs +2 -2
  256. package/esm2020/floating-labels/mintplayer-ng-bootstrap-floating-labels.mjs +4 -4
  257. package/esm2020/floating-labels/src/floating-labels/floating-label/floating-label.component.mjs +20 -20
  258. package/esm2020/floating-labels/src/floating-labels/floating-labels.module.mjs +18 -18
  259. package/esm2020/floating-labels/src/index.mjs +3 -3
  260. package/esm2020/for/index.mjs +2 -2
  261. package/esm2020/for/mintplayer-ng-bootstrap-for.mjs +4 -4
  262. package/esm2020/for/src/for.directive.mjs +38 -38
  263. package/esm2020/for/src/for.module.mjs +24 -24
  264. package/esm2020/for/src/index.mjs +3 -3
  265. package/esm2020/form/index.mjs +2 -2
  266. package/esm2020/form/mintplayer-ng-bootstrap-form.mjs +4 -4
  267. package/esm2020/form/src/form/form.component.mjs +20 -20
  268. package/esm2020/form/src/form-control/form-control.directive.mjs +19 -19
  269. package/esm2020/form/src/form-group/form-group.directive.mjs +19 -19
  270. package/esm2020/form/src/form.module.mjs +20 -20
  271. package/esm2020/form/src/index.mjs +5 -5
  272. package/esm2020/grid/index.mjs +2 -2
  273. package/esm2020/grid/mintplayer-ng-bootstrap-grid.mjs +4 -4
  274. package/esm2020/grid/src/component/grid.component.mjs +32 -32
  275. package/esm2020/grid/src/directives/col-form-label/col-form-label.directive.mjs +19 -19
  276. package/esm2020/grid/src/directives/column/column.directive.mjs +56 -56
  277. package/esm2020/grid/src/directives/index.mjs +4 -4
  278. package/esm2020/grid/src/directives/row/row.directive.mjs +19 -19
  279. package/esm2020/grid/src/grid.module.mjs +21 -21
  280. package/esm2020/grid/src/index.mjs +5 -5
  281. package/esm2020/grid/src/interfaces/column-definition.mjs +2 -2
  282. package/esm2020/grid/src/interfaces/index.mjs +1 -1
  283. package/esm2020/has-overlay/index.mjs +1 -1
  284. package/esm2020/has-overlay/mintplayer-ng-bootstrap-has-overlay.mjs +4 -4
  285. package/esm2020/has-overlay/src/has-overlay/has-overlay.component.mjs +11 -11
  286. package/esm2020/has-overlay/src/has-overlay/has-overlay.module.mjs +18 -18
  287. package/esm2020/has-overlay/src/index.mjs +3 -3
  288. package/esm2020/icon/index.mjs +3 -3
  289. package/esm2020/icon/mintplayer-ng-bootstrap-icon.mjs +4 -4
  290. package/esm2020/icon/src/icon.component.mjs +34 -34
  291. package/esm2020/icon/src/icon.module.mjs +18 -18
  292. package/esm2020/index.mjs +5 -5
  293. package/esm2020/input-group/index.mjs +1 -1
  294. package/esm2020/input-group/mintplayer-ng-bootstrap-input-group.mjs +4 -4
  295. package/esm2020/input-group/src/index.mjs +3 -3
  296. package/esm2020/input-group/src/input-group/input-group.component.mjs +11 -11
  297. package/esm2020/input-group/src/input-group.module.mjs +18 -18
  298. package/esm2020/lazy-loading/index.mjs +1 -1
  299. package/esm2020/lazy-loading/mintplayer-ng-bootstrap-lazy-loading.mjs +4 -4
  300. package/esm2020/lazy-loading/src/index.mjs +3 -3
  301. package/esm2020/lazy-loading/src/lazy-load/lazy-load.directive.mjs +32 -32
  302. package/esm2020/lazy-loading/src/lazy-loading.module.mjs +24 -24
  303. package/esm2020/lib/enums/color.enum.mjs +15 -15
  304. package/esm2020/lib/enums/index.mjs +1 -1
  305. package/esm2020/lib/pipes/font-color/font-color.module.mjs +24 -24
  306. package/esm2020/lib/pipes/font-color/font-color.pipe.mjs +26 -26
  307. package/esm2020/lib/pipes/font-color/index.mjs +3 -3
  308. package/esm2020/lib/pipes/in-list/in-list.module.mjs +24 -24
  309. package/esm2020/lib/pipes/in-list/in-list.pipe.mjs +16 -16
  310. package/esm2020/lib/pipes/in-list/index.mjs +3 -3
  311. package/esm2020/lib/pipes/index.mjs +4 -4
  312. package/esm2020/lib/pipes/uc-first/index.mjs +3 -3
  313. package/esm2020/lib/pipes/uc-first/uc-first.module.mjs +24 -24
  314. package/esm2020/lib/pipes/uc-first/uc-first.pipe.mjs +16 -16
  315. package/esm2020/lib/providers/development.provider.mjs +8 -8
  316. package/esm2020/lib/providers/index.mjs +1 -1
  317. package/esm2020/lib/types/breakpoint.mjs +1 -1
  318. package/esm2020/lib/types/index.mjs +5 -5
  319. package/esm2020/lib/types/position.mjs +1 -1
  320. package/esm2020/lib/types/size.mjs +1 -1
  321. package/esm2020/lib/types/view-state.type.mjs +1 -1
  322. package/esm2020/list-group/index.mjs +2 -2
  323. package/esm2020/list-group/mintplayer-ng-bootstrap-list-group.mjs +4 -4
  324. package/esm2020/list-group/src/index.mjs +4 -4
  325. package/esm2020/list-group/src/list-group/list-group.component.mjs +19 -19
  326. package/esm2020/list-group/src/list-group-item/list-group-item.component.mjs +15 -15
  327. package/esm2020/list-group/src/list-group.module.mjs +27 -27
  328. package/esm2020/markdown/index.mjs +6 -6
  329. package/esm2020/markdown/mintplayer-ng-bootstrap-markdown.mjs +4 -4
  330. package/esm2020/markdown/src/bold/bold.pipe.mjs +30 -30
  331. package/esm2020/markdown/src/italic/italic.pipe.mjs +30 -30
  332. package/esm2020/markdown/src/markdown.module.mjs +39 -39
  333. package/esm2020/markdown/src/strikethrough/strikethrough.pipe.mjs +30 -30
  334. package/esm2020/markdown/src/underline/underline.pipe.mjs +30 -30
  335. package/esm2020/mintplayer-ng-bootstrap.mjs +4 -4
  336. package/esm2020/modal/index.mjs +2 -2
  337. package/esm2020/modal/mintplayer-ng-bootstrap-modal.mjs +4 -4
  338. package/esm2020/modal/src/components/index.mjs +3 -3
  339. package/esm2020/modal/src/components/modal/modal.component.mjs +21 -21
  340. package/esm2020/modal/src/components/modal-host/modal-host.component.mjs +83 -83
  341. package/esm2020/modal/src/directives/index.mjs +6 -6
  342. package/esm2020/modal/src/directives/modal/modal.directive.mjs +18 -18
  343. package/esm2020/modal/src/directives/modal-body/modal-body.directive.mjs +19 -19
  344. package/esm2020/modal/src/directives/modal-close/modal-close.directive.mjs +24 -24
  345. package/esm2020/modal/src/directives/modal-footer/modal-footer.directive.mjs +19 -19
  346. package/esm2020/modal/src/directives/modal-header/modal-header.directive.mjs +19 -19
  347. package/esm2020/modal/src/index.mjs +4 -4
  348. package/esm2020/modal/src/modal.module.mjs +75 -75
  349. package/esm2020/modal/src/providers/modal-content.provider.mjs +3 -3
  350. package/esm2020/modal/src/providers/portal-factory.provider.mjs +3 -3
  351. package/esm2020/multiselect/index.mjs +2 -2
  352. package/esm2020/multiselect/mintplayer-ng-bootstrap-multiselect.mjs +4 -4
  353. package/esm2020/multiselect/src/component/multiselect.component.mjs +40 -40
  354. package/esm2020/multiselect/src/directives/button-template/button-template.directive.mjs +18 -18
  355. package/esm2020/multiselect/src/directives/footer-template/footer-template.directive.mjs +18 -18
  356. package/esm2020/multiselect/src/directives/header-template/header-template.directive.mjs +18 -18
  357. package/esm2020/multiselect/src/directives/index.mjs +4 -4
  358. package/esm2020/multiselect/src/index.mjs +4 -4
  359. package/esm2020/multiselect/src/multiselect.module.mjs +63 -63
  360. package/esm2020/navbar/index.mjs +2 -2
  361. package/esm2020/navbar/mintplayer-ng-bootstrap-navbar.mjs +4 -4
  362. package/esm2020/navbar/src/dropdown-toggle/dropdown-toggle.directive.mjs +38 -38
  363. package/esm2020/navbar/src/expand-button/expand-button.directive.mjs +18 -18
  364. package/esm2020/navbar/src/index.mjs +13 -13
  365. package/esm2020/navbar/src/nav-link/nav-link.directive.mjs +34 -34
  366. package/esm2020/navbar/src/navbar/navbar.component.mjs +141 -141
  367. package/esm2020/navbar/src/navbar-brand/navbar-brand.component.mjs +20 -20
  368. package/esm2020/navbar/src/navbar-content/navbar-content.directive.mjs +72 -72
  369. package/esm2020/navbar/src/navbar-dropdown/navbar-dropdown.component.mjs +143 -144
  370. package/esm2020/navbar/src/navbar-item/navbar-item.component.mjs +104 -104
  371. package/esm2020/navbar/src/navbar-nav/navbar-nav.component.mjs +69 -69
  372. package/esm2020/navbar/src/navbar-toggler/navbar-toggler.component.mjs +47 -47
  373. package/esm2020/navbar/src/navbar.module.mjs +91 -85
  374. package/esm2020/navigation-lock/index.mjs +2 -2
  375. package/esm2020/navigation-lock/mintplayer-ng-bootstrap-navigation-lock.mjs +4 -4
  376. package/esm2020/navigation-lock/src/directive/navigation-lock.directive.mjs +94 -94
  377. package/esm2020/navigation-lock/src/guard/navigation-lock.guard.mjs +22 -22
  378. package/esm2020/navigation-lock/src/index.mjs +5 -5
  379. package/esm2020/navigation-lock/src/interface/has-navigation-lock.mjs +2 -2
  380. package/esm2020/navigation-lock/src/navigation-lock.module.mjs +28 -28
  381. package/esm2020/no-noscript/index.mjs +2 -2
  382. package/esm2020/no-noscript/mintplayer-ng-bootstrap-no-noscript.mjs +4 -4
  383. package/esm2020/no-noscript/src/index.mjs +3 -3
  384. package/esm2020/no-noscript/src/no-noscript/no-noscript.directive.mjs +27 -27
  385. package/esm2020/no-noscript/src/no-noscript.module.mjs +18 -18
  386. package/esm2020/offcanvas/index.mjs +2 -2
  387. package/esm2020/offcanvas/mintplayer-ng-bootstrap-offcanvas.mjs +4 -4
  388. package/esm2020/offcanvas/src/components/index.mjs +5 -5
  389. package/esm2020/offcanvas/src/components/offcanvas/offcanvas.component.mjs +111 -111
  390. package/esm2020/offcanvas/src/components/offcanvas-body/offcanvas-body.component.mjs +18 -18
  391. package/esm2020/offcanvas/src/components/offcanvas-header/offcanvas-header.component.mjs +14 -14
  392. package/esm2020/offcanvas/src/components/offcanvas-host/offcanvas-host.component.mjs +143 -143
  393. package/esm2020/offcanvas/src/directives/index.mjs +4 -4
  394. package/esm2020/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.mjs +24 -24
  395. package/esm2020/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.mjs +18 -18
  396. package/esm2020/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.mjs +71 -71
  397. package/esm2020/offcanvas/src/index.mjs +4 -4
  398. package/esm2020/offcanvas/src/offcanvas.module.mjs +75 -75
  399. package/esm2020/offcanvas/src/providers/offcanvas-content.provider.mjs +3 -3
  400. package/esm2020/offcanvas/src/providers/portal-factory.provider.mjs +3 -3
  401. package/esm2020/ordinal-number/index.mjs +2 -2
  402. package/esm2020/ordinal-number/mintplayer-ng-bootstrap-ordinal-number.mjs +4 -4
  403. package/esm2020/ordinal-number/src/index.mjs +3 -3
  404. package/esm2020/ordinal-number/src/ordinal-number/ordinal-number.pipe.mjs +29 -29
  405. package/esm2020/ordinal-number/src/ordinal-number.module.mjs +24 -24
  406. package/esm2020/pagination/index.mjs +2 -2
  407. package/esm2020/pagination/mintplayer-ng-bootstrap-pagination.mjs +4 -4
  408. package/esm2020/pagination/src/component/index.mjs +1 -1
  409. package/esm2020/pagination/src/component/pagination/pagination.component.mjs +198 -198
  410. package/esm2020/pagination/src/index.mjs +5 -5
  411. package/esm2020/pagination/src/interfaces/index.mjs +1 -1
  412. package/esm2020/pagination/src/interfaces/page-with-selection.mjs +2 -2
  413. package/esm2020/pagination/src/pagination.module.mjs +24 -24
  414. package/esm2020/pagination/src/types/index.mjs +1 -1
  415. package/esm2020/pagination/src/types/page-number.type.mjs +1 -1
  416. package/esm2020/placeholder/index.mjs +2 -2
  417. package/esm2020/placeholder/mintplayer-ng-bootstrap-placeholder.mjs +4 -4
  418. package/esm2020/placeholder/src/index.mjs +4 -4
  419. package/esm2020/placeholder/src/placeholder/placeholder.component.mjs +26 -26
  420. package/esm2020/placeholder/src/placeholder-field/placeholder-field.directive.mjs +46 -46
  421. package/esm2020/placeholder/src/placeholder.module.mjs +19 -19
  422. package/esm2020/popover/index.mjs +2 -2
  423. package/esm2020/popover/mintplayer-ng-bootstrap-popover.mjs +4 -4
  424. package/esm2020/popover/src/component/popover.component.mjs +57 -57
  425. package/esm2020/popover/src/directives/index.mjs +4 -4
  426. package/esm2020/popover/src/directives/popover/popover.directive.mjs +132 -132
  427. package/esm2020/popover/src/directives/popover-body/popover-body.directive.mjs +19 -19
  428. package/esm2020/popover/src/directives/popover-header/popover-header.directive.mjs +19 -19
  429. package/esm2020/popover/src/index.mjs +4 -4
  430. package/esm2020/popover/src/popover.module.mjs +36 -36
  431. package/esm2020/popover/src/providers/popover-content.provider.mjs +3 -3
  432. package/esm2020/popover/src/providers/portal-factory.provider.mjs +3 -3
  433. package/esm2020/progress-bar/index.mjs +2 -2
  434. package/esm2020/progress-bar/mintplayer-ng-bootstrap-progress-bar.mjs +4 -4
  435. package/esm2020/progress-bar/src/index.mjs +4 -4
  436. package/esm2020/progress-bar/src/progress/progress.component.mjs +31 -31
  437. package/esm2020/progress-bar/src/progress-bar/progress-bar.component.mjs +121 -121
  438. package/esm2020/progress-bar/src/progress-bar.module.mjs +29 -29
  439. package/esm2020/range/index.mjs +2 -2
  440. package/esm2020/range/mintplayer-ng-bootstrap-range.mjs +4 -4
  441. package/esm2020/range/src/component/range.component.mjs +25 -25
  442. package/esm2020/range/src/index.mjs +4 -4
  443. package/esm2020/range/src/range.module.mjs +19 -19
  444. package/esm2020/range/src/value-accessor/range-value-accessor.mjs +62 -62
  445. package/esm2020/rating/index.mjs +2 -2
  446. package/esm2020/rating/mintplayer-ng-bootstrap-rating.mjs +4 -4
  447. package/esm2020/rating/src/component/rating.component.mjs +72 -72
  448. package/esm2020/rating/src/index.mjs +3 -3
  449. package/esm2020/rating/src/rating.module.mjs +24 -24
  450. package/esm2020/scheduler/index.mjs +2 -2
  451. package/esm2020/scheduler/mintplayer-ng-bootstrap-scheduler.mjs +4 -4
  452. package/esm2020/scheduler/src/components/index.mjs +3 -3
  453. package/esm2020/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.mjs +85 -85
  454. package/esm2020/scheduler/src/components/scheduler/scheduler.component.mjs +538 -538
  455. package/esm2020/scheduler/src/constants/available-scales.mjs +12 -12
  456. package/esm2020/scheduler/src/constants/index.mjs +1 -1
  457. package/esm2020/scheduler/src/enums/drag-operation.mjs +8 -8
  458. package/esm2020/scheduler/src/enums/index.mjs +1 -1
  459. package/esm2020/scheduler/src/enums/scheduler-mode.mjs +6 -6
  460. package/esm2020/scheduler/src/index.mjs +6 -6
  461. package/esm2020/scheduler/src/interfaces/drag-operation.mjs +2 -2
  462. package/esm2020/scheduler/src/interfaces/index.mjs +6 -6
  463. package/esm2020/scheduler/src/interfaces/preview-event.mjs +2 -2
  464. package/esm2020/scheduler/src/interfaces/resource-group.mjs +2 -2
  465. package/esm2020/scheduler/src/interfaces/resource-or-group.mjs +2 -2
  466. package/esm2020/scheduler/src/interfaces/resource.mjs +2 -2
  467. package/esm2020/scheduler/src/interfaces/scheduler-event-part.mjs +2 -2
  468. package/esm2020/scheduler/src/interfaces/scheduler-event-with-parts.mjs +2 -2
  469. package/esm2020/scheduler/src/interfaces/scheduler-event.mjs +2 -2
  470. package/esm2020/scheduler/src/interfaces/scheduler-schale.mjs +2 -2
  471. package/esm2020/scheduler/src/interfaces/scheduler-stamp-with-slots.mjs +2 -2
  472. package/esm2020/scheduler/src/interfaces/time-slot.mjs +2 -2
  473. package/esm2020/scheduler/src/interfaces/timeline-options.mjs +2 -2
  474. package/esm2020/scheduler/src/interfaces/timeline-track.mjs +2 -2
  475. package/esm2020/scheduler/src/interfaces/week-options.mjs +2 -2
  476. package/esm2020/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.mjs +16 -16
  477. package/esm2020/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.mjs +20 -20
  478. package/esm2020/scheduler/src/pipes/date-offset/date-offset.pipe.mjs +20 -20
  479. package/esm2020/scheduler/src/pipes/day-of-week/day-of-week.pipe.mjs +22 -22
  480. package/esm2020/scheduler/src/scheduler.module.mjs +45 -45
  481. package/esm2020/scheduler/src/services/timeline/timeline.service.mjs +65 -65
  482. package/esm2020/scrollspy/index.mjs +2 -2
  483. package/esm2020/scrollspy/mintplayer-ng-bootstrap-scrollspy.mjs +4 -4
  484. package/esm2020/scrollspy/src/component/scrollspy.component.mjs +90 -90
  485. package/esm2020/scrollspy/src/directives/scrollspy.directive.mjs +16 -16
  486. package/esm2020/scrollspy/src/index.mjs +5 -5
  487. package/esm2020/scrollspy/src/scrollspy.module.mjs +29 -29
  488. package/esm2020/scrollspy/src/services/index.mjs +1 -1
  489. package/esm2020/scrollspy/src/services/scroll-offset/scroll-offset.service.mjs +31 -31
  490. package/esm2020/select/index.mjs +2 -2
  491. package/esm2020/select/mintplayer-ng-bootstrap-select.mjs +4 -4
  492. package/esm2020/select/src/component/select.component.mjs +85 -85
  493. package/esm2020/select/src/index.mjs +5 -5
  494. package/esm2020/select/src/select.module.mjs +31 -31
  495. package/esm2020/select/src/types/index.mjs +1 -1
  496. package/esm2020/select/src/types/select-size.mjs +1 -1
  497. package/esm2020/select/src/value-accessors/index.mjs +1 -1
  498. package/esm2020/select/src/value-accessors/select-value-accessor.mjs +167 -167
  499. package/esm2020/select2/index.mjs +2 -2
  500. package/esm2020/select2/mintplayer-ng-bootstrap-select2.mjs +4 -4
  501. package/esm2020/select2/src/component/select2.component.mjs +85 -85
  502. package/esm2020/select2/src/directive/item-template.directive.mjs +19 -19
  503. package/esm2020/select2/src/index.mjs +4 -4
  504. package/esm2020/select2/src/select2.module.mjs +49 -49
  505. package/esm2020/snackbar/index.mjs +2 -2
  506. package/esm2020/snackbar/mintplayer-ng-bootstrap-snackbar.mjs +4 -4
  507. package/esm2020/snackbar/src/component/snackbar.component.mjs +36 -36
  508. package/esm2020/snackbar/src/directives/index.mjs +1 -1
  509. package/esm2020/snackbar/src/directives/snackbar-close/snackbar-close.directive.mjs +27 -27
  510. package/esm2020/snackbar/src/index.mjs +6 -6
  511. package/esm2020/snackbar/src/interfaces/index.mjs +1 -1
  512. package/esm2020/snackbar/src/interfaces/snackbar-animation-meta.mjs +2 -2
  513. package/esm2020/snackbar/src/providers/snackbar-content.provider.mjs +3 -3
  514. package/esm2020/snackbar/src/service/snackbar.service.mjs +45 -45
  515. package/esm2020/snackbar/src/snackbar.module.mjs +43 -43
  516. package/esm2020/spinner/index.mjs +2 -2
  517. package/esm2020/spinner/mintplayer-ng-bootstrap-spinner.mjs +4 -4
  518. package/esm2020/spinner/src/index.mjs +3 -3
  519. package/esm2020/spinner/src/spinner.component.mjs +43 -43
  520. package/esm2020/spinner/src/spinner.module.mjs +18 -18
  521. package/esm2020/tab-control/index.mjs +2 -2
  522. package/esm2020/tab-control/mintplayer-ng-bootstrap-tab-control.mjs +4 -4
  523. package/esm2020/tab-control/src/index.mjs +4 -4
  524. package/esm2020/tab-control/src/tab-control/tab-control.component.mjs +36 -36
  525. package/esm2020/tab-control/src/tab-control.module.mjs +29 -29
  526. package/esm2020/tab-control/src/tab-page/tab-page.component.mjs +23 -23
  527. package/esm2020/table/index.mjs +2 -2
  528. package/esm2020/table/mintplayer-ng-bootstrap-table.mjs +4 -4
  529. package/esm2020/table/src/component/table.component.mjs +47 -47
  530. package/esm2020/table/src/index.mjs +3 -3
  531. package/esm2020/table/src/table.module.mjs +18 -18
  532. package/esm2020/timepicker/index.mjs +2 -2
  533. package/esm2020/timepicker/mintplayer-ng-bootstrap-timepicker.mjs +4 -4
  534. package/esm2020/timepicker/src/index.mjs +3 -3
  535. package/esm2020/timepicker/src/timepicker.component.mjs +117 -117
  536. package/esm2020/timepicker/src/timepicker.module.mjs +60 -60
  537. package/esm2020/toast/index.mjs +2 -2
  538. package/esm2020/toast/mintplayer-ng-bootstrap-toast.mjs +4 -4
  539. package/esm2020/toast/src/components/index.mjs +5 -5
  540. package/esm2020/toast/src/components/toast/toast.component.mjs +16 -16
  541. package/esm2020/toast/src/components/toast-body/toast-body.component.mjs +20 -20
  542. package/esm2020/toast/src/components/toast-container/toast-container.component.mjs +23 -23
  543. package/esm2020/toast/src/components/toast-header/toast-header.component.mjs +17 -17
  544. package/esm2020/toast/src/directives/index.mjs +1 -1
  545. package/esm2020/toast/src/directives/toast-close/toast-close.directive.mjs +32 -32
  546. package/esm2020/toast/src/index.mjs +6 -6
  547. package/esm2020/toast/src/pipes/add-properties.pipe.mjs +17 -17
  548. package/esm2020/toast/src/providers/portal-factory.provider.mjs +3 -3
  549. package/esm2020/toast/src/services/index.mjs +1 -1
  550. package/esm2020/toast/src/services/toast/toast.service.mjs +56 -56
  551. package/esm2020/toast/src/toast.module.mjs +77 -77
  552. package/esm2020/toggle-button/index.mjs +2 -2
  553. package/esm2020/toggle-button/mintplayer-ng-bootstrap-toggle-button.mjs +4 -4
  554. package/esm2020/toggle-button/src/component/toggle-button.component.mjs +158 -158
  555. package/esm2020/toggle-button/src/directives/index.mjs +1 -1
  556. package/esm2020/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.mjs +19 -19
  557. package/esm2020/toggle-button/src/index.mjs +6 -6
  558. package/esm2020/toggle-button/src/toggle-button.module.mjs +34 -34
  559. package/esm2020/toggle-button/src/types/check-style.mjs +2 -2
  560. package/esm2020/toggle-button/src/types/index.mjs +2 -2
  561. package/esm2020/toggle-button/src/value-accessor/toggle-button-value-accessor.mjs +108 -108
  562. package/esm2020/tooltip/index.mjs +2 -2
  563. package/esm2020/tooltip/mintplayer-ng-bootstrap-tooltip.mjs +4 -4
  564. package/esm2020/tooltip/src/component/tooltip.component.mjs +38 -38
  565. package/esm2020/tooltip/src/directive/tooltip.directive.mjs +109 -109
  566. package/esm2020/tooltip/src/index.mjs +4 -4
  567. package/esm2020/tooltip/src/providers/tooltip-content.provider.mjs +3 -3
  568. package/esm2020/tooltip/src/tooltip.module.mjs +35 -35
  569. package/esm2020/typeahead/index.mjs +2 -2
  570. package/esm2020/typeahead/mintplayer-ng-bootstrap-typeahead.mjs +4 -4
  571. package/esm2020/typeahead/src/index.mjs +3 -3
  572. package/esm2020/typeahead/src/typeahead.component.mjs +82 -82
  573. package/esm2020/typeahead/src/typeahead.module.mjs +48 -48
  574. package/esm2020/user-agent/index.mjs +2 -2
  575. package/esm2020/user-agent/mintplayer-ng-bootstrap-user-agent.mjs +4 -4
  576. package/esm2020/user-agent/src/index.mjs +4 -4
  577. package/esm2020/user-agent/src/user-agent/user-agent.directive.mjs +57 -57
  578. package/esm2020/user-agent/src/user-agent/user-agent.module.mjs +24 -24
  579. package/esm2020/user-agent/src/user-agent.type.mjs +1 -1
  580. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs +113 -113
  581. package/fesm2015/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  582. package/fesm2015/mintplayer-ng-bootstrap-alert.mjs +70 -70
  583. package/fesm2015/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  584. package/fesm2015/mintplayer-ng-bootstrap-badge.mjs +37 -37
  585. package/fesm2015/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  586. package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs +37 -37
  587. package/fesm2015/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  588. package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs +23 -23
  589. package/fesm2015/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  590. package/fesm2015/mintplayer-ng-bootstrap-button-type.mjs +45 -45
  591. package/fesm2015/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  592. package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs +160 -160
  593. package/fesm2015/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
  594. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs +127 -127
  595. package/fesm2015/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  596. package/fesm2015/mintplayer-ng-bootstrap-card.mjs +36 -36
  597. package/fesm2015/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  598. package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs +151 -146
  599. package/fesm2015/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  600. package/fesm2015/mintplayer-ng-bootstrap-close.mjs +31 -31
  601. package/fesm2015/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  602. package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs +55 -55
  603. package/fesm2015/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  604. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs +107 -107
  605. package/fesm2015/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  606. package/fesm2015/mintplayer-ng-bootstrap-copy.mjs +63 -63
  607. package/fesm2015/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  608. package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs +145 -145
  609. package/fesm2015/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  610. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs +71 -71
  611. package/fesm2015/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  612. package/fesm2015/mintplayer-ng-bootstrap-dropdown-divider.mjs +41 -0
  613. package/fesm2015/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -0
  614. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs +74 -67
  615. package/fesm2015/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  616. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs +225 -225
  617. package/fesm2015/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  618. package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs +72 -72
  619. package/fesm2015/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  620. package/fesm2015/mintplayer-ng-bootstrap-enum.mjs +29 -29
  621. package/fesm2015/mintplayer-ng-bootstrap-enum.mjs.map +1 -1
  622. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs +147 -147
  623. package/fesm2015/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  624. package/fesm2015/mintplayer-ng-bootstrap-floating-labels.mjs +30 -30
  625. package/fesm2015/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
  626. package/fesm2015/mintplayer-ng-bootstrap-for.mjs +54 -54
  627. package/fesm2015/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  628. package/fesm2015/mintplayer-ng-bootstrap-form.mjs +60 -60
  629. package/fesm2015/mintplayer-ng-bootstrap-form.mjs.map +1 -1
  630. package/fesm2015/mintplayer-ng-bootstrap-grid.mjs +121 -121
  631. package/fesm2015/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  632. package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs +21 -21
  633. package/fesm2015/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
  634. package/fesm2015/mintplayer-ng-bootstrap-icon.mjs +41 -41
  635. package/fesm2015/mintplayer-ng-bootstrap-icon.mjs.map +1 -1
  636. package/fesm2015/mintplayer-ng-bootstrap-input-group.mjs +21 -21
  637. package/fesm2015/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
  638. package/fesm2015/mintplayer-ng-bootstrap-lazy-loading.mjs +48 -48
  639. package/fesm2015/mintplayer-ng-bootstrap-lazy-loading.mjs.map +1 -1
  640. package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs +47 -47
  641. package/fesm2015/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  642. package/fesm2015/mintplayer-ng-bootstrap-markdown.mjs +128 -128
  643. package/fesm2015/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
  644. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs +227 -227
  645. package/fesm2015/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  646. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs +115 -115
  647. package/fesm2015/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  648. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs +691 -686
  649. package/fesm2015/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  650. package/fesm2015/mintplayer-ng-bootstrap-navigation-lock.mjs +130 -130
  651. package/fesm2015/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  652. package/fesm2015/mintplayer-ng-bootstrap-no-noscript.mjs +38 -38
  653. package/fesm2015/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  654. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs +417 -417
  655. package/fesm2015/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  656. package/fesm2015/mintplayer-ng-bootstrap-ordinal-number.mjs +43 -43
  657. package/fesm2015/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
  658. package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs +212 -212
  659. package/fesm2015/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  660. package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs +74 -74
  661. package/fesm2015/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  662. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs +231 -231
  663. package/fesm2015/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  664. package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs +165 -165
  665. package/fesm2015/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  666. package/fesm2015/mintplayer-ng-bootstrap-range.mjs +89 -89
  667. package/fesm2015/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  668. package/fesm2015/mintplayer-ng-bootstrap-rating.mjs +86 -86
  669. package/fesm2015/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  670. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs +777 -777
  671. package/fesm2015/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  672. package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs +147 -147
  673. package/fesm2015/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  674. package/fesm2015/mintplayer-ng-bootstrap-select.mjs +267 -267
  675. package/fesm2015/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  676. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs +126 -126
  677. package/fesm2015/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  678. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs +121 -121
  679. package/fesm2015/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -1
  680. package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs +50 -50
  681. package/fesm2015/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  682. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs +70 -70
  683. package/fesm2015/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  684. package/fesm2015/mintplayer-ng-bootstrap-table.mjs +55 -55
  685. package/fesm2015/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  686. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs +149 -149
  687. package/fesm2015/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  688. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs +205 -205
  689. package/fesm2015/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  690. package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs +294 -294
  691. package/fesm2015/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  692. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs +161 -161
  693. package/fesm2015/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  694. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs +108 -108
  695. package/fesm2015/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  696. package/fesm2015/mintplayer-ng-bootstrap-user-agent.mjs +74 -74
  697. package/fesm2015/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  698. package/fesm2015/mintplayer-ng-bootstrap.mjs +120 -120
  699. package/fesm2015/mintplayer-ng-bootstrap.mjs.map +1 -1
  700. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs +113 -113
  701. package/fesm2020/mintplayer-ng-bootstrap-accordion.mjs.map +1 -1
  702. package/fesm2020/mintplayer-ng-bootstrap-alert.mjs +70 -70
  703. package/fesm2020/mintplayer-ng-bootstrap-alert.mjs.map +1 -1
  704. package/fesm2020/mintplayer-ng-bootstrap-badge.mjs +37 -37
  705. package/fesm2020/mintplayer-ng-bootstrap-badge.mjs.map +1 -1
  706. package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs +37 -37
  707. package/fesm2020/mintplayer-ng-bootstrap-breadcrumb.mjs.map +1 -1
  708. package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs +23 -23
  709. package/fesm2020/mintplayer-ng-bootstrap-button-group.mjs.map +1 -1
  710. package/fesm2020/mintplayer-ng-bootstrap-button-type.mjs +45 -45
  711. package/fesm2020/mintplayer-ng-bootstrap-button-type.mjs.map +1 -1
  712. package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs +157 -157
  713. package/fesm2020/mintplayer-ng-bootstrap-calendar-month.mjs.map +1 -1
  714. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs +127 -127
  715. package/fesm2020/mintplayer-ng-bootstrap-calendar.mjs.map +1 -1
  716. package/fesm2020/mintplayer-ng-bootstrap-card.mjs +36 -36
  717. package/fesm2020/mintplayer-ng-bootstrap-card.mjs.map +1 -1
  718. package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs +149 -144
  719. package/fesm2020/mintplayer-ng-bootstrap-carousel.mjs.map +1 -1
  720. package/fesm2020/mintplayer-ng-bootstrap-close.mjs +31 -31
  721. package/fesm2020/mintplayer-ng-bootstrap-close.mjs.map +1 -1
  722. package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs +55 -55
  723. package/fesm2020/mintplayer-ng-bootstrap-code-snippet.mjs.map +1 -1
  724. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs +105 -105
  725. package/fesm2020/mintplayer-ng-bootstrap-context-menu.mjs.map +1 -1
  726. package/fesm2020/mintplayer-ng-bootstrap-copy.mjs +60 -60
  727. package/fesm2020/mintplayer-ng-bootstrap-copy.mjs.map +1 -1
  728. package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs +145 -145
  729. package/fesm2020/mintplayer-ng-bootstrap-datatable.mjs.map +1 -1
  730. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs +71 -71
  731. package/fesm2020/mintplayer-ng-bootstrap-datepicker.mjs.map +1 -1
  732. package/fesm2020/mintplayer-ng-bootstrap-dropdown-divider.mjs +41 -0
  733. package/fesm2020/mintplayer-ng-bootstrap-dropdown-divider.mjs.map +1 -0
  734. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs +72 -65
  735. package/fesm2020/mintplayer-ng-bootstrap-dropdown-menu.mjs.map +1 -1
  736. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs +220 -220
  737. package/fesm2020/mintplayer-ng-bootstrap-dropdown.mjs.map +1 -1
  738. package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs +72 -72
  739. package/fesm2020/mintplayer-ng-bootstrap-enhanced-paste.mjs.map +1 -1
  740. package/fesm2020/mintplayer-ng-bootstrap-enum.mjs +29 -29
  741. package/fesm2020/mintplayer-ng-bootstrap-enum.mjs.map +1 -1
  742. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs +147 -147
  743. package/fesm2020/mintplayer-ng-bootstrap-file-upload.mjs.map +1 -1
  744. package/fesm2020/mintplayer-ng-bootstrap-floating-labels.mjs +28 -28
  745. package/fesm2020/mintplayer-ng-bootstrap-floating-labels.mjs.map +1 -1
  746. package/fesm2020/mintplayer-ng-bootstrap-for.mjs +54 -54
  747. package/fesm2020/mintplayer-ng-bootstrap-for.mjs.map +1 -1
  748. package/fesm2020/mintplayer-ng-bootstrap-form.mjs +60 -60
  749. package/fesm2020/mintplayer-ng-bootstrap-form.mjs.map +1 -1
  750. package/fesm2020/mintplayer-ng-bootstrap-grid.mjs +121 -121
  751. package/fesm2020/mintplayer-ng-bootstrap-grid.mjs.map +1 -1
  752. package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs +21 -21
  753. package/fesm2020/mintplayer-ng-bootstrap-has-overlay.mjs.map +1 -1
  754. package/fesm2020/mintplayer-ng-bootstrap-icon.mjs +41 -41
  755. package/fesm2020/mintplayer-ng-bootstrap-icon.mjs.map +1 -1
  756. package/fesm2020/mintplayer-ng-bootstrap-input-group.mjs +21 -21
  757. package/fesm2020/mintplayer-ng-bootstrap-input-group.mjs.map +1 -1
  758. package/fesm2020/mintplayer-ng-bootstrap-lazy-loading.mjs +48 -48
  759. package/fesm2020/mintplayer-ng-bootstrap-lazy-loading.mjs.map +1 -1
  760. package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs +47 -47
  761. package/fesm2020/mintplayer-ng-bootstrap-list-group.mjs.map +1 -1
  762. package/fesm2020/mintplayer-ng-bootstrap-markdown.mjs +128 -128
  763. package/fesm2020/mintplayer-ng-bootstrap-markdown.mjs.map +1 -1
  764. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs +223 -223
  765. package/fesm2020/mintplayer-ng-bootstrap-modal.mjs.map +1 -1
  766. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs +115 -115
  767. package/fesm2020/mintplayer-ng-bootstrap-multiselect.mjs.map +1 -1
  768. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs +680 -675
  769. package/fesm2020/mintplayer-ng-bootstrap-navbar.mjs.map +1 -1
  770. package/fesm2020/mintplayer-ng-bootstrap-navigation-lock.mjs +128 -128
  771. package/fesm2020/mintplayer-ng-bootstrap-navigation-lock.mjs.map +1 -1
  772. package/fesm2020/mintplayer-ng-bootstrap-no-noscript.mjs +36 -36
  773. package/fesm2020/mintplayer-ng-bootstrap-no-noscript.mjs.map +1 -1
  774. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs +413 -413
  775. package/fesm2020/mintplayer-ng-bootstrap-offcanvas.mjs.map +1 -1
  776. package/fesm2020/mintplayer-ng-bootstrap-ordinal-number.mjs +43 -43
  777. package/fesm2020/mintplayer-ng-bootstrap-ordinal-number.mjs.map +1 -1
  778. package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs +212 -212
  779. package/fesm2020/mintplayer-ng-bootstrap-pagination.mjs.map +1 -1
  780. package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs +74 -74
  781. package/fesm2020/mintplayer-ng-bootstrap-placeholder.mjs.map +1 -1
  782. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs +226 -226
  783. package/fesm2020/mintplayer-ng-bootstrap-popover.mjs.map +1 -1
  784. package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs +165 -165
  785. package/fesm2020/mintplayer-ng-bootstrap-progress-bar.mjs.map +1 -1
  786. package/fesm2020/mintplayer-ng-bootstrap-range.mjs +89 -89
  787. package/fesm2020/mintplayer-ng-bootstrap-range.mjs.map +1 -1
  788. package/fesm2020/mintplayer-ng-bootstrap-rating.mjs +86 -86
  789. package/fesm2020/mintplayer-ng-bootstrap-rating.mjs.map +1 -1
  790. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs +777 -777
  791. package/fesm2020/mintplayer-ng-bootstrap-scheduler.mjs.map +1 -1
  792. package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs +142 -142
  793. package/fesm2020/mintplayer-ng-bootstrap-scrollspy.mjs.map +1 -1
  794. package/fesm2020/mintplayer-ng-bootstrap-select.mjs +265 -265
  795. package/fesm2020/mintplayer-ng-bootstrap-select.mjs.map +1 -1
  796. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs +126 -126
  797. package/fesm2020/mintplayer-ng-bootstrap-select2.mjs.map +1 -1
  798. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs +118 -118
  799. package/fesm2020/mintplayer-ng-bootstrap-snackbar.mjs.map +1 -1
  800. package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs +50 -50
  801. package/fesm2020/mintplayer-ng-bootstrap-spinner.mjs.map +1 -1
  802. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs +70 -70
  803. package/fesm2020/mintplayer-ng-bootstrap-tab-control.mjs.map +1 -1
  804. package/fesm2020/mintplayer-ng-bootstrap-table.mjs +55 -55
  805. package/fesm2020/mintplayer-ng-bootstrap-table.mjs.map +1 -1
  806. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs +149 -149
  807. package/fesm2020/mintplayer-ng-bootstrap-timepicker.mjs.map +1 -1
  808. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs +203 -203
  809. package/fesm2020/mintplayer-ng-bootstrap-toast.mjs.map +1 -1
  810. package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs +294 -294
  811. package/fesm2020/mintplayer-ng-bootstrap-toggle-button.mjs.map +1 -1
  812. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs +157 -157
  813. package/fesm2020/mintplayer-ng-bootstrap-tooltip.mjs.map +1 -1
  814. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs +108 -108
  815. package/fesm2020/mintplayer-ng-bootstrap-typeahead.mjs.map +1 -1
  816. package/fesm2020/mintplayer-ng-bootstrap-user-agent.mjs +72 -72
  817. package/fesm2020/mintplayer-ng-bootstrap-user-agent.mjs.map +1 -1
  818. package/fesm2020/mintplayer-ng-bootstrap.mjs +120 -120
  819. package/fesm2020/mintplayer-ng-bootstrap.mjs.map +1 -1
  820. package/file-upload/index.d.ts +1 -1
  821. package/file-upload/src/component/file-upload.component.d.ts +21 -21
  822. package/file-upload/src/directive/file-upload-template.directive.d.ts +8 -8
  823. package/file-upload/src/file-upload.d.ts +4 -4
  824. package/file-upload/src/file-upload.module.d.ts +14 -14
  825. package/file-upload/src/index.d.ts +5 -5
  826. package/file-upload/src/pipes/format-bytes/format-bytes.pipe.d.ts +7 -7
  827. package/file-upload/src/pipes/index.d.ts +1 -1
  828. package/floating-labels/index.d.ts +1 -1
  829. package/floating-labels/src/floating-labels/floating-label/floating-label.component.d.ts +7 -7
  830. package/floating-labels/src/floating-labels/floating-labels.module.d.ts +8 -8
  831. package/floating-labels/src/index.d.ts +2 -2
  832. package/for/index.d.ts +1 -1
  833. package/for/src/for.directive.d.ts +8 -8
  834. package/for/src/for.module.d.ts +8 -8
  835. package/for/src/index.d.ts +2 -2
  836. package/form/index.d.ts +1 -1
  837. package/form/src/form/form.component.d.ts +8 -8
  838. package/form/src/form-control/form-control.directive.d.ts +6 -6
  839. package/form/src/form-group/form-group.directive.d.ts +6 -6
  840. package/form/src/form.module.d.ts +10 -10
  841. package/form/src/index.d.ts +4 -4
  842. package/grid/index.d.ts +1 -1
  843. package/grid/src/component/grid.component.d.ts +12 -12
  844. package/grid/src/directives/col-form-label/col-form-label.directive.d.ts +6 -6
  845. package/grid/src/directives/column/column.directive.d.ts +13 -13
  846. package/grid/src/directives/index.d.ts +3 -3
  847. package/grid/src/directives/row/row.directive.d.ts +6 -6
  848. package/grid/src/grid.module.d.ts +11 -11
  849. package/grid/src/index.d.ts +4 -4
  850. package/grid/src/interfaces/column-definition.d.ts +9 -9
  851. package/grid/src/interfaces/index.d.ts +1 -1
  852. package/has-overlay/index.d.ts +1 -1
  853. package/has-overlay/src/has-overlay/has-overlay.component.d.ts +5 -5
  854. package/has-overlay/src/has-overlay/has-overlay.module.d.ts +8 -8
  855. package/has-overlay/src/index.d.ts +2 -2
  856. package/icon/index.d.ts +2 -2
  857. package/icon/src/icon.component.d.ts +12 -12
  858. package/icon/src/icon.module.d.ts +8 -8
  859. package/index.d.ts +4 -4
  860. package/input-group/index.d.ts +1 -1
  861. package/input-group/src/index.d.ts +2 -2
  862. package/input-group/src/input-group/input-group.component.d.ts +5 -5
  863. package/input-group/src/input-group.module.d.ts +8 -8
  864. package/lazy-loading/index.d.ts +1 -1
  865. package/lazy-loading/src/index.d.ts +2 -2
  866. package/lazy-loading/src/lazy-load/lazy-load.directive.d.ts +13 -13
  867. package/lazy-loading/src/lazy-loading.module.d.ts +8 -8
  868. package/lib/enums/color.enum.d.ts +13 -13
  869. package/lib/enums/index.d.ts +1 -1
  870. package/lib/pipes/font-color/font-color.module.d.ts +8 -8
  871. package/lib/pipes/font-color/font-color.pipe.d.ts +7 -7
  872. package/lib/pipes/font-color/index.d.ts +2 -2
  873. package/lib/pipes/in-list/in-list.module.d.ts +8 -8
  874. package/lib/pipes/in-list/in-list.pipe.d.ts +7 -7
  875. package/lib/pipes/in-list/index.d.ts +2 -2
  876. package/lib/pipes/index.d.ts +3 -3
  877. package/lib/pipes/uc-first/index.d.ts +2 -2
  878. package/lib/pipes/uc-first/uc-first.module.d.ts +8 -8
  879. package/lib/pipes/uc-first/uc-first.pipe.d.ts +7 -7
  880. package/lib/providers/development.provider.d.ts +7 -7
  881. package/lib/providers/index.d.ts +1 -1
  882. package/lib/types/breakpoint.d.ts +1 -1
  883. package/lib/types/index.d.ts +4 -4
  884. package/lib/types/position.d.ts +1 -1
  885. package/lib/types/size.d.ts +1 -1
  886. package/lib/types/view-state.type.d.ts +1 -1
  887. package/list-group/index.d.ts +1 -1
  888. package/list-group/src/index.d.ts +3 -3
  889. package/list-group/src/list-group/list-group.component.d.ts +10 -10
  890. package/list-group/src/list-group-item/list-group-item.component.d.ts +8 -8
  891. package/list-group/src/list-group.module.d.ts +9 -9
  892. package/markdown/index.d.ts +5 -5
  893. package/markdown/src/bold/bold.pipe.d.ts +10 -10
  894. package/markdown/src/italic/italic.pipe.d.ts +10 -10
  895. package/markdown/src/markdown.module.d.ts +11 -11
  896. package/markdown/src/strikethrough/strikethrough.pipe.d.ts +10 -10
  897. package/markdown/src/underline/underline.pipe.d.ts +10 -10
  898. package/modal/index.d.ts +1 -1
  899. package/modal/src/components/index.d.ts +2 -2
  900. package/modal/src/components/modal/modal.component.d.ts +9 -9
  901. package/modal/src/components/modal-host/modal-host.component.d.ts +27 -27
  902. package/modal/src/directives/index.d.ts +5 -5
  903. package/modal/src/directives/modal/modal.directive.d.ts +8 -8
  904. package/modal/src/directives/modal-body/modal-body.directive.d.ts +6 -6
  905. package/modal/src/directives/modal-close/modal-close.directive.d.ts +9 -9
  906. package/modal/src/directives/modal-footer/modal-footer.directive.d.ts +6 -6
  907. package/modal/src/directives/modal-header/modal-header.directive.d.ts +6 -6
  908. package/modal/src/index.d.ts +3 -3
  909. package/modal/src/modal.module.d.ts +16 -16
  910. package/modal/src/providers/modal-content.provider.d.ts +2 -2
  911. package/modal/src/providers/portal-factory.provider.d.ts +3 -3
  912. package/multiselect/index.d.ts +1 -1
  913. package/multiselect/src/component/multiselect.component.d.ts +15 -15
  914. package/multiselect/src/directives/button-template/button-template.directive.d.ts +8 -8
  915. package/multiselect/src/directives/footer-template/footer-template.directive.d.ts +8 -8
  916. package/multiselect/src/directives/header-template/header-template.directive.d.ts +8 -8
  917. package/multiselect/src/directives/index.d.ts +3 -3
  918. package/multiselect/src/index.d.ts +3 -3
  919. package/multiselect/src/multiselect.module.d.ts +17 -17
  920. package/navbar/index.d.ts +1 -1
  921. package/navbar/src/dropdown-toggle/dropdown-toggle.directive.d.ts +13 -13
  922. package/navbar/src/expand-button/expand-button.directive.d.ts +8 -8
  923. package/navbar/src/index.d.ts +11 -11
  924. package/navbar/src/nav-link/nav-link.directive.d.ts +10 -10
  925. package/navbar/src/navbar/navbar.component.d.ts +32 -32
  926. package/navbar/src/navbar-brand/navbar-brand.component.d.ts +7 -7
  927. package/navbar/src/navbar-content/navbar-content.directive.d.ts +18 -18
  928. package/navbar/src/navbar-dropdown/navbar-dropdown.component.d.ts +33 -33
  929. package/navbar/src/navbar-item/navbar-item.component.d.ts +19 -19
  930. package/navbar/src/navbar-nav/navbar-nav.component.d.ts +19 -19
  931. package/navbar/src/navbar-toggler/navbar-toggler.component.d.ts +13 -13
  932. package/navbar/src/navbar.module.d.ts +22 -21
  933. package/navigation-lock/index.d.ts +1 -1
  934. package/navigation-lock/src/directive/navigation-lock.directive.d.ts +34 -34
  935. package/navigation-lock/src/guard/navigation-lock.guard.d.ts +8 -8
  936. package/navigation-lock/src/index.d.ts +4 -4
  937. package/navigation-lock/src/interface/has-navigation-lock.d.ts +15 -15
  938. package/navigation-lock/src/navigation-lock.module.d.ts +9 -9
  939. package/no-noscript/index.d.ts +1 -1
  940. package/no-noscript/src/index.d.ts +2 -2
  941. package/no-noscript/src/no-noscript/no-noscript.directive.d.ts +8 -8
  942. package/no-noscript/src/no-noscript.module.d.ts +8 -8
  943. package/offcanvas/index.d.ts +1 -1
  944. package/offcanvas/src/components/index.d.ts +4 -4
  945. package/offcanvas/src/components/offcanvas/offcanvas.component.d.ts +33 -33
  946. package/offcanvas/src/components/offcanvas-body/offcanvas-body.component.d.ts +9 -9
  947. package/offcanvas/src/components/offcanvas-header/offcanvas-header.component.d.ts +8 -8
  948. package/offcanvas/src/components/offcanvas-host/offcanvas-host.component.d.ts +36 -36
  949. package/offcanvas/src/directives/index.d.ts +3 -3
  950. package/offcanvas/src/directives/offcanvas-close/offcanvas-close.directive.d.ts +9 -9
  951. package/offcanvas/src/directives/offcanvas-content/offcanvas-content.directive.d.ts +8 -8
  952. package/offcanvas/src/directives/offcanvas-push/offcanvas-push.directive.d.ts +16 -16
  953. package/offcanvas/src/index.d.ts +3 -3
  954. package/offcanvas/src/offcanvas.module.d.ts +16 -16
  955. package/offcanvas/src/providers/offcanvas-content.provider.d.ts +2 -2
  956. package/offcanvas/src/providers/portal-factory.provider.d.ts +3 -3
  957. package/ordinal-number/index.d.ts +1 -1
  958. package/ordinal-number/src/index.d.ts +2 -2
  959. package/ordinal-number/src/ordinal-number/ordinal-number.pipe.d.ts +10 -10
  960. package/ordinal-number/src/ordinal-number.module.d.ts +8 -8
  961. package/package.json +12 -3
  962. package/pagination/index.d.ts +1 -1
  963. package/pagination/src/component/index.d.ts +1 -1
  964. package/pagination/src/component/pagination/pagination.component.d.ts +49 -49
  965. package/pagination/src/index.d.ts +4 -4
  966. package/pagination/src/interfaces/index.d.ts +1 -1
  967. package/pagination/src/interfaces/page-with-selection.d.ts +5 -5
  968. package/pagination/src/pagination.module.d.ts +8 -8
  969. package/pagination/src/types/index.d.ts +1 -1
  970. package/pagination/src/types/page-number.type.d.ts +1 -1
  971. package/placeholder/index.d.ts +1 -1
  972. package/placeholder/src/index.d.ts +3 -3
  973. package/placeholder/src/placeholder/placeholder.component.d.ts +11 -11
  974. package/placeholder/src/placeholder-field/placeholder-field.directive.d.ts +16 -16
  975. package/placeholder/src/placeholder.module.d.ts +9 -9
  976. package/popover/index.d.ts +1 -1
  977. package/popover/src/component/popover.component.d.ts +19 -19
  978. package/popover/src/directives/index.d.ts +3 -3
  979. package/popover/src/directives/popover/popover.directive.d.ts +28 -28
  980. package/popover/src/directives/popover-body/popover-body.directive.d.ts +6 -6
  981. package/popover/src/directives/popover-header/popover-header.directive.d.ts +6 -6
  982. package/popover/src/index.d.ts +3 -3
  983. package/popover/src/popover.module.d.ts +13 -13
  984. package/popover/src/providers/popover-content.provider.d.ts +2 -2
  985. package/popover/src/providers/portal-factory.provider.d.ts +3 -3
  986. package/progress-bar/index.d.ts +1 -1
  987. package/progress-bar/src/index.d.ts +3 -3
  988. package/progress-bar/src/progress/progress.component.d.ts +8 -8
  989. package/progress-bar/src/progress-bar/progress-bar.component.d.ts +31 -31
  990. package/progress-bar/src/progress-bar.module.d.ts +9 -9
  991. package/range/index.d.ts +1 -1
  992. package/range/src/component/range.component.d.ts +11 -11
  993. package/range/src/index.d.ts +3 -3
  994. package/range/src/range.module.d.ts +9 -9
  995. package/range/src/value-accessor/range-value-accessor.d.ts +20 -20
  996. package/rating/index.d.ts +1 -1
  997. package/rating/src/component/rating.component.d.ts +22 -22
  998. package/rating/src/index.d.ts +2 -2
  999. package/rating/src/rating.module.d.ts +8 -8
  1000. package/scheduler/index.d.ts +1 -1
  1001. package/scheduler/src/components/index.d.ts +2 -2
  1002. package/scheduler/src/components/resource-group-presenter/resource-group-presenter.component.d.ts +26 -26
  1003. package/scheduler/src/components/scheduler/scheduler.component.d.ts +86 -86
  1004. package/scheduler/src/constants/available-scales.d.ts +2 -2
  1005. package/scheduler/src/constants/index.d.ts +1 -1
  1006. package/scheduler/src/enums/drag-operation.d.ts +6 -6
  1007. package/scheduler/src/enums/index.d.ts +1 -1
  1008. package/scheduler/src/enums/scheduler-mode.d.ts +4 -4
  1009. package/scheduler/src/index.d.ts +5 -5
  1010. package/scheduler/src/interfaces/drag-operation.d.ts +7 -7
  1011. package/scheduler/src/interfaces/index.d.ts +5 -5
  1012. package/scheduler/src/interfaces/preview-event.d.ts +4 -4
  1013. package/scheduler/src/interfaces/resource-group.d.ts +5 -5
  1014. package/scheduler/src/interfaces/resource-or-group.d.ts +6 -6
  1015. package/scheduler/src/interfaces/resource.d.ts +5 -5
  1016. package/scheduler/src/interfaces/scheduler-event-part.d.ts +6 -6
  1017. package/scheduler/src/interfaces/scheduler-event-with-parts.d.ts +6 -6
  1018. package/scheduler/src/interfaces/scheduler-event.d.ts +6 -6
  1019. package/scheduler/src/interfaces/scheduler-schale.d.ts +5 -5
  1020. package/scheduler/src/interfaces/scheduler-stamp-with-slots.d.ts +6 -6
  1021. package/scheduler/src/interfaces/time-slot.d.ts +4 -4
  1022. package/scheduler/src/interfaces/timeline-options.d.ts +3 -3
  1023. package/scheduler/src/interfaces/timeline-track.d.ts +5 -5
  1024. package/scheduler/src/interfaces/week-options.d.ts +3 -3
  1025. package/scheduler/src/pipes/bs-seconds-timespan.pipe/bs-seconds-timespan.pipe.d.ts +9 -9
  1026. package/scheduler/src/pipes/bs-seconds-today-offset/bs-seconds-today-offset.pipe.d.ts +9 -9
  1027. package/scheduler/src/pipes/date-offset/date-offset.pipe.d.ts +8 -8
  1028. package/scheduler/src/pipes/day-of-week/day-of-week.pipe.d.ts +9 -9
  1029. package/scheduler/src/scheduler.module.d.ts +14 -14
  1030. package/scheduler/src/services/timeline/timeline.service.d.ts +14 -14
  1031. package/scrollspy/index.d.ts +1 -1
  1032. package/scrollspy/src/component/scrollspy.component.d.ts +25 -25
  1033. package/scrollspy/src/directives/scrollspy.directive.d.ts +8 -8
  1034. package/scrollspy/src/index.d.ts +4 -4
  1035. package/scrollspy/src/scrollspy.module.d.ts +9 -9
  1036. package/scrollspy/src/services/index.d.ts +1 -1
  1037. package/scrollspy/src/services/scroll-offset/scroll-offset.service.d.ts +9 -9
  1038. package/select/index.d.ts +1 -1
  1039. package/select/src/component/select.component.d.ts +26 -26
  1040. package/select/src/index.d.ts +4 -4
  1041. package/select/src/select.module.d.ts +9 -9
  1042. package/select/src/types/index.d.ts +1 -1
  1043. package/select/src/types/select-size.d.ts +1 -1
  1044. package/select/src/value-accessors/index.d.ts +1 -1
  1045. package/select/src/value-accessors/select-value-accessor.d.ts +44 -44
  1046. package/select2/index.d.ts +1 -1
  1047. package/select2/src/component/select2.component.d.ts +25 -25
  1048. package/select2/src/directive/item-template.directive.d.ts +9 -9
  1049. package/select2/src/index.d.ts +3 -3
  1050. package/select2/src/select2.module.d.ts +14 -14
  1051. package/snackbar/index.d.ts +1 -1
  1052. package/snackbar/src/component/snackbar.component.d.ts +15 -15
  1053. package/snackbar/src/directives/index.d.ts +1 -1
  1054. package/snackbar/src/directives/snackbar-close/snackbar-close.directive.d.ts +11 -11
  1055. package/snackbar/src/index.d.ts +5 -5
  1056. package/snackbar/src/interfaces/index.d.ts +1 -1
  1057. package/snackbar/src/interfaces/snackbar-animation-meta.d.ts +7 -7
  1058. package/snackbar/src/providers/snackbar-content.provider.d.ts +2 -2
  1059. package/snackbar/src/service/snackbar.service.d.ts +13 -13
  1060. package/snackbar/src/snackbar.module.d.ts +11 -11
  1061. package/spinner/index.d.ts +1 -1
  1062. package/spinner/src/index.d.ts +2 -2
  1063. package/spinner/src/spinner.component.d.ts +19 -19
  1064. package/spinner/src/spinner.module.d.ts +8 -8
  1065. package/src/assets/ic-upload-file.svg +7 -7
  1066. package/src/styles/custom.scss +4 -4
  1067. package/src/styles/ngx-highlight-themes/solarized-dark.scss +89 -89
  1068. package/src/styles/utilities/cursor.scss +9 -9
  1069. package/src/styles/utilities/overflow.scss +9 -9
  1070. package/src/styles/utilities/white-space.scss +9 -9
  1071. package/tab-control/index.d.ts +1 -1
  1072. package/tab-control/src/index.d.ts +3 -3
  1073. package/tab-control/src/tab-control/tab-control.component.d.ts +12 -12
  1074. package/tab-control/src/tab-control.module.d.ts +9 -9
  1075. package/tab-control/src/tab-page/tab-page.component.d.ts +11 -11
  1076. package/table/index.d.ts +1 -1
  1077. package/table/src/component/table.component.d.ts +15 -15
  1078. package/table/src/index.d.ts +2 -2
  1079. package/table/src/table.module.d.ts +8 -8
  1080. package/timepicker/index.d.ts +1 -1
  1081. package/timepicker/src/index.d.ts +2 -2
  1082. package/timepicker/src/timepicker.component.d.ts +27 -27
  1083. package/timepicker/src/timepicker.module.d.ts +17 -17
  1084. package/toast/index.d.ts +1 -1
  1085. package/toast/src/components/index.d.ts +4 -4
  1086. package/toast/src/components/toast/toast.component.d.ts +6 -6
  1087. package/toast/src/components/toast-body/toast-body.component.d.ts +6 -6
  1088. package/toast/src/components/toast-container/toast-container.component.d.ts +9 -9
  1089. package/toast/src/components/toast-header/toast-header.component.d.ts +6 -6
  1090. package/toast/src/directives/index.d.ts +1 -1
  1091. package/toast/src/directives/toast-close/toast-close.directive.d.ts +12 -12
  1092. package/toast/src/index.d.ts +5 -5
  1093. package/toast/src/pipes/add-properties.pipe.d.ts +7 -7
  1094. package/toast/src/providers/portal-factory.provider.d.ts +3 -3
  1095. package/toast/src/services/index.d.ts +1 -1
  1096. package/toast/src/services/toast/toast.service.d.ts +22 -22
  1097. package/toast/src/toast.module.d.ts +15 -15
  1098. package/toggle-button/index.d.ts +1 -1
  1099. package/toggle-button/src/component/toggle-button.component.d.ts +37 -37
  1100. package/toggle-button/src/directives/index.d.ts +1 -1
  1101. package/toggle-button/src/directives/toggle-button-group/toggle-button-group.directive.d.ts +9 -9
  1102. package/toggle-button/src/index.d.ts +5 -5
  1103. package/toggle-button/src/toggle-button.module.d.ts +10 -10
  1104. package/toggle-button/src/types/check-style.d.ts +1 -1
  1105. package/toggle-button/src/types/index.d.ts +1 -1
  1106. package/toggle-button/src/value-accessor/toggle-button-value-accessor.d.ts +20 -20
  1107. package/tooltip/index.d.ts +1 -1
  1108. package/tooltip/src/component/tooltip.component.d.ts +15 -15
  1109. package/tooltip/src/directive/tooltip.directive.d.ts +20 -20
  1110. package/tooltip/src/index.d.ts +2 -2
  1111. package/tooltip/src/providers/tooltip-content.provider.d.ts +2 -2
  1112. package/tooltip/src/tooltip.module.d.ts +11 -11
  1113. package/typeahead/index.d.ts +1 -1
  1114. package/typeahead/src/index.d.ts +2 -2
  1115. package/typeahead/src/typeahead.component.d.ts +26 -26
  1116. package/typeahead/src/typeahead.module.d.ts +14 -14
  1117. package/user-agent/index.d.ts +1 -1
  1118. package/user-agent/src/index.d.ts +3 -3
  1119. package/user-agent/src/user-agent/user-agent.directive.d.ts +14 -14
  1120. package/user-agent/src/user-agent/user-agent.module.d.ts +8 -8
  1121. package/user-agent/src/user-agent.type.d.ts +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-spinner.mjs","sources":["../esm2020/spinner/src/spinner.component.mjs","../esm2020/spinner/src/spinner.module.mjs","../esm2020/spinner/mintplayer-ng-bootstrap-spinner.mjs"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { Color } from '@mintplayer/ng-bootstrap';\nimport { BehaviorSubject, map } from 'rxjs';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nexport class BsSpinnerComponent {\n constructor() {\n this.colors = Color;\n //#region Type\n this.type$ = new BehaviorSubject('border');\n //#endregion\n //#region Color\n this.color$ = new BehaviorSubject(Color.dark);\n this.spinnerClass$ = this.type$\n .pipe(map((type) => `spinner-${type}`));\n this.colorClass$ = this.color$\n .pipe(map((type) => `text-${this.colors[type]}`));\n }\n ngOnInit() { }\n get type() {\n return this.type$.value;\n }\n set type(value) {\n this.type$.next(value);\n }\n get color() {\n return this.color$.value;\n }\n set color(value) {\n this.color$.next(value);\n }\n}\nBsSpinnerComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsSpinnerComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });\nBsSpinnerComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"15.1.0\", type: BsSpinnerComponent, selector: \"bs-spinner\", inputs: { type: \"type\", color: \"color\" }, ngImport: i0, template: \"<div [class]=\\\"[spinnerClass$ | async, colorClass$ | async]\\\" role=\\\"status\\\">\\n <span class=\\\"visually-hidden\\\">Loading...</span>\\n</div>\", styles: [\":host ::ng-deep :root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", \\\"Noto Sans\\\", \\\"Liberation Sans\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\", \\\"Noto Color Emoji\\\";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \\\"Liberation Mono\\\", \\\"Courier New\\\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0d6efd;--bs-link-hover-color: #0a58ca;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}:host ::ng-deep .clearfix:after{display:block;clear:both;content:\\\"\\\"}:host ::ng-deep .text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .link-primary{color:#0d6efd!important}:host ::ng-deep .link-primary:hover,:host ::ng-deep .link-primary:focus{color:#0a58ca!important}:host ::ng-deep .link-secondary{color:#6c757d!important}:host ::ng-deep .link-secondary:hover,:host ::ng-deep .link-secondary:focus{color:#565e64!important}:host ::ng-deep .link-success{color:#198754!important}:host ::ng-deep .link-success:hover,:host ::ng-deep .link-success:focus{color:#146c43!important}:host ::ng-deep .link-info{color:#0dcaf0!important}:host ::ng-deep .link-info:hover,:host ::ng-deep .link-info:focus{color:#3dd5f3!important}:host ::ng-deep .link-warning{color:#ffc107!important}:host ::ng-deep .link-warning:hover,:host ::ng-deep .link-warning:focus{color:#ffcd39!important}:host ::ng-deep .link-danger{color:#dc3545!important}:host ::ng-deep .link-danger:hover,:host ::ng-deep .link-danger:focus{color:#b02a37!important}:host ::ng-deep .link-light{color:#f8f9fa!important}:host ::ng-deep .link-light:hover,:host ::ng-deep .link-light:focus{color:#f9fafb!important}:host ::ng-deep .link-dark{color:#212529!important}:host ::ng-deep .link-dark:hover,:host ::ng-deep .link-dark:focus{color:#1a1e21!important}:host ::ng-deep .ratio{position:relative;width:100%}:host ::ng-deep .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:\\\"\\\"}:host ::ng-deep .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}:host ::ng-deep .ratio-1x1{--bs-aspect-ratio: 100%}:host ::ng-deep .ratio-4x3{--bs-aspect-ratio: 75%}:host ::ng-deep .ratio-16x9{--bs-aspect-ratio: 56.25%}:host ::ng-deep .ratio-21x9{--bs-aspect-ratio: 42.8571428571%}:host ::ng-deep .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}:host ::ng-deep .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}:host ::ng-deep .sticky-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){:host ::ng-deep .sticky-sm-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){:host ::ng-deep .sticky-md-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){:host ::ng-deep .sticky-lg-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){:host ::ng-deep .sticky-xl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){:host ::ng-deep .sticky-xxl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}:host ::ng-deep .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}:host ::ng-deep .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}:host ::ng-deep .visually-hidden,:host ::ng-deep .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:host ::ng-deep .stretched-link:after{position:absolute;inset:0;z-index:1;content:\\\"\\\"}:host ::ng-deep .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host ::ng-deep .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}:host ::ng-deep .spinner-grow,:host ::ng-deep .spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}:host ::ng-deep .spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}:host ::ng-deep .spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}:host ::ng-deep .spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}:host ::ng-deep .spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){:host ::ng-deep .spinner-border,:host ::ng-deep .spinner-grow{--bs-spinner-animation-speed: 1.5s}}:host ::ng-deep .align-baseline{vertical-align:baseline!important}:host ::ng-deep .align-top{vertical-align:top!important}:host ::ng-deep .align-middle{vertical-align:middle!important}:host ::ng-deep .align-bottom{vertical-align:bottom!important}:host ::ng-deep .align-text-bottom{vertical-align:text-bottom!important}:host ::ng-deep .align-text-top{vertical-align:text-top!important}:host ::ng-deep .float-start{float:left!important}:host ::ng-deep .float-end{float:right!important}:host ::ng-deep .float-none{float:none!important}:host ::ng-deep .opacity-0{opacity:0!important}:host ::ng-deep .opacity-25{opacity:.25!important}:host ::ng-deep .opacity-50{opacity:.5!important}:host ::ng-deep .opacity-75{opacity:.75!important}:host ::ng-deep .opacity-100{opacity:1!important}:host ::ng-deep .overflow-auto{overflow:auto!important}:host ::ng-deep .overflow-hidden{overflow:hidden!important}:host ::ng-deep .overflow-visible{overflow:visible!important}:host ::ng-deep .overflow-scroll{overflow:scroll!important}:host ::ng-deep .d-inline{display:inline!important}:host ::ng-deep .d-inline-block{display:inline-block!important}:host ::ng-deep .d-block{display:block!important}:host ::ng-deep .d-grid{display:grid!important}:host ::ng-deep .d-table{display:table!important}:host ::ng-deep .d-table-row{display:table-row!important}:host ::ng-deep .d-table-cell{display:table-cell!important}:host ::ng-deep .d-flex{display:flex!important}:host ::ng-deep .d-inline-flex{display:inline-flex!important}:host ::ng-deep .d-none{display:none!important}:host ::ng-deep .shadow{box-shadow:0 .5rem 1rem #00000026!important}:host ::ng-deep .shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}:host ::ng-deep .shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}:host ::ng-deep .shadow-none{box-shadow:none!important}:host ::ng-deep .position-static{position:static!important}:host ::ng-deep .position-relative{position:relative!important}:host ::ng-deep .position-absolute{position:absolute!important}:host ::ng-deep .position-fixed{position:fixed!important}:host ::ng-deep .position-sticky{position:sticky!important}:host ::ng-deep .top-0{top:0!important}:host ::ng-deep .top-50{top:50%!important}:host ::ng-deep .top-100{top:100%!important}:host ::ng-deep .bottom-0{bottom:0!important}:host ::ng-deep .bottom-50{bottom:50%!important}:host ::ng-deep .bottom-100{bottom:100%!important}:host ::ng-deep .start-0{left:0!important}:host ::ng-deep .start-50{left:50%!important}:host ::ng-deep .start-100{left:100%!important}:host ::ng-deep .end-0{right:0!important}:host ::ng-deep .end-50{right:50%!important}:host ::ng-deep .end-100{right:100%!important}:host ::ng-deep .translate-middle{transform:translate(-50%,-50%)!important}:host ::ng-deep .translate-middle-x{transform:translate(-50%)!important}:host ::ng-deep .translate-middle-y{transform:translateY(-50%)!important}:host ::ng-deep .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-0{border:0!important}:host ::ng-deep .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-top-0{border-top:0!important}:host ::ng-deep .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-end-0{border-right:0!important}:host ::ng-deep .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-bottom-0{border-bottom:0!important}:host ::ng-deep .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-start-0{border-left:0!important}:host ::ng-deep .border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-1{--bs-border-width: 1px}:host ::ng-deep .border-2{--bs-border-width: 2px}:host ::ng-deep .border-3{--bs-border-width: 3px}:host ::ng-deep .border-4{--bs-border-width: 4px}:host ::ng-deep .border-5{--bs-border-width: 5px}:host ::ng-deep .border-opacity-10{--bs-border-opacity: .1}:host ::ng-deep .border-opacity-25{--bs-border-opacity: .25}:host ::ng-deep .border-opacity-50{--bs-border-opacity: .5}:host ::ng-deep .border-opacity-75{--bs-border-opacity: .75}:host ::ng-deep .border-opacity-100{--bs-border-opacity: 1}:host ::ng-deep .w-25{width:25%!important}:host ::ng-deep .w-50{width:50%!important}:host ::ng-deep .w-75{width:75%!important}:host ::ng-deep .w-100{width:100%!important}:host ::ng-deep .w-auto{width:auto!important}:host ::ng-deep .mw-100{max-width:100%!important}:host ::ng-deep .vw-100{width:100vw!important}:host ::ng-deep .min-vw-100{min-width:100vw!important}:host ::ng-deep .h-25{height:25%!important}:host ::ng-deep .h-50{height:50%!important}:host ::ng-deep .h-75{height:75%!important}:host ::ng-deep .h-100{height:100%!important}:host ::ng-deep .h-auto{height:auto!important}:host ::ng-deep .mh-100{max-height:100%!important}:host ::ng-deep .vh-100{height:100vh!important}:host ::ng-deep .min-vh-100{min-height:100vh!important}:host ::ng-deep .flex-fill{flex:1 1 auto!important}:host ::ng-deep .flex-row{flex-direction:row!important}:host ::ng-deep .flex-column{flex-direction:column!important}:host ::ng-deep .flex-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-grow-0{flex-grow:0!important}:host ::ng-deep .flex-grow-1{flex-grow:1!important}:host ::ng-deep .flex-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-center{justify-content:center!important}:host ::ng-deep .justify-content-between{justify-content:space-between!important}:host ::ng-deep .justify-content-around{justify-content:space-around!important}:host ::ng-deep .justify-content-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-start{align-items:flex-start!important}:host ::ng-deep .align-items-end{align-items:flex-end!important}:host ::ng-deep .align-items-center{align-items:center!important}:host ::ng-deep .align-items-baseline{align-items:baseline!important}:host ::ng-deep .align-items-stretch{align-items:stretch!important}:host ::ng-deep .align-content-start{align-content:flex-start!important}:host ::ng-deep .align-content-end{align-content:flex-end!important}:host ::ng-deep .align-content-center{align-content:center!important}:host ::ng-deep .align-content-between{align-content:space-between!important}:host ::ng-deep .align-content-around{align-content:space-around!important}:host ::ng-deep .align-content-stretch{align-content:stretch!important}:host ::ng-deep .align-self-auto{align-self:auto!important}:host ::ng-deep .align-self-start{align-self:flex-start!important}:host ::ng-deep .align-self-end{align-self:flex-end!important}:host ::ng-deep .align-self-center{align-self:center!important}:host ::ng-deep .align-self-baseline{align-self:baseline!important}:host ::ng-deep .align-self-stretch{align-self:stretch!important}:host ::ng-deep .order-first{order:-1!important}:host ::ng-deep .order-0{order:0!important}:host ::ng-deep .order-1{order:1!important}:host ::ng-deep .order-2{order:2!important}:host ::ng-deep .order-3{order:3!important}:host ::ng-deep .order-4{order:4!important}:host ::ng-deep .order-5{order:5!important}:host ::ng-deep .order-last{order:6!important}:host ::ng-deep .m-0{margin:0!important}:host ::ng-deep .m-1{margin:.25rem!important}:host ::ng-deep .m-2{margin:.5rem!important}:host ::ng-deep .m-3{margin:1rem!important}:host ::ng-deep .m-4{margin:1.5rem!important}:host ::ng-deep .m-5{margin:3rem!important}:host ::ng-deep .m-auto{margin:auto!important}:host ::ng-deep .mx-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-0{margin-top:0!important}:host ::ng-deep .mt-1{margin-top:.25rem!important}:host ::ng-deep .mt-2{margin-top:.5rem!important}:host ::ng-deep .mt-3{margin-top:1rem!important}:host ::ng-deep .mt-4{margin-top:1.5rem!important}:host ::ng-deep .mt-5{margin-top:3rem!important}:host ::ng-deep .mt-auto{margin-top:auto!important}:host ::ng-deep .me-0{margin-right:0!important}:host ::ng-deep .me-1{margin-right:.25rem!important}:host ::ng-deep .me-2{margin-right:.5rem!important}:host ::ng-deep .me-3{margin-right:1rem!important}:host ::ng-deep .me-4{margin-right:1.5rem!important}:host ::ng-deep .me-5{margin-right:3rem!important}:host ::ng-deep .me-auto{margin-right:auto!important}:host ::ng-deep .mb-0{margin-bottom:0!important}:host ::ng-deep .mb-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-3{margin-bottom:1rem!important}:host ::ng-deep .mb-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-5{margin-bottom:3rem!important}:host ::ng-deep .mb-auto{margin-bottom:auto!important}:host ::ng-deep .ms-0{margin-left:0!important}:host ::ng-deep .ms-1{margin-left:.25rem!important}:host ::ng-deep .ms-2{margin-left:.5rem!important}:host ::ng-deep .ms-3{margin-left:1rem!important}:host ::ng-deep .ms-4{margin-left:1.5rem!important}:host ::ng-deep .ms-5{margin-left:3rem!important}:host ::ng-deep .ms-auto{margin-left:auto!important}:host ::ng-deep .p-0{padding:0!important}:host ::ng-deep .p-1{padding:.25rem!important}:host ::ng-deep .p-2{padding:.5rem!important}:host ::ng-deep .p-3{padding:1rem!important}:host ::ng-deep .p-4{padding:1.5rem!important}:host ::ng-deep .p-5{padding:3rem!important}:host ::ng-deep .px-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-0{padding-top:0!important}:host ::ng-deep .pt-1{padding-top:.25rem!important}:host ::ng-deep .pt-2{padding-top:.5rem!important}:host ::ng-deep .pt-3{padding-top:1rem!important}:host ::ng-deep .pt-4{padding-top:1.5rem!important}:host ::ng-deep .pt-5{padding-top:3rem!important}:host ::ng-deep .pe-0{padding-right:0!important}:host ::ng-deep .pe-1{padding-right:.25rem!important}:host ::ng-deep .pe-2{padding-right:.5rem!important}:host ::ng-deep .pe-3{padding-right:1rem!important}:host ::ng-deep .pe-4{padding-right:1.5rem!important}:host ::ng-deep .pe-5{padding-right:3rem!important}:host ::ng-deep .pb-0{padding-bottom:0!important}:host ::ng-deep .pb-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-3{padding-bottom:1rem!important}:host ::ng-deep .pb-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-5{padding-bottom:3rem!important}:host ::ng-deep .ps-0{padding-left:0!important}:host ::ng-deep .ps-1{padding-left:.25rem!important}:host ::ng-deep .ps-2{padding-left:.5rem!important}:host ::ng-deep .ps-3{padding-left:1rem!important}:host ::ng-deep .ps-4{padding-left:1.5rem!important}:host ::ng-deep .ps-5{padding-left:3rem!important}:host ::ng-deep .gap-0{gap:0!important}:host ::ng-deep .gap-1{gap:.25rem!important}:host ::ng-deep .gap-2{gap:.5rem!important}:host ::ng-deep .gap-3{gap:1rem!important}:host ::ng-deep .gap-4{gap:1.5rem!important}:host ::ng-deep .gap-5{gap:3rem!important}:host ::ng-deep .font-monospace{font-family:var(--bs-font-monospace)!important}:host ::ng-deep .fs-1{font-size:calc(1.375rem + 1.5vw)!important}:host ::ng-deep .fs-2{font-size:calc(1.325rem + .9vw)!important}:host ::ng-deep .fs-3{font-size:calc(1.3rem + .6vw)!important}:host ::ng-deep .fs-4{font-size:calc(1.275rem + .3vw)!important}:host ::ng-deep .fs-5{font-size:1.25rem!important}:host ::ng-deep .fs-6{font-size:1rem!important}:host ::ng-deep .fst-italic{font-style:italic!important}:host ::ng-deep .fst-normal{font-style:normal!important}:host ::ng-deep .fw-light{font-weight:300!important}:host ::ng-deep .fw-lighter{font-weight:lighter!important}:host ::ng-deep .fw-normal{font-weight:400!important}:host ::ng-deep .fw-bold{font-weight:700!important}:host ::ng-deep .fw-semibold{font-weight:600!important}:host ::ng-deep .fw-bolder{font-weight:bolder!important}:host ::ng-deep .lh-1{line-height:1!important}:host ::ng-deep .lh-sm{line-height:1.25!important}:host ::ng-deep .lh-base{line-height:1.5!important}:host ::ng-deep .lh-lg{line-height:2!important}:host ::ng-deep .text-start{text-align:left!important}:host ::ng-deep .text-end{text-align:right!important}:host ::ng-deep .text-center{text-align:center!important}:host ::ng-deep .text-decoration-none{text-decoration:none!important}:host ::ng-deep .text-decoration-underline{text-decoration:underline!important}:host ::ng-deep .text-decoration-line-through{text-decoration:line-through!important}:host ::ng-deep .text-lowercase{text-transform:lowercase!important}:host ::ng-deep .text-uppercase{text-transform:uppercase!important}:host ::ng-deep .text-capitalize{text-transform:capitalize!important}:host ::ng-deep .text-wrap{white-space:normal!important}:host ::ng-deep .text-nowrap{white-space:nowrap!important}:host ::ng-deep .text-break{word-wrap:break-word!important;word-break:break-word!important}:host ::ng-deep .text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-muted{--bs-text-opacity: 1;color:#6c757d!important}:host ::ng-deep .text-black-50{--bs-text-opacity: 1;color:#00000080!important}:host ::ng-deep .text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}:host ::ng-deep .text-reset{--bs-text-opacity: 1;color:inherit!important}:host ::ng-deep .text-opacity-25{--bs-text-opacity: .25}:host ::ng-deep .text-opacity-50{--bs-text-opacity: .5}:host ::ng-deep .text-opacity-75{--bs-text-opacity: .75}:host ::ng-deep .text-opacity-100{--bs-text-opacity: 1}:host ::ng-deep .bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}:host ::ng-deep .bg-opacity-10{--bs-bg-opacity: .1}:host ::ng-deep .bg-opacity-25{--bs-bg-opacity: .25}:host ::ng-deep .bg-opacity-50{--bs-bg-opacity: .5}:host ::ng-deep .bg-opacity-75{--bs-bg-opacity: .75}:host ::ng-deep .bg-opacity-100{--bs-bg-opacity: 1}:host ::ng-deep .bg-gradient{background-image:var(--bs-gradient)!important}:host ::ng-deep .user-select-all{-webkit-user-select:all!important;user-select:all!important}:host ::ng-deep .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}:host ::ng-deep .user-select-none{-webkit-user-select:none!important;user-select:none!important}:host ::ng-deep .pe-none{pointer-events:none!important}:host ::ng-deep .pe-auto{pointer-events:auto!important}:host ::ng-deep .rounded{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-0{border-radius:0!important}:host ::ng-deep .rounded-1{border-radius:var(--bs-border-radius-sm)!important}:host ::ng-deep .rounded-2{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-3{border-radius:var(--bs-border-radius-lg)!important}:host ::ng-deep .rounded-4{border-radius:var(--bs-border-radius-xl)!important}:host ::ng-deep .rounded-5{border-radius:var(--bs-border-radius-2xl)!important}:host ::ng-deep .rounded-circle{border-radius:50%!important}:host ::ng-deep .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}:host ::ng-deep .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .visible{visibility:visible!important}:host ::ng-deep .invisible{visibility:hidden!important}@media (min-width: 576px){:host ::ng-deep .float-sm-start{float:left!important}:host ::ng-deep .float-sm-end{float:right!important}:host ::ng-deep .float-sm-none{float:none!important}:host ::ng-deep .d-sm-inline{display:inline!important}:host ::ng-deep .d-sm-inline-block{display:inline-block!important}:host ::ng-deep .d-sm-block{display:block!important}:host ::ng-deep .d-sm-grid{display:grid!important}:host ::ng-deep .d-sm-table{display:table!important}:host ::ng-deep .d-sm-table-row{display:table-row!important}:host ::ng-deep .d-sm-table-cell{display:table-cell!important}:host ::ng-deep .d-sm-flex{display:flex!important}:host ::ng-deep .d-sm-inline-flex{display:inline-flex!important}:host ::ng-deep .d-sm-none{display:none!important}:host ::ng-deep .flex-sm-fill{flex:1 1 auto!important}:host ::ng-deep .flex-sm-row{flex-direction:row!important}:host ::ng-deep .flex-sm-column{flex-direction:column!important}:host ::ng-deep .flex-sm-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-sm-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-sm-grow-0{flex-grow:0!important}:host ::ng-deep .flex-sm-grow-1{flex-grow:1!important}:host ::ng-deep .flex-sm-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-sm-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-sm-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-sm-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-sm-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-sm-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-sm-center{justify-content:center!important}:host ::ng-deep .justify-content-sm-between{justify-content:space-between!important}:host ::ng-deep .justify-content-sm-around{justify-content:space-around!important}:host ::ng-deep .justify-content-sm-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-sm-start{align-items:flex-start!important}:host ::ng-deep .align-items-sm-end{align-items:flex-end!important}:host ::ng-deep .align-items-sm-center{align-items:center!important}:host ::ng-deep .align-items-sm-baseline{align-items:baseline!important}:host ::ng-deep .align-items-sm-stretch{align-items:stretch!important}:host ::ng-deep .align-content-sm-start{align-content:flex-start!important}:host ::ng-deep .align-content-sm-end{align-content:flex-end!important}:host ::ng-deep .align-content-sm-center{align-content:center!important}:host ::ng-deep .align-content-sm-between{align-content:space-between!important}:host ::ng-deep .align-content-sm-around{align-content:space-around!important}:host ::ng-deep .align-content-sm-stretch{align-content:stretch!important}:host ::ng-deep .align-self-sm-auto{align-self:auto!important}:host ::ng-deep .align-self-sm-start{align-self:flex-start!important}:host ::ng-deep .align-self-sm-end{align-self:flex-end!important}:host ::ng-deep .align-self-sm-center{align-self:center!important}:host ::ng-deep .align-self-sm-baseline{align-self:baseline!important}:host ::ng-deep .align-self-sm-stretch{align-self:stretch!important}:host ::ng-deep .order-sm-first{order:-1!important}:host ::ng-deep .order-sm-0{order:0!important}:host ::ng-deep .order-sm-1{order:1!important}:host ::ng-deep .order-sm-2{order:2!important}:host ::ng-deep .order-sm-3{order:3!important}:host ::ng-deep .order-sm-4{order:4!important}:host ::ng-deep .order-sm-5{order:5!important}:host ::ng-deep .order-sm-last{order:6!important}:host ::ng-deep .m-sm-0{margin:0!important}:host ::ng-deep .m-sm-1{margin:.25rem!important}:host ::ng-deep .m-sm-2{margin:.5rem!important}:host ::ng-deep .m-sm-3{margin:1rem!important}:host ::ng-deep .m-sm-4{margin:1.5rem!important}:host ::ng-deep .m-sm-5{margin:3rem!important}:host ::ng-deep .m-sm-auto{margin:auto!important}:host ::ng-deep .mx-sm-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-sm-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-sm-0{margin-top:0!important}:host ::ng-deep .mt-sm-1{margin-top:.25rem!important}:host ::ng-deep .mt-sm-2{margin-top:.5rem!important}:host ::ng-deep .mt-sm-3{margin-top:1rem!important}:host ::ng-deep .mt-sm-4{margin-top:1.5rem!important}:host ::ng-deep .mt-sm-5{margin-top:3rem!important}:host ::ng-deep .mt-sm-auto{margin-top:auto!important}:host ::ng-deep .me-sm-0{margin-right:0!important}:host ::ng-deep .me-sm-1{margin-right:.25rem!important}:host ::ng-deep .me-sm-2{margin-right:.5rem!important}:host ::ng-deep .me-sm-3{margin-right:1rem!important}:host ::ng-deep .me-sm-4{margin-right:1.5rem!important}:host ::ng-deep .me-sm-5{margin-right:3rem!important}:host ::ng-deep .me-sm-auto{margin-right:auto!important}:host ::ng-deep .mb-sm-0{margin-bottom:0!important}:host ::ng-deep .mb-sm-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-sm-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-sm-3{margin-bottom:1rem!important}:host ::ng-deep .mb-sm-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-sm-5{margin-bottom:3rem!important}:host ::ng-deep .mb-sm-auto{margin-bottom:auto!important}:host ::ng-deep .ms-sm-0{margin-left:0!important}:host ::ng-deep .ms-sm-1{margin-left:.25rem!important}:host ::ng-deep .ms-sm-2{margin-left:.5rem!important}:host ::ng-deep .ms-sm-3{margin-left:1rem!important}:host ::ng-deep .ms-sm-4{margin-left:1.5rem!important}:host ::ng-deep .ms-sm-5{margin-left:3rem!important}:host ::ng-deep .ms-sm-auto{margin-left:auto!important}:host ::ng-deep .p-sm-0{padding:0!important}:host ::ng-deep .p-sm-1{padding:.25rem!important}:host ::ng-deep .p-sm-2{padding:.5rem!important}:host ::ng-deep .p-sm-3{padding:1rem!important}:host ::ng-deep .p-sm-4{padding:1.5rem!important}:host ::ng-deep .p-sm-5{padding:3rem!important}:host ::ng-deep .px-sm-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-sm-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-sm-0{padding-top:0!important}:host ::ng-deep .pt-sm-1{padding-top:.25rem!important}:host ::ng-deep .pt-sm-2{padding-top:.5rem!important}:host ::ng-deep .pt-sm-3{padding-top:1rem!important}:host ::ng-deep .pt-sm-4{padding-top:1.5rem!important}:host ::ng-deep .pt-sm-5{padding-top:3rem!important}:host ::ng-deep .pe-sm-0{padding-right:0!important}:host ::ng-deep .pe-sm-1{padding-right:.25rem!important}:host ::ng-deep .pe-sm-2{padding-right:.5rem!important}:host ::ng-deep .pe-sm-3{padding-right:1rem!important}:host ::ng-deep .pe-sm-4{padding-right:1.5rem!important}:host ::ng-deep .pe-sm-5{padding-right:3rem!important}:host ::ng-deep .pb-sm-0{padding-bottom:0!important}:host ::ng-deep .pb-sm-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-sm-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-sm-3{padding-bottom:1rem!important}:host ::ng-deep .pb-sm-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-sm-5{padding-bottom:3rem!important}:host ::ng-deep .ps-sm-0{padding-left:0!important}:host ::ng-deep .ps-sm-1{padding-left:.25rem!important}:host ::ng-deep .ps-sm-2{padding-left:.5rem!important}:host ::ng-deep .ps-sm-3{padding-left:1rem!important}:host ::ng-deep .ps-sm-4{padding-left:1.5rem!important}:host ::ng-deep .ps-sm-5{padding-left:3rem!important}:host ::ng-deep .gap-sm-0{gap:0!important}:host ::ng-deep .gap-sm-1{gap:.25rem!important}:host ::ng-deep .gap-sm-2{gap:.5rem!important}:host ::ng-deep .gap-sm-3{gap:1rem!important}:host ::ng-deep .gap-sm-4{gap:1.5rem!important}:host ::ng-deep .gap-sm-5{gap:3rem!important}:host ::ng-deep .text-sm-start{text-align:left!important}:host ::ng-deep .text-sm-end{text-align:right!important}:host ::ng-deep .text-sm-center{text-align:center!important}}@media (min-width: 768px){:host ::ng-deep .float-md-start{float:left!important}:host ::ng-deep .float-md-end{float:right!important}:host ::ng-deep .float-md-none{float:none!important}:host ::ng-deep .d-md-inline{display:inline!important}:host ::ng-deep .d-md-inline-block{display:inline-block!important}:host ::ng-deep .d-md-block{display:block!important}:host ::ng-deep .d-md-grid{display:grid!important}:host ::ng-deep .d-md-table{display:table!important}:host ::ng-deep .d-md-table-row{display:table-row!important}:host ::ng-deep .d-md-table-cell{display:table-cell!important}:host ::ng-deep .d-md-flex{display:flex!important}:host ::ng-deep .d-md-inline-flex{display:inline-flex!important}:host ::ng-deep .d-md-none{display:none!important}:host ::ng-deep .flex-md-fill{flex:1 1 auto!important}:host ::ng-deep .flex-md-row{flex-direction:row!important}:host ::ng-deep .flex-md-column{flex-direction:column!important}:host ::ng-deep .flex-md-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-md-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-md-grow-0{flex-grow:0!important}:host ::ng-deep .flex-md-grow-1{flex-grow:1!important}:host ::ng-deep .flex-md-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-md-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-md-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-md-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-md-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-md-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-md-center{justify-content:center!important}:host ::ng-deep .justify-content-md-between{justify-content:space-between!important}:host ::ng-deep .justify-content-md-around{justify-content:space-around!important}:host ::ng-deep .justify-content-md-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-md-start{align-items:flex-start!important}:host ::ng-deep .align-items-md-end{align-items:flex-end!important}:host ::ng-deep .align-items-md-center{align-items:center!important}:host ::ng-deep .align-items-md-baseline{align-items:baseline!important}:host ::ng-deep .align-items-md-stretch{align-items:stretch!important}:host ::ng-deep .align-content-md-start{align-content:flex-start!important}:host ::ng-deep .align-content-md-end{align-content:flex-end!important}:host ::ng-deep .align-content-md-center{align-content:center!important}:host ::ng-deep .align-content-md-between{align-content:space-between!important}:host ::ng-deep .align-content-md-around{align-content:space-around!important}:host ::ng-deep .align-content-md-stretch{align-content:stretch!important}:host ::ng-deep .align-self-md-auto{align-self:auto!important}:host ::ng-deep .align-self-md-start{align-self:flex-start!important}:host ::ng-deep .align-self-md-end{align-self:flex-end!important}:host ::ng-deep .align-self-md-center{align-self:center!important}:host ::ng-deep .align-self-md-baseline{align-self:baseline!important}:host ::ng-deep .align-self-md-stretch{align-self:stretch!important}:host ::ng-deep .order-md-first{order:-1!important}:host ::ng-deep .order-md-0{order:0!important}:host ::ng-deep .order-md-1{order:1!important}:host ::ng-deep .order-md-2{order:2!important}:host ::ng-deep .order-md-3{order:3!important}:host ::ng-deep .order-md-4{order:4!important}:host ::ng-deep .order-md-5{order:5!important}:host ::ng-deep .order-md-last{order:6!important}:host ::ng-deep .m-md-0{margin:0!important}:host ::ng-deep .m-md-1{margin:.25rem!important}:host ::ng-deep .m-md-2{margin:.5rem!important}:host ::ng-deep .m-md-3{margin:1rem!important}:host ::ng-deep .m-md-4{margin:1.5rem!important}:host ::ng-deep .m-md-5{margin:3rem!important}:host ::ng-deep .m-md-auto{margin:auto!important}:host ::ng-deep .mx-md-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-md-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-md-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-md-0{margin-top:0!important}:host ::ng-deep .mt-md-1{margin-top:.25rem!important}:host ::ng-deep .mt-md-2{margin-top:.5rem!important}:host ::ng-deep .mt-md-3{margin-top:1rem!important}:host ::ng-deep .mt-md-4{margin-top:1.5rem!important}:host ::ng-deep .mt-md-5{margin-top:3rem!important}:host ::ng-deep .mt-md-auto{margin-top:auto!important}:host ::ng-deep .me-md-0{margin-right:0!important}:host ::ng-deep .me-md-1{margin-right:.25rem!important}:host ::ng-deep .me-md-2{margin-right:.5rem!important}:host ::ng-deep .me-md-3{margin-right:1rem!important}:host ::ng-deep .me-md-4{margin-right:1.5rem!important}:host ::ng-deep .me-md-5{margin-right:3rem!important}:host ::ng-deep .me-md-auto{margin-right:auto!important}:host ::ng-deep .mb-md-0{margin-bottom:0!important}:host ::ng-deep .mb-md-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-md-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-md-3{margin-bottom:1rem!important}:host ::ng-deep .mb-md-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-md-5{margin-bottom:3rem!important}:host ::ng-deep .mb-md-auto{margin-bottom:auto!important}:host ::ng-deep .ms-md-0{margin-left:0!important}:host ::ng-deep .ms-md-1{margin-left:.25rem!important}:host ::ng-deep .ms-md-2{margin-left:.5rem!important}:host ::ng-deep .ms-md-3{margin-left:1rem!important}:host ::ng-deep .ms-md-4{margin-left:1.5rem!important}:host ::ng-deep .ms-md-5{margin-left:3rem!important}:host ::ng-deep .ms-md-auto{margin-left:auto!important}:host ::ng-deep .p-md-0{padding:0!important}:host ::ng-deep .p-md-1{padding:.25rem!important}:host ::ng-deep .p-md-2{padding:.5rem!important}:host ::ng-deep .p-md-3{padding:1rem!important}:host ::ng-deep .p-md-4{padding:1.5rem!important}:host ::ng-deep .p-md-5{padding:3rem!important}:host ::ng-deep .px-md-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-md-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-md-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-md-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-md-0{padding-top:0!important}:host ::ng-deep .pt-md-1{padding-top:.25rem!important}:host ::ng-deep .pt-md-2{padding-top:.5rem!important}:host ::ng-deep .pt-md-3{padding-top:1rem!important}:host ::ng-deep .pt-md-4{padding-top:1.5rem!important}:host ::ng-deep .pt-md-5{padding-top:3rem!important}:host ::ng-deep .pe-md-0{padding-right:0!important}:host ::ng-deep .pe-md-1{padding-right:.25rem!important}:host ::ng-deep .pe-md-2{padding-right:.5rem!important}:host ::ng-deep .pe-md-3{padding-right:1rem!important}:host ::ng-deep .pe-md-4{padding-right:1.5rem!important}:host ::ng-deep .pe-md-5{padding-right:3rem!important}:host ::ng-deep .pb-md-0{padding-bottom:0!important}:host ::ng-deep .pb-md-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-md-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-md-3{padding-bottom:1rem!important}:host ::ng-deep .pb-md-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-md-5{padding-bottom:3rem!important}:host ::ng-deep .ps-md-0{padding-left:0!important}:host ::ng-deep .ps-md-1{padding-left:.25rem!important}:host ::ng-deep .ps-md-2{padding-left:.5rem!important}:host ::ng-deep .ps-md-3{padding-left:1rem!important}:host ::ng-deep .ps-md-4{padding-left:1.5rem!important}:host ::ng-deep .ps-md-5{padding-left:3rem!important}:host ::ng-deep .gap-md-0{gap:0!important}:host ::ng-deep .gap-md-1{gap:.25rem!important}:host ::ng-deep .gap-md-2{gap:.5rem!important}:host ::ng-deep .gap-md-3{gap:1rem!important}:host ::ng-deep .gap-md-4{gap:1.5rem!important}:host ::ng-deep .gap-md-5{gap:3rem!important}:host ::ng-deep .text-md-start{text-align:left!important}:host ::ng-deep .text-md-end{text-align:right!important}:host ::ng-deep .text-md-center{text-align:center!important}}@media (min-width: 992px){:host ::ng-deep .float-lg-start{float:left!important}:host ::ng-deep .float-lg-end{float:right!important}:host ::ng-deep .float-lg-none{float:none!important}:host ::ng-deep .d-lg-inline{display:inline!important}:host ::ng-deep .d-lg-inline-block{display:inline-block!important}:host ::ng-deep .d-lg-block{display:block!important}:host ::ng-deep .d-lg-grid{display:grid!important}:host ::ng-deep .d-lg-table{display:table!important}:host ::ng-deep .d-lg-table-row{display:table-row!important}:host ::ng-deep .d-lg-table-cell{display:table-cell!important}:host ::ng-deep .d-lg-flex{display:flex!important}:host ::ng-deep .d-lg-inline-flex{display:inline-flex!important}:host ::ng-deep .d-lg-none{display:none!important}:host ::ng-deep .flex-lg-fill{flex:1 1 auto!important}:host ::ng-deep .flex-lg-row{flex-direction:row!important}:host ::ng-deep .flex-lg-column{flex-direction:column!important}:host ::ng-deep .flex-lg-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-lg-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-lg-grow-0{flex-grow:0!important}:host ::ng-deep .flex-lg-grow-1{flex-grow:1!important}:host ::ng-deep .flex-lg-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-lg-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-lg-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-lg-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-lg-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-lg-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-lg-center{justify-content:center!important}:host ::ng-deep .justify-content-lg-between{justify-content:space-between!important}:host ::ng-deep .justify-content-lg-around{justify-content:space-around!important}:host ::ng-deep .justify-content-lg-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-lg-start{align-items:flex-start!important}:host ::ng-deep .align-items-lg-end{align-items:flex-end!important}:host ::ng-deep .align-items-lg-center{align-items:center!important}:host ::ng-deep .align-items-lg-baseline{align-items:baseline!important}:host ::ng-deep .align-items-lg-stretch{align-items:stretch!important}:host ::ng-deep .align-content-lg-start{align-content:flex-start!important}:host ::ng-deep .align-content-lg-end{align-content:flex-end!important}:host ::ng-deep .align-content-lg-center{align-content:center!important}:host ::ng-deep .align-content-lg-between{align-content:space-between!important}:host ::ng-deep .align-content-lg-around{align-content:space-around!important}:host ::ng-deep .align-content-lg-stretch{align-content:stretch!important}:host ::ng-deep .align-self-lg-auto{align-self:auto!important}:host ::ng-deep .align-self-lg-start{align-self:flex-start!important}:host ::ng-deep .align-self-lg-end{align-self:flex-end!important}:host ::ng-deep .align-self-lg-center{align-self:center!important}:host ::ng-deep .align-self-lg-baseline{align-self:baseline!important}:host ::ng-deep .align-self-lg-stretch{align-self:stretch!important}:host ::ng-deep .order-lg-first{order:-1!important}:host ::ng-deep .order-lg-0{order:0!important}:host ::ng-deep .order-lg-1{order:1!important}:host ::ng-deep .order-lg-2{order:2!important}:host ::ng-deep .order-lg-3{order:3!important}:host ::ng-deep .order-lg-4{order:4!important}:host ::ng-deep .order-lg-5{order:5!important}:host ::ng-deep .order-lg-last{order:6!important}:host ::ng-deep .m-lg-0{margin:0!important}:host ::ng-deep .m-lg-1{margin:.25rem!important}:host ::ng-deep .m-lg-2{margin:.5rem!important}:host ::ng-deep .m-lg-3{margin:1rem!important}:host ::ng-deep .m-lg-4{margin:1.5rem!important}:host ::ng-deep .m-lg-5{margin:3rem!important}:host ::ng-deep .m-lg-auto{margin:auto!important}:host ::ng-deep .mx-lg-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-lg-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-lg-0{margin-top:0!important}:host ::ng-deep .mt-lg-1{margin-top:.25rem!important}:host ::ng-deep .mt-lg-2{margin-top:.5rem!important}:host ::ng-deep .mt-lg-3{margin-top:1rem!important}:host ::ng-deep .mt-lg-4{margin-top:1.5rem!important}:host ::ng-deep .mt-lg-5{margin-top:3rem!important}:host ::ng-deep .mt-lg-auto{margin-top:auto!important}:host ::ng-deep .me-lg-0{margin-right:0!important}:host ::ng-deep .me-lg-1{margin-right:.25rem!important}:host ::ng-deep .me-lg-2{margin-right:.5rem!important}:host ::ng-deep .me-lg-3{margin-right:1rem!important}:host ::ng-deep .me-lg-4{margin-right:1.5rem!important}:host ::ng-deep .me-lg-5{margin-right:3rem!important}:host ::ng-deep .me-lg-auto{margin-right:auto!important}:host ::ng-deep .mb-lg-0{margin-bottom:0!important}:host ::ng-deep .mb-lg-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-lg-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-lg-3{margin-bottom:1rem!important}:host ::ng-deep .mb-lg-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-lg-5{margin-bottom:3rem!important}:host ::ng-deep .mb-lg-auto{margin-bottom:auto!important}:host ::ng-deep .ms-lg-0{margin-left:0!important}:host ::ng-deep .ms-lg-1{margin-left:.25rem!important}:host ::ng-deep .ms-lg-2{margin-left:.5rem!important}:host ::ng-deep .ms-lg-3{margin-left:1rem!important}:host ::ng-deep .ms-lg-4{margin-left:1.5rem!important}:host ::ng-deep .ms-lg-5{margin-left:3rem!important}:host ::ng-deep .ms-lg-auto{margin-left:auto!important}:host ::ng-deep .p-lg-0{padding:0!important}:host ::ng-deep .p-lg-1{padding:.25rem!important}:host ::ng-deep .p-lg-2{padding:.5rem!important}:host ::ng-deep .p-lg-3{padding:1rem!important}:host ::ng-deep .p-lg-4{padding:1.5rem!important}:host ::ng-deep .p-lg-5{padding:3rem!important}:host ::ng-deep .px-lg-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-lg-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-lg-0{padding-top:0!important}:host ::ng-deep .pt-lg-1{padding-top:.25rem!important}:host ::ng-deep .pt-lg-2{padding-top:.5rem!important}:host ::ng-deep .pt-lg-3{padding-top:1rem!important}:host ::ng-deep .pt-lg-4{padding-top:1.5rem!important}:host ::ng-deep .pt-lg-5{padding-top:3rem!important}:host ::ng-deep .pe-lg-0{padding-right:0!important}:host ::ng-deep .pe-lg-1{padding-right:.25rem!important}:host ::ng-deep .pe-lg-2{padding-right:.5rem!important}:host ::ng-deep .pe-lg-3{padding-right:1rem!important}:host ::ng-deep .pe-lg-4{padding-right:1.5rem!important}:host ::ng-deep .pe-lg-5{padding-right:3rem!important}:host ::ng-deep .pb-lg-0{padding-bottom:0!important}:host ::ng-deep .pb-lg-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-lg-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-lg-3{padding-bottom:1rem!important}:host ::ng-deep .pb-lg-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-lg-5{padding-bottom:3rem!important}:host ::ng-deep .ps-lg-0{padding-left:0!important}:host ::ng-deep .ps-lg-1{padding-left:.25rem!important}:host ::ng-deep .ps-lg-2{padding-left:.5rem!important}:host ::ng-deep .ps-lg-3{padding-left:1rem!important}:host ::ng-deep .ps-lg-4{padding-left:1.5rem!important}:host ::ng-deep .ps-lg-5{padding-left:3rem!important}:host ::ng-deep .gap-lg-0{gap:0!important}:host ::ng-deep .gap-lg-1{gap:.25rem!important}:host ::ng-deep .gap-lg-2{gap:.5rem!important}:host ::ng-deep .gap-lg-3{gap:1rem!important}:host ::ng-deep .gap-lg-4{gap:1.5rem!important}:host ::ng-deep .gap-lg-5{gap:3rem!important}:host ::ng-deep .text-lg-start{text-align:left!important}:host ::ng-deep .text-lg-end{text-align:right!important}:host ::ng-deep .text-lg-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .float-xl-start{float:left!important}:host ::ng-deep .float-xl-end{float:right!important}:host ::ng-deep .float-xl-none{float:none!important}:host ::ng-deep .d-xl-inline{display:inline!important}:host ::ng-deep .d-xl-inline-block{display:inline-block!important}:host ::ng-deep .d-xl-block{display:block!important}:host ::ng-deep .d-xl-grid{display:grid!important}:host ::ng-deep .d-xl-table{display:table!important}:host ::ng-deep .d-xl-table-row{display:table-row!important}:host ::ng-deep .d-xl-table-cell{display:table-cell!important}:host ::ng-deep .d-xl-flex{display:flex!important}:host ::ng-deep .d-xl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xl-none{display:none!important}:host ::ng-deep .flex-xl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xl-row{flex-direction:row!important}:host ::ng-deep .flex-xl-column{flex-direction:column!important}:host ::ng-deep .flex-xl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xl-center{justify-content:center!important}:host ::ng-deep .justify-content-xl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xl-center{align-items:center!important}:host ::ng-deep .align-items-xl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xl-center{align-content:center!important}:host ::ng-deep .align-content-xl-between{align-content:space-between!important}:host ::ng-deep .align-content-xl-around{align-content:space-around!important}:host ::ng-deep .align-content-xl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xl-auto{align-self:auto!important}:host ::ng-deep .align-self-xl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xl-center{align-self:center!important}:host ::ng-deep .align-self-xl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xl-stretch{align-self:stretch!important}:host ::ng-deep .order-xl-first{order:-1!important}:host ::ng-deep .order-xl-0{order:0!important}:host ::ng-deep .order-xl-1{order:1!important}:host ::ng-deep .order-xl-2{order:2!important}:host ::ng-deep .order-xl-3{order:3!important}:host ::ng-deep .order-xl-4{order:4!important}:host ::ng-deep .order-xl-5{order:5!important}:host ::ng-deep .order-xl-last{order:6!important}:host ::ng-deep .m-xl-0{margin:0!important}:host ::ng-deep .m-xl-1{margin:.25rem!important}:host ::ng-deep .m-xl-2{margin:.5rem!important}:host ::ng-deep .m-xl-3{margin:1rem!important}:host ::ng-deep .m-xl-4{margin:1.5rem!important}:host ::ng-deep .m-xl-5{margin:3rem!important}:host ::ng-deep .m-xl-auto{margin:auto!important}:host ::ng-deep .mx-xl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xl-0{margin-top:0!important}:host ::ng-deep .mt-xl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xl-3{margin-top:1rem!important}:host ::ng-deep .mt-xl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xl-5{margin-top:3rem!important}:host ::ng-deep .mt-xl-auto{margin-top:auto!important}:host ::ng-deep .me-xl-0{margin-right:0!important}:host ::ng-deep .me-xl-1{margin-right:.25rem!important}:host ::ng-deep .me-xl-2{margin-right:.5rem!important}:host ::ng-deep .me-xl-3{margin-right:1rem!important}:host ::ng-deep .me-xl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xl-5{margin-right:3rem!important}:host ::ng-deep .me-xl-auto{margin-right:auto!important}:host ::ng-deep .mb-xl-0{margin-bottom:0!important}:host ::ng-deep .mb-xl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xl-0{margin-left:0!important}:host ::ng-deep .ms-xl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xl-3{margin-left:1rem!important}:host ::ng-deep .ms-xl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xl-5{margin-left:3rem!important}:host ::ng-deep .ms-xl-auto{margin-left:auto!important}:host ::ng-deep .p-xl-0{padding:0!important}:host ::ng-deep .p-xl-1{padding:.25rem!important}:host ::ng-deep .p-xl-2{padding:.5rem!important}:host ::ng-deep .p-xl-3{padding:1rem!important}:host ::ng-deep .p-xl-4{padding:1.5rem!important}:host ::ng-deep .p-xl-5{padding:3rem!important}:host ::ng-deep .px-xl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xl-0{padding-top:0!important}:host ::ng-deep .pt-xl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xl-3{padding-top:1rem!important}:host ::ng-deep .pt-xl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xl-5{padding-top:3rem!important}:host ::ng-deep .pe-xl-0{padding-right:0!important}:host ::ng-deep .pe-xl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xl-3{padding-right:1rem!important}:host ::ng-deep .pe-xl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xl-5{padding-right:3rem!important}:host ::ng-deep .pb-xl-0{padding-bottom:0!important}:host ::ng-deep .pb-xl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xl-0{padding-left:0!important}:host ::ng-deep .ps-xl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xl-3{padding-left:1rem!important}:host ::ng-deep .ps-xl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xl-5{padding-left:3rem!important}:host ::ng-deep .gap-xl-0{gap:0!important}:host ::ng-deep .gap-xl-1{gap:.25rem!important}:host ::ng-deep .gap-xl-2{gap:.5rem!important}:host ::ng-deep .gap-xl-3{gap:1rem!important}:host ::ng-deep .gap-xl-4{gap:1.5rem!important}:host ::ng-deep .gap-xl-5{gap:3rem!important}:host ::ng-deep .text-xl-start{text-align:left!important}:host ::ng-deep .text-xl-end{text-align:right!important}:host ::ng-deep .text-xl-center{text-align:center!important}}@media (min-width: 1400px){:host ::ng-deep .float-xxl-start{float:left!important}:host ::ng-deep .float-xxl-end{float:right!important}:host ::ng-deep .float-xxl-none{float:none!important}:host ::ng-deep .d-xxl-inline{display:inline!important}:host ::ng-deep .d-xxl-inline-block{display:inline-block!important}:host ::ng-deep .d-xxl-block{display:block!important}:host ::ng-deep .d-xxl-grid{display:grid!important}:host ::ng-deep .d-xxl-table{display:table!important}:host ::ng-deep .d-xxl-table-row{display:table-row!important}:host ::ng-deep .d-xxl-table-cell{display:table-cell!important}:host ::ng-deep .d-xxl-flex{display:flex!important}:host ::ng-deep .d-xxl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xxl-none{display:none!important}:host ::ng-deep .flex-xxl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xxl-row{flex-direction:row!important}:host ::ng-deep .flex-xxl-column{flex-direction:column!important}:host ::ng-deep .flex-xxl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xxl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xxl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xxl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xxl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xxl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xxl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xxl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xxl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xxl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xxl-center{justify-content:center!important}:host ::ng-deep .justify-content-xxl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xxl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xxl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xxl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xxl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xxl-center{align-items:center!important}:host ::ng-deep .align-items-xxl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xxl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xxl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xxl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xxl-center{align-content:center!important}:host ::ng-deep .align-content-xxl-between{align-content:space-between!important}:host ::ng-deep .align-content-xxl-around{align-content:space-around!important}:host ::ng-deep .align-content-xxl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xxl-auto{align-self:auto!important}:host ::ng-deep .align-self-xxl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xxl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xxl-center{align-self:center!important}:host ::ng-deep .align-self-xxl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xxl-stretch{align-self:stretch!important}:host ::ng-deep .order-xxl-first{order:-1!important}:host ::ng-deep .order-xxl-0{order:0!important}:host ::ng-deep .order-xxl-1{order:1!important}:host ::ng-deep .order-xxl-2{order:2!important}:host ::ng-deep .order-xxl-3{order:3!important}:host ::ng-deep .order-xxl-4{order:4!important}:host ::ng-deep .order-xxl-5{order:5!important}:host ::ng-deep .order-xxl-last{order:6!important}:host ::ng-deep .m-xxl-0{margin:0!important}:host ::ng-deep .m-xxl-1{margin:.25rem!important}:host ::ng-deep .m-xxl-2{margin:.5rem!important}:host ::ng-deep .m-xxl-3{margin:1rem!important}:host ::ng-deep .m-xxl-4{margin:1.5rem!important}:host ::ng-deep .m-xxl-5{margin:3rem!important}:host ::ng-deep .m-xxl-auto{margin:auto!important}:host ::ng-deep .mx-xxl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xxl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xxl-0{margin-top:0!important}:host ::ng-deep .mt-xxl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xxl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xxl-3{margin-top:1rem!important}:host ::ng-deep .mt-xxl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xxl-5{margin-top:3rem!important}:host ::ng-deep .mt-xxl-auto{margin-top:auto!important}:host ::ng-deep .me-xxl-0{margin-right:0!important}:host ::ng-deep .me-xxl-1{margin-right:.25rem!important}:host ::ng-deep .me-xxl-2{margin-right:.5rem!important}:host ::ng-deep .me-xxl-3{margin-right:1rem!important}:host ::ng-deep .me-xxl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xxl-5{margin-right:3rem!important}:host ::ng-deep .me-xxl-auto{margin-right:auto!important}:host ::ng-deep .mb-xxl-0{margin-bottom:0!important}:host ::ng-deep .mb-xxl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xxl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xxl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xxl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xxl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xxl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xxl-0{margin-left:0!important}:host ::ng-deep .ms-xxl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xxl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xxl-3{margin-left:1rem!important}:host ::ng-deep .ms-xxl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xxl-5{margin-left:3rem!important}:host ::ng-deep .ms-xxl-auto{margin-left:auto!important}:host ::ng-deep .p-xxl-0{padding:0!important}:host ::ng-deep .p-xxl-1{padding:.25rem!important}:host ::ng-deep .p-xxl-2{padding:.5rem!important}:host ::ng-deep .p-xxl-3{padding:1rem!important}:host ::ng-deep .p-xxl-4{padding:1.5rem!important}:host ::ng-deep .p-xxl-5{padding:3rem!important}:host ::ng-deep .px-xxl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xxl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xxl-0{padding-top:0!important}:host ::ng-deep .pt-xxl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xxl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xxl-3{padding-top:1rem!important}:host ::ng-deep .pt-xxl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xxl-5{padding-top:3rem!important}:host ::ng-deep .pe-xxl-0{padding-right:0!important}:host ::ng-deep .pe-xxl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xxl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xxl-3{padding-right:1rem!important}:host ::ng-deep .pe-xxl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xxl-5{padding-right:3rem!important}:host ::ng-deep .pb-xxl-0{padding-bottom:0!important}:host ::ng-deep .pb-xxl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xxl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xxl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xxl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xxl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xxl-0{padding-left:0!important}:host ::ng-deep .ps-xxl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xxl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xxl-3{padding-left:1rem!important}:host ::ng-deep .ps-xxl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xxl-5{padding-left:3rem!important}:host ::ng-deep .gap-xxl-0{gap:0!important}:host ::ng-deep .gap-xxl-1{gap:.25rem!important}:host ::ng-deep .gap-xxl-2{gap:.5rem!important}:host ::ng-deep .gap-xxl-3{gap:1rem!important}:host ::ng-deep .gap-xxl-4{gap:1.5rem!important}:host ::ng-deep .gap-xxl-5{gap:3rem!important}:host ::ng-deep .text-xxl-start{text-align:left!important}:host ::ng-deep .text-xxl-end{text-align:right!important}:host ::ng-deep .text-xxl-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .fs-1{font-size:2.5rem!important}:host ::ng-deep .fs-2{font-size:2rem!important}:host ::ng-deep .fs-3{font-size:1.75rem!important}:host ::ng-deep .fs-4{font-size:1.5rem!important}}@media print{:host ::ng-deep .d-print-inline{display:inline!important}:host ::ng-deep .d-print-inline-block{display:inline-block!important}:host ::ng-deep .d-print-block{display:block!important}:host ::ng-deep .d-print-grid{display:grid!important}:host ::ng-deep .d-print-table{display:table!important}:host ::ng-deep .d-print-table-row{display:table-row!important}:host ::ng-deep .d-print-table-cell{display:table-cell!important}:host ::ng-deep .d-print-flex{display:flex!important}:host ::ng-deep .d-print-inline-flex{display:inline-flex!important}:host ::ng-deep .d-print-none{display:none!important}}:host ::ng-deep .spinner-border{animation:.75s linear infinite spinner-border}:host ::ng-deep .spinner-grow{animation:.75s linear infinite spinner-grow}\\n\"], dependencies: [{ kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsSpinnerComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-spinner', template: \"<div [class]=\\\"[spinnerClass$ | async, colorClass$ | async]\\\" role=\\\"status\\\">\\n <span class=\\\"visually-hidden\\\">Loading...</span>\\n</div>\", styles: [\":host ::ng-deep :root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, \\\"Segoe UI\\\", Roboto, \\\"Helvetica Neue\\\", \\\"Noto Sans\\\", \\\"Liberation Sans\\\", Arial, sans-serif, \\\"Apple Color Emoji\\\", \\\"Segoe UI Emoji\\\", \\\"Segoe UI Symbol\\\", \\\"Noto Color Emoji\\\";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \\\"Liberation Mono\\\", \\\"Courier New\\\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, .15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, .175);--bs-border-radius: .375rem;--bs-border-radius-sm: .25rem;--bs-border-radius-lg: .5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-2xl: 2rem;--bs-border-radius-pill: 50rem;--bs-link-color: #0d6efd;--bs-link-hover-color: #0a58ca;--bs-code-color: #d63384;--bs-highlight-bg: #fff3cd}:host ::ng-deep .clearfix:after{display:block;clear:both;content:\\\"\\\"}:host ::ng-deep .text-bg-primary{color:#fff!important;background-color:RGBA(13,110,253,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-secondary{color:#fff!important;background-color:RGBA(108,117,125,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-success{color:#fff!important;background-color:RGBA(25,135,84,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-info{color:#000!important;background-color:RGBA(13,202,240,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-warning{color:#000!important;background-color:RGBA(255,193,7,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-danger{color:#fff!important;background-color:RGBA(220,53,69,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-light{color:#000!important;background-color:RGBA(248,249,250,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .text-bg-dark{color:#fff!important;background-color:RGBA(33,37,41,var(--bs-bg-opacity, 1))!important}:host ::ng-deep .link-primary{color:#0d6efd!important}:host ::ng-deep .link-primary:hover,:host ::ng-deep .link-primary:focus{color:#0a58ca!important}:host ::ng-deep .link-secondary{color:#6c757d!important}:host ::ng-deep .link-secondary:hover,:host ::ng-deep .link-secondary:focus{color:#565e64!important}:host ::ng-deep .link-success{color:#198754!important}:host ::ng-deep .link-success:hover,:host ::ng-deep .link-success:focus{color:#146c43!important}:host ::ng-deep .link-info{color:#0dcaf0!important}:host ::ng-deep .link-info:hover,:host ::ng-deep .link-info:focus{color:#3dd5f3!important}:host ::ng-deep .link-warning{color:#ffc107!important}:host ::ng-deep .link-warning:hover,:host ::ng-deep .link-warning:focus{color:#ffcd39!important}:host ::ng-deep .link-danger{color:#dc3545!important}:host ::ng-deep .link-danger:hover,:host ::ng-deep .link-danger:focus{color:#b02a37!important}:host ::ng-deep .link-light{color:#f8f9fa!important}:host ::ng-deep .link-light:hover,:host ::ng-deep .link-light:focus{color:#f9fafb!important}:host ::ng-deep .link-dark{color:#212529!important}:host ::ng-deep .link-dark:hover,:host ::ng-deep .link-dark:focus{color:#1a1e21!important}:host ::ng-deep .ratio{position:relative;width:100%}:host ::ng-deep .ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:\\\"\\\"}:host ::ng-deep .ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}:host ::ng-deep .ratio-1x1{--bs-aspect-ratio: 100%}:host ::ng-deep .ratio-4x3{--bs-aspect-ratio: 75%}:host ::ng-deep .ratio-16x9{--bs-aspect-ratio: 56.25%}:host ::ng-deep .ratio-21x9{--bs-aspect-ratio: 42.8571428571%}:host ::ng-deep .fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}:host ::ng-deep .fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}:host ::ng-deep .sticky-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-bottom{position:sticky;bottom:0;z-index:1020}@media (min-width: 576px){:host ::ng-deep .sticky-sm-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 768px){:host ::ng-deep .sticky-md-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 992px){:host ::ng-deep .sticky-lg-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1200px){:host ::ng-deep .sticky-xl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media (min-width: 1400px){:host ::ng-deep .sticky-xxl-top{position:sticky;top:0;z-index:1020}:host ::ng-deep .sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}:host ::ng-deep .hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}:host ::ng-deep .vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}:host ::ng-deep .visually-hidden,:host ::ng-deep .visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}:host ::ng-deep .stretched-link:after{position:absolute;inset:0;z-index:1;content:\\\"\\\"}:host ::ng-deep .text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:host ::ng-deep .vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentcolor;opacity:.25}:host ::ng-deep .spinner-grow,:host ::ng-deep .spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg)}}:host ::ng-deep .spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-border-width: .25em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:transparent}:host ::ng-deep .spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: .2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}:host ::ng-deep .spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -.125em;--bs-spinner-animation-speed: .75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}:host ::ng-deep .spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media (prefers-reduced-motion: reduce){:host ::ng-deep .spinner-border,:host ::ng-deep .spinner-grow{--bs-spinner-animation-speed: 1.5s}}:host ::ng-deep .align-baseline{vertical-align:baseline!important}:host ::ng-deep .align-top{vertical-align:top!important}:host ::ng-deep .align-middle{vertical-align:middle!important}:host ::ng-deep .align-bottom{vertical-align:bottom!important}:host ::ng-deep .align-text-bottom{vertical-align:text-bottom!important}:host ::ng-deep .align-text-top{vertical-align:text-top!important}:host ::ng-deep .float-start{float:left!important}:host ::ng-deep .float-end{float:right!important}:host ::ng-deep .float-none{float:none!important}:host ::ng-deep .opacity-0{opacity:0!important}:host ::ng-deep .opacity-25{opacity:.25!important}:host ::ng-deep .opacity-50{opacity:.5!important}:host ::ng-deep .opacity-75{opacity:.75!important}:host ::ng-deep .opacity-100{opacity:1!important}:host ::ng-deep .overflow-auto{overflow:auto!important}:host ::ng-deep .overflow-hidden{overflow:hidden!important}:host ::ng-deep .overflow-visible{overflow:visible!important}:host ::ng-deep .overflow-scroll{overflow:scroll!important}:host ::ng-deep .d-inline{display:inline!important}:host ::ng-deep .d-inline-block{display:inline-block!important}:host ::ng-deep .d-block{display:block!important}:host ::ng-deep .d-grid{display:grid!important}:host ::ng-deep .d-table{display:table!important}:host ::ng-deep .d-table-row{display:table-row!important}:host ::ng-deep .d-table-cell{display:table-cell!important}:host ::ng-deep .d-flex{display:flex!important}:host ::ng-deep .d-inline-flex{display:inline-flex!important}:host ::ng-deep .d-none{display:none!important}:host ::ng-deep .shadow{box-shadow:0 .5rem 1rem #00000026!important}:host ::ng-deep .shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}:host ::ng-deep .shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}:host ::ng-deep .shadow-none{box-shadow:none!important}:host ::ng-deep .position-static{position:static!important}:host ::ng-deep .position-relative{position:relative!important}:host ::ng-deep .position-absolute{position:absolute!important}:host ::ng-deep .position-fixed{position:fixed!important}:host ::ng-deep .position-sticky{position:sticky!important}:host ::ng-deep .top-0{top:0!important}:host ::ng-deep .top-50{top:50%!important}:host ::ng-deep .top-100{top:100%!important}:host ::ng-deep .bottom-0{bottom:0!important}:host ::ng-deep .bottom-50{bottom:50%!important}:host ::ng-deep .bottom-100{bottom:100%!important}:host ::ng-deep .start-0{left:0!important}:host ::ng-deep .start-50{left:50%!important}:host ::ng-deep .start-100{left:100%!important}:host ::ng-deep .end-0{right:0!important}:host ::ng-deep .end-50{right:50%!important}:host ::ng-deep .end-100{right:100%!important}:host ::ng-deep .translate-middle{transform:translate(-50%,-50%)!important}:host ::ng-deep .translate-middle-x{transform:translate(-50%)!important}:host ::ng-deep .translate-middle-y{transform:translateY(-50%)!important}:host ::ng-deep .border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-0{border:0!important}:host ::ng-deep .border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-top-0{border-top:0!important}:host ::ng-deep .border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-end-0{border-right:0!important}:host ::ng-deep .border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-bottom-0{border-bottom:0!important}:host ::ng-deep .border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}:host ::ng-deep .border-start-0{border-left:0!important}:host ::ng-deep .border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important}:host ::ng-deep .border-1{--bs-border-width: 1px}:host ::ng-deep .border-2{--bs-border-width: 2px}:host ::ng-deep .border-3{--bs-border-width: 3px}:host ::ng-deep .border-4{--bs-border-width: 4px}:host ::ng-deep .border-5{--bs-border-width: 5px}:host ::ng-deep .border-opacity-10{--bs-border-opacity: .1}:host ::ng-deep .border-opacity-25{--bs-border-opacity: .25}:host ::ng-deep .border-opacity-50{--bs-border-opacity: .5}:host ::ng-deep .border-opacity-75{--bs-border-opacity: .75}:host ::ng-deep .border-opacity-100{--bs-border-opacity: 1}:host ::ng-deep .w-25{width:25%!important}:host ::ng-deep .w-50{width:50%!important}:host ::ng-deep .w-75{width:75%!important}:host ::ng-deep .w-100{width:100%!important}:host ::ng-deep .w-auto{width:auto!important}:host ::ng-deep .mw-100{max-width:100%!important}:host ::ng-deep .vw-100{width:100vw!important}:host ::ng-deep .min-vw-100{min-width:100vw!important}:host ::ng-deep .h-25{height:25%!important}:host ::ng-deep .h-50{height:50%!important}:host ::ng-deep .h-75{height:75%!important}:host ::ng-deep .h-100{height:100%!important}:host ::ng-deep .h-auto{height:auto!important}:host ::ng-deep .mh-100{max-height:100%!important}:host ::ng-deep .vh-100{height:100vh!important}:host ::ng-deep .min-vh-100{min-height:100vh!important}:host ::ng-deep .flex-fill{flex:1 1 auto!important}:host ::ng-deep .flex-row{flex-direction:row!important}:host ::ng-deep .flex-column{flex-direction:column!important}:host ::ng-deep .flex-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-grow-0{flex-grow:0!important}:host ::ng-deep .flex-grow-1{flex-grow:1!important}:host ::ng-deep .flex-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-center{justify-content:center!important}:host ::ng-deep .justify-content-between{justify-content:space-between!important}:host ::ng-deep .justify-content-around{justify-content:space-around!important}:host ::ng-deep .justify-content-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-start{align-items:flex-start!important}:host ::ng-deep .align-items-end{align-items:flex-end!important}:host ::ng-deep .align-items-center{align-items:center!important}:host ::ng-deep .align-items-baseline{align-items:baseline!important}:host ::ng-deep .align-items-stretch{align-items:stretch!important}:host ::ng-deep .align-content-start{align-content:flex-start!important}:host ::ng-deep .align-content-end{align-content:flex-end!important}:host ::ng-deep .align-content-center{align-content:center!important}:host ::ng-deep .align-content-between{align-content:space-between!important}:host ::ng-deep .align-content-around{align-content:space-around!important}:host ::ng-deep .align-content-stretch{align-content:stretch!important}:host ::ng-deep .align-self-auto{align-self:auto!important}:host ::ng-deep .align-self-start{align-self:flex-start!important}:host ::ng-deep .align-self-end{align-self:flex-end!important}:host ::ng-deep .align-self-center{align-self:center!important}:host ::ng-deep .align-self-baseline{align-self:baseline!important}:host ::ng-deep .align-self-stretch{align-self:stretch!important}:host ::ng-deep .order-first{order:-1!important}:host ::ng-deep .order-0{order:0!important}:host ::ng-deep .order-1{order:1!important}:host ::ng-deep .order-2{order:2!important}:host ::ng-deep .order-3{order:3!important}:host ::ng-deep .order-4{order:4!important}:host ::ng-deep .order-5{order:5!important}:host ::ng-deep .order-last{order:6!important}:host ::ng-deep .m-0{margin:0!important}:host ::ng-deep .m-1{margin:.25rem!important}:host ::ng-deep .m-2{margin:.5rem!important}:host ::ng-deep .m-3{margin:1rem!important}:host ::ng-deep .m-4{margin:1.5rem!important}:host ::ng-deep .m-5{margin:3rem!important}:host ::ng-deep .m-auto{margin:auto!important}:host ::ng-deep .mx-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-0{margin-top:0!important}:host ::ng-deep .mt-1{margin-top:.25rem!important}:host ::ng-deep .mt-2{margin-top:.5rem!important}:host ::ng-deep .mt-3{margin-top:1rem!important}:host ::ng-deep .mt-4{margin-top:1.5rem!important}:host ::ng-deep .mt-5{margin-top:3rem!important}:host ::ng-deep .mt-auto{margin-top:auto!important}:host ::ng-deep .me-0{margin-right:0!important}:host ::ng-deep .me-1{margin-right:.25rem!important}:host ::ng-deep .me-2{margin-right:.5rem!important}:host ::ng-deep .me-3{margin-right:1rem!important}:host ::ng-deep .me-4{margin-right:1.5rem!important}:host ::ng-deep .me-5{margin-right:3rem!important}:host ::ng-deep .me-auto{margin-right:auto!important}:host ::ng-deep .mb-0{margin-bottom:0!important}:host ::ng-deep .mb-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-3{margin-bottom:1rem!important}:host ::ng-deep .mb-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-5{margin-bottom:3rem!important}:host ::ng-deep .mb-auto{margin-bottom:auto!important}:host ::ng-deep .ms-0{margin-left:0!important}:host ::ng-deep .ms-1{margin-left:.25rem!important}:host ::ng-deep .ms-2{margin-left:.5rem!important}:host ::ng-deep .ms-3{margin-left:1rem!important}:host ::ng-deep .ms-4{margin-left:1.5rem!important}:host ::ng-deep .ms-5{margin-left:3rem!important}:host ::ng-deep .ms-auto{margin-left:auto!important}:host ::ng-deep .p-0{padding:0!important}:host ::ng-deep .p-1{padding:.25rem!important}:host ::ng-deep .p-2{padding:.5rem!important}:host ::ng-deep .p-3{padding:1rem!important}:host ::ng-deep .p-4{padding:1.5rem!important}:host ::ng-deep .p-5{padding:3rem!important}:host ::ng-deep .px-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-0{padding-top:0!important}:host ::ng-deep .pt-1{padding-top:.25rem!important}:host ::ng-deep .pt-2{padding-top:.5rem!important}:host ::ng-deep .pt-3{padding-top:1rem!important}:host ::ng-deep .pt-4{padding-top:1.5rem!important}:host ::ng-deep .pt-5{padding-top:3rem!important}:host ::ng-deep .pe-0{padding-right:0!important}:host ::ng-deep .pe-1{padding-right:.25rem!important}:host ::ng-deep .pe-2{padding-right:.5rem!important}:host ::ng-deep .pe-3{padding-right:1rem!important}:host ::ng-deep .pe-4{padding-right:1.5rem!important}:host ::ng-deep .pe-5{padding-right:3rem!important}:host ::ng-deep .pb-0{padding-bottom:0!important}:host ::ng-deep .pb-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-3{padding-bottom:1rem!important}:host ::ng-deep .pb-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-5{padding-bottom:3rem!important}:host ::ng-deep .ps-0{padding-left:0!important}:host ::ng-deep .ps-1{padding-left:.25rem!important}:host ::ng-deep .ps-2{padding-left:.5rem!important}:host ::ng-deep .ps-3{padding-left:1rem!important}:host ::ng-deep .ps-4{padding-left:1.5rem!important}:host ::ng-deep .ps-5{padding-left:3rem!important}:host ::ng-deep .gap-0{gap:0!important}:host ::ng-deep .gap-1{gap:.25rem!important}:host ::ng-deep .gap-2{gap:.5rem!important}:host ::ng-deep .gap-3{gap:1rem!important}:host ::ng-deep .gap-4{gap:1.5rem!important}:host ::ng-deep .gap-5{gap:3rem!important}:host ::ng-deep .font-monospace{font-family:var(--bs-font-monospace)!important}:host ::ng-deep .fs-1{font-size:calc(1.375rem + 1.5vw)!important}:host ::ng-deep .fs-2{font-size:calc(1.325rem + .9vw)!important}:host ::ng-deep .fs-3{font-size:calc(1.3rem + .6vw)!important}:host ::ng-deep .fs-4{font-size:calc(1.275rem + .3vw)!important}:host ::ng-deep .fs-5{font-size:1.25rem!important}:host ::ng-deep .fs-6{font-size:1rem!important}:host ::ng-deep .fst-italic{font-style:italic!important}:host ::ng-deep .fst-normal{font-style:normal!important}:host ::ng-deep .fw-light{font-weight:300!important}:host ::ng-deep .fw-lighter{font-weight:lighter!important}:host ::ng-deep .fw-normal{font-weight:400!important}:host ::ng-deep .fw-bold{font-weight:700!important}:host ::ng-deep .fw-semibold{font-weight:600!important}:host ::ng-deep .fw-bolder{font-weight:bolder!important}:host ::ng-deep .lh-1{line-height:1!important}:host ::ng-deep .lh-sm{line-height:1.25!important}:host ::ng-deep .lh-base{line-height:1.5!important}:host ::ng-deep .lh-lg{line-height:2!important}:host ::ng-deep .text-start{text-align:left!important}:host ::ng-deep .text-end{text-align:right!important}:host ::ng-deep .text-center{text-align:center!important}:host ::ng-deep .text-decoration-none{text-decoration:none!important}:host ::ng-deep .text-decoration-underline{text-decoration:underline!important}:host ::ng-deep .text-decoration-line-through{text-decoration:line-through!important}:host ::ng-deep .text-lowercase{text-transform:lowercase!important}:host ::ng-deep .text-uppercase{text-transform:uppercase!important}:host ::ng-deep .text-capitalize{text-transform:capitalize!important}:host ::ng-deep .text-wrap{white-space:normal!important}:host ::ng-deep .text-nowrap{white-space:nowrap!important}:host ::ng-deep .text-break{word-wrap:break-word!important;word-break:break-word!important}:host ::ng-deep .text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}:host ::ng-deep .text-muted{--bs-text-opacity: 1;color:#6c757d!important}:host ::ng-deep .text-black-50{--bs-text-opacity: 1;color:#00000080!important}:host ::ng-deep .text-white-50{--bs-text-opacity: 1;color:#ffffff80!important}:host ::ng-deep .text-reset{--bs-text-opacity: 1;color:inherit!important}:host ::ng-deep .text-opacity-25{--bs-text-opacity: .25}:host ::ng-deep .text-opacity-50{--bs-text-opacity: .5}:host ::ng-deep .text-opacity-75{--bs-text-opacity: .75}:host ::ng-deep .text-opacity-100{--bs-text-opacity: 1}:host ::ng-deep .bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}:host ::ng-deep .bg-transparent{--bs-bg-opacity: 1;background-color:transparent!important}:host ::ng-deep .bg-opacity-10{--bs-bg-opacity: .1}:host ::ng-deep .bg-opacity-25{--bs-bg-opacity: .25}:host ::ng-deep .bg-opacity-50{--bs-bg-opacity: .5}:host ::ng-deep .bg-opacity-75{--bs-bg-opacity: .75}:host ::ng-deep .bg-opacity-100{--bs-bg-opacity: 1}:host ::ng-deep .bg-gradient{background-image:var(--bs-gradient)!important}:host ::ng-deep .user-select-all{-webkit-user-select:all!important;user-select:all!important}:host ::ng-deep .user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}:host ::ng-deep .user-select-none{-webkit-user-select:none!important;user-select:none!important}:host ::ng-deep .pe-none{pointer-events:none!important}:host ::ng-deep .pe-auto{pointer-events:auto!important}:host ::ng-deep .rounded{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-0{border-radius:0!important}:host ::ng-deep .rounded-1{border-radius:var(--bs-border-radius-sm)!important}:host ::ng-deep .rounded-2{border-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-3{border-radius:var(--bs-border-radius-lg)!important}:host ::ng-deep .rounded-4{border-radius:var(--bs-border-radius-xl)!important}:host ::ng-deep .rounded-5{border-radius:var(--bs-border-radius-2xl)!important}:host ::ng-deep .rounded-circle{border-radius:50%!important}:host ::ng-deep .rounded-pill{border-radius:var(--bs-border-radius-pill)!important}:host ::ng-deep .rounded-top{border-top-left-radius:var(--bs-border-radius)!important;border-top-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-end{border-top-right-radius:var(--bs-border-radius)!important;border-bottom-right-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-bottom{border-bottom-right-radius:var(--bs-border-radius)!important;border-bottom-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .rounded-start{border-bottom-left-radius:var(--bs-border-radius)!important;border-top-left-radius:var(--bs-border-radius)!important}:host ::ng-deep .visible{visibility:visible!important}:host ::ng-deep .invisible{visibility:hidden!important}@media (min-width: 576px){:host ::ng-deep .float-sm-start{float:left!important}:host ::ng-deep .float-sm-end{float:right!important}:host ::ng-deep .float-sm-none{float:none!important}:host ::ng-deep .d-sm-inline{display:inline!important}:host ::ng-deep .d-sm-inline-block{display:inline-block!important}:host ::ng-deep .d-sm-block{display:block!important}:host ::ng-deep .d-sm-grid{display:grid!important}:host ::ng-deep .d-sm-table{display:table!important}:host ::ng-deep .d-sm-table-row{display:table-row!important}:host ::ng-deep .d-sm-table-cell{display:table-cell!important}:host ::ng-deep .d-sm-flex{display:flex!important}:host ::ng-deep .d-sm-inline-flex{display:inline-flex!important}:host ::ng-deep .d-sm-none{display:none!important}:host ::ng-deep .flex-sm-fill{flex:1 1 auto!important}:host ::ng-deep .flex-sm-row{flex-direction:row!important}:host ::ng-deep .flex-sm-column{flex-direction:column!important}:host ::ng-deep .flex-sm-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-sm-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-sm-grow-0{flex-grow:0!important}:host ::ng-deep .flex-sm-grow-1{flex-grow:1!important}:host ::ng-deep .flex-sm-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-sm-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-sm-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-sm-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-sm-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-sm-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-sm-center{justify-content:center!important}:host ::ng-deep .justify-content-sm-between{justify-content:space-between!important}:host ::ng-deep .justify-content-sm-around{justify-content:space-around!important}:host ::ng-deep .justify-content-sm-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-sm-start{align-items:flex-start!important}:host ::ng-deep .align-items-sm-end{align-items:flex-end!important}:host ::ng-deep .align-items-sm-center{align-items:center!important}:host ::ng-deep .align-items-sm-baseline{align-items:baseline!important}:host ::ng-deep .align-items-sm-stretch{align-items:stretch!important}:host ::ng-deep .align-content-sm-start{align-content:flex-start!important}:host ::ng-deep .align-content-sm-end{align-content:flex-end!important}:host ::ng-deep .align-content-sm-center{align-content:center!important}:host ::ng-deep .align-content-sm-between{align-content:space-between!important}:host ::ng-deep .align-content-sm-around{align-content:space-around!important}:host ::ng-deep .align-content-sm-stretch{align-content:stretch!important}:host ::ng-deep .align-self-sm-auto{align-self:auto!important}:host ::ng-deep .align-self-sm-start{align-self:flex-start!important}:host ::ng-deep .align-self-sm-end{align-self:flex-end!important}:host ::ng-deep .align-self-sm-center{align-self:center!important}:host ::ng-deep .align-self-sm-baseline{align-self:baseline!important}:host ::ng-deep .align-self-sm-stretch{align-self:stretch!important}:host ::ng-deep .order-sm-first{order:-1!important}:host ::ng-deep .order-sm-0{order:0!important}:host ::ng-deep .order-sm-1{order:1!important}:host ::ng-deep .order-sm-2{order:2!important}:host ::ng-deep .order-sm-3{order:3!important}:host ::ng-deep .order-sm-4{order:4!important}:host ::ng-deep .order-sm-5{order:5!important}:host ::ng-deep .order-sm-last{order:6!important}:host ::ng-deep .m-sm-0{margin:0!important}:host ::ng-deep .m-sm-1{margin:.25rem!important}:host ::ng-deep .m-sm-2{margin:.5rem!important}:host ::ng-deep .m-sm-3{margin:1rem!important}:host ::ng-deep .m-sm-4{margin:1.5rem!important}:host ::ng-deep .m-sm-5{margin:3rem!important}:host ::ng-deep .m-sm-auto{margin:auto!important}:host ::ng-deep .mx-sm-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-sm-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-sm-0{margin-top:0!important}:host ::ng-deep .mt-sm-1{margin-top:.25rem!important}:host ::ng-deep .mt-sm-2{margin-top:.5rem!important}:host ::ng-deep .mt-sm-3{margin-top:1rem!important}:host ::ng-deep .mt-sm-4{margin-top:1.5rem!important}:host ::ng-deep .mt-sm-5{margin-top:3rem!important}:host ::ng-deep .mt-sm-auto{margin-top:auto!important}:host ::ng-deep .me-sm-0{margin-right:0!important}:host ::ng-deep .me-sm-1{margin-right:.25rem!important}:host ::ng-deep .me-sm-2{margin-right:.5rem!important}:host ::ng-deep .me-sm-3{margin-right:1rem!important}:host ::ng-deep .me-sm-4{margin-right:1.5rem!important}:host ::ng-deep .me-sm-5{margin-right:3rem!important}:host ::ng-deep .me-sm-auto{margin-right:auto!important}:host ::ng-deep .mb-sm-0{margin-bottom:0!important}:host ::ng-deep .mb-sm-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-sm-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-sm-3{margin-bottom:1rem!important}:host ::ng-deep .mb-sm-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-sm-5{margin-bottom:3rem!important}:host ::ng-deep .mb-sm-auto{margin-bottom:auto!important}:host ::ng-deep .ms-sm-0{margin-left:0!important}:host ::ng-deep .ms-sm-1{margin-left:.25rem!important}:host ::ng-deep .ms-sm-2{margin-left:.5rem!important}:host ::ng-deep .ms-sm-3{margin-left:1rem!important}:host ::ng-deep .ms-sm-4{margin-left:1.5rem!important}:host ::ng-deep .ms-sm-5{margin-left:3rem!important}:host ::ng-deep .ms-sm-auto{margin-left:auto!important}:host ::ng-deep .p-sm-0{padding:0!important}:host ::ng-deep .p-sm-1{padding:.25rem!important}:host ::ng-deep .p-sm-2{padding:.5rem!important}:host ::ng-deep .p-sm-3{padding:1rem!important}:host ::ng-deep .p-sm-4{padding:1.5rem!important}:host ::ng-deep .p-sm-5{padding:3rem!important}:host ::ng-deep .px-sm-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-sm-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-sm-0{padding-top:0!important}:host ::ng-deep .pt-sm-1{padding-top:.25rem!important}:host ::ng-deep .pt-sm-2{padding-top:.5rem!important}:host ::ng-deep .pt-sm-3{padding-top:1rem!important}:host ::ng-deep .pt-sm-4{padding-top:1.5rem!important}:host ::ng-deep .pt-sm-5{padding-top:3rem!important}:host ::ng-deep .pe-sm-0{padding-right:0!important}:host ::ng-deep .pe-sm-1{padding-right:.25rem!important}:host ::ng-deep .pe-sm-2{padding-right:.5rem!important}:host ::ng-deep .pe-sm-3{padding-right:1rem!important}:host ::ng-deep .pe-sm-4{padding-right:1.5rem!important}:host ::ng-deep .pe-sm-5{padding-right:3rem!important}:host ::ng-deep .pb-sm-0{padding-bottom:0!important}:host ::ng-deep .pb-sm-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-sm-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-sm-3{padding-bottom:1rem!important}:host ::ng-deep .pb-sm-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-sm-5{padding-bottom:3rem!important}:host ::ng-deep .ps-sm-0{padding-left:0!important}:host ::ng-deep .ps-sm-1{padding-left:.25rem!important}:host ::ng-deep .ps-sm-2{padding-left:.5rem!important}:host ::ng-deep .ps-sm-3{padding-left:1rem!important}:host ::ng-deep .ps-sm-4{padding-left:1.5rem!important}:host ::ng-deep .ps-sm-5{padding-left:3rem!important}:host ::ng-deep .gap-sm-0{gap:0!important}:host ::ng-deep .gap-sm-1{gap:.25rem!important}:host ::ng-deep .gap-sm-2{gap:.5rem!important}:host ::ng-deep .gap-sm-3{gap:1rem!important}:host ::ng-deep .gap-sm-4{gap:1.5rem!important}:host ::ng-deep .gap-sm-5{gap:3rem!important}:host ::ng-deep .text-sm-start{text-align:left!important}:host ::ng-deep .text-sm-end{text-align:right!important}:host ::ng-deep .text-sm-center{text-align:center!important}}@media (min-width: 768px){:host ::ng-deep .float-md-start{float:left!important}:host ::ng-deep .float-md-end{float:right!important}:host ::ng-deep .float-md-none{float:none!important}:host ::ng-deep .d-md-inline{display:inline!important}:host ::ng-deep .d-md-inline-block{display:inline-block!important}:host ::ng-deep .d-md-block{display:block!important}:host ::ng-deep .d-md-grid{display:grid!important}:host ::ng-deep .d-md-table{display:table!important}:host ::ng-deep .d-md-table-row{display:table-row!important}:host ::ng-deep .d-md-table-cell{display:table-cell!important}:host ::ng-deep .d-md-flex{display:flex!important}:host ::ng-deep .d-md-inline-flex{display:inline-flex!important}:host ::ng-deep .d-md-none{display:none!important}:host ::ng-deep .flex-md-fill{flex:1 1 auto!important}:host ::ng-deep .flex-md-row{flex-direction:row!important}:host ::ng-deep .flex-md-column{flex-direction:column!important}:host ::ng-deep .flex-md-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-md-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-md-grow-0{flex-grow:0!important}:host ::ng-deep .flex-md-grow-1{flex-grow:1!important}:host ::ng-deep .flex-md-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-md-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-md-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-md-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-md-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-md-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-md-center{justify-content:center!important}:host ::ng-deep .justify-content-md-between{justify-content:space-between!important}:host ::ng-deep .justify-content-md-around{justify-content:space-around!important}:host ::ng-deep .justify-content-md-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-md-start{align-items:flex-start!important}:host ::ng-deep .align-items-md-end{align-items:flex-end!important}:host ::ng-deep .align-items-md-center{align-items:center!important}:host ::ng-deep .align-items-md-baseline{align-items:baseline!important}:host ::ng-deep .align-items-md-stretch{align-items:stretch!important}:host ::ng-deep .align-content-md-start{align-content:flex-start!important}:host ::ng-deep .align-content-md-end{align-content:flex-end!important}:host ::ng-deep .align-content-md-center{align-content:center!important}:host ::ng-deep .align-content-md-between{align-content:space-between!important}:host ::ng-deep .align-content-md-around{align-content:space-around!important}:host ::ng-deep .align-content-md-stretch{align-content:stretch!important}:host ::ng-deep .align-self-md-auto{align-self:auto!important}:host ::ng-deep .align-self-md-start{align-self:flex-start!important}:host ::ng-deep .align-self-md-end{align-self:flex-end!important}:host ::ng-deep .align-self-md-center{align-self:center!important}:host ::ng-deep .align-self-md-baseline{align-self:baseline!important}:host ::ng-deep .align-self-md-stretch{align-self:stretch!important}:host ::ng-deep .order-md-first{order:-1!important}:host ::ng-deep .order-md-0{order:0!important}:host ::ng-deep .order-md-1{order:1!important}:host ::ng-deep .order-md-2{order:2!important}:host ::ng-deep .order-md-3{order:3!important}:host ::ng-deep .order-md-4{order:4!important}:host ::ng-deep .order-md-5{order:5!important}:host ::ng-deep .order-md-last{order:6!important}:host ::ng-deep .m-md-0{margin:0!important}:host ::ng-deep .m-md-1{margin:.25rem!important}:host ::ng-deep .m-md-2{margin:.5rem!important}:host ::ng-deep .m-md-3{margin:1rem!important}:host ::ng-deep .m-md-4{margin:1.5rem!important}:host ::ng-deep .m-md-5{margin:3rem!important}:host ::ng-deep .m-md-auto{margin:auto!important}:host ::ng-deep .mx-md-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-md-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-md-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-md-0{margin-top:0!important}:host ::ng-deep .mt-md-1{margin-top:.25rem!important}:host ::ng-deep .mt-md-2{margin-top:.5rem!important}:host ::ng-deep .mt-md-3{margin-top:1rem!important}:host ::ng-deep .mt-md-4{margin-top:1.5rem!important}:host ::ng-deep .mt-md-5{margin-top:3rem!important}:host ::ng-deep .mt-md-auto{margin-top:auto!important}:host ::ng-deep .me-md-0{margin-right:0!important}:host ::ng-deep .me-md-1{margin-right:.25rem!important}:host ::ng-deep .me-md-2{margin-right:.5rem!important}:host ::ng-deep .me-md-3{margin-right:1rem!important}:host ::ng-deep .me-md-4{margin-right:1.5rem!important}:host ::ng-deep .me-md-5{margin-right:3rem!important}:host ::ng-deep .me-md-auto{margin-right:auto!important}:host ::ng-deep .mb-md-0{margin-bottom:0!important}:host ::ng-deep .mb-md-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-md-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-md-3{margin-bottom:1rem!important}:host ::ng-deep .mb-md-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-md-5{margin-bottom:3rem!important}:host ::ng-deep .mb-md-auto{margin-bottom:auto!important}:host ::ng-deep .ms-md-0{margin-left:0!important}:host ::ng-deep .ms-md-1{margin-left:.25rem!important}:host ::ng-deep .ms-md-2{margin-left:.5rem!important}:host ::ng-deep .ms-md-3{margin-left:1rem!important}:host ::ng-deep .ms-md-4{margin-left:1.5rem!important}:host ::ng-deep .ms-md-5{margin-left:3rem!important}:host ::ng-deep .ms-md-auto{margin-left:auto!important}:host ::ng-deep .p-md-0{padding:0!important}:host ::ng-deep .p-md-1{padding:.25rem!important}:host ::ng-deep .p-md-2{padding:.5rem!important}:host ::ng-deep .p-md-3{padding:1rem!important}:host ::ng-deep .p-md-4{padding:1.5rem!important}:host ::ng-deep .p-md-5{padding:3rem!important}:host ::ng-deep .px-md-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-md-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-md-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-md-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-md-0{padding-top:0!important}:host ::ng-deep .pt-md-1{padding-top:.25rem!important}:host ::ng-deep .pt-md-2{padding-top:.5rem!important}:host ::ng-deep .pt-md-3{padding-top:1rem!important}:host ::ng-deep .pt-md-4{padding-top:1.5rem!important}:host ::ng-deep .pt-md-5{padding-top:3rem!important}:host ::ng-deep .pe-md-0{padding-right:0!important}:host ::ng-deep .pe-md-1{padding-right:.25rem!important}:host ::ng-deep .pe-md-2{padding-right:.5rem!important}:host ::ng-deep .pe-md-3{padding-right:1rem!important}:host ::ng-deep .pe-md-4{padding-right:1.5rem!important}:host ::ng-deep .pe-md-5{padding-right:3rem!important}:host ::ng-deep .pb-md-0{padding-bottom:0!important}:host ::ng-deep .pb-md-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-md-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-md-3{padding-bottom:1rem!important}:host ::ng-deep .pb-md-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-md-5{padding-bottom:3rem!important}:host ::ng-deep .ps-md-0{padding-left:0!important}:host ::ng-deep .ps-md-1{padding-left:.25rem!important}:host ::ng-deep .ps-md-2{padding-left:.5rem!important}:host ::ng-deep .ps-md-3{padding-left:1rem!important}:host ::ng-deep .ps-md-4{padding-left:1.5rem!important}:host ::ng-deep .ps-md-5{padding-left:3rem!important}:host ::ng-deep .gap-md-0{gap:0!important}:host ::ng-deep .gap-md-1{gap:.25rem!important}:host ::ng-deep .gap-md-2{gap:.5rem!important}:host ::ng-deep .gap-md-3{gap:1rem!important}:host ::ng-deep .gap-md-4{gap:1.5rem!important}:host ::ng-deep .gap-md-5{gap:3rem!important}:host ::ng-deep .text-md-start{text-align:left!important}:host ::ng-deep .text-md-end{text-align:right!important}:host ::ng-deep .text-md-center{text-align:center!important}}@media (min-width: 992px){:host ::ng-deep .float-lg-start{float:left!important}:host ::ng-deep .float-lg-end{float:right!important}:host ::ng-deep .float-lg-none{float:none!important}:host ::ng-deep .d-lg-inline{display:inline!important}:host ::ng-deep .d-lg-inline-block{display:inline-block!important}:host ::ng-deep .d-lg-block{display:block!important}:host ::ng-deep .d-lg-grid{display:grid!important}:host ::ng-deep .d-lg-table{display:table!important}:host ::ng-deep .d-lg-table-row{display:table-row!important}:host ::ng-deep .d-lg-table-cell{display:table-cell!important}:host ::ng-deep .d-lg-flex{display:flex!important}:host ::ng-deep .d-lg-inline-flex{display:inline-flex!important}:host ::ng-deep .d-lg-none{display:none!important}:host ::ng-deep .flex-lg-fill{flex:1 1 auto!important}:host ::ng-deep .flex-lg-row{flex-direction:row!important}:host ::ng-deep .flex-lg-column{flex-direction:column!important}:host ::ng-deep .flex-lg-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-lg-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-lg-grow-0{flex-grow:0!important}:host ::ng-deep .flex-lg-grow-1{flex-grow:1!important}:host ::ng-deep .flex-lg-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-lg-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-lg-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-lg-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-lg-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-lg-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-lg-center{justify-content:center!important}:host ::ng-deep .justify-content-lg-between{justify-content:space-between!important}:host ::ng-deep .justify-content-lg-around{justify-content:space-around!important}:host ::ng-deep .justify-content-lg-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-lg-start{align-items:flex-start!important}:host ::ng-deep .align-items-lg-end{align-items:flex-end!important}:host ::ng-deep .align-items-lg-center{align-items:center!important}:host ::ng-deep .align-items-lg-baseline{align-items:baseline!important}:host ::ng-deep .align-items-lg-stretch{align-items:stretch!important}:host ::ng-deep .align-content-lg-start{align-content:flex-start!important}:host ::ng-deep .align-content-lg-end{align-content:flex-end!important}:host ::ng-deep .align-content-lg-center{align-content:center!important}:host ::ng-deep .align-content-lg-between{align-content:space-between!important}:host ::ng-deep .align-content-lg-around{align-content:space-around!important}:host ::ng-deep .align-content-lg-stretch{align-content:stretch!important}:host ::ng-deep .align-self-lg-auto{align-self:auto!important}:host ::ng-deep .align-self-lg-start{align-self:flex-start!important}:host ::ng-deep .align-self-lg-end{align-self:flex-end!important}:host ::ng-deep .align-self-lg-center{align-self:center!important}:host ::ng-deep .align-self-lg-baseline{align-self:baseline!important}:host ::ng-deep .align-self-lg-stretch{align-self:stretch!important}:host ::ng-deep .order-lg-first{order:-1!important}:host ::ng-deep .order-lg-0{order:0!important}:host ::ng-deep .order-lg-1{order:1!important}:host ::ng-deep .order-lg-2{order:2!important}:host ::ng-deep .order-lg-3{order:3!important}:host ::ng-deep .order-lg-4{order:4!important}:host ::ng-deep .order-lg-5{order:5!important}:host ::ng-deep .order-lg-last{order:6!important}:host ::ng-deep .m-lg-0{margin:0!important}:host ::ng-deep .m-lg-1{margin:.25rem!important}:host ::ng-deep .m-lg-2{margin:.5rem!important}:host ::ng-deep .m-lg-3{margin:1rem!important}:host ::ng-deep .m-lg-4{margin:1.5rem!important}:host ::ng-deep .m-lg-5{margin:3rem!important}:host ::ng-deep .m-lg-auto{margin:auto!important}:host ::ng-deep .mx-lg-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-lg-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-lg-0{margin-top:0!important}:host ::ng-deep .mt-lg-1{margin-top:.25rem!important}:host ::ng-deep .mt-lg-2{margin-top:.5rem!important}:host ::ng-deep .mt-lg-3{margin-top:1rem!important}:host ::ng-deep .mt-lg-4{margin-top:1.5rem!important}:host ::ng-deep .mt-lg-5{margin-top:3rem!important}:host ::ng-deep .mt-lg-auto{margin-top:auto!important}:host ::ng-deep .me-lg-0{margin-right:0!important}:host ::ng-deep .me-lg-1{margin-right:.25rem!important}:host ::ng-deep .me-lg-2{margin-right:.5rem!important}:host ::ng-deep .me-lg-3{margin-right:1rem!important}:host ::ng-deep .me-lg-4{margin-right:1.5rem!important}:host ::ng-deep .me-lg-5{margin-right:3rem!important}:host ::ng-deep .me-lg-auto{margin-right:auto!important}:host ::ng-deep .mb-lg-0{margin-bottom:0!important}:host ::ng-deep .mb-lg-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-lg-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-lg-3{margin-bottom:1rem!important}:host ::ng-deep .mb-lg-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-lg-5{margin-bottom:3rem!important}:host ::ng-deep .mb-lg-auto{margin-bottom:auto!important}:host ::ng-deep .ms-lg-0{margin-left:0!important}:host ::ng-deep .ms-lg-1{margin-left:.25rem!important}:host ::ng-deep .ms-lg-2{margin-left:.5rem!important}:host ::ng-deep .ms-lg-3{margin-left:1rem!important}:host ::ng-deep .ms-lg-4{margin-left:1.5rem!important}:host ::ng-deep .ms-lg-5{margin-left:3rem!important}:host ::ng-deep .ms-lg-auto{margin-left:auto!important}:host ::ng-deep .p-lg-0{padding:0!important}:host ::ng-deep .p-lg-1{padding:.25rem!important}:host ::ng-deep .p-lg-2{padding:.5rem!important}:host ::ng-deep .p-lg-3{padding:1rem!important}:host ::ng-deep .p-lg-4{padding:1.5rem!important}:host ::ng-deep .p-lg-5{padding:3rem!important}:host ::ng-deep .px-lg-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-lg-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-lg-0{padding-top:0!important}:host ::ng-deep .pt-lg-1{padding-top:.25rem!important}:host ::ng-deep .pt-lg-2{padding-top:.5rem!important}:host ::ng-deep .pt-lg-3{padding-top:1rem!important}:host ::ng-deep .pt-lg-4{padding-top:1.5rem!important}:host ::ng-deep .pt-lg-5{padding-top:3rem!important}:host ::ng-deep .pe-lg-0{padding-right:0!important}:host ::ng-deep .pe-lg-1{padding-right:.25rem!important}:host ::ng-deep .pe-lg-2{padding-right:.5rem!important}:host ::ng-deep .pe-lg-3{padding-right:1rem!important}:host ::ng-deep .pe-lg-4{padding-right:1.5rem!important}:host ::ng-deep .pe-lg-5{padding-right:3rem!important}:host ::ng-deep .pb-lg-0{padding-bottom:0!important}:host ::ng-deep .pb-lg-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-lg-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-lg-3{padding-bottom:1rem!important}:host ::ng-deep .pb-lg-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-lg-5{padding-bottom:3rem!important}:host ::ng-deep .ps-lg-0{padding-left:0!important}:host ::ng-deep .ps-lg-1{padding-left:.25rem!important}:host ::ng-deep .ps-lg-2{padding-left:.5rem!important}:host ::ng-deep .ps-lg-3{padding-left:1rem!important}:host ::ng-deep .ps-lg-4{padding-left:1.5rem!important}:host ::ng-deep .ps-lg-5{padding-left:3rem!important}:host ::ng-deep .gap-lg-0{gap:0!important}:host ::ng-deep .gap-lg-1{gap:.25rem!important}:host ::ng-deep .gap-lg-2{gap:.5rem!important}:host ::ng-deep .gap-lg-3{gap:1rem!important}:host ::ng-deep .gap-lg-4{gap:1.5rem!important}:host ::ng-deep .gap-lg-5{gap:3rem!important}:host ::ng-deep .text-lg-start{text-align:left!important}:host ::ng-deep .text-lg-end{text-align:right!important}:host ::ng-deep .text-lg-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .float-xl-start{float:left!important}:host ::ng-deep .float-xl-end{float:right!important}:host ::ng-deep .float-xl-none{float:none!important}:host ::ng-deep .d-xl-inline{display:inline!important}:host ::ng-deep .d-xl-inline-block{display:inline-block!important}:host ::ng-deep .d-xl-block{display:block!important}:host ::ng-deep .d-xl-grid{display:grid!important}:host ::ng-deep .d-xl-table{display:table!important}:host ::ng-deep .d-xl-table-row{display:table-row!important}:host ::ng-deep .d-xl-table-cell{display:table-cell!important}:host ::ng-deep .d-xl-flex{display:flex!important}:host ::ng-deep .d-xl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xl-none{display:none!important}:host ::ng-deep .flex-xl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xl-row{flex-direction:row!important}:host ::ng-deep .flex-xl-column{flex-direction:column!important}:host ::ng-deep .flex-xl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xl-center{justify-content:center!important}:host ::ng-deep .justify-content-xl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xl-center{align-items:center!important}:host ::ng-deep .align-items-xl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xl-center{align-content:center!important}:host ::ng-deep .align-content-xl-between{align-content:space-between!important}:host ::ng-deep .align-content-xl-around{align-content:space-around!important}:host ::ng-deep .align-content-xl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xl-auto{align-self:auto!important}:host ::ng-deep .align-self-xl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xl-center{align-self:center!important}:host ::ng-deep .align-self-xl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xl-stretch{align-self:stretch!important}:host ::ng-deep .order-xl-first{order:-1!important}:host ::ng-deep .order-xl-0{order:0!important}:host ::ng-deep .order-xl-1{order:1!important}:host ::ng-deep .order-xl-2{order:2!important}:host ::ng-deep .order-xl-3{order:3!important}:host ::ng-deep .order-xl-4{order:4!important}:host ::ng-deep .order-xl-5{order:5!important}:host ::ng-deep .order-xl-last{order:6!important}:host ::ng-deep .m-xl-0{margin:0!important}:host ::ng-deep .m-xl-1{margin:.25rem!important}:host ::ng-deep .m-xl-2{margin:.5rem!important}:host ::ng-deep .m-xl-3{margin:1rem!important}:host ::ng-deep .m-xl-4{margin:1.5rem!important}:host ::ng-deep .m-xl-5{margin:3rem!important}:host ::ng-deep .m-xl-auto{margin:auto!important}:host ::ng-deep .mx-xl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xl-0{margin-top:0!important}:host ::ng-deep .mt-xl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xl-3{margin-top:1rem!important}:host ::ng-deep .mt-xl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xl-5{margin-top:3rem!important}:host ::ng-deep .mt-xl-auto{margin-top:auto!important}:host ::ng-deep .me-xl-0{margin-right:0!important}:host ::ng-deep .me-xl-1{margin-right:.25rem!important}:host ::ng-deep .me-xl-2{margin-right:.5rem!important}:host ::ng-deep .me-xl-3{margin-right:1rem!important}:host ::ng-deep .me-xl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xl-5{margin-right:3rem!important}:host ::ng-deep .me-xl-auto{margin-right:auto!important}:host ::ng-deep .mb-xl-0{margin-bottom:0!important}:host ::ng-deep .mb-xl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xl-0{margin-left:0!important}:host ::ng-deep .ms-xl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xl-3{margin-left:1rem!important}:host ::ng-deep .ms-xl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xl-5{margin-left:3rem!important}:host ::ng-deep .ms-xl-auto{margin-left:auto!important}:host ::ng-deep .p-xl-0{padding:0!important}:host ::ng-deep .p-xl-1{padding:.25rem!important}:host ::ng-deep .p-xl-2{padding:.5rem!important}:host ::ng-deep .p-xl-3{padding:1rem!important}:host ::ng-deep .p-xl-4{padding:1.5rem!important}:host ::ng-deep .p-xl-5{padding:3rem!important}:host ::ng-deep .px-xl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xl-0{padding-top:0!important}:host ::ng-deep .pt-xl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xl-3{padding-top:1rem!important}:host ::ng-deep .pt-xl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xl-5{padding-top:3rem!important}:host ::ng-deep .pe-xl-0{padding-right:0!important}:host ::ng-deep .pe-xl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xl-3{padding-right:1rem!important}:host ::ng-deep .pe-xl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xl-5{padding-right:3rem!important}:host ::ng-deep .pb-xl-0{padding-bottom:0!important}:host ::ng-deep .pb-xl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xl-0{padding-left:0!important}:host ::ng-deep .ps-xl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xl-3{padding-left:1rem!important}:host ::ng-deep .ps-xl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xl-5{padding-left:3rem!important}:host ::ng-deep .gap-xl-0{gap:0!important}:host ::ng-deep .gap-xl-1{gap:.25rem!important}:host ::ng-deep .gap-xl-2{gap:.5rem!important}:host ::ng-deep .gap-xl-3{gap:1rem!important}:host ::ng-deep .gap-xl-4{gap:1.5rem!important}:host ::ng-deep .gap-xl-5{gap:3rem!important}:host ::ng-deep .text-xl-start{text-align:left!important}:host ::ng-deep .text-xl-end{text-align:right!important}:host ::ng-deep .text-xl-center{text-align:center!important}}@media (min-width: 1400px){:host ::ng-deep .float-xxl-start{float:left!important}:host ::ng-deep .float-xxl-end{float:right!important}:host ::ng-deep .float-xxl-none{float:none!important}:host ::ng-deep .d-xxl-inline{display:inline!important}:host ::ng-deep .d-xxl-inline-block{display:inline-block!important}:host ::ng-deep .d-xxl-block{display:block!important}:host ::ng-deep .d-xxl-grid{display:grid!important}:host ::ng-deep .d-xxl-table{display:table!important}:host ::ng-deep .d-xxl-table-row{display:table-row!important}:host ::ng-deep .d-xxl-table-cell{display:table-cell!important}:host ::ng-deep .d-xxl-flex{display:flex!important}:host ::ng-deep .d-xxl-inline-flex{display:inline-flex!important}:host ::ng-deep .d-xxl-none{display:none!important}:host ::ng-deep .flex-xxl-fill{flex:1 1 auto!important}:host ::ng-deep .flex-xxl-row{flex-direction:row!important}:host ::ng-deep .flex-xxl-column{flex-direction:column!important}:host ::ng-deep .flex-xxl-row-reverse{flex-direction:row-reverse!important}:host ::ng-deep .flex-xxl-column-reverse{flex-direction:column-reverse!important}:host ::ng-deep .flex-xxl-grow-0{flex-grow:0!important}:host ::ng-deep .flex-xxl-grow-1{flex-grow:1!important}:host ::ng-deep .flex-xxl-shrink-0{flex-shrink:0!important}:host ::ng-deep .flex-xxl-shrink-1{flex-shrink:1!important}:host ::ng-deep .flex-xxl-wrap{flex-wrap:wrap!important}:host ::ng-deep .flex-xxl-nowrap{flex-wrap:nowrap!important}:host ::ng-deep .flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}:host ::ng-deep .justify-content-xxl-start{justify-content:flex-start!important}:host ::ng-deep .justify-content-xxl-end{justify-content:flex-end!important}:host ::ng-deep .justify-content-xxl-center{justify-content:center!important}:host ::ng-deep .justify-content-xxl-between{justify-content:space-between!important}:host ::ng-deep .justify-content-xxl-around{justify-content:space-around!important}:host ::ng-deep .justify-content-xxl-evenly{justify-content:space-evenly!important}:host ::ng-deep .align-items-xxl-start{align-items:flex-start!important}:host ::ng-deep .align-items-xxl-end{align-items:flex-end!important}:host ::ng-deep .align-items-xxl-center{align-items:center!important}:host ::ng-deep .align-items-xxl-baseline{align-items:baseline!important}:host ::ng-deep .align-items-xxl-stretch{align-items:stretch!important}:host ::ng-deep .align-content-xxl-start{align-content:flex-start!important}:host ::ng-deep .align-content-xxl-end{align-content:flex-end!important}:host ::ng-deep .align-content-xxl-center{align-content:center!important}:host ::ng-deep .align-content-xxl-between{align-content:space-between!important}:host ::ng-deep .align-content-xxl-around{align-content:space-around!important}:host ::ng-deep .align-content-xxl-stretch{align-content:stretch!important}:host ::ng-deep .align-self-xxl-auto{align-self:auto!important}:host ::ng-deep .align-self-xxl-start{align-self:flex-start!important}:host ::ng-deep .align-self-xxl-end{align-self:flex-end!important}:host ::ng-deep .align-self-xxl-center{align-self:center!important}:host ::ng-deep .align-self-xxl-baseline{align-self:baseline!important}:host ::ng-deep .align-self-xxl-stretch{align-self:stretch!important}:host ::ng-deep .order-xxl-first{order:-1!important}:host ::ng-deep .order-xxl-0{order:0!important}:host ::ng-deep .order-xxl-1{order:1!important}:host ::ng-deep .order-xxl-2{order:2!important}:host ::ng-deep .order-xxl-3{order:3!important}:host ::ng-deep .order-xxl-4{order:4!important}:host ::ng-deep .order-xxl-5{order:5!important}:host ::ng-deep .order-xxl-last{order:6!important}:host ::ng-deep .m-xxl-0{margin:0!important}:host ::ng-deep .m-xxl-1{margin:.25rem!important}:host ::ng-deep .m-xxl-2{margin:.5rem!important}:host ::ng-deep .m-xxl-3{margin:1rem!important}:host ::ng-deep .m-xxl-4{margin:1.5rem!important}:host ::ng-deep .m-xxl-5{margin:3rem!important}:host ::ng-deep .m-xxl-auto{margin:auto!important}:host ::ng-deep .mx-xxl-0{margin-right:0!important;margin-left:0!important}:host ::ng-deep .mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}:host ::ng-deep .mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}:host ::ng-deep .mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}:host ::ng-deep .mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}:host ::ng-deep .mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}:host ::ng-deep .mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}:host ::ng-deep .my-xxl-0{margin-top:0!important;margin-bottom:0!important}:host ::ng-deep .my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}:host ::ng-deep .my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}:host ::ng-deep .my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}:host ::ng-deep .my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}:host ::ng-deep .my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}:host ::ng-deep .my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}:host ::ng-deep .mt-xxl-0{margin-top:0!important}:host ::ng-deep .mt-xxl-1{margin-top:.25rem!important}:host ::ng-deep .mt-xxl-2{margin-top:.5rem!important}:host ::ng-deep .mt-xxl-3{margin-top:1rem!important}:host ::ng-deep .mt-xxl-4{margin-top:1.5rem!important}:host ::ng-deep .mt-xxl-5{margin-top:3rem!important}:host ::ng-deep .mt-xxl-auto{margin-top:auto!important}:host ::ng-deep .me-xxl-0{margin-right:0!important}:host ::ng-deep .me-xxl-1{margin-right:.25rem!important}:host ::ng-deep .me-xxl-2{margin-right:.5rem!important}:host ::ng-deep .me-xxl-3{margin-right:1rem!important}:host ::ng-deep .me-xxl-4{margin-right:1.5rem!important}:host ::ng-deep .me-xxl-5{margin-right:3rem!important}:host ::ng-deep .me-xxl-auto{margin-right:auto!important}:host ::ng-deep .mb-xxl-0{margin-bottom:0!important}:host ::ng-deep .mb-xxl-1{margin-bottom:.25rem!important}:host ::ng-deep .mb-xxl-2{margin-bottom:.5rem!important}:host ::ng-deep .mb-xxl-3{margin-bottom:1rem!important}:host ::ng-deep .mb-xxl-4{margin-bottom:1.5rem!important}:host ::ng-deep .mb-xxl-5{margin-bottom:3rem!important}:host ::ng-deep .mb-xxl-auto{margin-bottom:auto!important}:host ::ng-deep .ms-xxl-0{margin-left:0!important}:host ::ng-deep .ms-xxl-1{margin-left:.25rem!important}:host ::ng-deep .ms-xxl-2{margin-left:.5rem!important}:host ::ng-deep .ms-xxl-3{margin-left:1rem!important}:host ::ng-deep .ms-xxl-4{margin-left:1.5rem!important}:host ::ng-deep .ms-xxl-5{margin-left:3rem!important}:host ::ng-deep .ms-xxl-auto{margin-left:auto!important}:host ::ng-deep .p-xxl-0{padding:0!important}:host ::ng-deep .p-xxl-1{padding:.25rem!important}:host ::ng-deep .p-xxl-2{padding:.5rem!important}:host ::ng-deep .p-xxl-3{padding:1rem!important}:host ::ng-deep .p-xxl-4{padding:1.5rem!important}:host ::ng-deep .p-xxl-5{padding:3rem!important}:host ::ng-deep .px-xxl-0{padding-right:0!important;padding-left:0!important}:host ::ng-deep .px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}:host ::ng-deep .px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}:host ::ng-deep .px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}:host ::ng-deep .px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}:host ::ng-deep .px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}:host ::ng-deep .py-xxl-0{padding-top:0!important;padding-bottom:0!important}:host ::ng-deep .py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}:host ::ng-deep .py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}:host ::ng-deep .py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}:host ::ng-deep .py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}:host ::ng-deep .py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}:host ::ng-deep .pt-xxl-0{padding-top:0!important}:host ::ng-deep .pt-xxl-1{padding-top:.25rem!important}:host ::ng-deep .pt-xxl-2{padding-top:.5rem!important}:host ::ng-deep .pt-xxl-3{padding-top:1rem!important}:host ::ng-deep .pt-xxl-4{padding-top:1.5rem!important}:host ::ng-deep .pt-xxl-5{padding-top:3rem!important}:host ::ng-deep .pe-xxl-0{padding-right:0!important}:host ::ng-deep .pe-xxl-1{padding-right:.25rem!important}:host ::ng-deep .pe-xxl-2{padding-right:.5rem!important}:host ::ng-deep .pe-xxl-3{padding-right:1rem!important}:host ::ng-deep .pe-xxl-4{padding-right:1.5rem!important}:host ::ng-deep .pe-xxl-5{padding-right:3rem!important}:host ::ng-deep .pb-xxl-0{padding-bottom:0!important}:host ::ng-deep .pb-xxl-1{padding-bottom:.25rem!important}:host ::ng-deep .pb-xxl-2{padding-bottom:.5rem!important}:host ::ng-deep .pb-xxl-3{padding-bottom:1rem!important}:host ::ng-deep .pb-xxl-4{padding-bottom:1.5rem!important}:host ::ng-deep .pb-xxl-5{padding-bottom:3rem!important}:host ::ng-deep .ps-xxl-0{padding-left:0!important}:host ::ng-deep .ps-xxl-1{padding-left:.25rem!important}:host ::ng-deep .ps-xxl-2{padding-left:.5rem!important}:host ::ng-deep .ps-xxl-3{padding-left:1rem!important}:host ::ng-deep .ps-xxl-4{padding-left:1.5rem!important}:host ::ng-deep .ps-xxl-5{padding-left:3rem!important}:host ::ng-deep .gap-xxl-0{gap:0!important}:host ::ng-deep .gap-xxl-1{gap:.25rem!important}:host ::ng-deep .gap-xxl-2{gap:.5rem!important}:host ::ng-deep .gap-xxl-3{gap:1rem!important}:host ::ng-deep .gap-xxl-4{gap:1.5rem!important}:host ::ng-deep .gap-xxl-5{gap:3rem!important}:host ::ng-deep .text-xxl-start{text-align:left!important}:host ::ng-deep .text-xxl-end{text-align:right!important}:host ::ng-deep .text-xxl-center{text-align:center!important}}@media (min-width: 1200px){:host ::ng-deep .fs-1{font-size:2.5rem!important}:host ::ng-deep .fs-2{font-size:2rem!important}:host ::ng-deep .fs-3{font-size:1.75rem!important}:host ::ng-deep .fs-4{font-size:1.5rem!important}}@media print{:host ::ng-deep .d-print-inline{display:inline!important}:host ::ng-deep .d-print-inline-block{display:inline-block!important}:host ::ng-deep .d-print-block{display:block!important}:host ::ng-deep .d-print-grid{display:grid!important}:host ::ng-deep .d-print-table{display:table!important}:host ::ng-deep .d-print-table-row{display:table-row!important}:host ::ng-deep .d-print-table-cell{display:table-cell!important}:host ::ng-deep .d-print-flex{display:flex!important}:host ::ng-deep .d-print-inline-flex{display:inline-flex!important}:host ::ng-deep .d-print-none{display:none!important}}:host ::ng-deep .spinner-border{animation:.75s linear infinite spinner-border}:host ::ng-deep .spinner-grow{animation:.75s linear infinite spinner-grow}\\n\"] }]\n }], ctorParameters: function () { return []; }, propDecorators: { type: [{\n type: Input\n }], color: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NwaW5uZXIvc3JjL3NwaW5uZXIuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9zcGlubmVyL3NyYy9zcGlubmVyLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFVLE1BQU0sZUFBZSxDQUFDO0FBQ3pELE9BQU8sRUFBRSxLQUFLLEVBQUUsTUFBTSwwQkFBMEIsQ0FBQztBQUNqRCxPQUFPLEVBQUUsZUFBZSxFQUFFLEdBQUcsRUFBYyxNQUFNLE1BQU0sQ0FBQzs7O0FBT3hELE1BQU0sT0FBTyxrQkFBa0I7SUFDN0I7UUFTQSxXQUFNLEdBQUcsS0FBSyxDQUFDO1FBSWYsY0FBYztRQUNkLFVBQUssR0FBRyxJQUFJLGVBQWUsQ0FBb0IsUUFBUSxDQUFDLENBQUM7UUFPekQsWUFBWTtRQUNaLGVBQWU7UUFDZixXQUFNLEdBQUcsSUFBSSxlQUFlLENBQVEsS0FBSyxDQUFDLElBQUksQ0FBQyxDQUFDO1FBdEI5QyxJQUFJLENBQUMsYUFBYSxHQUFHLElBQUksQ0FBQyxLQUFLO2FBQzVCLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRSxDQUFDLFdBQVcsSUFBSSxFQUFFLENBQUMsQ0FBQyxDQUFDO1FBQzFDLElBQUksQ0FBQyxXQUFXLEdBQUcsSUFBSSxDQUFDLE1BQU07YUFDM0IsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLElBQUksRUFBRSxFQUFFLENBQUMsUUFBUSxJQUFJLENBQUMsTUFBTSxDQUFDLElBQUksQ0FBQyxFQUFFLENBQUMsQ0FBQyxDQUFDO0lBQ3RELENBQUM7SUFNRCxRQUFRLEtBQVUsQ0FBQztJQUluQixJQUFXLElBQUk7UUFDYixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFDRCxJQUFvQixJQUFJLENBQUMsS0FBd0I7UUFDL0MsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQztJQUlELElBQVcsS0FBSztRQUNkLE9BQU8sSUFBSSxDQUFDLE1BQU0sQ0FBQyxLQUFLLENBQUM7SUFDM0IsQ0FBQztJQUNELElBQW9CLEtBQUssQ0FBQyxLQUFZO1FBQ3BDLElBQUksQ0FBQyxNQUFNLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO0lBQzFCLENBQUM7OytHQTlCVSxrQkFBa0I7bUdBQWxCLGtCQUFrQiw0RkNUL0IsK0lBRU07MkZET08sa0JBQWtCO2tCQUw5QixTQUFTOytCQUNFLFlBQVk7MEVBdUJGLElBQUk7c0JBQXZCLEtBQUs7Z0JBU2MsS0FBSztzQkFBeEIsS0FBSyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IENvbXBvbmVudCwgSW5wdXQsIE9uSW5pdCB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29sb3IgfSBmcm9tICdAbWludHBsYXllci9uZy1ib290c3RyYXAnO1xuaW1wb3J0IHsgQmVoYXZpb3JTdWJqZWN0LCBtYXAsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtc3Bpbm5lcicsXG4gIHRlbXBsYXRlVXJsOiAnLi9zcGlubmVyLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vc3Bpbm5lci5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBCc1NwaW5uZXJDb21wb25lbnQgaW1wbGVtZW50cyBPbkluaXQge1xuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLnNwaW5uZXJDbGFzcyQgPSB0aGlzLnR5cGUkXG4gICAgICAucGlwZShtYXAoKHR5cGUpID0+IGBzcGlubmVyLSR7dHlwZX1gKSk7XG4gICAgdGhpcy5jb2xvckNsYXNzJCA9IHRoaXMuY29sb3IkXG4gICAgICAucGlwZShtYXAoKHR5cGUpID0+IGB0ZXh0LSR7dGhpcy5jb2xvcnNbdHlwZV19YCkpO1xuICB9XG5cbiAgc3Bpbm5lckNsYXNzJDogT2JzZXJ2YWJsZTxzdHJpbmc+O1xuICBjb2xvckNsYXNzJDogT2JzZXJ2YWJsZTxzdHJpbmc+O1xuICBjb2xvcnMgPSBDb2xvcjtcblxuICBuZ09uSW5pdCgpOiB2b2lkIHt9XG5cbiAgLy8jcmVnaW9uIFR5cGVcbiAgdHlwZSQgPSBuZXcgQmVoYXZpb3JTdWJqZWN0PCdib3JkZXInIHwgJ2dyb3cnPignYm9yZGVyJyk7XG4gIHB1YmxpYyBnZXQgdHlwZSgpIHtcbiAgICByZXR1cm4gdGhpcy50eXBlJC52YWx1ZTtcbiAgfVxuICBASW5wdXQoKSBwdWJsaWMgc2V0IHR5cGUodmFsdWU6ICdib3JkZXInIHwgJ2dyb3cnKSB7XG4gICAgdGhpcy50eXBlJC5uZXh0KHZhbHVlKTtcbiAgfVxuICAvLyNlbmRyZWdpb25cbiAgLy8jcmVnaW9uIENvbG9yXG4gIGNvbG9yJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8Q29sb3I+KENvbG9yLmRhcmspO1xuICBwdWJsaWMgZ2V0IGNvbG9yKCkge1xuICAgIHJldHVybiB0aGlzLmNvbG9yJC52YWx1ZTtcbiAgfVxuICBASW5wdXQoKSBwdWJsaWMgc2V0IGNvbG9yKHZhbHVlOiBDb2xvcikge1xuICAgIHRoaXMuY29sb3IkLm5leHQodmFsdWUpO1xuICB9XG4gIC8vI2VuZHJlZ2lvblxufVxuIiwiPGRpdiBbY2xhc3NdPVwiW3NwaW5uZXJDbGFzcyQgfCBhc3luYywgY29sb3JDbGFzcyQgfCBhc3luY11cIiByb2xlPVwic3RhdHVzXCI+XG4gICAgPHNwYW4gY2xhc3M9XCJ2aXN1YWxseS1oaWRkZW5cIj5Mb2FkaW5nLi4uPC9zcGFuPlxuPC9kaXY+Il19","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsSpinnerComponent } from './spinner.component';\nimport * as i0 from \"@angular/core\";\nexport class BsSpinnerModule {\n}\nBsSpinnerModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsSpinnerModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsSpinnerModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.1.0\", ngImport: i0, type: BsSpinnerModule, declarations: [BsSpinnerComponent], imports: [CommonModule], exports: [BsSpinnerComponent] });\nBsSpinnerModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsSpinnerModule, imports: [CommonModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsSpinnerModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [BsSpinnerComponent],\n imports: [CommonModule],\n exports: [BsSpinnerComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bpbm5lci5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL3NwaW5uZXIvc3JjL3NwaW5uZXIubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxrQkFBa0IsRUFBRSxNQUFNLHFCQUFxQixDQUFDOztBQU96RCxNQUFNLE9BQU8sZUFBZTs7NEdBQWYsZUFBZTs2R0FBZixlQUFlLGlCQUpYLGtCQUFrQixhQUN2QixZQUFZLGFBQ1osa0JBQWtCOzZHQUVqQixlQUFlLFlBSGhCLFlBQVk7MkZBR1gsZUFBZTtrQkFMM0IsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztvQkFDbEMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxrQkFBa0IsQ0FBQztpQkFDOUIiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzU3Bpbm5lckNvbXBvbmVudCB9IGZyb20gJy4vc3Bpbm5lci5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtCc1NwaW5uZXJDb21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW0JzU3Bpbm5lckNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEJzU3Bpbm5lck1vZHVsZSB7fVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtc3Bpbm5lci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvc3Bpbm5lci9taW50cGxheWVyLW5nLWJvb3RzdHJhcC1zcGlubmVyLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;;;;;MAKa,kBAAkB,CAAA;AAC3B,IAAA,WAAA,GAAA;AACI,QAAA,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC;;QAEpB,IAAI,CAAC,KAAK,GAAG,IAAI,eAAe,CAAC,QAAQ,CAAC,CAAC;;;QAG3C,IAAI,CAAC,MAAM,GAAG,IAAI,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;AAC9C,QAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,KAAK;AAC1B,aAAA,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,CAAW,QAAA,EAAA,IAAI,CAAE,CAAA,CAAC,CAAC,CAAC;AAC5C,QAAA,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM;AACzB,aAAA,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,CAAA,KAAA,EAAQ,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAAA,CAAC,CAAC,CAAC;KACzD;AACD,IAAA,QAAQ,MAAM;AACd,IAAA,IAAI,IAAI,GAAA;AACJ,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;KAC3B;IACD,IAAI,IAAI,CAAC,KAAK,EAAA;AACV,QAAA,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC1B;AACD,IAAA,IAAI,KAAK,GAAA;AACL,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;KAC5B;IACD,IAAI,KAAK,CAAC,KAAK,EAAA;AACX,QAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KAC3B;AACJ,CAAA;AACD,kBAAkB,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AACrL,kBAAkB,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,kBAAkB,EAAE,QAAQ,EAAE,YAAY,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,+IAA+I,EAAE,MAAM,EAAE,CAAC,sw4EAAsw4E,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC;AAC3r5E,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC;AAChH,YAAA,IAAI,EAAE,SAAS;AACf,YAAA,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,YAAY,EAAE,QAAQ,EAAE,+IAA+I,EAAE,MAAM,EAAE,CAAC,sw4EAAsw4E,CAAC,EAAE,CAAC;AACl94E,SAAA,CAAC,EAAE,cAAc,EAAE,YAAA,EAAc,OAAO,EAAE,CAAC,EAAE,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,CAAC;AACjE,gBAAA,IAAI,EAAE,KAAK;aACd,CAAC,EAAE,KAAK,EAAE,CAAC;AACR,gBAAA,IAAI,EAAE,KAAK;aACd,CAAC,EAAE,EAAE,CAAC;;MCrCN,eAAe,CAAA;AAC3B,CAAA;AACD,eAAe,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AAC9K,eAAe,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,YAAY,EAAE,CAAC,kBAAkB,CAAC,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC,kBAAkB,CAAC,EAAE,CAAC,CAAC;AAC5N,eAAe,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;AACzJ,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,CAAC;AAC7G,YAAA,IAAI,EAAE,QAAQ;AACd,YAAA,IAAI,EAAE,CAAC;oBACC,YAAY,EAAE,CAAC,kBAAkB,CAAC;oBAClC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,kBAAkB,CAAC;iBAChC,CAAC;SACT,CAAC,EAAE,CAAC;;AChBb;;AAEG;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-spinner.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/spinner/src/spinner.component.ts","../../../../libs/mintplayer-ng-bootstrap/spinner/src/spinner.component.html","../../../../libs/mintplayer-ng-bootstrap/spinner/src/spinner.module.ts","../../../../libs/mintplayer-ng-bootstrap/spinner/mintplayer-ng-bootstrap-spinner.ts"],"sourcesContent":["import { Component, Input, OnInit } from '@angular/core';\r\nimport { Color } from '@mintplayer/ng-bootstrap';\r\nimport { BehaviorSubject, map, Observable } from 'rxjs';\r\n\r\n@Component({\r\n selector: 'bs-spinner',\r\n templateUrl: './spinner.component.html',\r\n styleUrls: ['./spinner.component.scss'],\r\n})\r\nexport class BsSpinnerComponent implements OnInit {\r\n constructor() {\r\n this.spinnerClass$ = this.type$\r\n .pipe(map((type) => `spinner-${type}`));\r\n this.colorClass$ = this.color$\r\n .pipe(map((type) => `text-${this.colors[type]}`));\r\n }\r\n\r\n spinnerClass$: Observable<string>;\r\n colorClass$: Observable<string>;\r\n colors = Color;\r\n\r\n ngOnInit(): void {}\r\n\r\n //#region Type\r\n type$ = new BehaviorSubject<'border' | 'grow'>('border');\r\n public get type() {\r\n return this.type$.value;\r\n }\r\n @Input() public set type(value: 'border' | 'grow') {\r\n this.type$.next(value);\r\n }\r\n //#endregion\r\n //#region Color\r\n color$ = new BehaviorSubject<Color>(Color.dark);\r\n public get color() {\r\n return this.color$.value;\r\n }\r\n @Input() public set color(value: Color) {\r\n this.color$.next(value);\r\n }\r\n //#endregion\r\n}\r\n","<div [class]=\"[spinnerClass$ | async, colorClass$ | async]\" role=\"status\">\r\n <span class=\"visually-hidden\">Loading...</span>\r\n</div>","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { BsSpinnerComponent } from './spinner.component';\r\n\r\n@NgModule({\r\n declarations: [BsSpinnerComponent],\r\n imports: [CommonModule],\r\n exports: [BsSpinnerComponent],\r\n})\r\nexport class BsSpinnerModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MASa,kBAAkB,CAAA;AAC7B,IAAA,WAAA,GAAA;AASA,QAAA,IAAM,CAAA,MAAA,GAAG,KAAK,CAAC;;QAKf,IAAA,CAAA,KAAK,GAAG,IAAI,eAAe,CAAoB,QAAQ,CAAC,CAAC;;;QASzD,IAAM,CAAA,MAAA,GAAG,IAAI,eAAe,CAAQ,KAAK,CAAC,IAAI,CAAC,CAAC;AAtB9C,QAAA,IAAI,CAAC,aAAa,GAAG,IAAI,CAAC,KAAK;AAC5B,aAAA,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,CAAW,QAAA,EAAA,IAAI,CAAE,CAAA,CAAC,CAAC,CAAC;AAC1C,QAAA,IAAI,CAAC,WAAW,GAAG,IAAI,CAAC,MAAM;AAC3B,aAAA,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK,CAAA,KAAA,EAAQ,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,CAAE,CAAA,CAAC,CAAC,CAAC;KACrD;AAMD,IAAA,QAAQ,MAAW;AAInB,IAAA,IAAW,IAAI,GAAA;AACb,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;KACzB;IACD,IAAoB,IAAI,CAAC,KAAwB,EAAA;AAC/C,QAAA,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KACxB;AAID,IAAA,IAAW,KAAK,GAAA;AACd,QAAA,OAAO,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC;KAC1B;IACD,IAAoB,KAAK,CAAC,KAAY,EAAA;AACpC,QAAA,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KACzB;;+GA9BU,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,kBAAkB,4FCT/B,mJAEM,EAAA,MAAA,EAAA,CAAA,sw4EAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,SAAA,EAAA,IAAA,EAAA,OAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDOO,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,SAAS;+BACE,YAAY,EAAA,QAAA,EAAA,mJAAA,EAAA,MAAA,EAAA,CAAA,sw4EAAA,CAAA,EAAA,CAAA;0EAuBF,IAAI,EAAA,CAAA;sBAAvB,KAAK;gBASc,KAAK,EAAA,CAAA;sBAAxB,KAAK;;;ME5BK,eAAe,CAAA;;4GAAf,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAf,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,EAJX,YAAA,EAAA,CAAA,kBAAkB,CACvB,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,kBAAkB,CAAA,EAAA,CAAA,CAAA;AAEjB,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,eAAe,YAHhB,YAAY,CAAA,EAAA,CAAA,CAAA;2FAGX,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,kBAAkB,CAAC;oBAClC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,kBAAkB,CAAC;iBAC9B,CAAA;;;ACRD;;AAEG;;;;"}
@@ -3,82 +3,82 @@ import { TemplateRef, Component, Input, ContentChild, HostBinding, ContentChildr
3
3
  import * as i1 from '@angular/common';
4
4
  import { CommonModule } from '@angular/common';
5
5
 
6
- class BsTabPageComponent {
7
- constructor(tabControl) {
8
- this.disabled = false;
9
- this.tabControl = tabControl;
10
- }
11
- }
12
- BsTabPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabPageComponent, deps: [{ token: BsTabControlComponent }], target: i0.ɵɵFactoryTarget.Component });
13
- BsTabPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BsTabPageComponent, selector: "bs-tab-page", inputs: { disabled: "disabled" }, queries: [{ propertyName: "headerTemplate", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-content *ngIf=\"tabControl.activeTab === this\"></ng-content>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
14
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabPageComponent, decorators: [{
15
- type: Component,
16
- args: [{ selector: 'bs-tab-page', template: "<ng-content *ngIf=\"tabControl.activeTab === this\"></ng-content>" }]
17
- }], ctorParameters: function () { return [{ type: BsTabControlComponent }]; }, propDecorators: { disabled: [{
18
- type: Input
19
- }], headerTemplate: [{
20
- type: ContentChild,
21
- args: [TemplateRef]
6
+ class BsTabPageComponent {
7
+ constructor(tabControl) {
8
+ this.disabled = false;
9
+ this.tabControl = tabControl;
10
+ }
11
+ }
12
+ BsTabPageComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabPageComponent, deps: [{ token: BsTabControlComponent }], target: i0.ɵɵFactoryTarget.Component });
13
+ BsTabPageComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: BsTabPageComponent, selector: "bs-tab-page", inputs: { disabled: "disabled" }, queries: [{ propertyName: "headerTemplate", first: true, predicate: TemplateRef, descendants: true }], ngImport: i0, template: "<ng-content *ngIf=\"tabControl.activeTab === this\"></ng-content>", styles: [""], dependencies: [{ kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }] });
14
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabPageComponent, decorators: [{
15
+ type: Component,
16
+ args: [{ selector: 'bs-tab-page', template: "<ng-content *ngIf=\"tabControl.activeTab === this\"></ng-content>" }]
17
+ }], ctorParameters: function () { return [{ type: BsTabControlComponent }]; }, propDecorators: { disabled: [{
18
+ type: Input
19
+ }], headerTemplate: [{
20
+ type: ContentChild,
21
+ args: [TemplateRef]
22
22
  }] } });
23
23
 
24
- class BsTabControlComponent {
25
- constructor() {
26
- this.dBlock = true;
27
- this.positionRelative = true;
28
- this.border = true;
29
- this.activeTab = null;
30
- }
31
- setActiveTab(tab) {
32
- if (!tab.disabled) {
33
- this.activeTab = tab;
34
- }
35
- return false;
36
- }
37
- }
38
- BsTabControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
- BsTabControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BsTabControlComponent, selector: "bs-tab-control", inputs: { border: "border" }, host: { properties: { "class.d-block": "this.dBlock", "class.position-relative": "this.positionRelative" } }, queries: [{ propertyName: "tabPages", predicate: BsTabPageComponent }], ngImport: i0, template: "<div class=\"overflow-hidden position-absolute mw-100 tsc\">\n <ul class=\"nav nav-tabs flex-nowrap overflow-x-auto overflow-y-hidden\">\n <ng-container *ngFor=\"let tab of tabPages\">\n <li class=\"nav-item\" (click)=\"setActiveTab(tab)\" *ngIf=\"!!tab.headerTemplate\">\n <a class=\"nav-link text-nowrap\" [class.active]=\"activeTab === tab\" [class.disabled]=\"tab.disabled\" [attr.aria-current]=\"activeTab === tab ? 'page' : null\" [attr.aria-disabled]=\"tab.disabled\" href=\"\">\n <ng-container [ngTemplateOutlet]=\"tab.headerTemplate\"></ng-container>\n </a>\n </li>\n </ng-container>\n </ul>\n</div>\n<div class=\"tab-content\" [class.border]=\"border && activeTab\" [class.border-top]=\"border && !activeTab\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}:host ::ng-deep .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .nav-link{transition:none}}:host ::ng-deep .nav-link:hover,:host ::ng-deep .nav-link:focus{color:var(--bs-nav-link-hover-color)}:host ::ng-deep .nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}:host ::ng-deep .nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: .375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}:host ::ng-deep .nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}:host ::ng-deep .nav-tabs .nav-link:hover,:host ::ng-deep .nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}:host ::ng-deep .nav-tabs .nav-link.disabled,:host ::ng-deep .nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-tabs .nav-link.active,:host ::ng-deep .nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}:host ::ng-deep .nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}:host ::ng-deep .nav-pills{--bs-nav-pills-border-radius: .375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}:host ::ng-deep .nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}:host ::ng-deep .nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-pills .nav-link.active,:host ::ng-deep .nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}:host ::ng-deep .nav-fill>.nav-link,:host ::ng-deep .nav-fill .nav-item{flex:1 1 auto;text-align:center}:host ::ng-deep .nav-justified>.nav-link,:host ::ng-deep .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}:host ::ng-deep .nav-fill .nav-item .nav-link,:host ::ng-deep .nav-justified .nav-item .nav-link{width:100%}:host ::ng-deep .tab-content>.tab-pane{display:none}:host ::ng-deep .tab-content>.active{display:block}:host ::ng-deep .tab-content{margin-top:-1px}.tsc{max-height:41px;margin-top:-41px;top:1px}.tab-content{margin-top:48px}.overflow-y-hidden{overflow-y:hidden}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
40
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabControlComponent, decorators: [{
41
- type: Component,
42
- args: [{ selector: 'bs-tab-control', template: "<div class=\"overflow-hidden position-absolute mw-100 tsc\">\n <ul class=\"nav nav-tabs flex-nowrap overflow-x-auto overflow-y-hidden\">\n <ng-container *ngFor=\"let tab of tabPages\">\n <li class=\"nav-item\" (click)=\"setActiveTab(tab)\" *ngIf=\"!!tab.headerTemplate\">\n <a class=\"nav-link text-nowrap\" [class.active]=\"activeTab === tab\" [class.disabled]=\"tab.disabled\" [attr.aria-current]=\"activeTab === tab ? 'page' : null\" [attr.aria-disabled]=\"tab.disabled\" href=\"\">\n <ng-container [ngTemplateOutlet]=\"tab.headerTemplate\"></ng-container>\n </a>\n </li>\n </ng-container>\n </ul>\n</div>\n<div class=\"tab-content\" [class.border]=\"border && activeTab\" [class.border-top]=\"border && !activeTab\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}:host ::ng-deep .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .nav-link{transition:none}}:host ::ng-deep .nav-link:hover,:host ::ng-deep .nav-link:focus{color:var(--bs-nav-link-hover-color)}:host ::ng-deep .nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}:host ::ng-deep .nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: .375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}:host ::ng-deep .nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}:host ::ng-deep .nav-tabs .nav-link:hover,:host ::ng-deep .nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}:host ::ng-deep .nav-tabs .nav-link.disabled,:host ::ng-deep .nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-tabs .nav-link.active,:host ::ng-deep .nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}:host ::ng-deep .nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}:host ::ng-deep .nav-pills{--bs-nav-pills-border-radius: .375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}:host ::ng-deep .nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}:host ::ng-deep .nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-pills .nav-link.active,:host ::ng-deep .nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}:host ::ng-deep .nav-fill>.nav-link,:host ::ng-deep .nav-fill .nav-item{flex:1 1 auto;text-align:center}:host ::ng-deep .nav-justified>.nav-link,:host ::ng-deep .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}:host ::ng-deep .nav-fill .nav-item .nav-link,:host ::ng-deep .nav-justified .nav-item .nav-link{width:100%}:host ::ng-deep .tab-content>.tab-pane{display:none}:host ::ng-deep .tab-content>.active{display:block}:host ::ng-deep .tab-content{margin-top:-1px}.tsc{max-height:41px;margin-top:-41px;top:1px}.tab-content{margin-top:48px}.overflow-y-hidden{overflow-y:hidden}\n"] }]
43
- }], propDecorators: { dBlock: [{
44
- type: HostBinding,
45
- args: ['class.d-block']
46
- }], positionRelative: [{
47
- type: HostBinding,
48
- args: ['class.position-relative']
49
- }], tabPages: [{
50
- type: ContentChildren,
51
- args: [BsTabPageComponent]
52
- }], border: [{
53
- type: Input
24
+ class BsTabControlComponent {
25
+ constructor() {
26
+ this.dBlock = true;
27
+ this.positionRelative = true;
28
+ this.border = true;
29
+ this.activeTab = null;
30
+ }
31
+ setActiveTab(tab) {
32
+ if (!tab.disabled) {
33
+ this.activeTab = tab;
34
+ }
35
+ return false;
36
+ }
37
+ }
38
+ BsTabControlComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabControlComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
39
+ BsTabControlComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: BsTabControlComponent, selector: "bs-tab-control", inputs: { border: "border" }, host: { properties: { "class.d-block": "this.dBlock", "class.position-relative": "this.positionRelative" } }, queries: [{ propertyName: "tabPages", predicate: BsTabPageComponent }], ngImport: i0, template: "<div class=\"overflow-hidden position-absolute mw-100 tsc\">\r\n <ul class=\"nav nav-tabs flex-nowrap overflow-x-auto overflow-y-hidden\">\r\n <ng-container *ngFor=\"let tab of tabPages\">\r\n <li class=\"nav-item\" (click)=\"setActiveTab(tab)\" *ngIf=\"!!tab.headerTemplate\">\r\n <a class=\"nav-link text-nowrap\" [class.active]=\"activeTab === tab\" [class.disabled]=\"tab.disabled\" [attr.aria-current]=\"activeTab === tab ? 'page' : null\" [attr.aria-disabled]=\"tab.disabled\" href=\"\">\r\n <ng-container [ngTemplateOutlet]=\"tab.headerTemplate\"></ng-container>\r\n </a>\r\n </li>\r\n </ng-container>\r\n </ul>\r\n</div>\r\n<div class=\"tab-content\" [class.border]=\"border && activeTab\" [class.border-top]=\"border && !activeTab\">\r\n <ng-content></ng-content>\r\n</div>", styles: [":host ::ng-deep .nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}:host ::ng-deep .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .nav-link{transition:none}}:host ::ng-deep .nav-link:hover,:host ::ng-deep .nav-link:focus{color:var(--bs-nav-link-hover-color)}:host ::ng-deep .nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}:host ::ng-deep .nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: .375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}:host ::ng-deep .nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}:host ::ng-deep .nav-tabs .nav-link:hover,:host ::ng-deep .nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}:host ::ng-deep .nav-tabs .nav-link.disabled,:host ::ng-deep .nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-tabs .nav-link.active,:host ::ng-deep .nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}:host ::ng-deep .nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}:host ::ng-deep .nav-pills{--bs-nav-pills-border-radius: .375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}:host ::ng-deep .nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}:host ::ng-deep .nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-pills .nav-link.active,:host ::ng-deep .nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}:host ::ng-deep .nav-fill>.nav-link,:host ::ng-deep .nav-fill .nav-item{flex:1 1 auto;text-align:center}:host ::ng-deep .nav-justified>.nav-link,:host ::ng-deep .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}:host ::ng-deep .nav-fill .nav-item .nav-link,:host ::ng-deep .nav-justified .nav-item .nav-link{width:100%}:host ::ng-deep .tab-content>.tab-pane{display:none}:host ::ng-deep .tab-content>.active{display:block}:host ::ng-deep .tab-content{margin-top:-1px}.tsc{max-height:41px;margin-top:-41px;top:1px}.tab-content{margin-top:48px}.overflow-y-hidden{overflow-y:hidden}\n"], dependencies: [{ kind: "directive", type: i1.NgForOf, selector: "[ngFor][ngForOf]", inputs: ["ngForOf", "ngForTrackBy", "ngForTemplate"] }, { kind: "directive", type: i1.NgIf, selector: "[ngIf]", inputs: ["ngIf", "ngIfThen", "ngIfElse"] }, { kind: "directive", type: i1.NgTemplateOutlet, selector: "[ngTemplateOutlet]", inputs: ["ngTemplateOutletContext", "ngTemplateOutlet", "ngTemplateOutletInjector"] }] });
40
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabControlComponent, decorators: [{
41
+ type: Component,
42
+ args: [{ selector: 'bs-tab-control', template: "<div class=\"overflow-hidden position-absolute mw-100 tsc\">\r\n <ul class=\"nav nav-tabs flex-nowrap overflow-x-auto overflow-y-hidden\">\r\n <ng-container *ngFor=\"let tab of tabPages\">\r\n <li class=\"nav-item\" (click)=\"setActiveTab(tab)\" *ngIf=\"!!tab.headerTemplate\">\r\n <a class=\"nav-link text-nowrap\" [class.active]=\"activeTab === tab\" [class.disabled]=\"tab.disabled\" [attr.aria-current]=\"activeTab === tab ? 'page' : null\" [attr.aria-disabled]=\"tab.disabled\" href=\"\">\r\n <ng-container [ngTemplateOutlet]=\"tab.headerTemplate\"></ng-container>\r\n </a>\r\n </li>\r\n </ng-container>\r\n </ul>\r\n</div>\r\n<div class=\"tab-content\" [class.border]=\"border && activeTab\" [class.border-top]=\"border && !activeTab\">\r\n <ng-content></ng-content>\r\n</div>", styles: [":host ::ng-deep .nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: .5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: #6c757d;display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}:host ::ng-deep .nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media (prefers-reduced-motion: reduce){:host ::ng-deep .nav-link{transition:none}}:host ::ng-deep .nav-link:hover,:host ::ng-deep .nav-link:focus{color:var(--bs-nav-link-hover-color)}:host ::ng-deep .nav-link.disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}:host ::ng-deep .nav-tabs{--bs-nav-tabs-border-width: 1px;--bs-nav-tabs-border-color: #dee2e6;--bs-nav-tabs-border-radius: .375rem;--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;--bs-nav-tabs-link-active-color: #495057;--bs-nav-tabs-link-active-bg: #fff;--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}:host ::ng-deep .nav-tabs .nav-link{margin-bottom:calc(-1 * var(--bs-nav-tabs-border-width));background:none;border:var(--bs-nav-tabs-border-width) solid transparent;border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}:host ::ng-deep .nav-tabs .nav-link:hover,:host ::ng-deep .nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}:host ::ng-deep .nav-tabs .nav-link.disabled,:host ::ng-deep .nav-tabs .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-tabs .nav-link.active,:host ::ng-deep .nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}:host ::ng-deep .nav-tabs .dropdown-menu{margin-top:calc(-1 * var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}:host ::ng-deep .nav-pills{--bs-nav-pills-border-radius: .375rem;--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}:host ::ng-deep .nav-pills .nav-link{background:none;border:0;border-radius:var(--bs-nav-pills-border-radius)}:host ::ng-deep .nav-pills .nav-link:disabled{color:var(--bs-nav-link-disabled-color);background-color:transparent;border-color:transparent}:host ::ng-deep .nav-pills .nav-link.active,:host ::ng-deep .nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}:host ::ng-deep .nav-fill>.nav-link,:host ::ng-deep .nav-fill .nav-item{flex:1 1 auto;text-align:center}:host ::ng-deep .nav-justified>.nav-link,:host ::ng-deep .nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}:host ::ng-deep .nav-fill .nav-item .nav-link,:host ::ng-deep .nav-justified .nav-item .nav-link{width:100%}:host ::ng-deep .tab-content>.tab-pane{display:none}:host ::ng-deep .tab-content>.active{display:block}:host ::ng-deep .tab-content{margin-top:-1px}.tsc{max-height:41px;margin-top:-41px;top:1px}.tab-content{margin-top:48px}.overflow-y-hidden{overflow-y:hidden}\n"] }]
43
+ }], propDecorators: { dBlock: [{
44
+ type: HostBinding,
45
+ args: ['class.d-block']
46
+ }], positionRelative: [{
47
+ type: HostBinding,
48
+ args: ['class.position-relative']
49
+ }], tabPages: [{
50
+ type: ContentChildren,
51
+ args: [BsTabPageComponent]
52
+ }], border: [{
53
+ type: Input
54
54
  }] } });
55
55
 
56
- class BsTabControlModule {
57
- }
58
- BsTabControlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
59
- BsTabControlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: BsTabControlModule, declarations: [BsTabControlComponent,
60
- BsTabPageComponent], imports: [CommonModule], exports: [BsTabControlComponent,
61
- BsTabPageComponent] });
62
- BsTabControlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabControlModule, imports: [CommonModule] });
63
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsTabControlModule, decorators: [{
64
- type: NgModule,
65
- args: [{
66
- declarations: [
67
- BsTabControlComponent,
68
- BsTabPageComponent,
69
- ],
70
- imports: [
71
- CommonModule
72
- ],
73
- exports: [
74
- BsTabControlComponent,
75
- BsTabPageComponent,
76
- ]
77
- }]
56
+ class BsTabControlModule {
57
+ }
58
+ BsTabControlModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabControlModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
59
+ BsTabControlModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: BsTabControlModule, declarations: [BsTabControlComponent,
60
+ BsTabPageComponent], imports: [CommonModule], exports: [BsTabControlComponent,
61
+ BsTabPageComponent] });
62
+ BsTabControlModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabControlModule, imports: [CommonModule] });
63
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsTabControlModule, decorators: [{
64
+ type: NgModule,
65
+ args: [{
66
+ declarations: [
67
+ BsTabControlComponent,
68
+ BsTabPageComponent,
69
+ ],
70
+ imports: [
71
+ CommonModule
72
+ ],
73
+ exports: [
74
+ BsTabControlComponent,
75
+ BsTabPageComponent,
76
+ ]
77
+ }]
78
78
  }] });
79
79
 
80
- /**
81
- * Generated bundle index. Do not edit.
80
+ /**
81
+ * Generated bundle index. Do not edit.
82
82
  */
83
83
 
84
84
  export { BsTabControlComponent, BsTabControlModule, BsTabPageComponent };