@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-icon.mjs","sources":["../esm2020/icon/src/icon.component.mjs","../esm2020/icon/src/icon.module.mjs","../esm2020/icon/mintplayer-ng-bootstrap-icon.mjs"],"sourcesContent":["import { Component, Input } from '@angular/core';\nimport { BehaviorSubject } from 'rxjs';\nimport { map } from 'rxjs/operators';\nimport * as i0 from \"@angular/core\";\nimport * as i1 from \"@angular/common\";\nexport class BsIconComponent {\n constructor() {\n this.icon$ = new BehaviorSubject(null);\n this.isVisible$ = this.icon$.pipe(map(i => i !== null));\n this.biClass$ = this.icon$.pipe(map((icon) => {\n if (icon === null) {\n return null;\n }\n else {\n return `bi-${icon}`;\n }\n }));\n }\n get icon() {\n return this.icon$.value;\n }\n set icon(value) {\n this.icon$.next(value);\n }\n}\nBsIconComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsIconComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });\nBsIconComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"15.1.0\", type: BsIconComponent, selector: \"bs-icon\", inputs: { icon: \"icon\" }, ngImport: i0, template: \"<i *ngIf=\\\"isVisible$ | async\\\" class=\\\"bi\\\" [class]=\\\"biClass$ | async\\\"></i>\", styles: [\"@font-face{font-family:bootstrap-icons;src:url(./fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d) format(\\\"woff2\\\"),url(./fonts/bootstrap-icons.woff?30af91bf14e37666a085fb8a161ff36d) format(\\\"woff\\\")}.bi:before,[class^=bi-]:before,[class*=\\\" bi-\\\"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:\\\"\\\\f67f\\\"}.bi-alarm-fill:before{content:\\\"\\\\f101\\\"}.bi-alarm:before{content:\\\"\\\\f102\\\"}.bi-align-bottom:before{content:\\\"\\\\f103\\\"}.bi-align-center:before{content:\\\"\\\\f104\\\"}.bi-align-end:before{content:\\\"\\\\f105\\\"}.bi-align-middle:before{content:\\\"\\\\f106\\\"}.bi-align-start:before{content:\\\"\\\\f107\\\"}.bi-align-top:before{content:\\\"\\\\f108\\\"}.bi-alt:before{content:\\\"\\\\f109\\\"}.bi-app-indicator:before{content:\\\"\\\\f10a\\\"}.bi-app:before{content:\\\"\\\\f10b\\\"}.bi-archive-fill:before{content:\\\"\\\\f10c\\\"}.bi-archive:before{content:\\\"\\\\f10d\\\"}.bi-arrow-90deg-down:before{content:\\\"\\\\f10e\\\"}.bi-arrow-90deg-left:before{content:\\\"\\\\f10f\\\"}.bi-arrow-90deg-right:before{content:\\\"\\\\f110\\\"}.bi-arrow-90deg-up:before{content:\\\"\\\\f111\\\"}.bi-arrow-bar-down:before{content:\\\"\\\\f112\\\"}.bi-arrow-bar-left:before{content:\\\"\\\\f113\\\"}.bi-arrow-bar-right:before{content:\\\"\\\\f114\\\"}.bi-arrow-bar-up:before{content:\\\"\\\\f115\\\"}.bi-arrow-clockwise:before{content:\\\"\\\\f116\\\"}.bi-arrow-counterclockwise:before{content:\\\"\\\\f117\\\"}.bi-arrow-down-circle-fill:before{content:\\\"\\\\f118\\\"}.bi-arrow-down-circle:before{content:\\\"\\\\f119\\\"}.bi-arrow-down-left-circle-fill:before{content:\\\"\\\\f11a\\\"}.bi-arrow-down-left-circle:before{content:\\\"\\\\f11b\\\"}.bi-arrow-down-left-square-fill:before{content:\\\"\\\\f11c\\\"}.bi-arrow-down-left-square:before{content:\\\"\\\\f11d\\\"}.bi-arrow-down-left:before{content:\\\"\\\\f11e\\\"}.bi-arrow-down-right-circle-fill:before{content:\\\"\\\\f11f\\\"}.bi-arrow-down-right-circle:before{content:\\\"\\\\f120\\\"}.bi-arrow-down-right-square-fill:before{content:\\\"\\\\f121\\\"}.bi-arrow-down-right-square:before{content:\\\"\\\\f122\\\"}.bi-arrow-down-right:before{content:\\\"\\\\f123\\\"}.bi-arrow-down-short:before{content:\\\"\\\\f124\\\"}.bi-arrow-down-square-fill:before{content:\\\"\\\\f125\\\"}.bi-arrow-down-square:before{content:\\\"\\\\f126\\\"}.bi-arrow-down-up:before{content:\\\"\\\\f127\\\"}.bi-arrow-down:before{content:\\\"\\\\f128\\\"}.bi-arrow-left-circle-fill:before{content:\\\"\\\\f129\\\"}.bi-arrow-left-circle:before{content:\\\"\\\\f12a\\\"}.bi-arrow-left-right:before{content:\\\"\\\\f12b\\\"}.bi-arrow-left-short:before{content:\\\"\\\\f12c\\\"}.bi-arrow-left-square-fill:before{content:\\\"\\\\f12d\\\"}.bi-arrow-left-square:before{content:\\\"\\\\f12e\\\"}.bi-arrow-left:before{content:\\\"\\\\f12f\\\"}.bi-arrow-repeat:before{content:\\\"\\\\f130\\\"}.bi-arrow-return-left:before{content:\\\"\\\\f131\\\"}.bi-arrow-return-right:before{content:\\\"\\\\f132\\\"}.bi-arrow-right-circle-fill:before{content:\\\"\\\\f133\\\"}.bi-arrow-right-circle:before{content:\\\"\\\\f134\\\"}.bi-arrow-right-short:before{content:\\\"\\\\f135\\\"}.bi-arrow-right-square-fill:before{content:\\\"\\\\f136\\\"}.bi-arrow-right-square:before{content:\\\"\\\\f137\\\"}.bi-arrow-right:before{content:\\\"\\\\f138\\\"}.bi-arrow-up-circle-fill:before{content:\\\"\\\\f139\\\"}.bi-arrow-up-circle:before{content:\\\"\\\\f13a\\\"}.bi-arrow-up-left-circle-fill:before{content:\\\"\\\\f13b\\\"}.bi-arrow-up-left-circle:before{content:\\\"\\\\f13c\\\"}.bi-arrow-up-left-square-fill:before{content:\\\"\\\\f13d\\\"}.bi-arrow-up-left-square:before{content:\\\"\\\\f13e\\\"}.bi-arrow-up-left:before{content:\\\"\\\\f13f\\\"}.bi-arrow-up-right-circle-fill:before{content:\\\"\\\\f140\\\"}.bi-arrow-up-right-circle:before{content:\\\"\\\\f141\\\"}.bi-arrow-up-right-square-fill:before{content:\\\"\\\\f142\\\"}.bi-arrow-up-right-square:before{content:\\\"\\\\f143\\\"}.bi-arrow-up-right:before{content:\\\"\\\\f144\\\"}.bi-arrow-up-short:before{content:\\\"\\\\f145\\\"}.bi-arrow-up-square-fill:before{content:\\\"\\\\f146\\\"}.bi-arrow-up-square:before{content:\\\"\\\\f147\\\"}.bi-arrow-up:before{content:\\\"\\\\f148\\\"}.bi-arrows-angle-contract:before{content:\\\"\\\\f149\\\"}.bi-arrows-angle-expand:before{content:\\\"\\\\f14a\\\"}.bi-arrows-collapse:before{content:\\\"\\\\f14b\\\"}.bi-arrows-expand:before{content:\\\"\\\\f14c\\\"}.bi-arrows-fullscreen:before{content:\\\"\\\\f14d\\\"}.bi-arrows-move:before{content:\\\"\\\\f14e\\\"}.bi-aspect-ratio-fill:before{content:\\\"\\\\f14f\\\"}.bi-aspect-ratio:before{content:\\\"\\\\f150\\\"}.bi-asterisk:before{content:\\\"\\\\f151\\\"}.bi-at:before{content:\\\"\\\\f152\\\"}.bi-award-fill:before{content:\\\"\\\\f153\\\"}.bi-award:before{content:\\\"\\\\f154\\\"}.bi-back:before{content:\\\"\\\\f155\\\"}.bi-backspace-fill:before{content:\\\"\\\\f156\\\"}.bi-backspace-reverse-fill:before{content:\\\"\\\\f157\\\"}.bi-backspace-reverse:before{content:\\\"\\\\f158\\\"}.bi-backspace:before{content:\\\"\\\\f159\\\"}.bi-badge-3d-fill:before{content:\\\"\\\\f15a\\\"}.bi-badge-3d:before{content:\\\"\\\\f15b\\\"}.bi-badge-4k-fill:before{content:\\\"\\\\f15c\\\"}.bi-badge-4k:before{content:\\\"\\\\f15d\\\"}.bi-badge-8k-fill:before{content:\\\"\\\\f15e\\\"}.bi-badge-8k:before{content:\\\"\\\\f15f\\\"}.bi-badge-ad-fill:before{content:\\\"\\\\f160\\\"}.bi-badge-ad:before{content:\\\"\\\\f161\\\"}.bi-badge-ar-fill:before{content:\\\"\\\\f162\\\"}.bi-badge-ar:before{content:\\\"\\\\f163\\\"}.bi-badge-cc-fill:before{content:\\\"\\\\f164\\\"}.bi-badge-cc:before{content:\\\"\\\\f165\\\"}.bi-badge-hd-fill:before{content:\\\"\\\\f166\\\"}.bi-badge-hd:before{content:\\\"\\\\f167\\\"}.bi-badge-tm-fill:before{content:\\\"\\\\f168\\\"}.bi-badge-tm:before{content:\\\"\\\\f169\\\"}.bi-badge-vo-fill:before{content:\\\"\\\\f16a\\\"}.bi-badge-vo:before{content:\\\"\\\\f16b\\\"}.bi-badge-vr-fill:before{content:\\\"\\\\f16c\\\"}.bi-badge-vr:before{content:\\\"\\\\f16d\\\"}.bi-badge-wc-fill:before{content:\\\"\\\\f16e\\\"}.bi-badge-wc:before{content:\\\"\\\\f16f\\\"}.bi-bag-check-fill:before{content:\\\"\\\\f170\\\"}.bi-bag-check:before{content:\\\"\\\\f171\\\"}.bi-bag-dash-fill:before{content:\\\"\\\\f172\\\"}.bi-bag-dash:before{content:\\\"\\\\f173\\\"}.bi-bag-fill:before{content:\\\"\\\\f174\\\"}.bi-bag-plus-fill:before{content:\\\"\\\\f175\\\"}.bi-bag-plus:before{content:\\\"\\\\f176\\\"}.bi-bag-x-fill:before{content:\\\"\\\\f177\\\"}.bi-bag-x:before{content:\\\"\\\\f178\\\"}.bi-bag:before{content:\\\"\\\\f179\\\"}.bi-bar-chart-fill:before{content:\\\"\\\\f17a\\\"}.bi-bar-chart-line-fill:before{content:\\\"\\\\f17b\\\"}.bi-bar-chart-line:before{content:\\\"\\\\f17c\\\"}.bi-bar-chart-steps:before{content:\\\"\\\\f17d\\\"}.bi-bar-chart:before{content:\\\"\\\\f17e\\\"}.bi-basket-fill:before{content:\\\"\\\\f17f\\\"}.bi-basket:before{content:\\\"\\\\f180\\\"}.bi-basket2-fill:before{content:\\\"\\\\f181\\\"}.bi-basket2:before{content:\\\"\\\\f182\\\"}.bi-basket3-fill:before{content:\\\"\\\\f183\\\"}.bi-basket3:before{content:\\\"\\\\f184\\\"}.bi-battery-charging:before{content:\\\"\\\\f185\\\"}.bi-battery-full:before{content:\\\"\\\\f186\\\"}.bi-battery-half:before{content:\\\"\\\\f187\\\"}.bi-battery:before{content:\\\"\\\\f188\\\"}.bi-bell-fill:before{content:\\\"\\\\f189\\\"}.bi-bell:before{content:\\\"\\\\f18a\\\"}.bi-bezier:before{content:\\\"\\\\f18b\\\"}.bi-bezier2:before{content:\\\"\\\\f18c\\\"}.bi-bicycle:before{content:\\\"\\\\f18d\\\"}.bi-binoculars-fill:before{content:\\\"\\\\f18e\\\"}.bi-binoculars:before{content:\\\"\\\\f18f\\\"}.bi-blockquote-left:before{content:\\\"\\\\f190\\\"}.bi-blockquote-right:before{content:\\\"\\\\f191\\\"}.bi-book-fill:before{content:\\\"\\\\f192\\\"}.bi-book-half:before{content:\\\"\\\\f193\\\"}.bi-book:before{content:\\\"\\\\f194\\\"}.bi-bookmark-check-fill:before{content:\\\"\\\\f195\\\"}.bi-bookmark-check:before{content:\\\"\\\\f196\\\"}.bi-bookmark-dash-fill:before{content:\\\"\\\\f197\\\"}.bi-bookmark-dash:before{content:\\\"\\\\f198\\\"}.bi-bookmark-fill:before{content:\\\"\\\\f199\\\"}.bi-bookmark-heart-fill:before{content:\\\"\\\\f19a\\\"}.bi-bookmark-heart:before{content:\\\"\\\\f19b\\\"}.bi-bookmark-plus-fill:before{content:\\\"\\\\f19c\\\"}.bi-bookmark-plus:before{content:\\\"\\\\f19d\\\"}.bi-bookmark-star-fill:before{content:\\\"\\\\f19e\\\"}.bi-bookmark-star:before{content:\\\"\\\\f19f\\\"}.bi-bookmark-x-fill:before{content:\\\"\\\\f1a0\\\"}.bi-bookmark-x:before{content:\\\"\\\\f1a1\\\"}.bi-bookmark:before{content:\\\"\\\\f1a2\\\"}.bi-bookmarks-fill:before{content:\\\"\\\\f1a3\\\"}.bi-bookmarks:before{content:\\\"\\\\f1a4\\\"}.bi-bookshelf:before{content:\\\"\\\\f1a5\\\"}.bi-bootstrap-fill:before{content:\\\"\\\\f1a6\\\"}.bi-bootstrap-reboot:before{content:\\\"\\\\f1a7\\\"}.bi-bootstrap:before{content:\\\"\\\\f1a8\\\"}.bi-border-all:before{content:\\\"\\\\f1a9\\\"}.bi-border-bottom:before{content:\\\"\\\\f1aa\\\"}.bi-border-center:before{content:\\\"\\\\f1ab\\\"}.bi-border-inner:before{content:\\\"\\\\f1ac\\\"}.bi-border-left:before{content:\\\"\\\\f1ad\\\"}.bi-border-middle:before{content:\\\"\\\\f1ae\\\"}.bi-border-outer:before{content:\\\"\\\\f1af\\\"}.bi-border-right:before{content:\\\"\\\\f1b0\\\"}.bi-border-style:before{content:\\\"\\\\f1b1\\\"}.bi-border-top:before{content:\\\"\\\\f1b2\\\"}.bi-border-width:before{content:\\\"\\\\f1b3\\\"}.bi-border:before{content:\\\"\\\\f1b4\\\"}.bi-bounding-box-circles:before{content:\\\"\\\\f1b5\\\"}.bi-bounding-box:before{content:\\\"\\\\f1b6\\\"}.bi-box-arrow-down-left:before{content:\\\"\\\\f1b7\\\"}.bi-box-arrow-down-right:before{content:\\\"\\\\f1b8\\\"}.bi-box-arrow-down:before{content:\\\"\\\\f1b9\\\"}.bi-box-arrow-in-down-left:before{content:\\\"\\\\f1ba\\\"}.bi-box-arrow-in-down-right:before{content:\\\"\\\\f1bb\\\"}.bi-box-arrow-in-down:before{content:\\\"\\\\f1bc\\\"}.bi-box-arrow-in-left:before{content:\\\"\\\\f1bd\\\"}.bi-box-arrow-in-right:before{content:\\\"\\\\f1be\\\"}.bi-box-arrow-in-up-left:before{content:\\\"\\\\f1bf\\\"}.bi-box-arrow-in-up-right:before{content:\\\"\\\\f1c0\\\"}.bi-box-arrow-in-up:before{content:\\\"\\\\f1c1\\\"}.bi-box-arrow-left:before{content:\\\"\\\\f1c2\\\"}.bi-box-arrow-right:before{content:\\\"\\\\f1c3\\\"}.bi-box-arrow-up-left:before{content:\\\"\\\\f1c4\\\"}.bi-box-arrow-up-right:before{content:\\\"\\\\f1c5\\\"}.bi-box-arrow-up:before{content:\\\"\\\\f1c6\\\"}.bi-box-seam:before{content:\\\"\\\\f1c7\\\"}.bi-box:before{content:\\\"\\\\f1c8\\\"}.bi-braces:before{content:\\\"\\\\f1c9\\\"}.bi-bricks:before{content:\\\"\\\\f1ca\\\"}.bi-briefcase-fill:before{content:\\\"\\\\f1cb\\\"}.bi-briefcase:before{content:\\\"\\\\f1cc\\\"}.bi-brightness-alt-high-fill:before{content:\\\"\\\\f1cd\\\"}.bi-brightness-alt-high:before{content:\\\"\\\\f1ce\\\"}.bi-brightness-alt-low-fill:before{content:\\\"\\\\f1cf\\\"}.bi-brightness-alt-low:before{content:\\\"\\\\f1d0\\\"}.bi-brightness-high-fill:before{content:\\\"\\\\f1d1\\\"}.bi-brightness-high:before{content:\\\"\\\\f1d2\\\"}.bi-brightness-low-fill:before{content:\\\"\\\\f1d3\\\"}.bi-brightness-low:before{content:\\\"\\\\f1d4\\\"}.bi-broadcast-pin:before{content:\\\"\\\\f1d5\\\"}.bi-broadcast:before{content:\\\"\\\\f1d6\\\"}.bi-brush-fill:before{content:\\\"\\\\f1d7\\\"}.bi-brush:before{content:\\\"\\\\f1d8\\\"}.bi-bucket-fill:before{content:\\\"\\\\f1d9\\\"}.bi-bucket:before{content:\\\"\\\\f1da\\\"}.bi-bug-fill:before{content:\\\"\\\\f1db\\\"}.bi-bug:before{content:\\\"\\\\f1dc\\\"}.bi-building:before{content:\\\"\\\\f1dd\\\"}.bi-bullseye:before{content:\\\"\\\\f1de\\\"}.bi-calculator-fill:before{content:\\\"\\\\f1df\\\"}.bi-calculator:before{content:\\\"\\\\f1e0\\\"}.bi-calendar-check-fill:before{content:\\\"\\\\f1e1\\\"}.bi-calendar-check:before{content:\\\"\\\\f1e2\\\"}.bi-calendar-date-fill:before{content:\\\"\\\\f1e3\\\"}.bi-calendar-date:before{content:\\\"\\\\f1e4\\\"}.bi-calendar-day-fill:before{content:\\\"\\\\f1e5\\\"}.bi-calendar-day:before{content:\\\"\\\\f1e6\\\"}.bi-calendar-event-fill:before{content:\\\"\\\\f1e7\\\"}.bi-calendar-event:before{content:\\\"\\\\f1e8\\\"}.bi-calendar-fill:before{content:\\\"\\\\f1e9\\\"}.bi-calendar-minus-fill:before{content:\\\"\\\\f1ea\\\"}.bi-calendar-minus:before{content:\\\"\\\\f1eb\\\"}.bi-calendar-month-fill:before{content:\\\"\\\\f1ec\\\"}.bi-calendar-month:before{content:\\\"\\\\f1ed\\\"}.bi-calendar-plus-fill:before{content:\\\"\\\\f1ee\\\"}.bi-calendar-plus:before{content:\\\"\\\\f1ef\\\"}.bi-calendar-range-fill:before{content:\\\"\\\\f1f0\\\"}.bi-calendar-range:before{content:\\\"\\\\f1f1\\\"}.bi-calendar-week-fill:before{content:\\\"\\\\f1f2\\\"}.bi-calendar-week:before{content:\\\"\\\\f1f3\\\"}.bi-calendar-x-fill:before{content:\\\"\\\\f1f4\\\"}.bi-calendar-x:before{content:\\\"\\\\f1f5\\\"}.bi-calendar:before{content:\\\"\\\\f1f6\\\"}.bi-calendar2-check-fill:before{content:\\\"\\\\f1f7\\\"}.bi-calendar2-check:before{content:\\\"\\\\f1f8\\\"}.bi-calendar2-date-fill:before{content:\\\"\\\\f1f9\\\"}.bi-calendar2-date:before{content:\\\"\\\\f1fa\\\"}.bi-calendar2-day-fill:before{content:\\\"\\\\f1fb\\\"}.bi-calendar2-day:before{content:\\\"\\\\f1fc\\\"}.bi-calendar2-event-fill:before{content:\\\"\\\\f1fd\\\"}.bi-calendar2-event:before{content:\\\"\\\\f1fe\\\"}.bi-calendar2-fill:before{content:\\\"\\\\f1ff\\\"}.bi-calendar2-minus-fill:before{content:\\\"\\\\f200\\\"}.bi-calendar2-minus:before{content:\\\"\\\\f201\\\"}.bi-calendar2-month-fill:before{content:\\\"\\\\f202\\\"}.bi-calendar2-month:before{content:\\\"\\\\f203\\\"}.bi-calendar2-plus-fill:before{content:\\\"\\\\f204\\\"}.bi-calendar2-plus:before{content:\\\"\\\\f205\\\"}.bi-calendar2-range-fill:before{content:\\\"\\\\f206\\\"}.bi-calendar2-range:before{content:\\\"\\\\f207\\\"}.bi-calendar2-week-fill:before{content:\\\"\\\\f208\\\"}.bi-calendar2-week:before{content:\\\"\\\\f209\\\"}.bi-calendar2-x-fill:before{content:\\\"\\\\f20a\\\"}.bi-calendar2-x:before{content:\\\"\\\\f20b\\\"}.bi-calendar2:before{content:\\\"\\\\f20c\\\"}.bi-calendar3-event-fill:before{content:\\\"\\\\f20d\\\"}.bi-calendar3-event:before{content:\\\"\\\\f20e\\\"}.bi-calendar3-fill:before{content:\\\"\\\\f20f\\\"}.bi-calendar3-range-fill:before{content:\\\"\\\\f210\\\"}.bi-calendar3-range:before{content:\\\"\\\\f211\\\"}.bi-calendar3-week-fill:before{content:\\\"\\\\f212\\\"}.bi-calendar3-week:before{content:\\\"\\\\f213\\\"}.bi-calendar3:before{content:\\\"\\\\f214\\\"}.bi-calendar4-event:before{content:\\\"\\\\f215\\\"}.bi-calendar4-range:before{content:\\\"\\\\f216\\\"}.bi-calendar4-week:before{content:\\\"\\\\f217\\\"}.bi-calendar4:before{content:\\\"\\\\f218\\\"}.bi-camera-fill:before{content:\\\"\\\\f219\\\"}.bi-camera-reels-fill:before{content:\\\"\\\\f21a\\\"}.bi-camera-reels:before{content:\\\"\\\\f21b\\\"}.bi-camera-video-fill:before{content:\\\"\\\\f21c\\\"}.bi-camera-video-off-fill:before{content:\\\"\\\\f21d\\\"}.bi-camera-video-off:before{content:\\\"\\\\f21e\\\"}.bi-camera-video:before{content:\\\"\\\\f21f\\\"}.bi-camera:before{content:\\\"\\\\f220\\\"}.bi-camera2:before{content:\\\"\\\\f221\\\"}.bi-capslock-fill:before{content:\\\"\\\\f222\\\"}.bi-capslock:before{content:\\\"\\\\f223\\\"}.bi-card-checklist:before{content:\\\"\\\\f224\\\"}.bi-card-heading:before{content:\\\"\\\\f225\\\"}.bi-card-image:before{content:\\\"\\\\f226\\\"}.bi-card-list:before{content:\\\"\\\\f227\\\"}.bi-card-text:before{content:\\\"\\\\f228\\\"}.bi-caret-down-fill:before{content:\\\"\\\\f229\\\"}.bi-caret-down-square-fill:before{content:\\\"\\\\f22a\\\"}.bi-caret-down-square:before{content:\\\"\\\\f22b\\\"}.bi-caret-down:before{content:\\\"\\\\f22c\\\"}.bi-caret-left-fill:before{content:\\\"\\\\f22d\\\"}.bi-caret-left-square-fill:before{content:\\\"\\\\f22e\\\"}.bi-caret-left-square:before{content:\\\"\\\\f22f\\\"}.bi-caret-left:before{content:\\\"\\\\f230\\\"}.bi-caret-right-fill:before{content:\\\"\\\\f231\\\"}.bi-caret-right-square-fill:before{content:\\\"\\\\f232\\\"}.bi-caret-right-square:before{content:\\\"\\\\f233\\\"}.bi-caret-right:before{content:\\\"\\\\f234\\\"}.bi-caret-up-fill:before{content:\\\"\\\\f235\\\"}.bi-caret-up-square-fill:before{content:\\\"\\\\f236\\\"}.bi-caret-up-square:before{content:\\\"\\\\f237\\\"}.bi-caret-up:before{content:\\\"\\\\f238\\\"}.bi-cart-check-fill:before{content:\\\"\\\\f239\\\"}.bi-cart-check:before{content:\\\"\\\\f23a\\\"}.bi-cart-dash-fill:before{content:\\\"\\\\f23b\\\"}.bi-cart-dash:before{content:\\\"\\\\f23c\\\"}.bi-cart-fill:before{content:\\\"\\\\f23d\\\"}.bi-cart-plus-fill:before{content:\\\"\\\\f23e\\\"}.bi-cart-plus:before{content:\\\"\\\\f23f\\\"}.bi-cart-x-fill:before{content:\\\"\\\\f240\\\"}.bi-cart-x:before{content:\\\"\\\\f241\\\"}.bi-cart:before{content:\\\"\\\\f242\\\"}.bi-cart2:before{content:\\\"\\\\f243\\\"}.bi-cart3:before{content:\\\"\\\\f244\\\"}.bi-cart4:before{content:\\\"\\\\f245\\\"}.bi-cash-stack:before{content:\\\"\\\\f246\\\"}.bi-cash:before{content:\\\"\\\\f247\\\"}.bi-cast:before{content:\\\"\\\\f248\\\"}.bi-chat-dots-fill:before{content:\\\"\\\\f249\\\"}.bi-chat-dots:before{content:\\\"\\\\f24a\\\"}.bi-chat-fill:before{content:\\\"\\\\f24b\\\"}.bi-chat-left-dots-fill:before{content:\\\"\\\\f24c\\\"}.bi-chat-left-dots:before{content:\\\"\\\\f24d\\\"}.bi-chat-left-fill:before{content:\\\"\\\\f24e\\\"}.bi-chat-left-quote-fill:before{content:\\\"\\\\f24f\\\"}.bi-chat-left-quote:before{content:\\\"\\\\f250\\\"}.bi-chat-left-text-fill:before{content:\\\"\\\\f251\\\"}.bi-chat-left-text:before{content:\\\"\\\\f252\\\"}.bi-chat-left:before{content:\\\"\\\\f253\\\"}.bi-chat-quote-fill:before{content:\\\"\\\\f254\\\"}.bi-chat-quote:before{content:\\\"\\\\f255\\\"}.bi-chat-right-dots-fill:before{content:\\\"\\\\f256\\\"}.bi-chat-right-dots:before{content:\\\"\\\\f257\\\"}.bi-chat-right-fill:before{content:\\\"\\\\f258\\\"}.bi-chat-right-quote-fill:before{content:\\\"\\\\f259\\\"}.bi-chat-right-quote:before{content:\\\"\\\\f25a\\\"}.bi-chat-right-text-fill:before{content:\\\"\\\\f25b\\\"}.bi-chat-right-text:before{content:\\\"\\\\f25c\\\"}.bi-chat-right:before{content:\\\"\\\\f25d\\\"}.bi-chat-square-dots-fill:before{content:\\\"\\\\f25e\\\"}.bi-chat-square-dots:before{content:\\\"\\\\f25f\\\"}.bi-chat-square-fill:before{content:\\\"\\\\f260\\\"}.bi-chat-square-quote-fill:before{content:\\\"\\\\f261\\\"}.bi-chat-square-quote:before{content:\\\"\\\\f262\\\"}.bi-chat-square-text-fill:before{content:\\\"\\\\f263\\\"}.bi-chat-square-text:before{content:\\\"\\\\f264\\\"}.bi-chat-square:before{content:\\\"\\\\f265\\\"}.bi-chat-text-fill:before{content:\\\"\\\\f266\\\"}.bi-chat-text:before{content:\\\"\\\\f267\\\"}.bi-chat:before{content:\\\"\\\\f268\\\"}.bi-check-all:before{content:\\\"\\\\f269\\\"}.bi-check-circle-fill:before{content:\\\"\\\\f26a\\\"}.bi-check-circle:before{content:\\\"\\\\f26b\\\"}.bi-check-square-fill:before{content:\\\"\\\\f26c\\\"}.bi-check-square:before{content:\\\"\\\\f26d\\\"}.bi-check:before{content:\\\"\\\\f26e\\\"}.bi-check2-all:before{content:\\\"\\\\f26f\\\"}.bi-check2-circle:before{content:\\\"\\\\f270\\\"}.bi-check2-square:before{content:\\\"\\\\f271\\\"}.bi-check2:before{content:\\\"\\\\f272\\\"}.bi-chevron-bar-contract:before{content:\\\"\\\\f273\\\"}.bi-chevron-bar-down:before{content:\\\"\\\\f274\\\"}.bi-chevron-bar-expand:before{content:\\\"\\\\f275\\\"}.bi-chevron-bar-left:before{content:\\\"\\\\f276\\\"}.bi-chevron-bar-right:before{content:\\\"\\\\f277\\\"}.bi-chevron-bar-up:before{content:\\\"\\\\f278\\\"}.bi-chevron-compact-down:before{content:\\\"\\\\f279\\\"}.bi-chevron-compact-left:before{content:\\\"\\\\f27a\\\"}.bi-chevron-compact-right:before{content:\\\"\\\\f27b\\\"}.bi-chevron-compact-up:before{content:\\\"\\\\f27c\\\"}.bi-chevron-contract:before{content:\\\"\\\\f27d\\\"}.bi-chevron-double-down:before{content:\\\"\\\\f27e\\\"}.bi-chevron-double-left:before{content:\\\"\\\\f27f\\\"}.bi-chevron-double-right:before{content:\\\"\\\\f280\\\"}.bi-chevron-double-up:before{content:\\\"\\\\f281\\\"}.bi-chevron-down:before{content:\\\"\\\\f282\\\"}.bi-chevron-expand:before{content:\\\"\\\\f283\\\"}.bi-chevron-left:before{content:\\\"\\\\f284\\\"}.bi-chevron-right:before{content:\\\"\\\\f285\\\"}.bi-chevron-up:before{content:\\\"\\\\f286\\\"}.bi-circle-fill:before{content:\\\"\\\\f287\\\"}.bi-circle-half:before{content:\\\"\\\\f288\\\"}.bi-circle-square:before{content:\\\"\\\\f289\\\"}.bi-circle:before{content:\\\"\\\\f28a\\\"}.bi-clipboard-check:before{content:\\\"\\\\f28b\\\"}.bi-clipboard-data:before{content:\\\"\\\\f28c\\\"}.bi-clipboard-minus:before{content:\\\"\\\\f28d\\\"}.bi-clipboard-plus:before{content:\\\"\\\\f28e\\\"}.bi-clipboard-x:before{content:\\\"\\\\f28f\\\"}.bi-clipboard:before{content:\\\"\\\\f290\\\"}.bi-clock-fill:before{content:\\\"\\\\f291\\\"}.bi-clock-history:before{content:\\\"\\\\f292\\\"}.bi-clock:before{content:\\\"\\\\f293\\\"}.bi-cloud-arrow-down-fill:before{content:\\\"\\\\f294\\\"}.bi-cloud-arrow-down:before{content:\\\"\\\\f295\\\"}.bi-cloud-arrow-up-fill:before{content:\\\"\\\\f296\\\"}.bi-cloud-arrow-up:before{content:\\\"\\\\f297\\\"}.bi-cloud-check-fill:before{content:\\\"\\\\f298\\\"}.bi-cloud-check:before{content:\\\"\\\\f299\\\"}.bi-cloud-download-fill:before{content:\\\"\\\\f29a\\\"}.bi-cloud-download:before{content:\\\"\\\\f29b\\\"}.bi-cloud-drizzle-fill:before{content:\\\"\\\\f29c\\\"}.bi-cloud-drizzle:before{content:\\\"\\\\f29d\\\"}.bi-cloud-fill:before{content:\\\"\\\\f29e\\\"}.bi-cloud-fog-fill:before{content:\\\"\\\\f29f\\\"}.bi-cloud-fog:before{content:\\\"\\\\f2a0\\\"}.bi-cloud-fog2-fill:before{content:\\\"\\\\f2a1\\\"}.bi-cloud-fog2:before{content:\\\"\\\\f2a2\\\"}.bi-cloud-hail-fill:before{content:\\\"\\\\f2a3\\\"}.bi-cloud-hail:before{content:\\\"\\\\f2a4\\\"}.bi-cloud-haze-1:before{content:\\\"\\\\f2a5\\\"}.bi-cloud-haze-fill:before{content:\\\"\\\\f2a6\\\"}.bi-cloud-haze:before{content:\\\"\\\\f2a7\\\"}.bi-cloud-haze2-fill:before{content:\\\"\\\\f2a8\\\"}.bi-cloud-lightning-fill:before{content:\\\"\\\\f2a9\\\"}.bi-cloud-lightning-rain-fill:before{content:\\\"\\\\f2aa\\\"}.bi-cloud-lightning-rain:before{content:\\\"\\\\f2ab\\\"}.bi-cloud-lightning:before{content:\\\"\\\\f2ac\\\"}.bi-cloud-minus-fill:before{content:\\\"\\\\f2ad\\\"}.bi-cloud-minus:before{content:\\\"\\\\f2ae\\\"}.bi-cloud-moon-fill:before{content:\\\"\\\\f2af\\\"}.bi-cloud-moon:before{content:\\\"\\\\f2b0\\\"}.bi-cloud-plus-fill:before{content:\\\"\\\\f2b1\\\"}.bi-cloud-plus:before{content:\\\"\\\\f2b2\\\"}.bi-cloud-rain-fill:before{content:\\\"\\\\f2b3\\\"}.bi-cloud-rain-heavy-fill:before{content:\\\"\\\\f2b4\\\"}.bi-cloud-rain-heavy:before{content:\\\"\\\\f2b5\\\"}.bi-cloud-rain:before{content:\\\"\\\\f2b6\\\"}.bi-cloud-slash-fill:before{content:\\\"\\\\f2b7\\\"}.bi-cloud-slash:before{content:\\\"\\\\f2b8\\\"}.bi-cloud-sleet-fill:before{content:\\\"\\\\f2b9\\\"}.bi-cloud-sleet:before{content:\\\"\\\\f2ba\\\"}.bi-cloud-snow-fill:before{content:\\\"\\\\f2bb\\\"}.bi-cloud-snow:before{content:\\\"\\\\f2bc\\\"}.bi-cloud-sun-fill:before{content:\\\"\\\\f2bd\\\"}.bi-cloud-sun:before{content:\\\"\\\\f2be\\\"}.bi-cloud-upload-fill:before{content:\\\"\\\\f2bf\\\"}.bi-cloud-upload:before{content:\\\"\\\\f2c0\\\"}.bi-cloud:before{content:\\\"\\\\f2c1\\\"}.bi-clouds-fill:before{content:\\\"\\\\f2c2\\\"}.bi-clouds:before{content:\\\"\\\\f2c3\\\"}.bi-cloudy-fill:before{content:\\\"\\\\f2c4\\\"}.bi-cloudy:before{content:\\\"\\\\f2c5\\\"}.bi-code-slash:before{content:\\\"\\\\f2c6\\\"}.bi-code-square:before{content:\\\"\\\\f2c7\\\"}.bi-code:before{content:\\\"\\\\f2c8\\\"}.bi-collection-fill:before{content:\\\"\\\\f2c9\\\"}.bi-collection-play-fill:before{content:\\\"\\\\f2ca\\\"}.bi-collection-play:before{content:\\\"\\\\f2cb\\\"}.bi-collection:before{content:\\\"\\\\f2cc\\\"}.bi-columns-gap:before{content:\\\"\\\\f2cd\\\"}.bi-columns:before{content:\\\"\\\\f2ce\\\"}.bi-command:before{content:\\\"\\\\f2cf\\\"}.bi-compass-fill:before{content:\\\"\\\\f2d0\\\"}.bi-compass:before{content:\\\"\\\\f2d1\\\"}.bi-cone-striped:before{content:\\\"\\\\f2d2\\\"}.bi-cone:before{content:\\\"\\\\f2d3\\\"}.bi-controller:before{content:\\\"\\\\f2d4\\\"}.bi-cpu-fill:before{content:\\\"\\\\f2d5\\\"}.bi-cpu:before{content:\\\"\\\\f2d6\\\"}.bi-credit-card-2-back-fill:before{content:\\\"\\\\f2d7\\\"}.bi-credit-card-2-back:before{content:\\\"\\\\f2d8\\\"}.bi-credit-card-2-front-fill:before{content:\\\"\\\\f2d9\\\"}.bi-credit-card-2-front:before{content:\\\"\\\\f2da\\\"}.bi-credit-card-fill:before{content:\\\"\\\\f2db\\\"}.bi-credit-card:before{content:\\\"\\\\f2dc\\\"}.bi-crop:before{content:\\\"\\\\f2dd\\\"}.bi-cup-fill:before{content:\\\"\\\\f2de\\\"}.bi-cup-straw:before{content:\\\"\\\\f2df\\\"}.bi-cup:before{content:\\\"\\\\f2e0\\\"}.bi-cursor-fill:before{content:\\\"\\\\f2e1\\\"}.bi-cursor-text:before{content:\\\"\\\\f2e2\\\"}.bi-cursor:before{content:\\\"\\\\f2e3\\\"}.bi-dash-circle-dotted:before{content:\\\"\\\\f2e4\\\"}.bi-dash-circle-fill:before{content:\\\"\\\\f2e5\\\"}.bi-dash-circle:before{content:\\\"\\\\f2e6\\\"}.bi-dash-square-dotted:before{content:\\\"\\\\f2e7\\\"}.bi-dash-square-fill:before{content:\\\"\\\\f2e8\\\"}.bi-dash-square:before{content:\\\"\\\\f2e9\\\"}.bi-dash:before{content:\\\"\\\\f2ea\\\"}.bi-diagram-2-fill:before{content:\\\"\\\\f2eb\\\"}.bi-diagram-2:before{content:\\\"\\\\f2ec\\\"}.bi-diagram-3-fill:before{content:\\\"\\\\f2ed\\\"}.bi-diagram-3:before{content:\\\"\\\\f2ee\\\"}.bi-diamond-fill:before{content:\\\"\\\\f2ef\\\"}.bi-diamond-half:before{content:\\\"\\\\f2f0\\\"}.bi-diamond:before{content:\\\"\\\\f2f1\\\"}.bi-dice-1-fill:before{content:\\\"\\\\f2f2\\\"}.bi-dice-1:before{content:\\\"\\\\f2f3\\\"}.bi-dice-2-fill:before{content:\\\"\\\\f2f4\\\"}.bi-dice-2:before{content:\\\"\\\\f2f5\\\"}.bi-dice-3-fill:before{content:\\\"\\\\f2f6\\\"}.bi-dice-3:before{content:\\\"\\\\f2f7\\\"}.bi-dice-4-fill:before{content:\\\"\\\\f2f8\\\"}.bi-dice-4:before{content:\\\"\\\\f2f9\\\"}.bi-dice-5-fill:before{content:\\\"\\\\f2fa\\\"}.bi-dice-5:before{content:\\\"\\\\f2fb\\\"}.bi-dice-6-fill:before{content:\\\"\\\\f2fc\\\"}.bi-dice-6:before{content:\\\"\\\\f2fd\\\"}.bi-disc-fill:before{content:\\\"\\\\f2fe\\\"}.bi-disc:before{content:\\\"\\\\f2ff\\\"}.bi-discord:before{content:\\\"\\\\f300\\\"}.bi-display-fill:before{content:\\\"\\\\f301\\\"}.bi-display:before{content:\\\"\\\\f302\\\"}.bi-distribute-horizontal:before{content:\\\"\\\\f303\\\"}.bi-distribute-vertical:before{content:\\\"\\\\f304\\\"}.bi-door-closed-fill:before{content:\\\"\\\\f305\\\"}.bi-door-closed:before{content:\\\"\\\\f306\\\"}.bi-door-open-fill:before{content:\\\"\\\\f307\\\"}.bi-door-open:before{content:\\\"\\\\f308\\\"}.bi-dot:before{content:\\\"\\\\f309\\\"}.bi-download:before{content:\\\"\\\\f30a\\\"}.bi-droplet-fill:before{content:\\\"\\\\f30b\\\"}.bi-droplet-half:before{content:\\\"\\\\f30c\\\"}.bi-droplet:before{content:\\\"\\\\f30d\\\"}.bi-earbuds:before{content:\\\"\\\\f30e\\\"}.bi-easel-fill:before{content:\\\"\\\\f30f\\\"}.bi-easel:before{content:\\\"\\\\f310\\\"}.bi-egg-fill:before{content:\\\"\\\\f311\\\"}.bi-egg-fried:before{content:\\\"\\\\f312\\\"}.bi-egg:before{content:\\\"\\\\f313\\\"}.bi-eject-fill:before{content:\\\"\\\\f314\\\"}.bi-eject:before{content:\\\"\\\\f315\\\"}.bi-emoji-angry-fill:before{content:\\\"\\\\f316\\\"}.bi-emoji-angry:before{content:\\\"\\\\f317\\\"}.bi-emoji-dizzy-fill:before{content:\\\"\\\\f318\\\"}.bi-emoji-dizzy:before{content:\\\"\\\\f319\\\"}.bi-emoji-expressionless-fill:before{content:\\\"\\\\f31a\\\"}.bi-emoji-expressionless:before{content:\\\"\\\\f31b\\\"}.bi-emoji-frown-fill:before{content:\\\"\\\\f31c\\\"}.bi-emoji-frown:before{content:\\\"\\\\f31d\\\"}.bi-emoji-heart-eyes-fill:before{content:\\\"\\\\f31e\\\"}.bi-emoji-heart-eyes:before{content:\\\"\\\\f31f\\\"}.bi-emoji-laughing-fill:before{content:\\\"\\\\f320\\\"}.bi-emoji-laughing:before{content:\\\"\\\\f321\\\"}.bi-emoji-neutral-fill:before{content:\\\"\\\\f322\\\"}.bi-emoji-neutral:before{content:\\\"\\\\f323\\\"}.bi-emoji-smile-fill:before{content:\\\"\\\\f324\\\"}.bi-emoji-smile-upside-down-fill:before{content:\\\"\\\\f325\\\"}.bi-emoji-smile-upside-down:before{content:\\\"\\\\f326\\\"}.bi-emoji-smile:before{content:\\\"\\\\f327\\\"}.bi-emoji-sunglasses-fill:before{content:\\\"\\\\f328\\\"}.bi-emoji-sunglasses:before{content:\\\"\\\\f329\\\"}.bi-emoji-wink-fill:before{content:\\\"\\\\f32a\\\"}.bi-emoji-wink:before{content:\\\"\\\\f32b\\\"}.bi-envelope-fill:before{content:\\\"\\\\f32c\\\"}.bi-envelope-open-fill:before{content:\\\"\\\\f32d\\\"}.bi-envelope-open:before{content:\\\"\\\\f32e\\\"}.bi-envelope:before{content:\\\"\\\\f32f\\\"}.bi-eraser-fill:before{content:\\\"\\\\f330\\\"}.bi-eraser:before{content:\\\"\\\\f331\\\"}.bi-exclamation-circle-fill:before{content:\\\"\\\\f332\\\"}.bi-exclamation-circle:before{content:\\\"\\\\f333\\\"}.bi-exclamation-diamond-fill:before{content:\\\"\\\\f334\\\"}.bi-exclamation-diamond:before{content:\\\"\\\\f335\\\"}.bi-exclamation-octagon-fill:before{content:\\\"\\\\f336\\\"}.bi-exclamation-octagon:before{content:\\\"\\\\f337\\\"}.bi-exclamation-square-fill:before{content:\\\"\\\\f338\\\"}.bi-exclamation-square:before{content:\\\"\\\\f339\\\"}.bi-exclamation-triangle-fill:before{content:\\\"\\\\f33a\\\"}.bi-exclamation-triangle:before{content:\\\"\\\\f33b\\\"}.bi-exclamation:before{content:\\\"\\\\f33c\\\"}.bi-exclude:before{content:\\\"\\\\f33d\\\"}.bi-eye-fill:before{content:\\\"\\\\f33e\\\"}.bi-eye-slash-fill:before{content:\\\"\\\\f33f\\\"}.bi-eye-slash:before{content:\\\"\\\\f340\\\"}.bi-eye:before{content:\\\"\\\\f341\\\"}.bi-eyedropper:before{content:\\\"\\\\f342\\\"}.bi-eyeglasses:before{content:\\\"\\\\f343\\\"}.bi-facebook:before{content:\\\"\\\\f344\\\"}.bi-file-arrow-down-fill:before{content:\\\"\\\\f345\\\"}.bi-file-arrow-down:before{content:\\\"\\\\f346\\\"}.bi-file-arrow-up-fill:before{content:\\\"\\\\f347\\\"}.bi-file-arrow-up:before{content:\\\"\\\\f348\\\"}.bi-file-bar-graph-fill:before{content:\\\"\\\\f349\\\"}.bi-file-bar-graph:before{content:\\\"\\\\f34a\\\"}.bi-file-binary-fill:before{content:\\\"\\\\f34b\\\"}.bi-file-binary:before{content:\\\"\\\\f34c\\\"}.bi-file-break-fill:before{content:\\\"\\\\f34d\\\"}.bi-file-break:before{content:\\\"\\\\f34e\\\"}.bi-file-check-fill:before{content:\\\"\\\\f34f\\\"}.bi-file-check:before{content:\\\"\\\\f350\\\"}.bi-file-code-fill:before{content:\\\"\\\\f351\\\"}.bi-file-code:before{content:\\\"\\\\f352\\\"}.bi-file-diff-fill:before{content:\\\"\\\\f353\\\"}.bi-file-diff:before{content:\\\"\\\\f354\\\"}.bi-file-earmark-arrow-down-fill:before{content:\\\"\\\\f355\\\"}.bi-file-earmark-arrow-down:before{content:\\\"\\\\f356\\\"}.bi-file-earmark-arrow-up-fill:before{content:\\\"\\\\f357\\\"}.bi-file-earmark-arrow-up:before{content:\\\"\\\\f358\\\"}.bi-file-earmark-bar-graph-fill:before{content:\\\"\\\\f359\\\"}.bi-file-earmark-bar-graph:before{content:\\\"\\\\f35a\\\"}.bi-file-earmark-binary-fill:before{content:\\\"\\\\f35b\\\"}.bi-file-earmark-binary:before{content:\\\"\\\\f35c\\\"}.bi-file-earmark-break-fill:before{content:\\\"\\\\f35d\\\"}.bi-file-earmark-break:before{content:\\\"\\\\f35e\\\"}.bi-file-earmark-check-fill:before{content:\\\"\\\\f35f\\\"}.bi-file-earmark-check:before{content:\\\"\\\\f360\\\"}.bi-file-earmark-code-fill:before{content:\\\"\\\\f361\\\"}.bi-file-earmark-code:before{content:\\\"\\\\f362\\\"}.bi-file-earmark-diff-fill:before{content:\\\"\\\\f363\\\"}.bi-file-earmark-diff:before{content:\\\"\\\\f364\\\"}.bi-file-earmark-easel-fill:before{content:\\\"\\\\f365\\\"}.bi-file-earmark-easel:before{content:\\\"\\\\f366\\\"}.bi-file-earmark-excel-fill:before{content:\\\"\\\\f367\\\"}.bi-file-earmark-excel:before{content:\\\"\\\\f368\\\"}.bi-file-earmark-fill:before{content:\\\"\\\\f369\\\"}.bi-file-earmark-font-fill:before{content:\\\"\\\\f36a\\\"}.bi-file-earmark-font:before{content:\\\"\\\\f36b\\\"}.bi-file-earmark-image-fill:before{content:\\\"\\\\f36c\\\"}.bi-file-earmark-image:before{content:\\\"\\\\f36d\\\"}.bi-file-earmark-lock-fill:before{content:\\\"\\\\f36e\\\"}.bi-file-earmark-lock:before{content:\\\"\\\\f36f\\\"}.bi-file-earmark-lock2-fill:before{content:\\\"\\\\f370\\\"}.bi-file-earmark-lock2:before{content:\\\"\\\\f371\\\"}.bi-file-earmark-medical-fill:before{content:\\\"\\\\f372\\\"}.bi-file-earmark-medical:before{content:\\\"\\\\f373\\\"}.bi-file-earmark-minus-fill:before{content:\\\"\\\\f374\\\"}.bi-file-earmark-minus:before{content:\\\"\\\\f375\\\"}.bi-file-earmark-music-fill:before{content:\\\"\\\\f376\\\"}.bi-file-earmark-music:before{content:\\\"\\\\f377\\\"}.bi-file-earmark-person-fill:before{content:\\\"\\\\f378\\\"}.bi-file-earmark-person:before{content:\\\"\\\\f379\\\"}.bi-file-earmark-play-fill:before{content:\\\"\\\\f37a\\\"}.bi-file-earmark-play:before{content:\\\"\\\\f37b\\\"}.bi-file-earmark-plus-fill:before{content:\\\"\\\\f37c\\\"}.bi-file-earmark-plus:before{content:\\\"\\\\f37d\\\"}.bi-file-earmark-post-fill:before{content:\\\"\\\\f37e\\\"}.bi-file-earmark-post:before{content:\\\"\\\\f37f\\\"}.bi-file-earmark-ppt-fill:before{content:\\\"\\\\f380\\\"}.bi-file-earmark-ppt:before{content:\\\"\\\\f381\\\"}.bi-file-earmark-richtext-fill:before{content:\\\"\\\\f382\\\"}.bi-file-earmark-richtext:before{content:\\\"\\\\f383\\\"}.bi-file-earmark-ruled-fill:before{content:\\\"\\\\f384\\\"}.bi-file-earmark-ruled:before{content:\\\"\\\\f385\\\"}.bi-file-earmark-slides-fill:before{content:\\\"\\\\f386\\\"}.bi-file-earmark-slides:before{content:\\\"\\\\f387\\\"}.bi-file-earmark-spreadsheet-fill:before{content:\\\"\\\\f388\\\"}.bi-file-earmark-spreadsheet:before{content:\\\"\\\\f389\\\"}.bi-file-earmark-text-fill:before{content:\\\"\\\\f38a\\\"}.bi-file-earmark-text:before{content:\\\"\\\\f38b\\\"}.bi-file-earmark-word-fill:before{content:\\\"\\\\f38c\\\"}.bi-file-earmark-word:before{content:\\\"\\\\f38d\\\"}.bi-file-earmark-x-fill:before{content:\\\"\\\\f38e\\\"}.bi-file-earmark-x:before{content:\\\"\\\\f38f\\\"}.bi-file-earmark-zip-fill:before{content:\\\"\\\\f390\\\"}.bi-file-earmark-zip:before{content:\\\"\\\\f391\\\"}.bi-file-earmark:before{content:\\\"\\\\f392\\\"}.bi-file-easel-fill:before{content:\\\"\\\\f393\\\"}.bi-file-easel:before{content:\\\"\\\\f394\\\"}.bi-file-excel-fill:before{content:\\\"\\\\f395\\\"}.bi-file-excel:before{content:\\\"\\\\f396\\\"}.bi-file-fill:before{content:\\\"\\\\f397\\\"}.bi-file-font-fill:before{content:\\\"\\\\f398\\\"}.bi-file-font:before{content:\\\"\\\\f399\\\"}.bi-file-image-fill:before{content:\\\"\\\\f39a\\\"}.bi-file-image:before{content:\\\"\\\\f39b\\\"}.bi-file-lock-fill:before{content:\\\"\\\\f39c\\\"}.bi-file-lock:before{content:\\\"\\\\f39d\\\"}.bi-file-lock2-fill:before{content:\\\"\\\\f39e\\\"}.bi-file-lock2:before{content:\\\"\\\\f39f\\\"}.bi-file-medical-fill:before{content:\\\"\\\\f3a0\\\"}.bi-file-medical:before{content:\\\"\\\\f3a1\\\"}.bi-file-minus-fill:before{content:\\\"\\\\f3a2\\\"}.bi-file-minus:before{content:\\\"\\\\f3a3\\\"}.bi-file-music-fill:before{content:\\\"\\\\f3a4\\\"}.bi-file-music:before{content:\\\"\\\\f3a5\\\"}.bi-file-person-fill:before{content:\\\"\\\\f3a6\\\"}.bi-file-person:before{content:\\\"\\\\f3a7\\\"}.bi-file-play-fill:before{content:\\\"\\\\f3a8\\\"}.bi-file-play:before{content:\\\"\\\\f3a9\\\"}.bi-file-plus-fill:before{content:\\\"\\\\f3aa\\\"}.bi-file-plus:before{content:\\\"\\\\f3ab\\\"}.bi-file-post-fill:before{content:\\\"\\\\f3ac\\\"}.bi-file-post:before{content:\\\"\\\\f3ad\\\"}.bi-file-ppt-fill:before{content:\\\"\\\\f3ae\\\"}.bi-file-ppt:before{content:\\\"\\\\f3af\\\"}.bi-file-richtext-fill:before{content:\\\"\\\\f3b0\\\"}.bi-file-richtext:before{content:\\\"\\\\f3b1\\\"}.bi-file-ruled-fill:before{content:\\\"\\\\f3b2\\\"}.bi-file-ruled:before{content:\\\"\\\\f3b3\\\"}.bi-file-slides-fill:before{content:\\\"\\\\f3b4\\\"}.bi-file-slides:before{content:\\\"\\\\f3b5\\\"}.bi-file-spreadsheet-fill:before{content:\\\"\\\\f3b6\\\"}.bi-file-spreadsheet:before{content:\\\"\\\\f3b7\\\"}.bi-file-text-fill:before{content:\\\"\\\\f3b8\\\"}.bi-file-text:before{content:\\\"\\\\f3b9\\\"}.bi-file-word-fill:before{content:\\\"\\\\f3ba\\\"}.bi-file-word:before{content:\\\"\\\\f3bb\\\"}.bi-file-x-fill:before{content:\\\"\\\\f3bc\\\"}.bi-file-x:before{content:\\\"\\\\f3bd\\\"}.bi-file-zip-fill:before{content:\\\"\\\\f3be\\\"}.bi-file-zip:before{content:\\\"\\\\f3bf\\\"}.bi-file:before{content:\\\"\\\\f3c0\\\"}.bi-files-alt:before{content:\\\"\\\\f3c1\\\"}.bi-files:before{content:\\\"\\\\f3c2\\\"}.bi-film:before{content:\\\"\\\\f3c3\\\"}.bi-filter-circle-fill:before{content:\\\"\\\\f3c4\\\"}.bi-filter-circle:before{content:\\\"\\\\f3c5\\\"}.bi-filter-left:before{content:\\\"\\\\f3c6\\\"}.bi-filter-right:before{content:\\\"\\\\f3c7\\\"}.bi-filter-square-fill:before{content:\\\"\\\\f3c8\\\"}.bi-filter-square:before{content:\\\"\\\\f3c9\\\"}.bi-filter:before{content:\\\"\\\\f3ca\\\"}.bi-flag-fill:before{content:\\\"\\\\f3cb\\\"}.bi-flag:before{content:\\\"\\\\f3cc\\\"}.bi-flower1:before{content:\\\"\\\\f3cd\\\"}.bi-flower2:before{content:\\\"\\\\f3ce\\\"}.bi-flower3:before{content:\\\"\\\\f3cf\\\"}.bi-folder-check:before{content:\\\"\\\\f3d0\\\"}.bi-folder-fill:before{content:\\\"\\\\f3d1\\\"}.bi-folder-minus:before{content:\\\"\\\\f3d2\\\"}.bi-folder-plus:before{content:\\\"\\\\f3d3\\\"}.bi-folder-symlink-fill:before{content:\\\"\\\\f3d4\\\"}.bi-folder-symlink:before{content:\\\"\\\\f3d5\\\"}.bi-folder-x:before{content:\\\"\\\\f3d6\\\"}.bi-folder:before{content:\\\"\\\\f3d7\\\"}.bi-folder2-open:before{content:\\\"\\\\f3d8\\\"}.bi-folder2:before{content:\\\"\\\\f3d9\\\"}.bi-fonts:before{content:\\\"\\\\f3da\\\"}.bi-forward-fill:before{content:\\\"\\\\f3db\\\"}.bi-forward:before{content:\\\"\\\\f3dc\\\"}.bi-front:before{content:\\\"\\\\f3dd\\\"}.bi-fullscreen-exit:before{content:\\\"\\\\f3de\\\"}.bi-fullscreen:before{content:\\\"\\\\f3df\\\"}.bi-funnel-fill:before{content:\\\"\\\\f3e0\\\"}.bi-funnel:before{content:\\\"\\\\f3e1\\\"}.bi-gear-fill:before{content:\\\"\\\\f3e2\\\"}.bi-gear-wide-connected:before{content:\\\"\\\\f3e3\\\"}.bi-gear-wide:before{content:\\\"\\\\f3e4\\\"}.bi-gear:before{content:\\\"\\\\f3e5\\\"}.bi-gem:before{content:\\\"\\\\f3e6\\\"}.bi-geo-alt-fill:before{content:\\\"\\\\f3e7\\\"}.bi-geo-alt:before{content:\\\"\\\\f3e8\\\"}.bi-geo-fill:before{content:\\\"\\\\f3e9\\\"}.bi-geo:before{content:\\\"\\\\f3ea\\\"}.bi-gift-fill:before{content:\\\"\\\\f3eb\\\"}.bi-gift:before{content:\\\"\\\\f3ec\\\"}.bi-github:before{content:\\\"\\\\f3ed\\\"}.bi-globe:before{content:\\\"\\\\f3ee\\\"}.bi-globe2:before{content:\\\"\\\\f3ef\\\"}.bi-google:before{content:\\\"\\\\f3f0\\\"}.bi-graph-down:before{content:\\\"\\\\f3f1\\\"}.bi-graph-up:before{content:\\\"\\\\f3f2\\\"}.bi-grid-1x2-fill:before{content:\\\"\\\\f3f3\\\"}.bi-grid-1x2:before{content:\\\"\\\\f3f4\\\"}.bi-grid-3x2-gap-fill:before{content:\\\"\\\\f3f5\\\"}.bi-grid-3x2-gap:before{content:\\\"\\\\f3f6\\\"}.bi-grid-3x2:before{content:\\\"\\\\f3f7\\\"}.bi-grid-3x3-gap-fill:before{content:\\\"\\\\f3f8\\\"}.bi-grid-3x3-gap:before{content:\\\"\\\\f3f9\\\"}.bi-grid-3x3:before{content:\\\"\\\\f3fa\\\"}.bi-grid-fill:before{content:\\\"\\\\f3fb\\\"}.bi-grid:before{content:\\\"\\\\f3fc\\\"}.bi-grip-horizontal:before{content:\\\"\\\\f3fd\\\"}.bi-grip-vertical:before{content:\\\"\\\\f3fe\\\"}.bi-hammer:before{content:\\\"\\\\f3ff\\\"}.bi-hand-index-fill:before{content:\\\"\\\\f400\\\"}.bi-hand-index-thumb-fill:before{content:\\\"\\\\f401\\\"}.bi-hand-index-thumb:before{content:\\\"\\\\f402\\\"}.bi-hand-index:before{content:\\\"\\\\f403\\\"}.bi-hand-thumbs-down-fill:before{content:\\\"\\\\f404\\\"}.bi-hand-thumbs-down:before{content:\\\"\\\\f405\\\"}.bi-hand-thumbs-up-fill:before{content:\\\"\\\\f406\\\"}.bi-hand-thumbs-up:before{content:\\\"\\\\f407\\\"}.bi-handbag-fill:before{content:\\\"\\\\f408\\\"}.bi-handbag:before{content:\\\"\\\\f409\\\"}.bi-hash:before{content:\\\"\\\\f40a\\\"}.bi-hdd-fill:before{content:\\\"\\\\f40b\\\"}.bi-hdd-network-fill:before{content:\\\"\\\\f40c\\\"}.bi-hdd-network:before{content:\\\"\\\\f40d\\\"}.bi-hdd-rack-fill:before{content:\\\"\\\\f40e\\\"}.bi-hdd-rack:before{content:\\\"\\\\f40f\\\"}.bi-hdd-stack-fill:before{content:\\\"\\\\f410\\\"}.bi-hdd-stack:before{content:\\\"\\\\f411\\\"}.bi-hdd:before{content:\\\"\\\\f412\\\"}.bi-headphones:before{content:\\\"\\\\f413\\\"}.bi-headset:before{content:\\\"\\\\f414\\\"}.bi-heart-fill:before{content:\\\"\\\\f415\\\"}.bi-heart-half:before{content:\\\"\\\\f416\\\"}.bi-heart:before{content:\\\"\\\\f417\\\"}.bi-heptagon-fill:before{content:\\\"\\\\f418\\\"}.bi-heptagon-half:before{content:\\\"\\\\f419\\\"}.bi-heptagon:before{content:\\\"\\\\f41a\\\"}.bi-hexagon-fill:before{content:\\\"\\\\f41b\\\"}.bi-hexagon-half:before{content:\\\"\\\\f41c\\\"}.bi-hexagon:before{content:\\\"\\\\f41d\\\"}.bi-hourglass-bottom:before{content:\\\"\\\\f41e\\\"}.bi-hourglass-split:before{content:\\\"\\\\f41f\\\"}.bi-hourglass-top:before{content:\\\"\\\\f420\\\"}.bi-hourglass:before{content:\\\"\\\\f421\\\"}.bi-house-door-fill:before{content:\\\"\\\\f422\\\"}.bi-house-door:before{content:\\\"\\\\f423\\\"}.bi-house-fill:before{content:\\\"\\\\f424\\\"}.bi-house:before{content:\\\"\\\\f425\\\"}.bi-hr:before{content:\\\"\\\\f426\\\"}.bi-hurricane:before{content:\\\"\\\\f427\\\"}.bi-image-alt:before{content:\\\"\\\\f428\\\"}.bi-image-fill:before{content:\\\"\\\\f429\\\"}.bi-image:before{content:\\\"\\\\f42a\\\"}.bi-images:before{content:\\\"\\\\f42b\\\"}.bi-inbox-fill:before{content:\\\"\\\\f42c\\\"}.bi-inbox:before{content:\\\"\\\\f42d\\\"}.bi-inboxes-fill:before{content:\\\"\\\\f42e\\\"}.bi-inboxes:before{content:\\\"\\\\f42f\\\"}.bi-info-circle-fill:before{content:\\\"\\\\f430\\\"}.bi-info-circle:before{content:\\\"\\\\f431\\\"}.bi-info-square-fill:before{content:\\\"\\\\f432\\\"}.bi-info-square:before{content:\\\"\\\\f433\\\"}.bi-info:before{content:\\\"\\\\f434\\\"}.bi-input-cursor-text:before{content:\\\"\\\\f435\\\"}.bi-input-cursor:before{content:\\\"\\\\f436\\\"}.bi-instagram:before{content:\\\"\\\\f437\\\"}.bi-intersect:before{content:\\\"\\\\f438\\\"}.bi-journal-album:before{content:\\\"\\\\f439\\\"}.bi-journal-arrow-down:before{content:\\\"\\\\f43a\\\"}.bi-journal-arrow-up:before{content:\\\"\\\\f43b\\\"}.bi-journal-bookmark-fill:before{content:\\\"\\\\f43c\\\"}.bi-journal-bookmark:before{content:\\\"\\\\f43d\\\"}.bi-journal-check:before{content:\\\"\\\\f43e\\\"}.bi-journal-code:before{content:\\\"\\\\f43f\\\"}.bi-journal-medical:before{content:\\\"\\\\f440\\\"}.bi-journal-minus:before{content:\\\"\\\\f441\\\"}.bi-journal-plus:before{content:\\\"\\\\f442\\\"}.bi-journal-richtext:before{content:\\\"\\\\f443\\\"}.bi-journal-text:before{content:\\\"\\\\f444\\\"}.bi-journal-x:before{content:\\\"\\\\f445\\\"}.bi-journal:before{content:\\\"\\\\f446\\\"}.bi-journals:before{content:\\\"\\\\f447\\\"}.bi-joystick:before{content:\\\"\\\\f448\\\"}.bi-justify-left:before{content:\\\"\\\\f449\\\"}.bi-justify-right:before{content:\\\"\\\\f44a\\\"}.bi-justify:before{content:\\\"\\\\f44b\\\"}.bi-kanban-fill:before{content:\\\"\\\\f44c\\\"}.bi-kanban:before{content:\\\"\\\\f44d\\\"}.bi-key-fill:before{content:\\\"\\\\f44e\\\"}.bi-key:before{content:\\\"\\\\f44f\\\"}.bi-keyboard-fill:before{content:\\\"\\\\f450\\\"}.bi-keyboard:before{content:\\\"\\\\f451\\\"}.bi-ladder:before{content:\\\"\\\\f452\\\"}.bi-lamp-fill:before{content:\\\"\\\\f453\\\"}.bi-lamp:before{content:\\\"\\\\f454\\\"}.bi-laptop-fill:before{content:\\\"\\\\f455\\\"}.bi-laptop:before{content:\\\"\\\\f456\\\"}.bi-layer-backward:before{content:\\\"\\\\f457\\\"}.bi-layer-forward:before{content:\\\"\\\\f458\\\"}.bi-layers-fill:before{content:\\\"\\\\f459\\\"}.bi-layers-half:before{content:\\\"\\\\f45a\\\"}.bi-layers:before{content:\\\"\\\\f45b\\\"}.bi-layout-sidebar-inset-reverse:before{content:\\\"\\\\f45c\\\"}.bi-layout-sidebar-inset:before{content:\\\"\\\\f45d\\\"}.bi-layout-sidebar-reverse:before{content:\\\"\\\\f45e\\\"}.bi-layout-sidebar:before{content:\\\"\\\\f45f\\\"}.bi-layout-split:before{content:\\\"\\\\f460\\\"}.bi-layout-text-sidebar-reverse:before{content:\\\"\\\\f461\\\"}.bi-layout-text-sidebar:before{content:\\\"\\\\f462\\\"}.bi-layout-text-window-reverse:before{content:\\\"\\\\f463\\\"}.bi-layout-text-window:before{content:\\\"\\\\f464\\\"}.bi-layout-three-columns:before{content:\\\"\\\\f465\\\"}.bi-layout-wtf:before{content:\\\"\\\\f466\\\"}.bi-life-preserver:before{content:\\\"\\\\f467\\\"}.bi-lightbulb-fill:before{content:\\\"\\\\f468\\\"}.bi-lightbulb-off-fill:before{content:\\\"\\\\f469\\\"}.bi-lightbulb-off:before{content:\\\"\\\\f46a\\\"}.bi-lightbulb:before{content:\\\"\\\\f46b\\\"}.bi-lightning-charge-fill:before{content:\\\"\\\\f46c\\\"}.bi-lightning-charge:before{content:\\\"\\\\f46d\\\"}.bi-lightning-fill:before{content:\\\"\\\\f46e\\\"}.bi-lightning:before{content:\\\"\\\\f46f\\\"}.bi-link-45deg:before{content:\\\"\\\\f470\\\"}.bi-link:before{content:\\\"\\\\f471\\\"}.bi-linkedin:before{content:\\\"\\\\f472\\\"}.bi-list-check:before{content:\\\"\\\\f473\\\"}.bi-list-nested:before{content:\\\"\\\\f474\\\"}.bi-list-ol:before{content:\\\"\\\\f475\\\"}.bi-list-stars:before{content:\\\"\\\\f476\\\"}.bi-list-task:before{content:\\\"\\\\f477\\\"}.bi-list-ul:before{content:\\\"\\\\f478\\\"}.bi-list:before{content:\\\"\\\\f479\\\"}.bi-lock-fill:before{content:\\\"\\\\f47a\\\"}.bi-lock:before{content:\\\"\\\\f47b\\\"}.bi-mailbox:before{content:\\\"\\\\f47c\\\"}.bi-mailbox2:before{content:\\\"\\\\f47d\\\"}.bi-map-fill:before{content:\\\"\\\\f47e\\\"}.bi-map:before{content:\\\"\\\\f47f\\\"}.bi-markdown-fill:before{content:\\\"\\\\f480\\\"}.bi-markdown:before{content:\\\"\\\\f481\\\"}.bi-mask:before{content:\\\"\\\\f482\\\"}.bi-megaphone-fill:before{content:\\\"\\\\f483\\\"}.bi-megaphone:before{content:\\\"\\\\f484\\\"}.bi-menu-app-fill:before{content:\\\"\\\\f485\\\"}.bi-menu-app:before{content:\\\"\\\\f486\\\"}.bi-menu-button-fill:before{content:\\\"\\\\f487\\\"}.bi-menu-button-wide-fill:before{content:\\\"\\\\f488\\\"}.bi-menu-button-wide:before{content:\\\"\\\\f489\\\"}.bi-menu-button:before{content:\\\"\\\\f48a\\\"}.bi-menu-down:before{content:\\\"\\\\f48b\\\"}.bi-menu-up:before{content:\\\"\\\\f48c\\\"}.bi-mic-fill:before{content:\\\"\\\\f48d\\\"}.bi-mic-mute-fill:before{content:\\\"\\\\f48e\\\"}.bi-mic-mute:before{content:\\\"\\\\f48f\\\"}.bi-mic:before{content:\\\"\\\\f490\\\"}.bi-minecart-loaded:before{content:\\\"\\\\f491\\\"}.bi-minecart:before{content:\\\"\\\\f492\\\"}.bi-moisture:before{content:\\\"\\\\f493\\\"}.bi-moon-fill:before{content:\\\"\\\\f494\\\"}.bi-moon-stars-fill:before{content:\\\"\\\\f495\\\"}.bi-moon-stars:before{content:\\\"\\\\f496\\\"}.bi-moon:before{content:\\\"\\\\f497\\\"}.bi-mouse-fill:before{content:\\\"\\\\f498\\\"}.bi-mouse:before{content:\\\"\\\\f499\\\"}.bi-mouse2-fill:before{content:\\\"\\\\f49a\\\"}.bi-mouse2:before{content:\\\"\\\\f49b\\\"}.bi-mouse3-fill:before{content:\\\"\\\\f49c\\\"}.bi-mouse3:before{content:\\\"\\\\f49d\\\"}.bi-music-note-beamed:before{content:\\\"\\\\f49e\\\"}.bi-music-note-list:before{content:\\\"\\\\f49f\\\"}.bi-music-note:before{content:\\\"\\\\f4a0\\\"}.bi-music-player-fill:before{content:\\\"\\\\f4a1\\\"}.bi-music-player:before{content:\\\"\\\\f4a2\\\"}.bi-newspaper:before{content:\\\"\\\\f4a3\\\"}.bi-node-minus-fill:before{content:\\\"\\\\f4a4\\\"}.bi-node-minus:before{content:\\\"\\\\f4a5\\\"}.bi-node-plus-fill:before{content:\\\"\\\\f4a6\\\"}.bi-node-plus:before{content:\\\"\\\\f4a7\\\"}.bi-nut-fill:before{content:\\\"\\\\f4a8\\\"}.bi-nut:before{content:\\\"\\\\f4a9\\\"}.bi-octagon-fill:before{content:\\\"\\\\f4aa\\\"}.bi-octagon-half:before{content:\\\"\\\\f4ab\\\"}.bi-octagon:before{content:\\\"\\\\f4ac\\\"}.bi-option:before{content:\\\"\\\\f4ad\\\"}.bi-outlet:before{content:\\\"\\\\f4ae\\\"}.bi-paint-bucket:before{content:\\\"\\\\f4af\\\"}.bi-palette-fill:before{content:\\\"\\\\f4b0\\\"}.bi-palette:before{content:\\\"\\\\f4b1\\\"}.bi-palette2:before{content:\\\"\\\\f4b2\\\"}.bi-paperclip:before{content:\\\"\\\\f4b3\\\"}.bi-paragraph:before{content:\\\"\\\\f4b4\\\"}.bi-patch-check-fill:before{content:\\\"\\\\f4b5\\\"}.bi-patch-check:before{content:\\\"\\\\f4b6\\\"}.bi-patch-exclamation-fill:before{content:\\\"\\\\f4b7\\\"}.bi-patch-exclamation:before{content:\\\"\\\\f4b8\\\"}.bi-patch-minus-fill:before{content:\\\"\\\\f4b9\\\"}.bi-patch-minus:before{content:\\\"\\\\f4ba\\\"}.bi-patch-plus-fill:before{content:\\\"\\\\f4bb\\\"}.bi-patch-plus:before{content:\\\"\\\\f4bc\\\"}.bi-patch-question-fill:before{content:\\\"\\\\f4bd\\\"}.bi-patch-question:before{content:\\\"\\\\f4be\\\"}.bi-pause-btn-fill:before{content:\\\"\\\\f4bf\\\"}.bi-pause-btn:before{content:\\\"\\\\f4c0\\\"}.bi-pause-circle-fill:before{content:\\\"\\\\f4c1\\\"}.bi-pause-circle:before{content:\\\"\\\\f4c2\\\"}.bi-pause-fill:before{content:\\\"\\\\f4c3\\\"}.bi-pause:before{content:\\\"\\\\f4c4\\\"}.bi-peace-fill:before{content:\\\"\\\\f4c5\\\"}.bi-peace:before{content:\\\"\\\\f4c6\\\"}.bi-pen-fill:before{content:\\\"\\\\f4c7\\\"}.bi-pen:before{content:\\\"\\\\f4c8\\\"}.bi-pencil-fill:before{content:\\\"\\\\f4c9\\\"}.bi-pencil-square:before{content:\\\"\\\\f4ca\\\"}.bi-pencil:before{content:\\\"\\\\f4cb\\\"}.bi-pentagon-fill:before{content:\\\"\\\\f4cc\\\"}.bi-pentagon-half:before{content:\\\"\\\\f4cd\\\"}.bi-pentagon:before{content:\\\"\\\\f4ce\\\"}.bi-people-fill:before{content:\\\"\\\\f4cf\\\"}.bi-people:before{content:\\\"\\\\f4d0\\\"}.bi-percent:before{content:\\\"\\\\f4d1\\\"}.bi-person-badge-fill:before{content:\\\"\\\\f4d2\\\"}.bi-person-badge:before{content:\\\"\\\\f4d3\\\"}.bi-person-bounding-box:before{content:\\\"\\\\f4d4\\\"}.bi-person-check-fill:before{content:\\\"\\\\f4d5\\\"}.bi-person-check:before{content:\\\"\\\\f4d6\\\"}.bi-person-circle:before{content:\\\"\\\\f4d7\\\"}.bi-person-dash-fill:before{content:\\\"\\\\f4d8\\\"}.bi-person-dash:before{content:\\\"\\\\f4d9\\\"}.bi-person-fill:before{content:\\\"\\\\f4da\\\"}.bi-person-lines-fill:before{content:\\\"\\\\f4db\\\"}.bi-person-plus-fill:before{content:\\\"\\\\f4dc\\\"}.bi-person-plus:before{content:\\\"\\\\f4dd\\\"}.bi-person-square:before{content:\\\"\\\\f4de\\\"}.bi-person-x-fill:before{content:\\\"\\\\f4df\\\"}.bi-person-x:before{content:\\\"\\\\f4e0\\\"}.bi-person:before{content:\\\"\\\\f4e1\\\"}.bi-phone-fill:before{content:\\\"\\\\f4e2\\\"}.bi-phone-landscape-fill:before{content:\\\"\\\\f4e3\\\"}.bi-phone-landscape:before{content:\\\"\\\\f4e4\\\"}.bi-phone-vibrate-fill:before{content:\\\"\\\\f4e5\\\"}.bi-phone-vibrate:before{content:\\\"\\\\f4e6\\\"}.bi-phone:before{content:\\\"\\\\f4e7\\\"}.bi-pie-chart-fill:before{content:\\\"\\\\f4e8\\\"}.bi-pie-chart:before{content:\\\"\\\\f4e9\\\"}.bi-pin-angle-fill:before{content:\\\"\\\\f4ea\\\"}.bi-pin-angle:before{content:\\\"\\\\f4eb\\\"}.bi-pin-fill:before{content:\\\"\\\\f4ec\\\"}.bi-pin:before{content:\\\"\\\\f4ed\\\"}.bi-pip-fill:before{content:\\\"\\\\f4ee\\\"}.bi-pip:before{content:\\\"\\\\f4ef\\\"}.bi-play-btn-fill:before{content:\\\"\\\\f4f0\\\"}.bi-play-btn:before{content:\\\"\\\\f4f1\\\"}.bi-play-circle-fill:before{content:\\\"\\\\f4f2\\\"}.bi-play-circle:before{content:\\\"\\\\f4f3\\\"}.bi-play-fill:before{content:\\\"\\\\f4f4\\\"}.bi-play:before{content:\\\"\\\\f4f5\\\"}.bi-plug-fill:before{content:\\\"\\\\f4f6\\\"}.bi-plug:before{content:\\\"\\\\f4f7\\\"}.bi-plus-circle-dotted:before{content:\\\"\\\\f4f8\\\"}.bi-plus-circle-fill:before{content:\\\"\\\\f4f9\\\"}.bi-plus-circle:before{content:\\\"\\\\f4fa\\\"}.bi-plus-square-dotted:before{content:\\\"\\\\f4fb\\\"}.bi-plus-square-fill:before{content:\\\"\\\\f4fc\\\"}.bi-plus-square:before{content:\\\"\\\\f4fd\\\"}.bi-plus:before{content:\\\"\\\\f4fe\\\"}.bi-power:before{content:\\\"\\\\f4ff\\\"}.bi-printer-fill:before{content:\\\"\\\\f500\\\"}.bi-printer:before{content:\\\"\\\\f501\\\"}.bi-puzzle-fill:before{content:\\\"\\\\f502\\\"}.bi-puzzle:before{content:\\\"\\\\f503\\\"}.bi-question-circle-fill:before{content:\\\"\\\\f504\\\"}.bi-question-circle:before{content:\\\"\\\\f505\\\"}.bi-question-diamond-fill:before{content:\\\"\\\\f506\\\"}.bi-question-diamond:before{content:\\\"\\\\f507\\\"}.bi-question-octagon-fill:before{content:\\\"\\\\f508\\\"}.bi-question-octagon:before{content:\\\"\\\\f509\\\"}.bi-question-square-fill:before{content:\\\"\\\\f50a\\\"}.bi-question-square:before{content:\\\"\\\\f50b\\\"}.bi-question:before{content:\\\"\\\\f50c\\\"}.bi-rainbow:before{content:\\\"\\\\f50d\\\"}.bi-receipt-cutoff:before{content:\\\"\\\\f50e\\\"}.bi-receipt:before{content:\\\"\\\\f50f\\\"}.bi-reception-0:before{content:\\\"\\\\f510\\\"}.bi-reception-1:before{content:\\\"\\\\f511\\\"}.bi-reception-2:before{content:\\\"\\\\f512\\\"}.bi-reception-3:before{content:\\\"\\\\f513\\\"}.bi-reception-4:before{content:\\\"\\\\f514\\\"}.bi-record-btn-fill:before{content:\\\"\\\\f515\\\"}.bi-record-btn:before{content:\\\"\\\\f516\\\"}.bi-record-circle-fill:before{content:\\\"\\\\f517\\\"}.bi-record-circle:before{content:\\\"\\\\f518\\\"}.bi-record-fill:before{content:\\\"\\\\f519\\\"}.bi-record:before{content:\\\"\\\\f51a\\\"}.bi-record2-fill:before{content:\\\"\\\\f51b\\\"}.bi-record2:before{content:\\\"\\\\f51c\\\"}.bi-reply-all-fill:before{content:\\\"\\\\f51d\\\"}.bi-reply-all:before{content:\\\"\\\\f51e\\\"}.bi-reply-fill:before{content:\\\"\\\\f51f\\\"}.bi-reply:before{content:\\\"\\\\f520\\\"}.bi-rss-fill:before{content:\\\"\\\\f521\\\"}.bi-rss:before{content:\\\"\\\\f522\\\"}.bi-rulers:before{content:\\\"\\\\f523\\\"}.bi-save-fill:before{content:\\\"\\\\f524\\\"}.bi-save:before{content:\\\"\\\\f525\\\"}.bi-save2-fill:before{content:\\\"\\\\f526\\\"}.bi-save2:before{content:\\\"\\\\f527\\\"}.bi-scissors:before{content:\\\"\\\\f528\\\"}.bi-screwdriver:before{content:\\\"\\\\f529\\\"}.bi-search:before{content:\\\"\\\\f52a\\\"}.bi-segmented-nav:before{content:\\\"\\\\f52b\\\"}.bi-server:before{content:\\\"\\\\f52c\\\"}.bi-share-fill:before{content:\\\"\\\\f52d\\\"}.bi-share:before{content:\\\"\\\\f52e\\\"}.bi-shield-check:before{content:\\\"\\\\f52f\\\"}.bi-shield-exclamation:before{content:\\\"\\\\f530\\\"}.bi-shield-fill-check:before{content:\\\"\\\\f531\\\"}.bi-shield-fill-exclamation:before{content:\\\"\\\\f532\\\"}.bi-shield-fill-minus:before{content:\\\"\\\\f533\\\"}.bi-shield-fill-plus:before{content:\\\"\\\\f534\\\"}.bi-shield-fill-x:before{content:\\\"\\\\f535\\\"}.bi-shield-fill:before{content:\\\"\\\\f536\\\"}.bi-shield-lock-fill:before{content:\\\"\\\\f537\\\"}.bi-shield-lock:before{content:\\\"\\\\f538\\\"}.bi-shield-minus:before{content:\\\"\\\\f539\\\"}.bi-shield-plus:before{content:\\\"\\\\f53a\\\"}.bi-shield-shaded:before{content:\\\"\\\\f53b\\\"}.bi-shield-slash-fill:before{content:\\\"\\\\f53c\\\"}.bi-shield-slash:before{content:\\\"\\\\f53d\\\"}.bi-shield-x:before{content:\\\"\\\\f53e\\\"}.bi-shield:before{content:\\\"\\\\f53f\\\"}.bi-shift-fill:before{content:\\\"\\\\f540\\\"}.bi-shift:before{content:\\\"\\\\f541\\\"}.bi-shop-window:before{content:\\\"\\\\f542\\\"}.bi-shop:before{content:\\\"\\\\f543\\\"}.bi-shuffle:before{content:\\\"\\\\f544\\\"}.bi-signpost-2-fill:before{content:\\\"\\\\f545\\\"}.bi-signpost-2:before{content:\\\"\\\\f546\\\"}.bi-signpost-fill:before{content:\\\"\\\\f547\\\"}.bi-signpost-split-fill:before{content:\\\"\\\\f548\\\"}.bi-signpost-split:before{content:\\\"\\\\f549\\\"}.bi-signpost:before{content:\\\"\\\\f54a\\\"}.bi-sim-fill:before{content:\\\"\\\\f54b\\\"}.bi-sim:before{content:\\\"\\\\f54c\\\"}.bi-skip-backward-btn-fill:before{content:\\\"\\\\f54d\\\"}.bi-skip-backward-btn:before{content:\\\"\\\\f54e\\\"}.bi-skip-backward-circle-fill:before{content:\\\"\\\\f54f\\\"}.bi-skip-backward-circle:before{content:\\\"\\\\f550\\\"}.bi-skip-backward-fill:before{content:\\\"\\\\f551\\\"}.bi-skip-backward:before{content:\\\"\\\\f552\\\"}.bi-skip-end-btn-fill:before{content:\\\"\\\\f553\\\"}.bi-skip-end-btn:before{content:\\\"\\\\f554\\\"}.bi-skip-end-circle-fill:before{content:\\\"\\\\f555\\\"}.bi-skip-end-circle:before{content:\\\"\\\\f556\\\"}.bi-skip-end-fill:before{content:\\\"\\\\f557\\\"}.bi-skip-end:before{content:\\\"\\\\f558\\\"}.bi-skip-forward-btn-fill:before{content:\\\"\\\\f559\\\"}.bi-skip-forward-btn:before{content:\\\"\\\\f55a\\\"}.bi-skip-forward-circle-fill:before{content:\\\"\\\\f55b\\\"}.bi-skip-forward-circle:before{content:\\\"\\\\f55c\\\"}.bi-skip-forward-fill:before{content:\\\"\\\\f55d\\\"}.bi-skip-forward:before{content:\\\"\\\\f55e\\\"}.bi-skip-start-btn-fill:before{content:\\\"\\\\f55f\\\"}.bi-skip-start-btn:before{content:\\\"\\\\f560\\\"}.bi-skip-start-circle-fill:before{content:\\\"\\\\f561\\\"}.bi-skip-start-circle:before{content:\\\"\\\\f562\\\"}.bi-skip-start-fill:before{content:\\\"\\\\f563\\\"}.bi-skip-start:before{content:\\\"\\\\f564\\\"}.bi-slack:before{content:\\\"\\\\f565\\\"}.bi-slash-circle-fill:before{content:\\\"\\\\f566\\\"}.bi-slash-circle:before{content:\\\"\\\\f567\\\"}.bi-slash-square-fill:before{content:\\\"\\\\f568\\\"}.bi-slash-square:before{content:\\\"\\\\f569\\\"}.bi-slash:before{content:\\\"\\\\f56a\\\"}.bi-sliders:before{content:\\\"\\\\f56b\\\"}.bi-smartwatch:before{content:\\\"\\\\f56c\\\"}.bi-snow:before{content:\\\"\\\\f56d\\\"}.bi-snow2:before{content:\\\"\\\\f56e\\\"}.bi-snow3:before{content:\\\"\\\\f56f\\\"}.bi-sort-alpha-down-alt:before{content:\\\"\\\\f570\\\"}.bi-sort-alpha-down:before{content:\\\"\\\\f571\\\"}.bi-sort-alpha-up-alt:before{content:\\\"\\\\f572\\\"}.bi-sort-alpha-up:before{content:\\\"\\\\f573\\\"}.bi-sort-down-alt:before{content:\\\"\\\\f574\\\"}.bi-sort-down:before{content:\\\"\\\\f575\\\"}.bi-sort-numeric-down-alt:before{content:\\\"\\\\f576\\\"}.bi-sort-numeric-down:before{content:\\\"\\\\f577\\\"}.bi-sort-numeric-up-alt:before{content:\\\"\\\\f578\\\"}.bi-sort-numeric-up:before{content:\\\"\\\\f579\\\"}.bi-sort-up-alt:before{content:\\\"\\\\f57a\\\"}.bi-sort-up:before{content:\\\"\\\\f57b\\\"}.bi-soundwave:before{content:\\\"\\\\f57c\\\"}.bi-speaker-fill:before{content:\\\"\\\\f57d\\\"}.bi-speaker:before{content:\\\"\\\\f57e\\\"}.bi-speedometer:before{content:\\\"\\\\f57f\\\"}.bi-speedometer2:before{content:\\\"\\\\f580\\\"}.bi-spellcheck:before{content:\\\"\\\\f581\\\"}.bi-square-fill:before{content:\\\"\\\\f582\\\"}.bi-square-half:before{content:\\\"\\\\f583\\\"}.bi-square:before{content:\\\"\\\\f584\\\"}.bi-stack:before{content:\\\"\\\\f585\\\"}.bi-star-fill:before{content:\\\"\\\\f586\\\"}.bi-star-half:before{content:\\\"\\\\f587\\\"}.bi-star:before{content:\\\"\\\\f588\\\"}.bi-stars:before{content:\\\"\\\\f589\\\"}.bi-stickies-fill:before{content:\\\"\\\\f58a\\\"}.bi-stickies:before{content:\\\"\\\\f58b\\\"}.bi-sticky-fill:before{content:\\\"\\\\f58c\\\"}.bi-sticky:before{content:\\\"\\\\f58d\\\"}.bi-stop-btn-fill:before{content:\\\"\\\\f58e\\\"}.bi-stop-btn:before{content:\\\"\\\\f58f\\\"}.bi-stop-circle-fill:before{content:\\\"\\\\f590\\\"}.bi-stop-circle:before{content:\\\"\\\\f591\\\"}.bi-stop-fill:before{content:\\\"\\\\f592\\\"}.bi-stop:before{content:\\\"\\\\f593\\\"}.bi-stoplights-fill:before{content:\\\"\\\\f594\\\"}.bi-stoplights:before{content:\\\"\\\\f595\\\"}.bi-stopwatch-fill:before{content:\\\"\\\\f596\\\"}.bi-stopwatch:before{content:\\\"\\\\f597\\\"}.bi-subtract:before{content:\\\"\\\\f598\\\"}.bi-suit-club-fill:before{content:\\\"\\\\f599\\\"}.bi-suit-club:before{content:\\\"\\\\f59a\\\"}.bi-suit-diamond-fill:before{content:\\\"\\\\f59b\\\"}.bi-suit-diamond:before{content:\\\"\\\\f59c\\\"}.bi-suit-heart-fill:before{content:\\\"\\\\f59d\\\"}.bi-suit-heart:before{content:\\\"\\\\f59e\\\"}.bi-suit-spade-fill:before{content:\\\"\\\\f59f\\\"}.bi-suit-spade:before{content:\\\"\\\\f5a0\\\"}.bi-sun-fill:before{content:\\\"\\\\f5a1\\\"}.bi-sun:before{content:\\\"\\\\f5a2\\\"}.bi-sunglasses:before{content:\\\"\\\\f5a3\\\"}.bi-sunrise-fill:before{content:\\\"\\\\f5a4\\\"}.bi-sunrise:before{content:\\\"\\\\f5a5\\\"}.bi-sunset-fill:before{content:\\\"\\\\f5a6\\\"}.bi-sunset:before{content:\\\"\\\\f5a7\\\"}.bi-symmetry-horizontal:before{content:\\\"\\\\f5a8\\\"}.bi-symmetry-vertical:before{content:\\\"\\\\f5a9\\\"}.bi-table:before{content:\\\"\\\\f5aa\\\"}.bi-tablet-fill:before{content:\\\"\\\\f5ab\\\"}.bi-tablet-landscape-fill:before{content:\\\"\\\\f5ac\\\"}.bi-tablet-landscape:before{content:\\\"\\\\f5ad\\\"}.bi-tablet:before{content:\\\"\\\\f5ae\\\"}.bi-tag-fill:before{content:\\\"\\\\f5af\\\"}.bi-tag:before{content:\\\"\\\\f5b0\\\"}.bi-tags-fill:before{content:\\\"\\\\f5b1\\\"}.bi-tags:before{content:\\\"\\\\f5b2\\\"}.bi-telegram:before{content:\\\"\\\\f5b3\\\"}.bi-telephone-fill:before{content:\\\"\\\\f5b4\\\"}.bi-telephone-forward-fill:before{content:\\\"\\\\f5b5\\\"}.bi-telephone-forward:before{content:\\\"\\\\f5b6\\\"}.bi-telephone-inbound-fill:before{content:\\\"\\\\f5b7\\\"}.bi-telephone-inbound:before{content:\\\"\\\\f5b8\\\"}.bi-telephone-minus-fill:before{content:\\\"\\\\f5b9\\\"}.bi-telephone-minus:before{content:\\\"\\\\f5ba\\\"}.bi-telephone-outbound-fill:before{content:\\\"\\\\f5bb\\\"}.bi-telephone-outbound:before{content:\\\"\\\\f5bc\\\"}.bi-telephone-plus-fill:before{content:\\\"\\\\f5bd\\\"}.bi-telephone-plus:before{content:\\\"\\\\f5be\\\"}.bi-telephone-x-fill:before{content:\\\"\\\\f5bf\\\"}.bi-telephone-x:before{content:\\\"\\\\f5c0\\\"}.bi-telephone:before{content:\\\"\\\\f5c1\\\"}.bi-terminal-fill:before{content:\\\"\\\\f5c2\\\"}.bi-terminal:before{content:\\\"\\\\f5c3\\\"}.bi-text-center:before{content:\\\"\\\\f5c4\\\"}.bi-text-indent-left:before{content:\\\"\\\\f5c5\\\"}.bi-text-indent-right:before{content:\\\"\\\\f5c6\\\"}.bi-text-left:before{content:\\\"\\\\f5c7\\\"}.bi-text-paragraph:before{content:\\\"\\\\f5c8\\\"}.bi-text-right:before{content:\\\"\\\\f5c9\\\"}.bi-textarea-resize:before{content:\\\"\\\\f5ca\\\"}.bi-textarea-t:before{content:\\\"\\\\f5cb\\\"}.bi-textarea:before{content:\\\"\\\\f5cc\\\"}.bi-thermometer-half:before{content:\\\"\\\\f5cd\\\"}.bi-thermometer-high:before{content:\\\"\\\\f5ce\\\"}.bi-thermometer-low:before{content:\\\"\\\\f5cf\\\"}.bi-thermometer-snow:before{content:\\\"\\\\f5d0\\\"}.bi-thermometer-sun:before{content:\\\"\\\\f5d1\\\"}.bi-thermometer:before{content:\\\"\\\\f5d2\\\"}.bi-three-dots-vertical:before{content:\\\"\\\\f5d3\\\"}.bi-three-dots:before{content:\\\"\\\\f5d4\\\"}.bi-toggle-off:before{content:\\\"\\\\f5d5\\\"}.bi-toggle-on:before{content:\\\"\\\\f5d6\\\"}.bi-toggle2-off:before{content:\\\"\\\\f5d7\\\"}.bi-toggle2-on:before{content:\\\"\\\\f5d8\\\"}.bi-toggles:before{content:\\\"\\\\f5d9\\\"}.bi-toggles2:before{content:\\\"\\\\f5da\\\"}.bi-tools:before{content:\\\"\\\\f5db\\\"}.bi-tornado:before{content:\\\"\\\\f5dc\\\"}.bi-trash-fill:before{content:\\\"\\\\f5dd\\\"}.bi-trash:before{content:\\\"\\\\f5de\\\"}.bi-trash2-fill:before{content:\\\"\\\\f5df\\\"}.bi-trash2:before{content:\\\"\\\\f5e0\\\"}.bi-tree-fill:before{content:\\\"\\\\f5e1\\\"}.bi-tree:before{content:\\\"\\\\f5e2\\\"}.bi-triangle-fill:before{content:\\\"\\\\f5e3\\\"}.bi-triangle-half:before{content:\\\"\\\\f5e4\\\"}.bi-triangle:before{content:\\\"\\\\f5e5\\\"}.bi-trophy-fill:before{content:\\\"\\\\f5e6\\\"}.bi-trophy:before{content:\\\"\\\\f5e7\\\"}.bi-tropical-storm:before{content:\\\"\\\\f5e8\\\"}.bi-truck-flatbed:before{content:\\\"\\\\f5e9\\\"}.bi-truck:before{content:\\\"\\\\f5ea\\\"}.bi-tsunami:before{content:\\\"\\\\f5eb\\\"}.bi-tv-fill:before{content:\\\"\\\\f5ec\\\"}.bi-tv:before{content:\\\"\\\\f5ed\\\"}.bi-twitch:before{content:\\\"\\\\f5ee\\\"}.bi-twitter:before{content:\\\"\\\\f5ef\\\"}.bi-type-bold:before{content:\\\"\\\\f5f0\\\"}.bi-type-h1:before{content:\\\"\\\\f5f1\\\"}.bi-type-h2:before{content:\\\"\\\\f5f2\\\"}.bi-type-h3:before{content:\\\"\\\\f5f3\\\"}.bi-type-italic:before{content:\\\"\\\\f5f4\\\"}.bi-type-strikethrough:before{content:\\\"\\\\f5f5\\\"}.bi-type-underline:before{content:\\\"\\\\f5f6\\\"}.bi-type:before{content:\\\"\\\\f5f7\\\"}.bi-ui-checks-grid:before{content:\\\"\\\\f5f8\\\"}.bi-ui-checks:before{content:\\\"\\\\f5f9\\\"}.bi-ui-radios-grid:before{content:\\\"\\\\f5fa\\\"}.bi-ui-radios:before{content:\\\"\\\\f5fb\\\"}.bi-umbrella-fill:before{content:\\\"\\\\f5fc\\\"}.bi-umbrella:before{content:\\\"\\\\f5fd\\\"}.bi-union:before{content:\\\"\\\\f5fe\\\"}.bi-unlock-fill:before{content:\\\"\\\\f5ff\\\"}.bi-unlock:before{content:\\\"\\\\f600\\\"}.bi-upc-scan:before{content:\\\"\\\\f601\\\"}.bi-upc:before{content:\\\"\\\\f602\\\"}.bi-upload:before{content:\\\"\\\\f603\\\"}.bi-vector-pen:before{content:\\\"\\\\f604\\\"}.bi-view-list:before{content:\\\"\\\\f605\\\"}.bi-view-stacked:before{content:\\\"\\\\f606\\\"}.bi-vinyl-fill:before{content:\\\"\\\\f607\\\"}.bi-vinyl:before{content:\\\"\\\\f608\\\"}.bi-voicemail:before{content:\\\"\\\\f609\\\"}.bi-volume-down-fill:before{content:\\\"\\\\f60a\\\"}.bi-volume-down:before{content:\\\"\\\\f60b\\\"}.bi-volume-mute-fill:before{content:\\\"\\\\f60c\\\"}.bi-volume-mute:before{content:\\\"\\\\f60d\\\"}.bi-volume-off-fill:before{content:\\\"\\\\f60e\\\"}.bi-volume-off:before{content:\\\"\\\\f60f\\\"}.bi-volume-up-fill:before{content:\\\"\\\\f610\\\"}.bi-volume-up:before{content:\\\"\\\\f611\\\"}.bi-vr:before{content:\\\"\\\\f612\\\"}.bi-wallet-fill:before{content:\\\"\\\\f613\\\"}.bi-wallet:before{content:\\\"\\\\f614\\\"}.bi-wallet2:before{content:\\\"\\\\f615\\\"}.bi-watch:before{content:\\\"\\\\f616\\\"}.bi-water:before{content:\\\"\\\\f617\\\"}.bi-whatsapp:before{content:\\\"\\\\f618\\\"}.bi-wifi-1:before{content:\\\"\\\\f619\\\"}.bi-wifi-2:before{content:\\\"\\\\f61a\\\"}.bi-wifi-off:before{content:\\\"\\\\f61b\\\"}.bi-wifi:before{content:\\\"\\\\f61c\\\"}.bi-wind:before{content:\\\"\\\\f61d\\\"}.bi-window-dock:before{content:\\\"\\\\f61e\\\"}.bi-window-sidebar:before{content:\\\"\\\\f61f\\\"}.bi-window:before{content:\\\"\\\\f620\\\"}.bi-wrench:before{content:\\\"\\\\f621\\\"}.bi-x-circle-fill:before{content:\\\"\\\\f622\\\"}.bi-x-circle:before{content:\\\"\\\\f623\\\"}.bi-x-diamond-fill:before{content:\\\"\\\\f624\\\"}.bi-x-diamond:before{content:\\\"\\\\f625\\\"}.bi-x-octagon-fill:before{content:\\\"\\\\f626\\\"}.bi-x-octagon:before{content:\\\"\\\\f627\\\"}.bi-x-square-fill:before{content:\\\"\\\\f628\\\"}.bi-x-square:before{content:\\\"\\\\f629\\\"}.bi-x:before{content:\\\"\\\\f62a\\\"}.bi-youtube:before{content:\\\"\\\\f62b\\\"}.bi-zoom-in:before{content:\\\"\\\\f62c\\\"}.bi-zoom-out:before{content:\\\"\\\\f62d\\\"}.bi-bank:before{content:\\\"\\\\f62e\\\"}.bi-bank2:before{content:\\\"\\\\f62f\\\"}.bi-bell-slash-fill:before{content:\\\"\\\\f630\\\"}.bi-bell-slash:before{content:\\\"\\\\f631\\\"}.bi-cash-coin:before{content:\\\"\\\\f632\\\"}.bi-check-lg:before{content:\\\"\\\\f633\\\"}.bi-coin:before{content:\\\"\\\\f634\\\"}.bi-currency-bitcoin:before{content:\\\"\\\\f635\\\"}.bi-currency-dollar:before{content:\\\"\\\\f636\\\"}.bi-currency-euro:before{content:\\\"\\\\f637\\\"}.bi-currency-exchange:before{content:\\\"\\\\f638\\\"}.bi-currency-pound:before{content:\\\"\\\\f639\\\"}.bi-currency-yen:before{content:\\\"\\\\f63a\\\"}.bi-dash-lg:before{content:\\\"\\\\f63b\\\"}.bi-exclamation-lg:before{content:\\\"\\\\f63c\\\"}.bi-file-earmark-pdf-fill:before{content:\\\"\\\\f63d\\\"}.bi-file-earmark-pdf:before{content:\\\"\\\\f63e\\\"}.bi-file-pdf-fill:before{content:\\\"\\\\f63f\\\"}.bi-file-pdf:before{content:\\\"\\\\f640\\\"}.bi-gender-ambiguous:before{content:\\\"\\\\f641\\\"}.bi-gender-female:before{content:\\\"\\\\f642\\\"}.bi-gender-male:before{content:\\\"\\\\f643\\\"}.bi-gender-trans:before{content:\\\"\\\\f644\\\"}.bi-headset-vr:before{content:\\\"\\\\f645\\\"}.bi-info-lg:before{content:\\\"\\\\f646\\\"}.bi-mastodon:before{content:\\\"\\\\f647\\\"}.bi-messenger:before{content:\\\"\\\\f648\\\"}.bi-piggy-bank-fill:before{content:\\\"\\\\f649\\\"}.bi-piggy-bank:before{content:\\\"\\\\f64a\\\"}.bi-pin-map-fill:before{content:\\\"\\\\f64b\\\"}.bi-pin-map:before{content:\\\"\\\\f64c\\\"}.bi-plus-lg:before{content:\\\"\\\\f64d\\\"}.bi-question-lg:before{content:\\\"\\\\f64e\\\"}.bi-recycle:before{content:\\\"\\\\f64f\\\"}.bi-reddit:before{content:\\\"\\\\f650\\\"}.bi-safe-fill:before{content:\\\"\\\\f651\\\"}.bi-safe2-fill:before{content:\\\"\\\\f652\\\"}.bi-safe2:before{content:\\\"\\\\f653\\\"}.bi-sd-card-fill:before{content:\\\"\\\\f654\\\"}.bi-sd-card:before{content:\\\"\\\\f655\\\"}.bi-skype:before{content:\\\"\\\\f656\\\"}.bi-slash-lg:before{content:\\\"\\\\f657\\\"}.bi-translate:before{content:\\\"\\\\f658\\\"}.bi-x-lg:before{content:\\\"\\\\f659\\\"}.bi-safe:before{content:\\\"\\\\f65a\\\"}.bi-apple:before{content:\\\"\\\\f65b\\\"}.bi-microsoft:before{content:\\\"\\\\f65d\\\"}.bi-windows:before{content:\\\"\\\\f65e\\\"}.bi-behance:before{content:\\\"\\\\f65c\\\"}.bi-dribbble:before{content:\\\"\\\\f65f\\\"}.bi-line:before{content:\\\"\\\\f660\\\"}.bi-medium:before{content:\\\"\\\\f661\\\"}.bi-paypal:before{content:\\\"\\\\f662\\\"}.bi-pinterest:before{content:\\\"\\\\f663\\\"}.bi-signal:before{content:\\\"\\\\f664\\\"}.bi-snapchat:before{content:\\\"\\\\f665\\\"}.bi-spotify:before{content:\\\"\\\\f666\\\"}.bi-stack-overflow:before{content:\\\"\\\\f667\\\"}.bi-strava:before{content:\\\"\\\\f668\\\"}.bi-wordpress:before{content:\\\"\\\\f669\\\"}.bi-vimeo:before{content:\\\"\\\\f66a\\\"}.bi-activity:before{content:\\\"\\\\f66b\\\"}.bi-easel2-fill:before{content:\\\"\\\\f66c\\\"}.bi-easel2:before{content:\\\"\\\\f66d\\\"}.bi-easel3-fill:before{content:\\\"\\\\f66e\\\"}.bi-easel3:before{content:\\\"\\\\f66f\\\"}.bi-fan:before{content:\\\"\\\\f670\\\"}.bi-fingerprint:before{content:\\\"\\\\f671\\\"}.bi-graph-down-arrow:before{content:\\\"\\\\f672\\\"}.bi-graph-up-arrow:before{content:\\\"\\\\f673\\\"}.bi-hypnotize:before{content:\\\"\\\\f674\\\"}.bi-magic:before{content:\\\"\\\\f675\\\"}.bi-person-rolodex:before{content:\\\"\\\\f676\\\"}.bi-person-video:before{content:\\\"\\\\f677\\\"}.bi-person-video2:before{content:\\\"\\\\f678\\\"}.bi-person-video3:before{content:\\\"\\\\f679\\\"}.bi-person-workspace:before{content:\\\"\\\\f67a\\\"}.bi-radioactive:before{content:\\\"\\\\f67b\\\"}.bi-webcam-fill:before{content:\\\"\\\\f67c\\\"}.bi-webcam:before{content:\\\"\\\\f67d\\\"}.bi-yin-yang:before{content:\\\"\\\\f67e\\\"}.bi-bandaid-fill:before{content:\\\"\\\\f680\\\"}.bi-bandaid:before{content:\\\"\\\\f681\\\"}.bi-bluetooth:before{content:\\\"\\\\f682\\\"}.bi-body-text:before{content:\\\"\\\\f683\\\"}.bi-boombox:before{content:\\\"\\\\f684\\\"}.bi-boxes:before{content:\\\"\\\\f685\\\"}.bi-dpad-fill:before{content:\\\"\\\\f686\\\"}.bi-dpad:before{content:\\\"\\\\f687\\\"}.bi-ear-fill:before{content:\\\"\\\\f688\\\"}.bi-ear:before{content:\\\"\\\\f689\\\"}.bi-envelope-check-1:before{content:\\\"\\\\f68a\\\"}.bi-envelope-check-fill:before{content:\\\"\\\\f68b\\\"}.bi-envelope-check:before{content:\\\"\\\\f68c\\\"}.bi-envelope-dash-1:before{content:\\\"\\\\f68d\\\"}.bi-envelope-dash-fill:before{content:\\\"\\\\f68e\\\"}.bi-envelope-dash:before{content:\\\"\\\\f68f\\\"}.bi-envelope-exclamation-1:before{content:\\\"\\\\f690\\\"}.bi-envelope-exclamation-fill:before{content:\\\"\\\\f691\\\"}.bi-envelope-exclamation:before{content:\\\"\\\\f692\\\"}.bi-envelope-plus-fill:before{content:\\\"\\\\f693\\\"}.bi-envelope-plus:before{content:\\\"\\\\f694\\\"}.bi-envelope-slash-1:before{content:\\\"\\\\f695\\\"}.bi-envelope-slash-fill:before{content:\\\"\\\\f696\\\"}.bi-envelope-slash:before{content:\\\"\\\\f697\\\"}.bi-envelope-x-1:before{content:\\\"\\\\f698\\\"}.bi-envelope-x-fill:before{content:\\\"\\\\f699\\\"}.bi-envelope-x:before{content:\\\"\\\\f69a\\\"}.bi-explicit-fill:before{content:\\\"\\\\f69b\\\"}.bi-explicit:before{content:\\\"\\\\f69c\\\"}.bi-git:before{content:\\\"\\\\f69d\\\"}.bi-infinity:before{content:\\\"\\\\f69e\\\"}.bi-list-columns-reverse:before{content:\\\"\\\\f69f\\\"}.bi-list-columns:before{content:\\\"\\\\f6a0\\\"}.bi-meta:before{content:\\\"\\\\f6a1\\\"}.bi-mortorboard-fill:before{content:\\\"\\\\f6a2\\\"}.bi-mortorboard:before{content:\\\"\\\\f6a3\\\"}.bi-nintendo-switch:before{content:\\\"\\\\f6a4\\\"}.bi-pc-display-horizontal:before{content:\\\"\\\\f6a5\\\"}.bi-pc-display:before{content:\\\"\\\\f6a6\\\"}.bi-pc-horizontal:before{content:\\\"\\\\f6a7\\\"}.bi-pc:before{content:\\\"\\\\f6a8\\\"}.bi-playstation:before{content:\\\"\\\\f6a9\\\"}.bi-plus-slash-minus:before{content:\\\"\\\\f6aa\\\"}.bi-projector-fill:before{content:\\\"\\\\f6ab\\\"}.bi-projector:before{content:\\\"\\\\f6ac\\\"}.bi-qr-code-scan:before{content:\\\"\\\\f6ad\\\"}.bi-qr-code:before{content:\\\"\\\\f6ae\\\"}.bi-quora:before{content:\\\"\\\\f6af\\\"}.bi-quote:before{content:\\\"\\\\f6b0\\\"}.bi-robot:before{content:\\\"\\\\f6b1\\\"}.bi-send-check-fill:before{content:\\\"\\\\f6b2\\\"}.bi-send-check:before{content:\\\"\\\\f6b3\\\"}.bi-send-dash-fill:before{content:\\\"\\\\f6b4\\\"}.bi-send-dash:before{content:\\\"\\\\f6b5\\\"}.bi-send-exclamation-1:before{content:\\\"\\\\f6b6\\\"}.bi-send-exclamation-fill:before{content:\\\"\\\\f6b7\\\"}.bi-send-exclamation:before{content:\\\"\\\\f6b8\\\"}.bi-send-fill:before{content:\\\"\\\\f6b9\\\"}.bi-send-plus-fill:before{content:\\\"\\\\f6ba\\\"}.bi-send-plus:before{content:\\\"\\\\f6bb\\\"}.bi-send-slash-fill:before{content:\\\"\\\\f6bc\\\"}.bi-send-slash:before{content:\\\"\\\\f6bd\\\"}.bi-send-x-fill:before{content:\\\"\\\\f6be\\\"}.bi-send-x:before{content:\\\"\\\\f6bf\\\"}.bi-send:before{content:\\\"\\\\f6c0\\\"}.bi-steam:before{content:\\\"\\\\f6c1\\\"}.bi-terminal-dash-1:before{content:\\\"\\\\f6c2\\\"}.bi-terminal-dash:before{content:\\\"\\\\f6c3\\\"}.bi-terminal-plus:before{content:\\\"\\\\f6c4\\\"}.bi-terminal-split:before{content:\\\"\\\\f6c5\\\"}.bi-ticket-detailed-fill:before{content:\\\"\\\\f6c6\\\"}.bi-ticket-detailed:before{content:\\\"\\\\f6c7\\\"}.bi-ticket-fill:before{content:\\\"\\\\f6c8\\\"}.bi-ticket-perforated-fill:before{content:\\\"\\\\f6c9\\\"}.bi-ticket-perforated:before{content:\\\"\\\\f6ca\\\"}.bi-ticket:before{content:\\\"\\\\f6cb\\\"}.bi-tiktok:before{content:\\\"\\\\f6cc\\\"}.bi-window-dash:before{content:\\\"\\\\f6cd\\\"}.bi-window-desktop:before{content:\\\"\\\\f6ce\\\"}.bi-window-fullscreen:before{content:\\\"\\\\f6cf\\\"}.bi-window-plus:before{content:\\\"\\\\f6d0\\\"}.bi-window-split:before{content:\\\"\\\\f6d1\\\"}.bi-window-stack:before{content:\\\"\\\\f6d2\\\"}.bi-window-x:before{content:\\\"\\\\f6d3\\\"}.bi-xbox:before{content:\\\"\\\\f6d4\\\"}.bi-ethernet:before{content:\\\"\\\\f6d5\\\"}.bi-hdmi-fill:before{content:\\\"\\\\f6d6\\\"}.bi-hdmi:before{content:\\\"\\\\f6d7\\\"}.bi-usb-c-fill:before{content:\\\"\\\\f6d8\\\"}.bi-usb-c:before{content:\\\"\\\\f6d9\\\"}.bi-usb-fill:before{content:\\\"\\\\f6da\\\"}.bi-usb-plug-fill:before{content:\\\"\\\\f6db\\\"}.bi-usb-plug:before{content:\\\"\\\\f6dc\\\"}.bi-usb-symbol:before{content:\\\"\\\\f6dd\\\"}.bi-usb:before{content:\\\"\\\\f6de\\\"}.bi-boombox-fill:before{content:\\\"\\\\f6df\\\"}.bi-displayport-1:before{content:\\\"\\\\f6e0\\\"}.bi-displayport:before{content:\\\"\\\\f6e1\\\"}.bi-gpu-card:before{content:\\\"\\\\f6e2\\\"}.bi-memory:before{content:\\\"\\\\f6e3\\\"}.bi-modem-fill:before{content:\\\"\\\\f6e4\\\"}.bi-modem:before{content:\\\"\\\\f6e5\\\"}.bi-motherboard-fill:before{content:\\\"\\\\f6e6\\\"}.bi-motherboard:before{content:\\\"\\\\f6e7\\\"}.bi-optical-audio-fill:before{content:\\\"\\\\f6e8\\\"}.bi-optical-audio:before{content:\\\"\\\\f6e9\\\"}.bi-pci-card:before{content:\\\"\\\\f6ea\\\"}.bi-router-fill:before{content:\\\"\\\\f6eb\\\"}.bi-router:before{content:\\\"\\\\f6ec\\\"}.bi-ssd-fill:before{content:\\\"\\\\f6ed\\\"}.bi-ssd:before{content:\\\"\\\\f6ee\\\"}.bi-thunderbolt-fill:before{content:\\\"\\\\f6ef\\\"}.bi-thunderbolt:before{content:\\\"\\\\f6f0\\\"}.bi-usb-drive-fill:before{content:\\\"\\\\f6f1\\\"}.bi-usb-drive:before{content:\\\"\\\\f6f2\\\"}.bi-usb-micro-fill:before{content:\\\"\\\\f6f3\\\"}.bi-usb-micro:before{content:\\\"\\\\f6f4\\\"}.bi-usb-mini-fill:before{content:\\\"\\\\f6f5\\\"}.bi-usb-mini:before{content:\\\"\\\\f6f6\\\"}.bi-cloud-haze2:before{content:\\\"\\\\f6f7\\\"}.bi-device-hdd-fill:before{content:\\\"\\\\f6f8\\\"}.bi-device-hdd:before{content:\\\"\\\\f6f9\\\"}.bi-device-ssd-fill:before{content:\\\"\\\\f6fa\\\"}.bi-device-ssd:before{content:\\\"\\\\f6fb\\\"}.bi-displayport-fill:before{content:\\\"\\\\f6fc\\\"}.bi-mortarboard-fill:before{content:\\\"\\\\f6fd\\\"}.bi-mortarboard:before{content:\\\"\\\\f6fe\\\"}.bi-terminal-x:before{content:\\\"\\\\f6ff\\\"}\\n\"], dependencies: [{ kind: \"directive\", type: i1.NgIf, selector: \"[ngIf]\", inputs: [\"ngIf\", \"ngIfThen\", \"ngIfElse\"] }, { kind: \"pipe\", type: i1.AsyncPipe, name: \"async\" }] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsIconComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-icon', template: \"<i *ngIf=\\\"isVisible$ | async\\\" class=\\\"bi\\\" [class]=\\\"biClass$ | async\\\"></i>\", styles: [\"@font-face{font-family:bootstrap-icons;src:url(./fonts/bootstrap-icons.woff2?30af91bf14e37666a085fb8a161ff36d) format(\\\"woff2\\\"),url(./fonts/bootstrap-icons.woff?30af91bf14e37666a085fb8a161ff36d) format(\\\"woff\\\")}.bi:before,[class^=bi-]:before,[class*=\\\" bi-\\\"]:before{display:inline-block;font-family:bootstrap-icons!important;font-style:normal;font-weight:400!important;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bi-123:before{content:\\\"\\\\f67f\\\"}.bi-alarm-fill:before{content:\\\"\\\\f101\\\"}.bi-alarm:before{content:\\\"\\\\f102\\\"}.bi-align-bottom:before{content:\\\"\\\\f103\\\"}.bi-align-center:before{content:\\\"\\\\f104\\\"}.bi-align-end:before{content:\\\"\\\\f105\\\"}.bi-align-middle:before{content:\\\"\\\\f106\\\"}.bi-align-start:before{content:\\\"\\\\f107\\\"}.bi-align-top:before{content:\\\"\\\\f108\\\"}.bi-alt:before{content:\\\"\\\\f109\\\"}.bi-app-indicator:before{content:\\\"\\\\f10a\\\"}.bi-app:before{content:\\\"\\\\f10b\\\"}.bi-archive-fill:before{content:\\\"\\\\f10c\\\"}.bi-archive:before{content:\\\"\\\\f10d\\\"}.bi-arrow-90deg-down:before{content:\\\"\\\\f10e\\\"}.bi-arrow-90deg-left:before{content:\\\"\\\\f10f\\\"}.bi-arrow-90deg-right:before{content:\\\"\\\\f110\\\"}.bi-arrow-90deg-up:before{content:\\\"\\\\f111\\\"}.bi-arrow-bar-down:before{content:\\\"\\\\f112\\\"}.bi-arrow-bar-left:before{content:\\\"\\\\f113\\\"}.bi-arrow-bar-right:before{content:\\\"\\\\f114\\\"}.bi-arrow-bar-up:before{content:\\\"\\\\f115\\\"}.bi-arrow-clockwise:before{content:\\\"\\\\f116\\\"}.bi-arrow-counterclockwise:before{content:\\\"\\\\f117\\\"}.bi-arrow-down-circle-fill:before{content:\\\"\\\\f118\\\"}.bi-arrow-down-circle:before{content:\\\"\\\\f119\\\"}.bi-arrow-down-left-circle-fill:before{content:\\\"\\\\f11a\\\"}.bi-arrow-down-left-circle:before{content:\\\"\\\\f11b\\\"}.bi-arrow-down-left-square-fill:before{content:\\\"\\\\f11c\\\"}.bi-arrow-down-left-square:before{content:\\\"\\\\f11d\\\"}.bi-arrow-down-left:before{content:\\\"\\\\f11e\\\"}.bi-arrow-down-right-circle-fill:before{content:\\\"\\\\f11f\\\"}.bi-arrow-down-right-circle:before{content:\\\"\\\\f120\\\"}.bi-arrow-down-right-square-fill:before{content:\\\"\\\\f121\\\"}.bi-arrow-down-right-square:before{content:\\\"\\\\f122\\\"}.bi-arrow-down-right:before{content:\\\"\\\\f123\\\"}.bi-arrow-down-short:before{content:\\\"\\\\f124\\\"}.bi-arrow-down-square-fill:before{content:\\\"\\\\f125\\\"}.bi-arrow-down-square:before{content:\\\"\\\\f126\\\"}.bi-arrow-down-up:before{content:\\\"\\\\f127\\\"}.bi-arrow-down:before{content:\\\"\\\\f128\\\"}.bi-arrow-left-circle-fill:before{content:\\\"\\\\f129\\\"}.bi-arrow-left-circle:before{content:\\\"\\\\f12a\\\"}.bi-arrow-left-right:before{content:\\\"\\\\f12b\\\"}.bi-arrow-left-short:before{content:\\\"\\\\f12c\\\"}.bi-arrow-left-square-fill:before{content:\\\"\\\\f12d\\\"}.bi-arrow-left-square:before{content:\\\"\\\\f12e\\\"}.bi-arrow-left:before{content:\\\"\\\\f12f\\\"}.bi-arrow-repeat:before{content:\\\"\\\\f130\\\"}.bi-arrow-return-left:before{content:\\\"\\\\f131\\\"}.bi-arrow-return-right:before{content:\\\"\\\\f132\\\"}.bi-arrow-right-circle-fill:before{content:\\\"\\\\f133\\\"}.bi-arrow-right-circle:before{content:\\\"\\\\f134\\\"}.bi-arrow-right-short:before{content:\\\"\\\\f135\\\"}.bi-arrow-right-square-fill:before{content:\\\"\\\\f136\\\"}.bi-arrow-right-square:before{content:\\\"\\\\f137\\\"}.bi-arrow-right:before{content:\\\"\\\\f138\\\"}.bi-arrow-up-circle-fill:before{content:\\\"\\\\f139\\\"}.bi-arrow-up-circle:before{content:\\\"\\\\f13a\\\"}.bi-arrow-up-left-circle-fill:before{content:\\\"\\\\f13b\\\"}.bi-arrow-up-left-circle:before{content:\\\"\\\\f13c\\\"}.bi-arrow-up-left-square-fill:before{content:\\\"\\\\f13d\\\"}.bi-arrow-up-left-square:before{content:\\\"\\\\f13e\\\"}.bi-arrow-up-left:before{content:\\\"\\\\f13f\\\"}.bi-arrow-up-right-circle-fill:before{content:\\\"\\\\f140\\\"}.bi-arrow-up-right-circle:before{content:\\\"\\\\f141\\\"}.bi-arrow-up-right-square-fill:before{content:\\\"\\\\f142\\\"}.bi-arrow-up-right-square:before{content:\\\"\\\\f143\\\"}.bi-arrow-up-right:before{content:\\\"\\\\f144\\\"}.bi-arrow-up-short:before{content:\\\"\\\\f145\\\"}.bi-arrow-up-square-fill:before{content:\\\"\\\\f146\\\"}.bi-arrow-up-square:before{content:\\\"\\\\f147\\\"}.bi-arrow-up:before{content:\\\"\\\\f148\\\"}.bi-arrows-angle-contract:before{content:\\\"\\\\f149\\\"}.bi-arrows-angle-expand:before{content:\\\"\\\\f14a\\\"}.bi-arrows-collapse:before{content:\\\"\\\\f14b\\\"}.bi-arrows-expand:before{content:\\\"\\\\f14c\\\"}.bi-arrows-fullscreen:before{content:\\\"\\\\f14d\\\"}.bi-arrows-move:before{content:\\\"\\\\f14e\\\"}.bi-aspect-ratio-fill:before{content:\\\"\\\\f14f\\\"}.bi-aspect-ratio:before{content:\\\"\\\\f150\\\"}.bi-asterisk:before{content:\\\"\\\\f151\\\"}.bi-at:before{content:\\\"\\\\f152\\\"}.bi-award-fill:before{content:\\\"\\\\f153\\\"}.bi-award:before{content:\\\"\\\\f154\\\"}.bi-back:before{content:\\\"\\\\f155\\\"}.bi-backspace-fill:before{content:\\\"\\\\f156\\\"}.bi-backspace-reverse-fill:before{content:\\\"\\\\f157\\\"}.bi-backspace-reverse:before{content:\\\"\\\\f158\\\"}.bi-backspace:before{content:\\\"\\\\f159\\\"}.bi-badge-3d-fill:before{content:\\\"\\\\f15a\\\"}.bi-badge-3d:before{content:\\\"\\\\f15b\\\"}.bi-badge-4k-fill:before{content:\\\"\\\\f15c\\\"}.bi-badge-4k:before{content:\\\"\\\\f15d\\\"}.bi-badge-8k-fill:before{content:\\\"\\\\f15e\\\"}.bi-badge-8k:before{content:\\\"\\\\f15f\\\"}.bi-badge-ad-fill:before{content:\\\"\\\\f160\\\"}.bi-badge-ad:before{content:\\\"\\\\f161\\\"}.bi-badge-ar-fill:before{content:\\\"\\\\f162\\\"}.bi-badge-ar:before{content:\\\"\\\\f163\\\"}.bi-badge-cc-fill:before{content:\\\"\\\\f164\\\"}.bi-badge-cc:before{content:\\\"\\\\f165\\\"}.bi-badge-hd-fill:before{content:\\\"\\\\f166\\\"}.bi-badge-hd:before{content:\\\"\\\\f167\\\"}.bi-badge-tm-fill:before{content:\\\"\\\\f168\\\"}.bi-badge-tm:before{content:\\\"\\\\f169\\\"}.bi-badge-vo-fill:before{content:\\\"\\\\f16a\\\"}.bi-badge-vo:before{content:\\\"\\\\f16b\\\"}.bi-badge-vr-fill:before{content:\\\"\\\\f16c\\\"}.bi-badge-vr:before{content:\\\"\\\\f16d\\\"}.bi-badge-wc-fill:before{content:\\\"\\\\f16e\\\"}.bi-badge-wc:before{content:\\\"\\\\f16f\\\"}.bi-bag-check-fill:before{content:\\\"\\\\f170\\\"}.bi-bag-check:before{content:\\\"\\\\f171\\\"}.bi-bag-dash-fill:before{content:\\\"\\\\f172\\\"}.bi-bag-dash:before{content:\\\"\\\\f173\\\"}.bi-bag-fill:before{content:\\\"\\\\f174\\\"}.bi-bag-plus-fill:before{content:\\\"\\\\f175\\\"}.bi-bag-plus:before{content:\\\"\\\\f176\\\"}.bi-bag-x-fill:before{content:\\\"\\\\f177\\\"}.bi-bag-x:before{content:\\\"\\\\f178\\\"}.bi-bag:before{content:\\\"\\\\f179\\\"}.bi-bar-chart-fill:before{content:\\\"\\\\f17a\\\"}.bi-bar-chart-line-fill:before{content:\\\"\\\\f17b\\\"}.bi-bar-chart-line:before{content:\\\"\\\\f17c\\\"}.bi-bar-chart-steps:before{content:\\\"\\\\f17d\\\"}.bi-bar-chart:before{content:\\\"\\\\f17e\\\"}.bi-basket-fill:before{content:\\\"\\\\f17f\\\"}.bi-basket:before{content:\\\"\\\\f180\\\"}.bi-basket2-fill:before{content:\\\"\\\\f181\\\"}.bi-basket2:before{content:\\\"\\\\f182\\\"}.bi-basket3-fill:before{content:\\\"\\\\f183\\\"}.bi-basket3:before{content:\\\"\\\\f184\\\"}.bi-battery-charging:before{content:\\\"\\\\f185\\\"}.bi-battery-full:before{content:\\\"\\\\f186\\\"}.bi-battery-half:before{content:\\\"\\\\f187\\\"}.bi-battery:before{content:\\\"\\\\f188\\\"}.bi-bell-fill:before{content:\\\"\\\\f189\\\"}.bi-bell:before{content:\\\"\\\\f18a\\\"}.bi-bezier:before{content:\\\"\\\\f18b\\\"}.bi-bezier2:before{content:\\\"\\\\f18c\\\"}.bi-bicycle:before{content:\\\"\\\\f18d\\\"}.bi-binoculars-fill:before{content:\\\"\\\\f18e\\\"}.bi-binoculars:before{content:\\\"\\\\f18f\\\"}.bi-blockquote-left:before{content:\\\"\\\\f190\\\"}.bi-blockquote-right:before{content:\\\"\\\\f191\\\"}.bi-book-fill:before{content:\\\"\\\\f192\\\"}.bi-book-half:before{content:\\\"\\\\f193\\\"}.bi-book:before{content:\\\"\\\\f194\\\"}.bi-bookmark-check-fill:before{content:\\\"\\\\f195\\\"}.bi-bookmark-check:before{content:\\\"\\\\f196\\\"}.bi-bookmark-dash-fill:before{content:\\\"\\\\f197\\\"}.bi-bookmark-dash:before{content:\\\"\\\\f198\\\"}.bi-bookmark-fill:before{content:\\\"\\\\f199\\\"}.bi-bookmark-heart-fill:before{content:\\\"\\\\f19a\\\"}.bi-bookmark-heart:before{content:\\\"\\\\f19b\\\"}.bi-bookmark-plus-fill:before{content:\\\"\\\\f19c\\\"}.bi-bookmark-plus:before{content:\\\"\\\\f19d\\\"}.bi-bookmark-star-fill:before{content:\\\"\\\\f19e\\\"}.bi-bookmark-star:before{content:\\\"\\\\f19f\\\"}.bi-bookmark-x-fill:before{content:\\\"\\\\f1a0\\\"}.bi-bookmark-x:before{content:\\\"\\\\f1a1\\\"}.bi-bookmark:before{content:\\\"\\\\f1a2\\\"}.bi-bookmarks-fill:before{content:\\\"\\\\f1a3\\\"}.bi-bookmarks:before{content:\\\"\\\\f1a4\\\"}.bi-bookshelf:before{content:\\\"\\\\f1a5\\\"}.bi-bootstrap-fill:before{content:\\\"\\\\f1a6\\\"}.bi-bootstrap-reboot:before{content:\\\"\\\\f1a7\\\"}.bi-bootstrap:before{content:\\\"\\\\f1a8\\\"}.bi-border-all:before{content:\\\"\\\\f1a9\\\"}.bi-border-bottom:before{content:\\\"\\\\f1aa\\\"}.bi-border-center:before{content:\\\"\\\\f1ab\\\"}.bi-border-inner:before{content:\\\"\\\\f1ac\\\"}.bi-border-left:before{content:\\\"\\\\f1ad\\\"}.bi-border-middle:before{content:\\\"\\\\f1ae\\\"}.bi-border-outer:before{content:\\\"\\\\f1af\\\"}.bi-border-right:before{content:\\\"\\\\f1b0\\\"}.bi-border-style:before{content:\\\"\\\\f1b1\\\"}.bi-border-top:before{content:\\\"\\\\f1b2\\\"}.bi-border-width:before{content:\\\"\\\\f1b3\\\"}.bi-border:before{content:\\\"\\\\f1b4\\\"}.bi-bounding-box-circles:before{content:\\\"\\\\f1b5\\\"}.bi-bounding-box:before{content:\\\"\\\\f1b6\\\"}.bi-box-arrow-down-left:before{content:\\\"\\\\f1b7\\\"}.bi-box-arrow-down-right:before{content:\\\"\\\\f1b8\\\"}.bi-box-arrow-down:before{content:\\\"\\\\f1b9\\\"}.bi-box-arrow-in-down-left:before{content:\\\"\\\\f1ba\\\"}.bi-box-arrow-in-down-right:before{content:\\\"\\\\f1bb\\\"}.bi-box-arrow-in-down:before{content:\\\"\\\\f1bc\\\"}.bi-box-arrow-in-left:before{content:\\\"\\\\f1bd\\\"}.bi-box-arrow-in-right:before{content:\\\"\\\\f1be\\\"}.bi-box-arrow-in-up-left:before{content:\\\"\\\\f1bf\\\"}.bi-box-arrow-in-up-right:before{content:\\\"\\\\f1c0\\\"}.bi-box-arrow-in-up:before{content:\\\"\\\\f1c1\\\"}.bi-box-arrow-left:before{content:\\\"\\\\f1c2\\\"}.bi-box-arrow-right:before{content:\\\"\\\\f1c3\\\"}.bi-box-arrow-up-left:before{content:\\\"\\\\f1c4\\\"}.bi-box-arrow-up-right:before{content:\\\"\\\\f1c5\\\"}.bi-box-arrow-up:before{content:\\\"\\\\f1c6\\\"}.bi-box-seam:before{content:\\\"\\\\f1c7\\\"}.bi-box:before{content:\\\"\\\\f1c8\\\"}.bi-braces:before{content:\\\"\\\\f1c9\\\"}.bi-bricks:before{content:\\\"\\\\f1ca\\\"}.bi-briefcase-fill:before{content:\\\"\\\\f1cb\\\"}.bi-briefcase:before{content:\\\"\\\\f1cc\\\"}.bi-brightness-alt-high-fill:before{content:\\\"\\\\f1cd\\\"}.bi-brightness-alt-high:before{content:\\\"\\\\f1ce\\\"}.bi-brightness-alt-low-fill:before{content:\\\"\\\\f1cf\\\"}.bi-brightness-alt-low:before{content:\\\"\\\\f1d0\\\"}.bi-brightness-high-fill:before{content:\\\"\\\\f1d1\\\"}.bi-brightness-high:before{content:\\\"\\\\f1d2\\\"}.bi-brightness-low-fill:before{content:\\\"\\\\f1d3\\\"}.bi-brightness-low:before{content:\\\"\\\\f1d4\\\"}.bi-broadcast-pin:before{content:\\\"\\\\f1d5\\\"}.bi-broadcast:before{content:\\\"\\\\f1d6\\\"}.bi-brush-fill:before{content:\\\"\\\\f1d7\\\"}.bi-brush:before{content:\\\"\\\\f1d8\\\"}.bi-bucket-fill:before{content:\\\"\\\\f1d9\\\"}.bi-bucket:before{content:\\\"\\\\f1da\\\"}.bi-bug-fill:before{content:\\\"\\\\f1db\\\"}.bi-bug:before{content:\\\"\\\\f1dc\\\"}.bi-building:before{content:\\\"\\\\f1dd\\\"}.bi-bullseye:before{content:\\\"\\\\f1de\\\"}.bi-calculator-fill:before{content:\\\"\\\\f1df\\\"}.bi-calculator:before{content:\\\"\\\\f1e0\\\"}.bi-calendar-check-fill:before{content:\\\"\\\\f1e1\\\"}.bi-calendar-check:before{content:\\\"\\\\f1e2\\\"}.bi-calendar-date-fill:before{content:\\\"\\\\f1e3\\\"}.bi-calendar-date:before{content:\\\"\\\\f1e4\\\"}.bi-calendar-day-fill:before{content:\\\"\\\\f1e5\\\"}.bi-calendar-day:before{content:\\\"\\\\f1e6\\\"}.bi-calendar-event-fill:before{content:\\\"\\\\f1e7\\\"}.bi-calendar-event:before{content:\\\"\\\\f1e8\\\"}.bi-calendar-fill:before{content:\\\"\\\\f1e9\\\"}.bi-calendar-minus-fill:before{content:\\\"\\\\f1ea\\\"}.bi-calendar-minus:before{content:\\\"\\\\f1eb\\\"}.bi-calendar-month-fill:before{content:\\\"\\\\f1ec\\\"}.bi-calendar-month:before{content:\\\"\\\\f1ed\\\"}.bi-calendar-plus-fill:before{content:\\\"\\\\f1ee\\\"}.bi-calendar-plus:before{content:\\\"\\\\f1ef\\\"}.bi-calendar-range-fill:before{content:\\\"\\\\f1f0\\\"}.bi-calendar-range:before{content:\\\"\\\\f1f1\\\"}.bi-calendar-week-fill:before{content:\\\"\\\\f1f2\\\"}.bi-calendar-week:before{content:\\\"\\\\f1f3\\\"}.bi-calendar-x-fill:before{content:\\\"\\\\f1f4\\\"}.bi-calendar-x:before{content:\\\"\\\\f1f5\\\"}.bi-calendar:before{content:\\\"\\\\f1f6\\\"}.bi-calendar2-check-fill:before{content:\\\"\\\\f1f7\\\"}.bi-calendar2-check:before{content:\\\"\\\\f1f8\\\"}.bi-calendar2-date-fill:before{content:\\\"\\\\f1f9\\\"}.bi-calendar2-date:before{content:\\\"\\\\f1fa\\\"}.bi-calendar2-day-fill:before{content:\\\"\\\\f1fb\\\"}.bi-calendar2-day:before{content:\\\"\\\\f1fc\\\"}.bi-calendar2-event-fill:before{content:\\\"\\\\f1fd\\\"}.bi-calendar2-event:before{content:\\\"\\\\f1fe\\\"}.bi-calendar2-fill:before{content:\\\"\\\\f1ff\\\"}.bi-calendar2-minus-fill:before{content:\\\"\\\\f200\\\"}.bi-calendar2-minus:before{content:\\\"\\\\f201\\\"}.bi-calendar2-month-fill:before{content:\\\"\\\\f202\\\"}.bi-calendar2-month:before{content:\\\"\\\\f203\\\"}.bi-calendar2-plus-fill:before{content:\\\"\\\\f204\\\"}.bi-calendar2-plus:before{content:\\\"\\\\f205\\\"}.bi-calendar2-range-fill:before{content:\\\"\\\\f206\\\"}.bi-calendar2-range:before{content:\\\"\\\\f207\\\"}.bi-calendar2-week-fill:before{content:\\\"\\\\f208\\\"}.bi-calendar2-week:before{content:\\\"\\\\f209\\\"}.bi-calendar2-x-fill:before{content:\\\"\\\\f20a\\\"}.bi-calendar2-x:before{content:\\\"\\\\f20b\\\"}.bi-calendar2:before{content:\\\"\\\\f20c\\\"}.bi-calendar3-event-fill:before{content:\\\"\\\\f20d\\\"}.bi-calendar3-event:before{content:\\\"\\\\f20e\\\"}.bi-calendar3-fill:before{content:\\\"\\\\f20f\\\"}.bi-calendar3-range-fill:before{content:\\\"\\\\f210\\\"}.bi-calendar3-range:before{content:\\\"\\\\f211\\\"}.bi-calendar3-week-fill:before{content:\\\"\\\\f212\\\"}.bi-calendar3-week:before{content:\\\"\\\\f213\\\"}.bi-calendar3:before{content:\\\"\\\\f214\\\"}.bi-calendar4-event:before{content:\\\"\\\\f215\\\"}.bi-calendar4-range:before{content:\\\"\\\\f216\\\"}.bi-calendar4-week:before{content:\\\"\\\\f217\\\"}.bi-calendar4:before{content:\\\"\\\\f218\\\"}.bi-camera-fill:before{content:\\\"\\\\f219\\\"}.bi-camera-reels-fill:before{content:\\\"\\\\f21a\\\"}.bi-camera-reels:before{content:\\\"\\\\f21b\\\"}.bi-camera-video-fill:before{content:\\\"\\\\f21c\\\"}.bi-camera-video-off-fill:before{content:\\\"\\\\f21d\\\"}.bi-camera-video-off:before{content:\\\"\\\\f21e\\\"}.bi-camera-video:before{content:\\\"\\\\f21f\\\"}.bi-camera:before{content:\\\"\\\\f220\\\"}.bi-camera2:before{content:\\\"\\\\f221\\\"}.bi-capslock-fill:before{content:\\\"\\\\f222\\\"}.bi-capslock:before{content:\\\"\\\\f223\\\"}.bi-card-checklist:before{content:\\\"\\\\f224\\\"}.bi-card-heading:before{content:\\\"\\\\f225\\\"}.bi-card-image:before{content:\\\"\\\\f226\\\"}.bi-card-list:before{content:\\\"\\\\f227\\\"}.bi-card-text:before{content:\\\"\\\\f228\\\"}.bi-caret-down-fill:before{content:\\\"\\\\f229\\\"}.bi-caret-down-square-fill:before{content:\\\"\\\\f22a\\\"}.bi-caret-down-square:before{content:\\\"\\\\f22b\\\"}.bi-caret-down:before{content:\\\"\\\\f22c\\\"}.bi-caret-left-fill:before{content:\\\"\\\\f22d\\\"}.bi-caret-left-square-fill:before{content:\\\"\\\\f22e\\\"}.bi-caret-left-square:before{content:\\\"\\\\f22f\\\"}.bi-caret-left:before{content:\\\"\\\\f230\\\"}.bi-caret-right-fill:before{content:\\\"\\\\f231\\\"}.bi-caret-right-square-fill:before{content:\\\"\\\\f232\\\"}.bi-caret-right-square:before{content:\\\"\\\\f233\\\"}.bi-caret-right:before{content:\\\"\\\\f234\\\"}.bi-caret-up-fill:before{content:\\\"\\\\f235\\\"}.bi-caret-up-square-fill:before{content:\\\"\\\\f236\\\"}.bi-caret-up-square:before{content:\\\"\\\\f237\\\"}.bi-caret-up:before{content:\\\"\\\\f238\\\"}.bi-cart-check-fill:before{content:\\\"\\\\f239\\\"}.bi-cart-check:before{content:\\\"\\\\f23a\\\"}.bi-cart-dash-fill:before{content:\\\"\\\\f23b\\\"}.bi-cart-dash:before{content:\\\"\\\\f23c\\\"}.bi-cart-fill:before{content:\\\"\\\\f23d\\\"}.bi-cart-plus-fill:before{content:\\\"\\\\f23e\\\"}.bi-cart-plus:before{content:\\\"\\\\f23f\\\"}.bi-cart-x-fill:before{content:\\\"\\\\f240\\\"}.bi-cart-x:before{content:\\\"\\\\f241\\\"}.bi-cart:before{content:\\\"\\\\f242\\\"}.bi-cart2:before{content:\\\"\\\\f243\\\"}.bi-cart3:before{content:\\\"\\\\f244\\\"}.bi-cart4:before{content:\\\"\\\\f245\\\"}.bi-cash-stack:before{content:\\\"\\\\f246\\\"}.bi-cash:before{content:\\\"\\\\f247\\\"}.bi-cast:before{content:\\\"\\\\f248\\\"}.bi-chat-dots-fill:before{content:\\\"\\\\f249\\\"}.bi-chat-dots:before{content:\\\"\\\\f24a\\\"}.bi-chat-fill:before{content:\\\"\\\\f24b\\\"}.bi-chat-left-dots-fill:before{content:\\\"\\\\f24c\\\"}.bi-chat-left-dots:before{content:\\\"\\\\f24d\\\"}.bi-chat-left-fill:before{content:\\\"\\\\f24e\\\"}.bi-chat-left-quote-fill:before{content:\\\"\\\\f24f\\\"}.bi-chat-left-quote:before{content:\\\"\\\\f250\\\"}.bi-chat-left-text-fill:before{content:\\\"\\\\f251\\\"}.bi-chat-left-text:before{content:\\\"\\\\f252\\\"}.bi-chat-left:before{content:\\\"\\\\f253\\\"}.bi-chat-quote-fill:before{content:\\\"\\\\f254\\\"}.bi-chat-quote:before{content:\\\"\\\\f255\\\"}.bi-chat-right-dots-fill:before{content:\\\"\\\\f256\\\"}.bi-chat-right-dots:before{content:\\\"\\\\f257\\\"}.bi-chat-right-fill:before{content:\\\"\\\\f258\\\"}.bi-chat-right-quote-fill:before{content:\\\"\\\\f259\\\"}.bi-chat-right-quote:before{content:\\\"\\\\f25a\\\"}.bi-chat-right-text-fill:before{content:\\\"\\\\f25b\\\"}.bi-chat-right-text:before{content:\\\"\\\\f25c\\\"}.bi-chat-right:before{content:\\\"\\\\f25d\\\"}.bi-chat-square-dots-fill:before{content:\\\"\\\\f25e\\\"}.bi-chat-square-dots:before{content:\\\"\\\\f25f\\\"}.bi-chat-square-fill:before{content:\\\"\\\\f260\\\"}.bi-chat-square-quote-fill:before{content:\\\"\\\\f261\\\"}.bi-chat-square-quote:before{content:\\\"\\\\f262\\\"}.bi-chat-square-text-fill:before{content:\\\"\\\\f263\\\"}.bi-chat-square-text:before{content:\\\"\\\\f264\\\"}.bi-chat-square:before{content:\\\"\\\\f265\\\"}.bi-chat-text-fill:before{content:\\\"\\\\f266\\\"}.bi-chat-text:before{content:\\\"\\\\f267\\\"}.bi-chat:before{content:\\\"\\\\f268\\\"}.bi-check-all:before{content:\\\"\\\\f269\\\"}.bi-check-circle-fill:before{content:\\\"\\\\f26a\\\"}.bi-check-circle:before{content:\\\"\\\\f26b\\\"}.bi-check-square-fill:before{content:\\\"\\\\f26c\\\"}.bi-check-square:before{content:\\\"\\\\f26d\\\"}.bi-check:before{content:\\\"\\\\f26e\\\"}.bi-check2-all:before{content:\\\"\\\\f26f\\\"}.bi-check2-circle:before{content:\\\"\\\\f270\\\"}.bi-check2-square:before{content:\\\"\\\\f271\\\"}.bi-check2:before{content:\\\"\\\\f272\\\"}.bi-chevron-bar-contract:before{content:\\\"\\\\f273\\\"}.bi-chevron-bar-down:before{content:\\\"\\\\f274\\\"}.bi-chevron-bar-expand:before{content:\\\"\\\\f275\\\"}.bi-chevron-bar-left:before{content:\\\"\\\\f276\\\"}.bi-chevron-bar-right:before{content:\\\"\\\\f277\\\"}.bi-chevron-bar-up:before{content:\\\"\\\\f278\\\"}.bi-chevron-compact-down:before{content:\\\"\\\\f279\\\"}.bi-chevron-compact-left:before{content:\\\"\\\\f27a\\\"}.bi-chevron-compact-right:before{content:\\\"\\\\f27b\\\"}.bi-chevron-compact-up:before{content:\\\"\\\\f27c\\\"}.bi-chevron-contract:before{content:\\\"\\\\f27d\\\"}.bi-chevron-double-down:before{content:\\\"\\\\f27e\\\"}.bi-chevron-double-left:before{content:\\\"\\\\f27f\\\"}.bi-chevron-double-right:before{content:\\\"\\\\f280\\\"}.bi-chevron-double-up:before{content:\\\"\\\\f281\\\"}.bi-chevron-down:before{content:\\\"\\\\f282\\\"}.bi-chevron-expand:before{content:\\\"\\\\f283\\\"}.bi-chevron-left:before{content:\\\"\\\\f284\\\"}.bi-chevron-right:before{content:\\\"\\\\f285\\\"}.bi-chevron-up:before{content:\\\"\\\\f286\\\"}.bi-circle-fill:before{content:\\\"\\\\f287\\\"}.bi-circle-half:before{content:\\\"\\\\f288\\\"}.bi-circle-square:before{content:\\\"\\\\f289\\\"}.bi-circle:before{content:\\\"\\\\f28a\\\"}.bi-clipboard-check:before{content:\\\"\\\\f28b\\\"}.bi-clipboard-data:before{content:\\\"\\\\f28c\\\"}.bi-clipboard-minus:before{content:\\\"\\\\f28d\\\"}.bi-clipboard-plus:before{content:\\\"\\\\f28e\\\"}.bi-clipboard-x:before{content:\\\"\\\\f28f\\\"}.bi-clipboard:before{content:\\\"\\\\f290\\\"}.bi-clock-fill:before{content:\\\"\\\\f291\\\"}.bi-clock-history:before{content:\\\"\\\\f292\\\"}.bi-clock:before{content:\\\"\\\\f293\\\"}.bi-cloud-arrow-down-fill:before{content:\\\"\\\\f294\\\"}.bi-cloud-arrow-down:before{content:\\\"\\\\f295\\\"}.bi-cloud-arrow-up-fill:before{content:\\\"\\\\f296\\\"}.bi-cloud-arrow-up:before{content:\\\"\\\\f297\\\"}.bi-cloud-check-fill:before{content:\\\"\\\\f298\\\"}.bi-cloud-check:before{content:\\\"\\\\f299\\\"}.bi-cloud-download-fill:before{content:\\\"\\\\f29a\\\"}.bi-cloud-download:before{content:\\\"\\\\f29b\\\"}.bi-cloud-drizzle-fill:before{content:\\\"\\\\f29c\\\"}.bi-cloud-drizzle:before{content:\\\"\\\\f29d\\\"}.bi-cloud-fill:before{content:\\\"\\\\f29e\\\"}.bi-cloud-fog-fill:before{content:\\\"\\\\f29f\\\"}.bi-cloud-fog:before{content:\\\"\\\\f2a0\\\"}.bi-cloud-fog2-fill:before{content:\\\"\\\\f2a1\\\"}.bi-cloud-fog2:before{content:\\\"\\\\f2a2\\\"}.bi-cloud-hail-fill:before{content:\\\"\\\\f2a3\\\"}.bi-cloud-hail:before{content:\\\"\\\\f2a4\\\"}.bi-cloud-haze-1:before{content:\\\"\\\\f2a5\\\"}.bi-cloud-haze-fill:before{content:\\\"\\\\f2a6\\\"}.bi-cloud-haze:before{content:\\\"\\\\f2a7\\\"}.bi-cloud-haze2-fill:before{content:\\\"\\\\f2a8\\\"}.bi-cloud-lightning-fill:before{content:\\\"\\\\f2a9\\\"}.bi-cloud-lightning-rain-fill:before{content:\\\"\\\\f2aa\\\"}.bi-cloud-lightning-rain:before{content:\\\"\\\\f2ab\\\"}.bi-cloud-lightning:before{content:\\\"\\\\f2ac\\\"}.bi-cloud-minus-fill:before{content:\\\"\\\\f2ad\\\"}.bi-cloud-minus:before{content:\\\"\\\\f2ae\\\"}.bi-cloud-moon-fill:before{content:\\\"\\\\f2af\\\"}.bi-cloud-moon:before{content:\\\"\\\\f2b0\\\"}.bi-cloud-plus-fill:before{content:\\\"\\\\f2b1\\\"}.bi-cloud-plus:before{content:\\\"\\\\f2b2\\\"}.bi-cloud-rain-fill:before{content:\\\"\\\\f2b3\\\"}.bi-cloud-rain-heavy-fill:before{content:\\\"\\\\f2b4\\\"}.bi-cloud-rain-heavy:before{content:\\\"\\\\f2b5\\\"}.bi-cloud-rain:before{content:\\\"\\\\f2b6\\\"}.bi-cloud-slash-fill:before{content:\\\"\\\\f2b7\\\"}.bi-cloud-slash:before{content:\\\"\\\\f2b8\\\"}.bi-cloud-sleet-fill:before{content:\\\"\\\\f2b9\\\"}.bi-cloud-sleet:before{content:\\\"\\\\f2ba\\\"}.bi-cloud-snow-fill:before{content:\\\"\\\\f2bb\\\"}.bi-cloud-snow:before{content:\\\"\\\\f2bc\\\"}.bi-cloud-sun-fill:before{content:\\\"\\\\f2bd\\\"}.bi-cloud-sun:before{content:\\\"\\\\f2be\\\"}.bi-cloud-upload-fill:before{content:\\\"\\\\f2bf\\\"}.bi-cloud-upload:before{content:\\\"\\\\f2c0\\\"}.bi-cloud:before{content:\\\"\\\\f2c1\\\"}.bi-clouds-fill:before{content:\\\"\\\\f2c2\\\"}.bi-clouds:before{content:\\\"\\\\f2c3\\\"}.bi-cloudy-fill:before{content:\\\"\\\\f2c4\\\"}.bi-cloudy:before{content:\\\"\\\\f2c5\\\"}.bi-code-slash:before{content:\\\"\\\\f2c6\\\"}.bi-code-square:before{content:\\\"\\\\f2c7\\\"}.bi-code:before{content:\\\"\\\\f2c8\\\"}.bi-collection-fill:before{content:\\\"\\\\f2c9\\\"}.bi-collection-play-fill:before{content:\\\"\\\\f2ca\\\"}.bi-collection-play:before{content:\\\"\\\\f2cb\\\"}.bi-collection:before{content:\\\"\\\\f2cc\\\"}.bi-columns-gap:before{content:\\\"\\\\f2cd\\\"}.bi-columns:before{content:\\\"\\\\f2ce\\\"}.bi-command:before{content:\\\"\\\\f2cf\\\"}.bi-compass-fill:before{content:\\\"\\\\f2d0\\\"}.bi-compass:before{content:\\\"\\\\f2d1\\\"}.bi-cone-striped:before{content:\\\"\\\\f2d2\\\"}.bi-cone:before{content:\\\"\\\\f2d3\\\"}.bi-controller:before{content:\\\"\\\\f2d4\\\"}.bi-cpu-fill:before{content:\\\"\\\\f2d5\\\"}.bi-cpu:before{content:\\\"\\\\f2d6\\\"}.bi-credit-card-2-back-fill:before{content:\\\"\\\\f2d7\\\"}.bi-credit-card-2-back:before{content:\\\"\\\\f2d8\\\"}.bi-credit-card-2-front-fill:before{content:\\\"\\\\f2d9\\\"}.bi-credit-card-2-front:before{content:\\\"\\\\f2da\\\"}.bi-credit-card-fill:before{content:\\\"\\\\f2db\\\"}.bi-credit-card:before{content:\\\"\\\\f2dc\\\"}.bi-crop:before{content:\\\"\\\\f2dd\\\"}.bi-cup-fill:before{content:\\\"\\\\f2de\\\"}.bi-cup-straw:before{content:\\\"\\\\f2df\\\"}.bi-cup:before{content:\\\"\\\\f2e0\\\"}.bi-cursor-fill:before{content:\\\"\\\\f2e1\\\"}.bi-cursor-text:before{content:\\\"\\\\f2e2\\\"}.bi-cursor:before{content:\\\"\\\\f2e3\\\"}.bi-dash-circle-dotted:before{content:\\\"\\\\f2e4\\\"}.bi-dash-circle-fill:before{content:\\\"\\\\f2e5\\\"}.bi-dash-circle:before{content:\\\"\\\\f2e6\\\"}.bi-dash-square-dotted:before{content:\\\"\\\\f2e7\\\"}.bi-dash-square-fill:before{content:\\\"\\\\f2e8\\\"}.bi-dash-square:before{content:\\\"\\\\f2e9\\\"}.bi-dash:before{content:\\\"\\\\f2ea\\\"}.bi-diagram-2-fill:before{content:\\\"\\\\f2eb\\\"}.bi-diagram-2:before{content:\\\"\\\\f2ec\\\"}.bi-diagram-3-fill:before{content:\\\"\\\\f2ed\\\"}.bi-diagram-3:before{content:\\\"\\\\f2ee\\\"}.bi-diamond-fill:before{content:\\\"\\\\f2ef\\\"}.bi-diamond-half:before{content:\\\"\\\\f2f0\\\"}.bi-diamond:before{content:\\\"\\\\f2f1\\\"}.bi-dice-1-fill:before{content:\\\"\\\\f2f2\\\"}.bi-dice-1:before{content:\\\"\\\\f2f3\\\"}.bi-dice-2-fill:before{content:\\\"\\\\f2f4\\\"}.bi-dice-2:before{content:\\\"\\\\f2f5\\\"}.bi-dice-3-fill:before{content:\\\"\\\\f2f6\\\"}.bi-dice-3:before{content:\\\"\\\\f2f7\\\"}.bi-dice-4-fill:before{content:\\\"\\\\f2f8\\\"}.bi-dice-4:before{content:\\\"\\\\f2f9\\\"}.bi-dice-5-fill:before{content:\\\"\\\\f2fa\\\"}.bi-dice-5:before{content:\\\"\\\\f2fb\\\"}.bi-dice-6-fill:before{content:\\\"\\\\f2fc\\\"}.bi-dice-6:before{content:\\\"\\\\f2fd\\\"}.bi-disc-fill:before{content:\\\"\\\\f2fe\\\"}.bi-disc:before{content:\\\"\\\\f2ff\\\"}.bi-discord:before{content:\\\"\\\\f300\\\"}.bi-display-fill:before{content:\\\"\\\\f301\\\"}.bi-display:before{content:\\\"\\\\f302\\\"}.bi-distribute-horizontal:before{content:\\\"\\\\f303\\\"}.bi-distribute-vertical:before{content:\\\"\\\\f304\\\"}.bi-door-closed-fill:before{content:\\\"\\\\f305\\\"}.bi-door-closed:before{content:\\\"\\\\f306\\\"}.bi-door-open-fill:before{content:\\\"\\\\f307\\\"}.bi-door-open:before{content:\\\"\\\\f308\\\"}.bi-dot:before{content:\\\"\\\\f309\\\"}.bi-download:before{content:\\\"\\\\f30a\\\"}.bi-droplet-fill:before{content:\\\"\\\\f30b\\\"}.bi-droplet-half:before{content:\\\"\\\\f30c\\\"}.bi-droplet:before{content:\\\"\\\\f30d\\\"}.bi-earbuds:before{content:\\\"\\\\f30e\\\"}.bi-easel-fill:before{content:\\\"\\\\f30f\\\"}.bi-easel:before{content:\\\"\\\\f310\\\"}.bi-egg-fill:before{content:\\\"\\\\f311\\\"}.bi-egg-fried:before{content:\\\"\\\\f312\\\"}.bi-egg:before{content:\\\"\\\\f313\\\"}.bi-eject-fill:before{content:\\\"\\\\f314\\\"}.bi-eject:before{content:\\\"\\\\f315\\\"}.bi-emoji-angry-fill:before{content:\\\"\\\\f316\\\"}.bi-emoji-angry:before{content:\\\"\\\\f317\\\"}.bi-emoji-dizzy-fill:before{content:\\\"\\\\f318\\\"}.bi-emoji-dizzy:before{content:\\\"\\\\f319\\\"}.bi-emoji-expressionless-fill:before{content:\\\"\\\\f31a\\\"}.bi-emoji-expressionless:before{content:\\\"\\\\f31b\\\"}.bi-emoji-frown-fill:before{content:\\\"\\\\f31c\\\"}.bi-emoji-frown:before{content:\\\"\\\\f31d\\\"}.bi-emoji-heart-eyes-fill:before{content:\\\"\\\\f31e\\\"}.bi-emoji-heart-eyes:before{content:\\\"\\\\f31f\\\"}.bi-emoji-laughing-fill:before{content:\\\"\\\\f320\\\"}.bi-emoji-laughing:before{content:\\\"\\\\f321\\\"}.bi-emoji-neutral-fill:before{content:\\\"\\\\f322\\\"}.bi-emoji-neutral:before{content:\\\"\\\\f323\\\"}.bi-emoji-smile-fill:before{content:\\\"\\\\f324\\\"}.bi-emoji-smile-upside-down-fill:before{content:\\\"\\\\f325\\\"}.bi-emoji-smile-upside-down:before{content:\\\"\\\\f326\\\"}.bi-emoji-smile:before{content:\\\"\\\\f327\\\"}.bi-emoji-sunglasses-fill:before{content:\\\"\\\\f328\\\"}.bi-emoji-sunglasses:before{content:\\\"\\\\f329\\\"}.bi-emoji-wink-fill:before{content:\\\"\\\\f32a\\\"}.bi-emoji-wink:before{content:\\\"\\\\f32b\\\"}.bi-envelope-fill:before{content:\\\"\\\\f32c\\\"}.bi-envelope-open-fill:before{content:\\\"\\\\f32d\\\"}.bi-envelope-open:before{content:\\\"\\\\f32e\\\"}.bi-envelope:before{content:\\\"\\\\f32f\\\"}.bi-eraser-fill:before{content:\\\"\\\\f330\\\"}.bi-eraser:before{content:\\\"\\\\f331\\\"}.bi-exclamation-circle-fill:before{content:\\\"\\\\f332\\\"}.bi-exclamation-circle:before{content:\\\"\\\\f333\\\"}.bi-exclamation-diamond-fill:before{content:\\\"\\\\f334\\\"}.bi-exclamation-diamond:before{content:\\\"\\\\f335\\\"}.bi-exclamation-octagon-fill:before{content:\\\"\\\\f336\\\"}.bi-exclamation-octagon:before{content:\\\"\\\\f337\\\"}.bi-exclamation-square-fill:before{content:\\\"\\\\f338\\\"}.bi-exclamation-square:before{content:\\\"\\\\f339\\\"}.bi-exclamation-triangle-fill:before{content:\\\"\\\\f33a\\\"}.bi-exclamation-triangle:before{content:\\\"\\\\f33b\\\"}.bi-exclamation:before{content:\\\"\\\\f33c\\\"}.bi-exclude:before{content:\\\"\\\\f33d\\\"}.bi-eye-fill:before{content:\\\"\\\\f33e\\\"}.bi-eye-slash-fill:before{content:\\\"\\\\f33f\\\"}.bi-eye-slash:before{content:\\\"\\\\f340\\\"}.bi-eye:before{content:\\\"\\\\f341\\\"}.bi-eyedropper:before{content:\\\"\\\\f342\\\"}.bi-eyeglasses:before{content:\\\"\\\\f343\\\"}.bi-facebook:before{content:\\\"\\\\f344\\\"}.bi-file-arrow-down-fill:before{content:\\\"\\\\f345\\\"}.bi-file-arrow-down:before{content:\\\"\\\\f346\\\"}.bi-file-arrow-up-fill:before{content:\\\"\\\\f347\\\"}.bi-file-arrow-up:before{content:\\\"\\\\f348\\\"}.bi-file-bar-graph-fill:before{content:\\\"\\\\f349\\\"}.bi-file-bar-graph:before{content:\\\"\\\\f34a\\\"}.bi-file-binary-fill:before{content:\\\"\\\\f34b\\\"}.bi-file-binary:before{content:\\\"\\\\f34c\\\"}.bi-file-break-fill:before{content:\\\"\\\\f34d\\\"}.bi-file-break:before{content:\\\"\\\\f34e\\\"}.bi-file-check-fill:before{content:\\\"\\\\f34f\\\"}.bi-file-check:before{content:\\\"\\\\f350\\\"}.bi-file-code-fill:before{content:\\\"\\\\f351\\\"}.bi-file-code:before{content:\\\"\\\\f352\\\"}.bi-file-diff-fill:before{content:\\\"\\\\f353\\\"}.bi-file-diff:before{content:\\\"\\\\f354\\\"}.bi-file-earmark-arrow-down-fill:before{content:\\\"\\\\f355\\\"}.bi-file-earmark-arrow-down:before{content:\\\"\\\\f356\\\"}.bi-file-earmark-arrow-up-fill:before{content:\\\"\\\\f357\\\"}.bi-file-earmark-arrow-up:before{content:\\\"\\\\f358\\\"}.bi-file-earmark-bar-graph-fill:before{content:\\\"\\\\f359\\\"}.bi-file-earmark-bar-graph:before{content:\\\"\\\\f35a\\\"}.bi-file-earmark-binary-fill:before{content:\\\"\\\\f35b\\\"}.bi-file-earmark-binary:before{content:\\\"\\\\f35c\\\"}.bi-file-earmark-break-fill:before{content:\\\"\\\\f35d\\\"}.bi-file-earmark-break:before{content:\\\"\\\\f35e\\\"}.bi-file-earmark-check-fill:before{content:\\\"\\\\f35f\\\"}.bi-file-earmark-check:before{content:\\\"\\\\f360\\\"}.bi-file-earmark-code-fill:before{content:\\\"\\\\f361\\\"}.bi-file-earmark-code:before{content:\\\"\\\\f362\\\"}.bi-file-earmark-diff-fill:before{content:\\\"\\\\f363\\\"}.bi-file-earmark-diff:before{content:\\\"\\\\f364\\\"}.bi-file-earmark-easel-fill:before{content:\\\"\\\\f365\\\"}.bi-file-earmark-easel:before{content:\\\"\\\\f366\\\"}.bi-file-earmark-excel-fill:before{content:\\\"\\\\f367\\\"}.bi-file-earmark-excel:before{content:\\\"\\\\f368\\\"}.bi-file-earmark-fill:before{content:\\\"\\\\f369\\\"}.bi-file-earmark-font-fill:before{content:\\\"\\\\f36a\\\"}.bi-file-earmark-font:before{content:\\\"\\\\f36b\\\"}.bi-file-earmark-image-fill:before{content:\\\"\\\\f36c\\\"}.bi-file-earmark-image:before{content:\\\"\\\\f36d\\\"}.bi-file-earmark-lock-fill:before{content:\\\"\\\\f36e\\\"}.bi-file-earmark-lock:before{content:\\\"\\\\f36f\\\"}.bi-file-earmark-lock2-fill:before{content:\\\"\\\\f370\\\"}.bi-file-earmark-lock2:before{content:\\\"\\\\f371\\\"}.bi-file-earmark-medical-fill:before{content:\\\"\\\\f372\\\"}.bi-file-earmark-medical:before{content:\\\"\\\\f373\\\"}.bi-file-earmark-minus-fill:before{content:\\\"\\\\f374\\\"}.bi-file-earmark-minus:before{content:\\\"\\\\f375\\\"}.bi-file-earmark-music-fill:before{content:\\\"\\\\f376\\\"}.bi-file-earmark-music:before{content:\\\"\\\\f377\\\"}.bi-file-earmark-person-fill:before{content:\\\"\\\\f378\\\"}.bi-file-earmark-person:before{content:\\\"\\\\f379\\\"}.bi-file-earmark-play-fill:before{content:\\\"\\\\f37a\\\"}.bi-file-earmark-play:before{content:\\\"\\\\f37b\\\"}.bi-file-earmark-plus-fill:before{content:\\\"\\\\f37c\\\"}.bi-file-earmark-plus:before{content:\\\"\\\\f37d\\\"}.bi-file-earmark-post-fill:before{content:\\\"\\\\f37e\\\"}.bi-file-earmark-post:before{content:\\\"\\\\f37f\\\"}.bi-file-earmark-ppt-fill:before{content:\\\"\\\\f380\\\"}.bi-file-earmark-ppt:before{content:\\\"\\\\f381\\\"}.bi-file-earmark-richtext-fill:before{content:\\\"\\\\f382\\\"}.bi-file-earmark-richtext:before{content:\\\"\\\\f383\\\"}.bi-file-earmark-ruled-fill:before{content:\\\"\\\\f384\\\"}.bi-file-earmark-ruled:before{content:\\\"\\\\f385\\\"}.bi-file-earmark-slides-fill:before{content:\\\"\\\\f386\\\"}.bi-file-earmark-slides:before{content:\\\"\\\\f387\\\"}.bi-file-earmark-spreadsheet-fill:before{content:\\\"\\\\f388\\\"}.bi-file-earmark-spreadsheet:before{content:\\\"\\\\f389\\\"}.bi-file-earmark-text-fill:before{content:\\\"\\\\f38a\\\"}.bi-file-earmark-text:before{content:\\\"\\\\f38b\\\"}.bi-file-earmark-word-fill:before{content:\\\"\\\\f38c\\\"}.bi-file-earmark-word:before{content:\\\"\\\\f38d\\\"}.bi-file-earmark-x-fill:before{content:\\\"\\\\f38e\\\"}.bi-file-earmark-x:before{content:\\\"\\\\f38f\\\"}.bi-file-earmark-zip-fill:before{content:\\\"\\\\f390\\\"}.bi-file-earmark-zip:before{content:\\\"\\\\f391\\\"}.bi-file-earmark:before{content:\\\"\\\\f392\\\"}.bi-file-easel-fill:before{content:\\\"\\\\f393\\\"}.bi-file-easel:before{content:\\\"\\\\f394\\\"}.bi-file-excel-fill:before{content:\\\"\\\\f395\\\"}.bi-file-excel:before{content:\\\"\\\\f396\\\"}.bi-file-fill:before{content:\\\"\\\\f397\\\"}.bi-file-font-fill:before{content:\\\"\\\\f398\\\"}.bi-file-font:before{content:\\\"\\\\f399\\\"}.bi-file-image-fill:before{content:\\\"\\\\f39a\\\"}.bi-file-image:before{content:\\\"\\\\f39b\\\"}.bi-file-lock-fill:before{content:\\\"\\\\f39c\\\"}.bi-file-lock:before{content:\\\"\\\\f39d\\\"}.bi-file-lock2-fill:before{content:\\\"\\\\f39e\\\"}.bi-file-lock2:before{content:\\\"\\\\f39f\\\"}.bi-file-medical-fill:before{content:\\\"\\\\f3a0\\\"}.bi-file-medical:before{content:\\\"\\\\f3a1\\\"}.bi-file-minus-fill:before{content:\\\"\\\\f3a2\\\"}.bi-file-minus:before{content:\\\"\\\\f3a3\\\"}.bi-file-music-fill:before{content:\\\"\\\\f3a4\\\"}.bi-file-music:before{content:\\\"\\\\f3a5\\\"}.bi-file-person-fill:before{content:\\\"\\\\f3a6\\\"}.bi-file-person:before{content:\\\"\\\\f3a7\\\"}.bi-file-play-fill:before{content:\\\"\\\\f3a8\\\"}.bi-file-play:before{content:\\\"\\\\f3a9\\\"}.bi-file-plus-fill:before{content:\\\"\\\\f3aa\\\"}.bi-file-plus:before{content:\\\"\\\\f3ab\\\"}.bi-file-post-fill:before{content:\\\"\\\\f3ac\\\"}.bi-file-post:before{content:\\\"\\\\f3ad\\\"}.bi-file-ppt-fill:before{content:\\\"\\\\f3ae\\\"}.bi-file-ppt:before{content:\\\"\\\\f3af\\\"}.bi-file-richtext-fill:before{content:\\\"\\\\f3b0\\\"}.bi-file-richtext:before{content:\\\"\\\\f3b1\\\"}.bi-file-ruled-fill:before{content:\\\"\\\\f3b2\\\"}.bi-file-ruled:before{content:\\\"\\\\f3b3\\\"}.bi-file-slides-fill:before{content:\\\"\\\\f3b4\\\"}.bi-file-slides:before{content:\\\"\\\\f3b5\\\"}.bi-file-spreadsheet-fill:before{content:\\\"\\\\f3b6\\\"}.bi-file-spreadsheet:before{content:\\\"\\\\f3b7\\\"}.bi-file-text-fill:before{content:\\\"\\\\f3b8\\\"}.bi-file-text:before{content:\\\"\\\\f3b9\\\"}.bi-file-word-fill:before{content:\\\"\\\\f3ba\\\"}.bi-file-word:before{content:\\\"\\\\f3bb\\\"}.bi-file-x-fill:before{content:\\\"\\\\f3bc\\\"}.bi-file-x:before{content:\\\"\\\\f3bd\\\"}.bi-file-zip-fill:before{content:\\\"\\\\f3be\\\"}.bi-file-zip:before{content:\\\"\\\\f3bf\\\"}.bi-file:before{content:\\\"\\\\f3c0\\\"}.bi-files-alt:before{content:\\\"\\\\f3c1\\\"}.bi-files:before{content:\\\"\\\\f3c2\\\"}.bi-film:before{content:\\\"\\\\f3c3\\\"}.bi-filter-circle-fill:before{content:\\\"\\\\f3c4\\\"}.bi-filter-circle:before{content:\\\"\\\\f3c5\\\"}.bi-filter-left:before{content:\\\"\\\\f3c6\\\"}.bi-filter-right:before{content:\\\"\\\\f3c7\\\"}.bi-filter-square-fill:before{content:\\\"\\\\f3c8\\\"}.bi-filter-square:before{content:\\\"\\\\f3c9\\\"}.bi-filter:before{content:\\\"\\\\f3ca\\\"}.bi-flag-fill:before{content:\\\"\\\\f3cb\\\"}.bi-flag:before{content:\\\"\\\\f3cc\\\"}.bi-flower1:before{content:\\\"\\\\f3cd\\\"}.bi-flower2:before{content:\\\"\\\\f3ce\\\"}.bi-flower3:before{content:\\\"\\\\f3cf\\\"}.bi-folder-check:before{content:\\\"\\\\f3d0\\\"}.bi-folder-fill:before{content:\\\"\\\\f3d1\\\"}.bi-folder-minus:before{content:\\\"\\\\f3d2\\\"}.bi-folder-plus:before{content:\\\"\\\\f3d3\\\"}.bi-folder-symlink-fill:before{content:\\\"\\\\f3d4\\\"}.bi-folder-symlink:before{content:\\\"\\\\f3d5\\\"}.bi-folder-x:before{content:\\\"\\\\f3d6\\\"}.bi-folder:before{content:\\\"\\\\f3d7\\\"}.bi-folder2-open:before{content:\\\"\\\\f3d8\\\"}.bi-folder2:before{content:\\\"\\\\f3d9\\\"}.bi-fonts:before{content:\\\"\\\\f3da\\\"}.bi-forward-fill:before{content:\\\"\\\\f3db\\\"}.bi-forward:before{content:\\\"\\\\f3dc\\\"}.bi-front:before{content:\\\"\\\\f3dd\\\"}.bi-fullscreen-exit:before{content:\\\"\\\\f3de\\\"}.bi-fullscreen:before{content:\\\"\\\\f3df\\\"}.bi-funnel-fill:before{content:\\\"\\\\f3e0\\\"}.bi-funnel:before{content:\\\"\\\\f3e1\\\"}.bi-gear-fill:before{content:\\\"\\\\f3e2\\\"}.bi-gear-wide-connected:before{content:\\\"\\\\f3e3\\\"}.bi-gear-wide:before{content:\\\"\\\\f3e4\\\"}.bi-gear:before{content:\\\"\\\\f3e5\\\"}.bi-gem:before{content:\\\"\\\\f3e6\\\"}.bi-geo-alt-fill:before{content:\\\"\\\\f3e7\\\"}.bi-geo-alt:before{content:\\\"\\\\f3e8\\\"}.bi-geo-fill:before{content:\\\"\\\\f3e9\\\"}.bi-geo:before{content:\\\"\\\\f3ea\\\"}.bi-gift-fill:before{content:\\\"\\\\f3eb\\\"}.bi-gift:before{content:\\\"\\\\f3ec\\\"}.bi-github:before{content:\\\"\\\\f3ed\\\"}.bi-globe:before{content:\\\"\\\\f3ee\\\"}.bi-globe2:before{content:\\\"\\\\f3ef\\\"}.bi-google:before{content:\\\"\\\\f3f0\\\"}.bi-graph-down:before{content:\\\"\\\\f3f1\\\"}.bi-graph-up:before{content:\\\"\\\\f3f2\\\"}.bi-grid-1x2-fill:before{content:\\\"\\\\f3f3\\\"}.bi-grid-1x2:before{content:\\\"\\\\f3f4\\\"}.bi-grid-3x2-gap-fill:before{content:\\\"\\\\f3f5\\\"}.bi-grid-3x2-gap:before{content:\\\"\\\\f3f6\\\"}.bi-grid-3x2:before{content:\\\"\\\\f3f7\\\"}.bi-grid-3x3-gap-fill:before{content:\\\"\\\\f3f8\\\"}.bi-grid-3x3-gap:before{content:\\\"\\\\f3f9\\\"}.bi-grid-3x3:before{content:\\\"\\\\f3fa\\\"}.bi-grid-fill:before{content:\\\"\\\\f3fb\\\"}.bi-grid:before{content:\\\"\\\\f3fc\\\"}.bi-grip-horizontal:before{content:\\\"\\\\f3fd\\\"}.bi-grip-vertical:before{content:\\\"\\\\f3fe\\\"}.bi-hammer:before{content:\\\"\\\\f3ff\\\"}.bi-hand-index-fill:before{content:\\\"\\\\f400\\\"}.bi-hand-index-thumb-fill:before{content:\\\"\\\\f401\\\"}.bi-hand-index-thumb:before{content:\\\"\\\\f402\\\"}.bi-hand-index:before{content:\\\"\\\\f403\\\"}.bi-hand-thumbs-down-fill:before{content:\\\"\\\\f404\\\"}.bi-hand-thumbs-down:before{content:\\\"\\\\f405\\\"}.bi-hand-thumbs-up-fill:before{content:\\\"\\\\f406\\\"}.bi-hand-thumbs-up:before{content:\\\"\\\\f407\\\"}.bi-handbag-fill:before{content:\\\"\\\\f408\\\"}.bi-handbag:before{content:\\\"\\\\f409\\\"}.bi-hash:before{content:\\\"\\\\f40a\\\"}.bi-hdd-fill:before{content:\\\"\\\\f40b\\\"}.bi-hdd-network-fill:before{content:\\\"\\\\f40c\\\"}.bi-hdd-network:before{content:\\\"\\\\f40d\\\"}.bi-hdd-rack-fill:before{content:\\\"\\\\f40e\\\"}.bi-hdd-rack:before{content:\\\"\\\\f40f\\\"}.bi-hdd-stack-fill:before{content:\\\"\\\\f410\\\"}.bi-hdd-stack:before{content:\\\"\\\\f411\\\"}.bi-hdd:before{content:\\\"\\\\f412\\\"}.bi-headphones:before{content:\\\"\\\\f413\\\"}.bi-headset:before{content:\\\"\\\\f414\\\"}.bi-heart-fill:before{content:\\\"\\\\f415\\\"}.bi-heart-half:before{content:\\\"\\\\f416\\\"}.bi-heart:before{content:\\\"\\\\f417\\\"}.bi-heptagon-fill:before{content:\\\"\\\\f418\\\"}.bi-heptagon-half:before{content:\\\"\\\\f419\\\"}.bi-heptagon:before{content:\\\"\\\\f41a\\\"}.bi-hexagon-fill:before{content:\\\"\\\\f41b\\\"}.bi-hexagon-half:before{content:\\\"\\\\f41c\\\"}.bi-hexagon:before{content:\\\"\\\\f41d\\\"}.bi-hourglass-bottom:before{content:\\\"\\\\f41e\\\"}.bi-hourglass-split:before{content:\\\"\\\\f41f\\\"}.bi-hourglass-top:before{content:\\\"\\\\f420\\\"}.bi-hourglass:before{content:\\\"\\\\f421\\\"}.bi-house-door-fill:before{content:\\\"\\\\f422\\\"}.bi-house-door:before{content:\\\"\\\\f423\\\"}.bi-house-fill:before{content:\\\"\\\\f424\\\"}.bi-house:before{content:\\\"\\\\f425\\\"}.bi-hr:before{content:\\\"\\\\f426\\\"}.bi-hurricane:before{content:\\\"\\\\f427\\\"}.bi-image-alt:before{content:\\\"\\\\f428\\\"}.bi-image-fill:before{content:\\\"\\\\f429\\\"}.bi-image:before{content:\\\"\\\\f42a\\\"}.bi-images:before{content:\\\"\\\\f42b\\\"}.bi-inbox-fill:before{content:\\\"\\\\f42c\\\"}.bi-inbox:before{content:\\\"\\\\f42d\\\"}.bi-inboxes-fill:before{content:\\\"\\\\f42e\\\"}.bi-inboxes:before{content:\\\"\\\\f42f\\\"}.bi-info-circle-fill:before{content:\\\"\\\\f430\\\"}.bi-info-circle:before{content:\\\"\\\\f431\\\"}.bi-info-square-fill:before{content:\\\"\\\\f432\\\"}.bi-info-square:before{content:\\\"\\\\f433\\\"}.bi-info:before{content:\\\"\\\\f434\\\"}.bi-input-cursor-text:before{content:\\\"\\\\f435\\\"}.bi-input-cursor:before{content:\\\"\\\\f436\\\"}.bi-instagram:before{content:\\\"\\\\f437\\\"}.bi-intersect:before{content:\\\"\\\\f438\\\"}.bi-journal-album:before{content:\\\"\\\\f439\\\"}.bi-journal-arrow-down:before{content:\\\"\\\\f43a\\\"}.bi-journal-arrow-up:before{content:\\\"\\\\f43b\\\"}.bi-journal-bookmark-fill:before{content:\\\"\\\\f43c\\\"}.bi-journal-bookmark:before{content:\\\"\\\\f43d\\\"}.bi-journal-check:before{content:\\\"\\\\f43e\\\"}.bi-journal-code:before{content:\\\"\\\\f43f\\\"}.bi-journal-medical:before{content:\\\"\\\\f440\\\"}.bi-journal-minus:before{content:\\\"\\\\f441\\\"}.bi-journal-plus:before{content:\\\"\\\\f442\\\"}.bi-journal-richtext:before{content:\\\"\\\\f443\\\"}.bi-journal-text:before{content:\\\"\\\\f444\\\"}.bi-journal-x:before{content:\\\"\\\\f445\\\"}.bi-journal:before{content:\\\"\\\\f446\\\"}.bi-journals:before{content:\\\"\\\\f447\\\"}.bi-joystick:before{content:\\\"\\\\f448\\\"}.bi-justify-left:before{content:\\\"\\\\f449\\\"}.bi-justify-right:before{content:\\\"\\\\f44a\\\"}.bi-justify:before{content:\\\"\\\\f44b\\\"}.bi-kanban-fill:before{content:\\\"\\\\f44c\\\"}.bi-kanban:before{content:\\\"\\\\f44d\\\"}.bi-key-fill:before{content:\\\"\\\\f44e\\\"}.bi-key:before{content:\\\"\\\\f44f\\\"}.bi-keyboard-fill:before{content:\\\"\\\\f450\\\"}.bi-keyboard:before{content:\\\"\\\\f451\\\"}.bi-ladder:before{content:\\\"\\\\f452\\\"}.bi-lamp-fill:before{content:\\\"\\\\f453\\\"}.bi-lamp:before{content:\\\"\\\\f454\\\"}.bi-laptop-fill:before{content:\\\"\\\\f455\\\"}.bi-laptop:before{content:\\\"\\\\f456\\\"}.bi-layer-backward:before{content:\\\"\\\\f457\\\"}.bi-layer-forward:before{content:\\\"\\\\f458\\\"}.bi-layers-fill:before{content:\\\"\\\\f459\\\"}.bi-layers-half:before{content:\\\"\\\\f45a\\\"}.bi-layers:before{content:\\\"\\\\f45b\\\"}.bi-layout-sidebar-inset-reverse:before{content:\\\"\\\\f45c\\\"}.bi-layout-sidebar-inset:before{content:\\\"\\\\f45d\\\"}.bi-layout-sidebar-reverse:before{content:\\\"\\\\f45e\\\"}.bi-layout-sidebar:before{content:\\\"\\\\f45f\\\"}.bi-layout-split:before{content:\\\"\\\\f460\\\"}.bi-layout-text-sidebar-reverse:before{content:\\\"\\\\f461\\\"}.bi-layout-text-sidebar:before{content:\\\"\\\\f462\\\"}.bi-layout-text-window-reverse:before{content:\\\"\\\\f463\\\"}.bi-layout-text-window:before{content:\\\"\\\\f464\\\"}.bi-layout-three-columns:before{content:\\\"\\\\f465\\\"}.bi-layout-wtf:before{content:\\\"\\\\f466\\\"}.bi-life-preserver:before{content:\\\"\\\\f467\\\"}.bi-lightbulb-fill:before{content:\\\"\\\\f468\\\"}.bi-lightbulb-off-fill:before{content:\\\"\\\\f469\\\"}.bi-lightbulb-off:before{content:\\\"\\\\f46a\\\"}.bi-lightbulb:before{content:\\\"\\\\f46b\\\"}.bi-lightning-charge-fill:before{content:\\\"\\\\f46c\\\"}.bi-lightning-charge:before{content:\\\"\\\\f46d\\\"}.bi-lightning-fill:before{content:\\\"\\\\f46e\\\"}.bi-lightning:before{content:\\\"\\\\f46f\\\"}.bi-link-45deg:before{content:\\\"\\\\f470\\\"}.bi-link:before{content:\\\"\\\\f471\\\"}.bi-linkedin:before{content:\\\"\\\\f472\\\"}.bi-list-check:before{content:\\\"\\\\f473\\\"}.bi-list-nested:before{content:\\\"\\\\f474\\\"}.bi-list-ol:before{content:\\\"\\\\f475\\\"}.bi-list-stars:before{content:\\\"\\\\f476\\\"}.bi-list-task:before{content:\\\"\\\\f477\\\"}.bi-list-ul:before{content:\\\"\\\\f478\\\"}.bi-list:before{content:\\\"\\\\f479\\\"}.bi-lock-fill:before{content:\\\"\\\\f47a\\\"}.bi-lock:before{content:\\\"\\\\f47b\\\"}.bi-mailbox:before{content:\\\"\\\\f47c\\\"}.bi-mailbox2:before{content:\\\"\\\\f47d\\\"}.bi-map-fill:before{content:\\\"\\\\f47e\\\"}.bi-map:before{content:\\\"\\\\f47f\\\"}.bi-markdown-fill:before{content:\\\"\\\\f480\\\"}.bi-markdown:before{content:\\\"\\\\f481\\\"}.bi-mask:before{content:\\\"\\\\f482\\\"}.bi-megaphone-fill:before{content:\\\"\\\\f483\\\"}.bi-megaphone:before{content:\\\"\\\\f484\\\"}.bi-menu-app-fill:before{content:\\\"\\\\f485\\\"}.bi-menu-app:before{content:\\\"\\\\f486\\\"}.bi-menu-button-fill:before{content:\\\"\\\\f487\\\"}.bi-menu-button-wide-fill:before{content:\\\"\\\\f488\\\"}.bi-menu-button-wide:before{content:\\\"\\\\f489\\\"}.bi-menu-button:before{content:\\\"\\\\f48a\\\"}.bi-menu-down:before{content:\\\"\\\\f48b\\\"}.bi-menu-up:before{content:\\\"\\\\f48c\\\"}.bi-mic-fill:before{content:\\\"\\\\f48d\\\"}.bi-mic-mute-fill:before{content:\\\"\\\\f48e\\\"}.bi-mic-mute:before{content:\\\"\\\\f48f\\\"}.bi-mic:before{content:\\\"\\\\f490\\\"}.bi-minecart-loaded:before{content:\\\"\\\\f491\\\"}.bi-minecart:before{content:\\\"\\\\f492\\\"}.bi-moisture:before{content:\\\"\\\\f493\\\"}.bi-moon-fill:before{content:\\\"\\\\f494\\\"}.bi-moon-stars-fill:before{content:\\\"\\\\f495\\\"}.bi-moon-stars:before{content:\\\"\\\\f496\\\"}.bi-moon:before{content:\\\"\\\\f497\\\"}.bi-mouse-fill:before{content:\\\"\\\\f498\\\"}.bi-mouse:before{content:\\\"\\\\f499\\\"}.bi-mouse2-fill:before{content:\\\"\\\\f49a\\\"}.bi-mouse2:before{content:\\\"\\\\f49b\\\"}.bi-mouse3-fill:before{content:\\\"\\\\f49c\\\"}.bi-mouse3:before{content:\\\"\\\\f49d\\\"}.bi-music-note-beamed:before{content:\\\"\\\\f49e\\\"}.bi-music-note-list:before{content:\\\"\\\\f49f\\\"}.bi-music-note:before{content:\\\"\\\\f4a0\\\"}.bi-music-player-fill:before{content:\\\"\\\\f4a1\\\"}.bi-music-player:before{content:\\\"\\\\f4a2\\\"}.bi-newspaper:before{content:\\\"\\\\f4a3\\\"}.bi-node-minus-fill:before{content:\\\"\\\\f4a4\\\"}.bi-node-minus:before{content:\\\"\\\\f4a5\\\"}.bi-node-plus-fill:before{content:\\\"\\\\f4a6\\\"}.bi-node-plus:before{content:\\\"\\\\f4a7\\\"}.bi-nut-fill:before{content:\\\"\\\\f4a8\\\"}.bi-nut:before{content:\\\"\\\\f4a9\\\"}.bi-octagon-fill:before{content:\\\"\\\\f4aa\\\"}.bi-octagon-half:before{content:\\\"\\\\f4ab\\\"}.bi-octagon:before{content:\\\"\\\\f4ac\\\"}.bi-option:before{content:\\\"\\\\f4ad\\\"}.bi-outlet:before{content:\\\"\\\\f4ae\\\"}.bi-paint-bucket:before{content:\\\"\\\\f4af\\\"}.bi-palette-fill:before{content:\\\"\\\\f4b0\\\"}.bi-palette:before{content:\\\"\\\\f4b1\\\"}.bi-palette2:before{content:\\\"\\\\f4b2\\\"}.bi-paperclip:before{content:\\\"\\\\f4b3\\\"}.bi-paragraph:before{content:\\\"\\\\f4b4\\\"}.bi-patch-check-fill:before{content:\\\"\\\\f4b5\\\"}.bi-patch-check:before{content:\\\"\\\\f4b6\\\"}.bi-patch-exclamation-fill:before{content:\\\"\\\\f4b7\\\"}.bi-patch-exclamation:before{content:\\\"\\\\f4b8\\\"}.bi-patch-minus-fill:before{content:\\\"\\\\f4b9\\\"}.bi-patch-minus:before{content:\\\"\\\\f4ba\\\"}.bi-patch-plus-fill:before{content:\\\"\\\\f4bb\\\"}.bi-patch-plus:before{content:\\\"\\\\f4bc\\\"}.bi-patch-question-fill:before{content:\\\"\\\\f4bd\\\"}.bi-patch-question:before{content:\\\"\\\\f4be\\\"}.bi-pause-btn-fill:before{content:\\\"\\\\f4bf\\\"}.bi-pause-btn:before{content:\\\"\\\\f4c0\\\"}.bi-pause-circle-fill:before{content:\\\"\\\\f4c1\\\"}.bi-pause-circle:before{content:\\\"\\\\f4c2\\\"}.bi-pause-fill:before{content:\\\"\\\\f4c3\\\"}.bi-pause:before{content:\\\"\\\\f4c4\\\"}.bi-peace-fill:before{content:\\\"\\\\f4c5\\\"}.bi-peace:before{content:\\\"\\\\f4c6\\\"}.bi-pen-fill:before{content:\\\"\\\\f4c7\\\"}.bi-pen:before{content:\\\"\\\\f4c8\\\"}.bi-pencil-fill:before{content:\\\"\\\\f4c9\\\"}.bi-pencil-square:before{content:\\\"\\\\f4ca\\\"}.bi-pencil:before{content:\\\"\\\\f4cb\\\"}.bi-pentagon-fill:before{content:\\\"\\\\f4cc\\\"}.bi-pentagon-half:before{content:\\\"\\\\f4cd\\\"}.bi-pentagon:before{content:\\\"\\\\f4ce\\\"}.bi-people-fill:before{content:\\\"\\\\f4cf\\\"}.bi-people:before{content:\\\"\\\\f4d0\\\"}.bi-percent:before{content:\\\"\\\\f4d1\\\"}.bi-person-badge-fill:before{content:\\\"\\\\f4d2\\\"}.bi-person-badge:before{content:\\\"\\\\f4d3\\\"}.bi-person-bounding-box:before{content:\\\"\\\\f4d4\\\"}.bi-person-check-fill:before{content:\\\"\\\\f4d5\\\"}.bi-person-check:before{content:\\\"\\\\f4d6\\\"}.bi-person-circle:before{content:\\\"\\\\f4d7\\\"}.bi-person-dash-fill:before{content:\\\"\\\\f4d8\\\"}.bi-person-dash:before{content:\\\"\\\\f4d9\\\"}.bi-person-fill:before{content:\\\"\\\\f4da\\\"}.bi-person-lines-fill:before{content:\\\"\\\\f4db\\\"}.bi-person-plus-fill:before{content:\\\"\\\\f4dc\\\"}.bi-person-plus:before{content:\\\"\\\\f4dd\\\"}.bi-person-square:before{content:\\\"\\\\f4de\\\"}.bi-person-x-fill:before{content:\\\"\\\\f4df\\\"}.bi-person-x:before{content:\\\"\\\\f4e0\\\"}.bi-person:before{content:\\\"\\\\f4e1\\\"}.bi-phone-fill:before{content:\\\"\\\\f4e2\\\"}.bi-phone-landscape-fill:before{content:\\\"\\\\f4e3\\\"}.bi-phone-landscape:before{content:\\\"\\\\f4e4\\\"}.bi-phone-vibrate-fill:before{content:\\\"\\\\f4e5\\\"}.bi-phone-vibrate:before{content:\\\"\\\\f4e6\\\"}.bi-phone:before{content:\\\"\\\\f4e7\\\"}.bi-pie-chart-fill:before{content:\\\"\\\\f4e8\\\"}.bi-pie-chart:before{content:\\\"\\\\f4e9\\\"}.bi-pin-angle-fill:before{content:\\\"\\\\f4ea\\\"}.bi-pin-angle:before{content:\\\"\\\\f4eb\\\"}.bi-pin-fill:before{content:\\\"\\\\f4ec\\\"}.bi-pin:before{content:\\\"\\\\f4ed\\\"}.bi-pip-fill:before{content:\\\"\\\\f4ee\\\"}.bi-pip:before{content:\\\"\\\\f4ef\\\"}.bi-play-btn-fill:before{content:\\\"\\\\f4f0\\\"}.bi-play-btn:before{content:\\\"\\\\f4f1\\\"}.bi-play-circle-fill:before{content:\\\"\\\\f4f2\\\"}.bi-play-circle:before{content:\\\"\\\\f4f3\\\"}.bi-play-fill:before{content:\\\"\\\\f4f4\\\"}.bi-play:before{content:\\\"\\\\f4f5\\\"}.bi-plug-fill:before{content:\\\"\\\\f4f6\\\"}.bi-plug:before{content:\\\"\\\\f4f7\\\"}.bi-plus-circle-dotted:before{content:\\\"\\\\f4f8\\\"}.bi-plus-circle-fill:before{content:\\\"\\\\f4f9\\\"}.bi-plus-circle:before{content:\\\"\\\\f4fa\\\"}.bi-plus-square-dotted:before{content:\\\"\\\\f4fb\\\"}.bi-plus-square-fill:before{content:\\\"\\\\f4fc\\\"}.bi-plus-square:before{content:\\\"\\\\f4fd\\\"}.bi-plus:before{content:\\\"\\\\f4fe\\\"}.bi-power:before{content:\\\"\\\\f4ff\\\"}.bi-printer-fill:before{content:\\\"\\\\f500\\\"}.bi-printer:before{content:\\\"\\\\f501\\\"}.bi-puzzle-fill:before{content:\\\"\\\\f502\\\"}.bi-puzzle:before{content:\\\"\\\\f503\\\"}.bi-question-circle-fill:before{content:\\\"\\\\f504\\\"}.bi-question-circle:before{content:\\\"\\\\f505\\\"}.bi-question-diamond-fill:before{content:\\\"\\\\f506\\\"}.bi-question-diamond:before{content:\\\"\\\\f507\\\"}.bi-question-octagon-fill:before{content:\\\"\\\\f508\\\"}.bi-question-octagon:before{content:\\\"\\\\f509\\\"}.bi-question-square-fill:before{content:\\\"\\\\f50a\\\"}.bi-question-square:before{content:\\\"\\\\f50b\\\"}.bi-question:before{content:\\\"\\\\f50c\\\"}.bi-rainbow:before{content:\\\"\\\\f50d\\\"}.bi-receipt-cutoff:before{content:\\\"\\\\f50e\\\"}.bi-receipt:before{content:\\\"\\\\f50f\\\"}.bi-reception-0:before{content:\\\"\\\\f510\\\"}.bi-reception-1:before{content:\\\"\\\\f511\\\"}.bi-reception-2:before{content:\\\"\\\\f512\\\"}.bi-reception-3:before{content:\\\"\\\\f513\\\"}.bi-reception-4:before{content:\\\"\\\\f514\\\"}.bi-record-btn-fill:before{content:\\\"\\\\f515\\\"}.bi-record-btn:before{content:\\\"\\\\f516\\\"}.bi-record-circle-fill:before{content:\\\"\\\\f517\\\"}.bi-record-circle:before{content:\\\"\\\\f518\\\"}.bi-record-fill:before{content:\\\"\\\\f519\\\"}.bi-record:before{content:\\\"\\\\f51a\\\"}.bi-record2-fill:before{content:\\\"\\\\f51b\\\"}.bi-record2:before{content:\\\"\\\\f51c\\\"}.bi-reply-all-fill:before{content:\\\"\\\\f51d\\\"}.bi-reply-all:before{content:\\\"\\\\f51e\\\"}.bi-reply-fill:before{content:\\\"\\\\f51f\\\"}.bi-reply:before{content:\\\"\\\\f520\\\"}.bi-rss-fill:before{content:\\\"\\\\f521\\\"}.bi-rss:before{content:\\\"\\\\f522\\\"}.bi-rulers:before{content:\\\"\\\\f523\\\"}.bi-save-fill:before{content:\\\"\\\\f524\\\"}.bi-save:before{content:\\\"\\\\f525\\\"}.bi-save2-fill:before{content:\\\"\\\\f526\\\"}.bi-save2:before{content:\\\"\\\\f527\\\"}.bi-scissors:before{content:\\\"\\\\f528\\\"}.bi-screwdriver:before{content:\\\"\\\\f529\\\"}.bi-search:before{content:\\\"\\\\f52a\\\"}.bi-segmented-nav:before{content:\\\"\\\\f52b\\\"}.bi-server:before{content:\\\"\\\\f52c\\\"}.bi-share-fill:before{content:\\\"\\\\f52d\\\"}.bi-share:before{content:\\\"\\\\f52e\\\"}.bi-shield-check:before{content:\\\"\\\\f52f\\\"}.bi-shield-exclamation:before{content:\\\"\\\\f530\\\"}.bi-shield-fill-check:before{content:\\\"\\\\f531\\\"}.bi-shield-fill-exclamation:before{content:\\\"\\\\f532\\\"}.bi-shield-fill-minus:before{content:\\\"\\\\f533\\\"}.bi-shield-fill-plus:before{content:\\\"\\\\f534\\\"}.bi-shield-fill-x:before{content:\\\"\\\\f535\\\"}.bi-shield-fill:before{content:\\\"\\\\f536\\\"}.bi-shield-lock-fill:before{content:\\\"\\\\f537\\\"}.bi-shield-lock:before{content:\\\"\\\\f538\\\"}.bi-shield-minus:before{content:\\\"\\\\f539\\\"}.bi-shield-plus:before{content:\\\"\\\\f53a\\\"}.bi-shield-shaded:before{content:\\\"\\\\f53b\\\"}.bi-shield-slash-fill:before{content:\\\"\\\\f53c\\\"}.bi-shield-slash:before{content:\\\"\\\\f53d\\\"}.bi-shield-x:before{content:\\\"\\\\f53e\\\"}.bi-shield:before{content:\\\"\\\\f53f\\\"}.bi-shift-fill:before{content:\\\"\\\\f540\\\"}.bi-shift:before{content:\\\"\\\\f541\\\"}.bi-shop-window:before{content:\\\"\\\\f542\\\"}.bi-shop:before{content:\\\"\\\\f543\\\"}.bi-shuffle:before{content:\\\"\\\\f544\\\"}.bi-signpost-2-fill:before{content:\\\"\\\\f545\\\"}.bi-signpost-2:before{content:\\\"\\\\f546\\\"}.bi-signpost-fill:before{content:\\\"\\\\f547\\\"}.bi-signpost-split-fill:before{content:\\\"\\\\f548\\\"}.bi-signpost-split:before{content:\\\"\\\\f549\\\"}.bi-signpost:before{content:\\\"\\\\f54a\\\"}.bi-sim-fill:before{content:\\\"\\\\f54b\\\"}.bi-sim:before{content:\\\"\\\\f54c\\\"}.bi-skip-backward-btn-fill:before{content:\\\"\\\\f54d\\\"}.bi-skip-backward-btn:before{content:\\\"\\\\f54e\\\"}.bi-skip-backward-circle-fill:before{content:\\\"\\\\f54f\\\"}.bi-skip-backward-circle:before{content:\\\"\\\\f550\\\"}.bi-skip-backward-fill:before{content:\\\"\\\\f551\\\"}.bi-skip-backward:before{content:\\\"\\\\f552\\\"}.bi-skip-end-btn-fill:before{content:\\\"\\\\f553\\\"}.bi-skip-end-btn:before{content:\\\"\\\\f554\\\"}.bi-skip-end-circle-fill:before{content:\\\"\\\\f555\\\"}.bi-skip-end-circle:before{content:\\\"\\\\f556\\\"}.bi-skip-end-fill:before{content:\\\"\\\\f557\\\"}.bi-skip-end:before{content:\\\"\\\\f558\\\"}.bi-skip-forward-btn-fill:before{content:\\\"\\\\f559\\\"}.bi-skip-forward-btn:before{content:\\\"\\\\f55a\\\"}.bi-skip-forward-circle-fill:before{content:\\\"\\\\f55b\\\"}.bi-skip-forward-circle:before{content:\\\"\\\\f55c\\\"}.bi-skip-forward-fill:before{content:\\\"\\\\f55d\\\"}.bi-skip-forward:before{content:\\\"\\\\f55e\\\"}.bi-skip-start-btn-fill:before{content:\\\"\\\\f55f\\\"}.bi-skip-start-btn:before{content:\\\"\\\\f560\\\"}.bi-skip-start-circle-fill:before{content:\\\"\\\\f561\\\"}.bi-skip-start-circle:before{content:\\\"\\\\f562\\\"}.bi-skip-start-fill:before{content:\\\"\\\\f563\\\"}.bi-skip-start:before{content:\\\"\\\\f564\\\"}.bi-slack:before{content:\\\"\\\\f565\\\"}.bi-slash-circle-fill:before{content:\\\"\\\\f566\\\"}.bi-slash-circle:before{content:\\\"\\\\f567\\\"}.bi-slash-square-fill:before{content:\\\"\\\\f568\\\"}.bi-slash-square:before{content:\\\"\\\\f569\\\"}.bi-slash:before{content:\\\"\\\\f56a\\\"}.bi-sliders:before{content:\\\"\\\\f56b\\\"}.bi-smartwatch:before{content:\\\"\\\\f56c\\\"}.bi-snow:before{content:\\\"\\\\f56d\\\"}.bi-snow2:before{content:\\\"\\\\f56e\\\"}.bi-snow3:before{content:\\\"\\\\f56f\\\"}.bi-sort-alpha-down-alt:before{content:\\\"\\\\f570\\\"}.bi-sort-alpha-down:before{content:\\\"\\\\f571\\\"}.bi-sort-alpha-up-alt:before{content:\\\"\\\\f572\\\"}.bi-sort-alpha-up:before{content:\\\"\\\\f573\\\"}.bi-sort-down-alt:before{content:\\\"\\\\f574\\\"}.bi-sort-down:before{content:\\\"\\\\f575\\\"}.bi-sort-numeric-down-alt:before{content:\\\"\\\\f576\\\"}.bi-sort-numeric-down:before{content:\\\"\\\\f577\\\"}.bi-sort-numeric-up-alt:before{content:\\\"\\\\f578\\\"}.bi-sort-numeric-up:before{content:\\\"\\\\f579\\\"}.bi-sort-up-alt:before{content:\\\"\\\\f57a\\\"}.bi-sort-up:before{content:\\\"\\\\f57b\\\"}.bi-soundwave:before{content:\\\"\\\\f57c\\\"}.bi-speaker-fill:before{content:\\\"\\\\f57d\\\"}.bi-speaker:before{content:\\\"\\\\f57e\\\"}.bi-speedometer:before{content:\\\"\\\\f57f\\\"}.bi-speedometer2:before{content:\\\"\\\\f580\\\"}.bi-spellcheck:before{content:\\\"\\\\f581\\\"}.bi-square-fill:before{content:\\\"\\\\f582\\\"}.bi-square-half:before{content:\\\"\\\\f583\\\"}.bi-square:before{content:\\\"\\\\f584\\\"}.bi-stack:before{content:\\\"\\\\f585\\\"}.bi-star-fill:before{content:\\\"\\\\f586\\\"}.bi-star-half:before{content:\\\"\\\\f587\\\"}.bi-star:before{content:\\\"\\\\f588\\\"}.bi-stars:before{content:\\\"\\\\f589\\\"}.bi-stickies-fill:before{content:\\\"\\\\f58a\\\"}.bi-stickies:before{content:\\\"\\\\f58b\\\"}.bi-sticky-fill:before{content:\\\"\\\\f58c\\\"}.bi-sticky:before{content:\\\"\\\\f58d\\\"}.bi-stop-btn-fill:before{content:\\\"\\\\f58e\\\"}.bi-stop-btn:before{content:\\\"\\\\f58f\\\"}.bi-stop-circle-fill:before{content:\\\"\\\\f590\\\"}.bi-stop-circle:before{content:\\\"\\\\f591\\\"}.bi-stop-fill:before{content:\\\"\\\\f592\\\"}.bi-stop:before{content:\\\"\\\\f593\\\"}.bi-stoplights-fill:before{content:\\\"\\\\f594\\\"}.bi-stoplights:before{content:\\\"\\\\f595\\\"}.bi-stopwatch-fill:before{content:\\\"\\\\f596\\\"}.bi-stopwatch:before{content:\\\"\\\\f597\\\"}.bi-subtract:before{content:\\\"\\\\f598\\\"}.bi-suit-club-fill:before{content:\\\"\\\\f599\\\"}.bi-suit-club:before{content:\\\"\\\\f59a\\\"}.bi-suit-diamond-fill:before{content:\\\"\\\\f59b\\\"}.bi-suit-diamond:before{content:\\\"\\\\f59c\\\"}.bi-suit-heart-fill:before{content:\\\"\\\\f59d\\\"}.bi-suit-heart:before{content:\\\"\\\\f59e\\\"}.bi-suit-spade-fill:before{content:\\\"\\\\f59f\\\"}.bi-suit-spade:before{content:\\\"\\\\f5a0\\\"}.bi-sun-fill:before{content:\\\"\\\\f5a1\\\"}.bi-sun:before{content:\\\"\\\\f5a2\\\"}.bi-sunglasses:before{content:\\\"\\\\f5a3\\\"}.bi-sunrise-fill:before{content:\\\"\\\\f5a4\\\"}.bi-sunrise:before{content:\\\"\\\\f5a5\\\"}.bi-sunset-fill:before{content:\\\"\\\\f5a6\\\"}.bi-sunset:before{content:\\\"\\\\f5a7\\\"}.bi-symmetry-horizontal:before{content:\\\"\\\\f5a8\\\"}.bi-symmetry-vertical:before{content:\\\"\\\\f5a9\\\"}.bi-table:before{content:\\\"\\\\f5aa\\\"}.bi-tablet-fill:before{content:\\\"\\\\f5ab\\\"}.bi-tablet-landscape-fill:before{content:\\\"\\\\f5ac\\\"}.bi-tablet-landscape:before{content:\\\"\\\\f5ad\\\"}.bi-tablet:before{content:\\\"\\\\f5ae\\\"}.bi-tag-fill:before{content:\\\"\\\\f5af\\\"}.bi-tag:before{content:\\\"\\\\f5b0\\\"}.bi-tags-fill:before{content:\\\"\\\\f5b1\\\"}.bi-tags:before{content:\\\"\\\\f5b2\\\"}.bi-telegram:before{content:\\\"\\\\f5b3\\\"}.bi-telephone-fill:before{content:\\\"\\\\f5b4\\\"}.bi-telephone-forward-fill:before{content:\\\"\\\\f5b5\\\"}.bi-telephone-forward:before{content:\\\"\\\\f5b6\\\"}.bi-telephone-inbound-fill:before{content:\\\"\\\\f5b7\\\"}.bi-telephone-inbound:before{content:\\\"\\\\f5b8\\\"}.bi-telephone-minus-fill:before{content:\\\"\\\\f5b9\\\"}.bi-telephone-minus:before{content:\\\"\\\\f5ba\\\"}.bi-telephone-outbound-fill:before{content:\\\"\\\\f5bb\\\"}.bi-telephone-outbound:before{content:\\\"\\\\f5bc\\\"}.bi-telephone-plus-fill:before{content:\\\"\\\\f5bd\\\"}.bi-telephone-plus:before{content:\\\"\\\\f5be\\\"}.bi-telephone-x-fill:before{content:\\\"\\\\f5bf\\\"}.bi-telephone-x:before{content:\\\"\\\\f5c0\\\"}.bi-telephone:before{content:\\\"\\\\f5c1\\\"}.bi-terminal-fill:before{content:\\\"\\\\f5c2\\\"}.bi-terminal:before{content:\\\"\\\\f5c3\\\"}.bi-text-center:before{content:\\\"\\\\f5c4\\\"}.bi-text-indent-left:before{content:\\\"\\\\f5c5\\\"}.bi-text-indent-right:before{content:\\\"\\\\f5c6\\\"}.bi-text-left:before{content:\\\"\\\\f5c7\\\"}.bi-text-paragraph:before{content:\\\"\\\\f5c8\\\"}.bi-text-right:before{content:\\\"\\\\f5c9\\\"}.bi-textarea-resize:before{content:\\\"\\\\f5ca\\\"}.bi-textarea-t:before{content:\\\"\\\\f5cb\\\"}.bi-textarea:before{content:\\\"\\\\f5cc\\\"}.bi-thermometer-half:before{content:\\\"\\\\f5cd\\\"}.bi-thermometer-high:before{content:\\\"\\\\f5ce\\\"}.bi-thermometer-low:before{content:\\\"\\\\f5cf\\\"}.bi-thermometer-snow:before{content:\\\"\\\\f5d0\\\"}.bi-thermometer-sun:before{content:\\\"\\\\f5d1\\\"}.bi-thermometer:before{content:\\\"\\\\f5d2\\\"}.bi-three-dots-vertical:before{content:\\\"\\\\f5d3\\\"}.bi-three-dots:before{content:\\\"\\\\f5d4\\\"}.bi-toggle-off:before{content:\\\"\\\\f5d5\\\"}.bi-toggle-on:before{content:\\\"\\\\f5d6\\\"}.bi-toggle2-off:before{content:\\\"\\\\f5d7\\\"}.bi-toggle2-on:before{content:\\\"\\\\f5d8\\\"}.bi-toggles:before{content:\\\"\\\\f5d9\\\"}.bi-toggles2:before{content:\\\"\\\\f5da\\\"}.bi-tools:before{content:\\\"\\\\f5db\\\"}.bi-tornado:before{content:\\\"\\\\f5dc\\\"}.bi-trash-fill:before{content:\\\"\\\\f5dd\\\"}.bi-trash:before{content:\\\"\\\\f5de\\\"}.bi-trash2-fill:before{content:\\\"\\\\f5df\\\"}.bi-trash2:before{content:\\\"\\\\f5e0\\\"}.bi-tree-fill:before{content:\\\"\\\\f5e1\\\"}.bi-tree:before{content:\\\"\\\\f5e2\\\"}.bi-triangle-fill:before{content:\\\"\\\\f5e3\\\"}.bi-triangle-half:before{content:\\\"\\\\f5e4\\\"}.bi-triangle:before{content:\\\"\\\\f5e5\\\"}.bi-trophy-fill:before{content:\\\"\\\\f5e6\\\"}.bi-trophy:before{content:\\\"\\\\f5e7\\\"}.bi-tropical-storm:before{content:\\\"\\\\f5e8\\\"}.bi-truck-flatbed:before{content:\\\"\\\\f5e9\\\"}.bi-truck:before{content:\\\"\\\\f5ea\\\"}.bi-tsunami:before{content:\\\"\\\\f5eb\\\"}.bi-tv-fill:before{content:\\\"\\\\f5ec\\\"}.bi-tv:before{content:\\\"\\\\f5ed\\\"}.bi-twitch:before{content:\\\"\\\\f5ee\\\"}.bi-twitter:before{content:\\\"\\\\f5ef\\\"}.bi-type-bold:before{content:\\\"\\\\f5f0\\\"}.bi-type-h1:before{content:\\\"\\\\f5f1\\\"}.bi-type-h2:before{content:\\\"\\\\f5f2\\\"}.bi-type-h3:before{content:\\\"\\\\f5f3\\\"}.bi-type-italic:before{content:\\\"\\\\f5f4\\\"}.bi-type-strikethrough:before{content:\\\"\\\\f5f5\\\"}.bi-type-underline:before{content:\\\"\\\\f5f6\\\"}.bi-type:before{content:\\\"\\\\f5f7\\\"}.bi-ui-checks-grid:before{content:\\\"\\\\f5f8\\\"}.bi-ui-checks:before{content:\\\"\\\\f5f9\\\"}.bi-ui-radios-grid:before{content:\\\"\\\\f5fa\\\"}.bi-ui-radios:before{content:\\\"\\\\f5fb\\\"}.bi-umbrella-fill:before{content:\\\"\\\\f5fc\\\"}.bi-umbrella:before{content:\\\"\\\\f5fd\\\"}.bi-union:before{content:\\\"\\\\f5fe\\\"}.bi-unlock-fill:before{content:\\\"\\\\f5ff\\\"}.bi-unlock:before{content:\\\"\\\\f600\\\"}.bi-upc-scan:before{content:\\\"\\\\f601\\\"}.bi-upc:before{content:\\\"\\\\f602\\\"}.bi-upload:before{content:\\\"\\\\f603\\\"}.bi-vector-pen:before{content:\\\"\\\\f604\\\"}.bi-view-list:before{content:\\\"\\\\f605\\\"}.bi-view-stacked:before{content:\\\"\\\\f606\\\"}.bi-vinyl-fill:before{content:\\\"\\\\f607\\\"}.bi-vinyl:before{content:\\\"\\\\f608\\\"}.bi-voicemail:before{content:\\\"\\\\f609\\\"}.bi-volume-down-fill:before{content:\\\"\\\\f60a\\\"}.bi-volume-down:before{content:\\\"\\\\f60b\\\"}.bi-volume-mute-fill:before{content:\\\"\\\\f60c\\\"}.bi-volume-mute:before{content:\\\"\\\\f60d\\\"}.bi-volume-off-fill:before{content:\\\"\\\\f60e\\\"}.bi-volume-off:before{content:\\\"\\\\f60f\\\"}.bi-volume-up-fill:before{content:\\\"\\\\f610\\\"}.bi-volume-up:before{content:\\\"\\\\f611\\\"}.bi-vr:before{content:\\\"\\\\f612\\\"}.bi-wallet-fill:before{content:\\\"\\\\f613\\\"}.bi-wallet:before{content:\\\"\\\\f614\\\"}.bi-wallet2:before{content:\\\"\\\\f615\\\"}.bi-watch:before{content:\\\"\\\\f616\\\"}.bi-water:before{content:\\\"\\\\f617\\\"}.bi-whatsapp:before{content:\\\"\\\\f618\\\"}.bi-wifi-1:before{content:\\\"\\\\f619\\\"}.bi-wifi-2:before{content:\\\"\\\\f61a\\\"}.bi-wifi-off:before{content:\\\"\\\\f61b\\\"}.bi-wifi:before{content:\\\"\\\\f61c\\\"}.bi-wind:before{content:\\\"\\\\f61d\\\"}.bi-window-dock:before{content:\\\"\\\\f61e\\\"}.bi-window-sidebar:before{content:\\\"\\\\f61f\\\"}.bi-window:before{content:\\\"\\\\f620\\\"}.bi-wrench:before{content:\\\"\\\\f621\\\"}.bi-x-circle-fill:before{content:\\\"\\\\f622\\\"}.bi-x-circle:before{content:\\\"\\\\f623\\\"}.bi-x-diamond-fill:before{content:\\\"\\\\f624\\\"}.bi-x-diamond:before{content:\\\"\\\\f625\\\"}.bi-x-octagon-fill:before{content:\\\"\\\\f626\\\"}.bi-x-octagon:before{content:\\\"\\\\f627\\\"}.bi-x-square-fill:before{content:\\\"\\\\f628\\\"}.bi-x-square:before{content:\\\"\\\\f629\\\"}.bi-x:before{content:\\\"\\\\f62a\\\"}.bi-youtube:before{content:\\\"\\\\f62b\\\"}.bi-zoom-in:before{content:\\\"\\\\f62c\\\"}.bi-zoom-out:before{content:\\\"\\\\f62d\\\"}.bi-bank:before{content:\\\"\\\\f62e\\\"}.bi-bank2:before{content:\\\"\\\\f62f\\\"}.bi-bell-slash-fill:before{content:\\\"\\\\f630\\\"}.bi-bell-slash:before{content:\\\"\\\\f631\\\"}.bi-cash-coin:before{content:\\\"\\\\f632\\\"}.bi-check-lg:before{content:\\\"\\\\f633\\\"}.bi-coin:before{content:\\\"\\\\f634\\\"}.bi-currency-bitcoin:before{content:\\\"\\\\f635\\\"}.bi-currency-dollar:before{content:\\\"\\\\f636\\\"}.bi-currency-euro:before{content:\\\"\\\\f637\\\"}.bi-currency-exchange:before{content:\\\"\\\\f638\\\"}.bi-currency-pound:before{content:\\\"\\\\f639\\\"}.bi-currency-yen:before{content:\\\"\\\\f63a\\\"}.bi-dash-lg:before{content:\\\"\\\\f63b\\\"}.bi-exclamation-lg:before{content:\\\"\\\\f63c\\\"}.bi-file-earmark-pdf-fill:before{content:\\\"\\\\f63d\\\"}.bi-file-earmark-pdf:before{content:\\\"\\\\f63e\\\"}.bi-file-pdf-fill:before{content:\\\"\\\\f63f\\\"}.bi-file-pdf:before{content:\\\"\\\\f640\\\"}.bi-gender-ambiguous:before{content:\\\"\\\\f641\\\"}.bi-gender-female:before{content:\\\"\\\\f642\\\"}.bi-gender-male:before{content:\\\"\\\\f643\\\"}.bi-gender-trans:before{content:\\\"\\\\f644\\\"}.bi-headset-vr:before{content:\\\"\\\\f645\\\"}.bi-info-lg:before{content:\\\"\\\\f646\\\"}.bi-mastodon:before{content:\\\"\\\\f647\\\"}.bi-messenger:before{content:\\\"\\\\f648\\\"}.bi-piggy-bank-fill:before{content:\\\"\\\\f649\\\"}.bi-piggy-bank:before{content:\\\"\\\\f64a\\\"}.bi-pin-map-fill:before{content:\\\"\\\\f64b\\\"}.bi-pin-map:before{content:\\\"\\\\f64c\\\"}.bi-plus-lg:before{content:\\\"\\\\f64d\\\"}.bi-question-lg:before{content:\\\"\\\\f64e\\\"}.bi-recycle:before{content:\\\"\\\\f64f\\\"}.bi-reddit:before{content:\\\"\\\\f650\\\"}.bi-safe-fill:before{content:\\\"\\\\f651\\\"}.bi-safe2-fill:before{content:\\\"\\\\f652\\\"}.bi-safe2:before{content:\\\"\\\\f653\\\"}.bi-sd-card-fill:before{content:\\\"\\\\f654\\\"}.bi-sd-card:before{content:\\\"\\\\f655\\\"}.bi-skype:before{content:\\\"\\\\f656\\\"}.bi-slash-lg:before{content:\\\"\\\\f657\\\"}.bi-translate:before{content:\\\"\\\\f658\\\"}.bi-x-lg:before{content:\\\"\\\\f659\\\"}.bi-safe:before{content:\\\"\\\\f65a\\\"}.bi-apple:before{content:\\\"\\\\f65b\\\"}.bi-microsoft:before{content:\\\"\\\\f65d\\\"}.bi-windows:before{content:\\\"\\\\f65e\\\"}.bi-behance:before{content:\\\"\\\\f65c\\\"}.bi-dribbble:before{content:\\\"\\\\f65f\\\"}.bi-line:before{content:\\\"\\\\f660\\\"}.bi-medium:before{content:\\\"\\\\f661\\\"}.bi-paypal:before{content:\\\"\\\\f662\\\"}.bi-pinterest:before{content:\\\"\\\\f663\\\"}.bi-signal:before{content:\\\"\\\\f664\\\"}.bi-snapchat:before{content:\\\"\\\\f665\\\"}.bi-spotify:before{content:\\\"\\\\f666\\\"}.bi-stack-overflow:before{content:\\\"\\\\f667\\\"}.bi-strava:before{content:\\\"\\\\f668\\\"}.bi-wordpress:before{content:\\\"\\\\f669\\\"}.bi-vimeo:before{content:\\\"\\\\f66a\\\"}.bi-activity:before{content:\\\"\\\\f66b\\\"}.bi-easel2-fill:before{content:\\\"\\\\f66c\\\"}.bi-easel2:before{content:\\\"\\\\f66d\\\"}.bi-easel3-fill:before{content:\\\"\\\\f66e\\\"}.bi-easel3:before{content:\\\"\\\\f66f\\\"}.bi-fan:before{content:\\\"\\\\f670\\\"}.bi-fingerprint:before{content:\\\"\\\\f671\\\"}.bi-graph-down-arrow:before{content:\\\"\\\\f672\\\"}.bi-graph-up-arrow:before{content:\\\"\\\\f673\\\"}.bi-hypnotize:before{content:\\\"\\\\f674\\\"}.bi-magic:before{content:\\\"\\\\f675\\\"}.bi-person-rolodex:before{content:\\\"\\\\f676\\\"}.bi-person-video:before{content:\\\"\\\\f677\\\"}.bi-person-video2:before{content:\\\"\\\\f678\\\"}.bi-person-video3:before{content:\\\"\\\\f679\\\"}.bi-person-workspace:before{content:\\\"\\\\f67a\\\"}.bi-radioactive:before{content:\\\"\\\\f67b\\\"}.bi-webcam-fill:before{content:\\\"\\\\f67c\\\"}.bi-webcam:before{content:\\\"\\\\f67d\\\"}.bi-yin-yang:before{content:\\\"\\\\f67e\\\"}.bi-bandaid-fill:before{content:\\\"\\\\f680\\\"}.bi-bandaid:before{content:\\\"\\\\f681\\\"}.bi-bluetooth:before{content:\\\"\\\\f682\\\"}.bi-body-text:before{content:\\\"\\\\f683\\\"}.bi-boombox:before{content:\\\"\\\\f684\\\"}.bi-boxes:before{content:\\\"\\\\f685\\\"}.bi-dpad-fill:before{content:\\\"\\\\f686\\\"}.bi-dpad:before{content:\\\"\\\\f687\\\"}.bi-ear-fill:before{content:\\\"\\\\f688\\\"}.bi-ear:before{content:\\\"\\\\f689\\\"}.bi-envelope-check-1:before{content:\\\"\\\\f68a\\\"}.bi-envelope-check-fill:before{content:\\\"\\\\f68b\\\"}.bi-envelope-check:before{content:\\\"\\\\f68c\\\"}.bi-envelope-dash-1:before{content:\\\"\\\\f68d\\\"}.bi-envelope-dash-fill:before{content:\\\"\\\\f68e\\\"}.bi-envelope-dash:before{content:\\\"\\\\f68f\\\"}.bi-envelope-exclamation-1:before{content:\\\"\\\\f690\\\"}.bi-envelope-exclamation-fill:before{content:\\\"\\\\f691\\\"}.bi-envelope-exclamation:before{content:\\\"\\\\f692\\\"}.bi-envelope-plus-fill:before{content:\\\"\\\\f693\\\"}.bi-envelope-plus:before{content:\\\"\\\\f694\\\"}.bi-envelope-slash-1:before{content:\\\"\\\\f695\\\"}.bi-envelope-slash-fill:before{content:\\\"\\\\f696\\\"}.bi-envelope-slash:before{content:\\\"\\\\f697\\\"}.bi-envelope-x-1:before{content:\\\"\\\\f698\\\"}.bi-envelope-x-fill:before{content:\\\"\\\\f699\\\"}.bi-envelope-x:before{content:\\\"\\\\f69a\\\"}.bi-explicit-fill:before{content:\\\"\\\\f69b\\\"}.bi-explicit:before{content:\\\"\\\\f69c\\\"}.bi-git:before{content:\\\"\\\\f69d\\\"}.bi-infinity:before{content:\\\"\\\\f69e\\\"}.bi-list-columns-reverse:before{content:\\\"\\\\f69f\\\"}.bi-list-columns:before{content:\\\"\\\\f6a0\\\"}.bi-meta:before{content:\\\"\\\\f6a1\\\"}.bi-mortorboard-fill:before{content:\\\"\\\\f6a2\\\"}.bi-mortorboard:before{content:\\\"\\\\f6a3\\\"}.bi-nintendo-switch:before{content:\\\"\\\\f6a4\\\"}.bi-pc-display-horizontal:before{content:\\\"\\\\f6a5\\\"}.bi-pc-display:before{content:\\\"\\\\f6a6\\\"}.bi-pc-horizontal:before{content:\\\"\\\\f6a7\\\"}.bi-pc:before{content:\\\"\\\\f6a8\\\"}.bi-playstation:before{content:\\\"\\\\f6a9\\\"}.bi-plus-slash-minus:before{content:\\\"\\\\f6aa\\\"}.bi-projector-fill:before{content:\\\"\\\\f6ab\\\"}.bi-projector:before{content:\\\"\\\\f6ac\\\"}.bi-qr-code-scan:before{content:\\\"\\\\f6ad\\\"}.bi-qr-code:before{content:\\\"\\\\f6ae\\\"}.bi-quora:before{content:\\\"\\\\f6af\\\"}.bi-quote:before{content:\\\"\\\\f6b0\\\"}.bi-robot:before{content:\\\"\\\\f6b1\\\"}.bi-send-check-fill:before{content:\\\"\\\\f6b2\\\"}.bi-send-check:before{content:\\\"\\\\f6b3\\\"}.bi-send-dash-fill:before{content:\\\"\\\\f6b4\\\"}.bi-send-dash:before{content:\\\"\\\\f6b5\\\"}.bi-send-exclamation-1:before{content:\\\"\\\\f6b6\\\"}.bi-send-exclamation-fill:before{content:\\\"\\\\f6b7\\\"}.bi-send-exclamation:before{content:\\\"\\\\f6b8\\\"}.bi-send-fill:before{content:\\\"\\\\f6b9\\\"}.bi-send-plus-fill:before{content:\\\"\\\\f6ba\\\"}.bi-send-plus:before{content:\\\"\\\\f6bb\\\"}.bi-send-slash-fill:before{content:\\\"\\\\f6bc\\\"}.bi-send-slash:before{content:\\\"\\\\f6bd\\\"}.bi-send-x-fill:before{content:\\\"\\\\f6be\\\"}.bi-send-x:before{content:\\\"\\\\f6bf\\\"}.bi-send:before{content:\\\"\\\\f6c0\\\"}.bi-steam:before{content:\\\"\\\\f6c1\\\"}.bi-terminal-dash-1:before{content:\\\"\\\\f6c2\\\"}.bi-terminal-dash:before{content:\\\"\\\\f6c3\\\"}.bi-terminal-plus:before{content:\\\"\\\\f6c4\\\"}.bi-terminal-split:before{content:\\\"\\\\f6c5\\\"}.bi-ticket-detailed-fill:before{content:\\\"\\\\f6c6\\\"}.bi-ticket-detailed:before{content:\\\"\\\\f6c7\\\"}.bi-ticket-fill:before{content:\\\"\\\\f6c8\\\"}.bi-ticket-perforated-fill:before{content:\\\"\\\\f6c9\\\"}.bi-ticket-perforated:before{content:\\\"\\\\f6ca\\\"}.bi-ticket:before{content:\\\"\\\\f6cb\\\"}.bi-tiktok:before{content:\\\"\\\\f6cc\\\"}.bi-window-dash:before{content:\\\"\\\\f6cd\\\"}.bi-window-desktop:before{content:\\\"\\\\f6ce\\\"}.bi-window-fullscreen:before{content:\\\"\\\\f6cf\\\"}.bi-window-plus:before{content:\\\"\\\\f6d0\\\"}.bi-window-split:before{content:\\\"\\\\f6d1\\\"}.bi-window-stack:before{content:\\\"\\\\f6d2\\\"}.bi-window-x:before{content:\\\"\\\\f6d3\\\"}.bi-xbox:before{content:\\\"\\\\f6d4\\\"}.bi-ethernet:before{content:\\\"\\\\f6d5\\\"}.bi-hdmi-fill:before{content:\\\"\\\\f6d6\\\"}.bi-hdmi:before{content:\\\"\\\\f6d7\\\"}.bi-usb-c-fill:before{content:\\\"\\\\f6d8\\\"}.bi-usb-c:before{content:\\\"\\\\f6d9\\\"}.bi-usb-fill:before{content:\\\"\\\\f6da\\\"}.bi-usb-plug-fill:before{content:\\\"\\\\f6db\\\"}.bi-usb-plug:before{content:\\\"\\\\f6dc\\\"}.bi-usb-symbol:before{content:\\\"\\\\f6dd\\\"}.bi-usb:before{content:\\\"\\\\f6de\\\"}.bi-boombox-fill:before{content:\\\"\\\\f6df\\\"}.bi-displayport-1:before{content:\\\"\\\\f6e0\\\"}.bi-displayport:before{content:\\\"\\\\f6e1\\\"}.bi-gpu-card:before{content:\\\"\\\\f6e2\\\"}.bi-memory:before{content:\\\"\\\\f6e3\\\"}.bi-modem-fill:before{content:\\\"\\\\f6e4\\\"}.bi-modem:before{content:\\\"\\\\f6e5\\\"}.bi-motherboard-fill:before{content:\\\"\\\\f6e6\\\"}.bi-motherboard:before{content:\\\"\\\\f6e7\\\"}.bi-optical-audio-fill:before{content:\\\"\\\\f6e8\\\"}.bi-optical-audio:before{content:\\\"\\\\f6e9\\\"}.bi-pci-card:before{content:\\\"\\\\f6ea\\\"}.bi-router-fill:before{content:\\\"\\\\f6eb\\\"}.bi-router:before{content:\\\"\\\\f6ec\\\"}.bi-ssd-fill:before{content:\\\"\\\\f6ed\\\"}.bi-ssd:before{content:\\\"\\\\f6ee\\\"}.bi-thunderbolt-fill:before{content:\\\"\\\\f6ef\\\"}.bi-thunderbolt:before{content:\\\"\\\\f6f0\\\"}.bi-usb-drive-fill:before{content:\\\"\\\\f6f1\\\"}.bi-usb-drive:before{content:\\\"\\\\f6f2\\\"}.bi-usb-micro-fill:before{content:\\\"\\\\f6f3\\\"}.bi-usb-micro:before{content:\\\"\\\\f6f4\\\"}.bi-usb-mini-fill:before{content:\\\"\\\\f6f5\\\"}.bi-usb-mini:before{content:\\\"\\\\f6f6\\\"}.bi-cloud-haze2:before{content:\\\"\\\\f6f7\\\"}.bi-device-hdd-fill:before{content:\\\"\\\\f6f8\\\"}.bi-device-hdd:before{content:\\\"\\\\f6f9\\\"}.bi-device-ssd-fill:before{content:\\\"\\\\f6fa\\\"}.bi-device-ssd:before{content:\\\"\\\\f6fb\\\"}.bi-displayport-fill:before{content:\\\"\\\\f6fc\\\"}.bi-mortarboard-fill:before{content:\\\"\\\\f6fd\\\"}.bi-mortarboard:before{content:\\\"\\\\f6fe\\\"}.bi-terminal-x:before{content:\\\"\\\\f6ff\\\"}\\n\"] }]\n }], ctorParameters: function () { return []; }, propDecorators: { icon: [{\n type: Input\n }] } });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5jb21wb25lbnQuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2ljb24vc3JjL2ljb24uY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9pY29uL3NyYy9pY29uLmNvbXBvbmVudC5odG1sIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxTQUFTLEVBQUUsS0FBSyxFQUFFLE1BQU0sZUFBZSxDQUFDO0FBQ2pELE9BQU8sRUFBRSxlQUFlLEVBQWMsTUFBTSxNQUFNLENBQUM7QUFDbkQsT0FBTyxFQUFFLEdBQUcsRUFBRSxNQUFNLGdCQUFnQixDQUFDOzs7QUFPckMsTUFBTSxPQUFPLGVBQWU7SUFDMUI7UUFXQSxVQUFLLEdBQUcsSUFBSSxlQUFlLENBQWdCLElBQUksQ0FBQyxDQUFDO1FBVi9DLElBQUksQ0FBQyxVQUFVLEdBQUcsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxLQUFLLElBQUksQ0FBQyxDQUFDLENBQUM7UUFDeEQsSUFBSSxDQUFDLFFBQVEsR0FBRyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUksQ0FBQyxHQUFHLENBQUMsQ0FBQyxJQUFJLEVBQUUsRUFBRTtZQUMzQyxJQUFJLElBQUksS0FBSyxJQUFJLEVBQUU7Z0JBQ2pCLE9BQU8sSUFBSSxDQUFDO2FBQ2I7aUJBQU07Z0JBQ0wsT0FBTyxNQUFNLElBQUksRUFBRSxDQUFDO2FBQ3JCO1FBQ0gsQ0FBQyxDQUFDLENBQUMsQ0FBQztJQUNOLENBQUM7SUFPRCxJQUFXLElBQUk7UUFDYixPQUFPLElBQUksQ0FBQyxLQUFLLENBQUMsS0FBSyxDQUFDO0lBQzFCLENBQUM7SUFDRCxJQUFvQixJQUFJLENBQUMsS0FBb0I7UUFDM0MsSUFBSSxDQUFDLEtBQUssQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7SUFDekIsQ0FBQzs7NEdBdEJVLGVBQWU7Z0dBQWYsZUFBZSx5RUNUNUIsZ0ZBQXdFOzJGRFMzRCxlQUFlO2tCQUwzQixTQUFTOytCQUNFLFNBQVM7MEVBd0JDLElBQUk7c0JBQXZCLEtBQUsiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBDb21wb25lbnQsIElucHV0IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5pbXBvcnQgeyBCZWhhdmlvclN1YmplY3QsIE9ic2VydmFibGUgfSBmcm9tICdyeGpzJztcbmltcG9ydCB7IG1hcCB9IGZyb20gJ3J4anMvb3BlcmF0b3JzJztcblxuQENvbXBvbmVudCh7XG4gIHNlbGVjdG9yOiAnYnMtaWNvbicsXG4gIHRlbXBsYXRlVXJsOiAnLi9pY29uLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaWNvbi5jb21wb25lbnQuc2NzcyddLFxufSlcbmV4cG9ydCBjbGFzcyBCc0ljb25Db21wb25lbnQge1xuICBjb25zdHJ1Y3RvcigpIHtcbiAgICB0aGlzLmlzVmlzaWJsZSQgPSB0aGlzLmljb24kLnBpcGUobWFwKGkgPT4gaSAhPT0gbnVsbCkpO1xuICAgIHRoaXMuYmlDbGFzcyQgPSB0aGlzLmljb24kLnBpcGUobWFwKChpY29uKSA9PiB7XG4gICAgICBpZiAoaWNvbiA9PT0gbnVsbCkge1xuICAgICAgICByZXR1cm4gbnVsbDtcbiAgICAgIH0gZWxzZSB7XG4gICAgICAgIHJldHVybiBgYmktJHtpY29ufWA7XG4gICAgICB9XG4gICAgfSkpO1xuICB9XG4gIFxuICBpY29uJCA9IG5ldyBCZWhhdmlvclN1YmplY3Q8c3RyaW5nIHwgbnVsbD4obnVsbCk7XG4gIGlzVmlzaWJsZSQ6IE9ic2VydmFibGU8Ym9vbGVhbj47XG4gIGJpQ2xhc3MkOiBPYnNlcnZhYmxlPHN0cmluZyB8IG51bGw+O1xuXG5cbiAgcHVibGljIGdldCBpY29uKCkge1xuICAgIHJldHVybiB0aGlzLmljb24kLnZhbHVlO1xuICB9XG4gIEBJbnB1dCgpIHB1YmxpYyBzZXQgaWNvbih2YWx1ZTogc3RyaW5nIHwgbnVsbCkge1xuICAgIHRoaXMuaWNvbiQubmV4dCh2YWx1ZSk7XG4gIH1cbn1cbiIsIjxpICpuZ0lmPVwiaXNWaXNpYmxlJCB8IGFzeW5jXCIgY2xhc3M9XCJiaVwiIFtjbGFzc109XCJiaUNsYXNzJCB8IGFzeW5jXCI+PC9pPiJdfQ==","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsIconComponent } from './icon.component';\nimport * as i0 from \"@angular/core\";\nexport class BsIconModule {\n}\nBsIconModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsIconModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsIconModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.1.0\", ngImport: i0, type: BsIconModule, declarations: [BsIconComponent], imports: [CommonModule], exports: [BsIconComponent] });\nBsIconModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsIconModule, imports: [CommonModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsIconModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [BsIconComponent],\n imports: [CommonModule],\n exports: [BsIconComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaWNvbi5tb2R1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2ljb24vc3JjL2ljb24ubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxlQUFlLEVBQUUsTUFBTSxrQkFBa0IsQ0FBQzs7QUFPbkQsTUFBTSxPQUFPLFlBQVk7O3lHQUFaLFlBQVk7MEdBQVosWUFBWSxpQkFKUixlQUFlLGFBQ3BCLFlBQVksYUFDWixlQUFlOzBHQUVkLFlBQVksWUFIYixZQUFZOzJGQUdYLFlBQVk7a0JBTHhCLFFBQVE7bUJBQUM7b0JBQ1IsWUFBWSxFQUFFLENBQUMsZUFBZSxDQUFDO29CQUMvQixPQUFPLEVBQUUsQ0FBQyxZQUFZLENBQUM7b0JBQ3ZCLE9BQU8sRUFBRSxDQUFDLGVBQWUsQ0FBQztpQkFDM0IiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzSWNvbkNvbXBvbmVudCB9IGZyb20gJy4vaWNvbi5jb21wb25lbnQnO1xuXG5ATmdNb2R1bGUoe1xuICBkZWNsYXJhdGlvbnM6IFtCc0ljb25Db21wb25lbnRdLFxuICBpbXBvcnRzOiBbQ29tbW9uTW9kdWxlXSxcbiAgZXhwb3J0czogW0JzSWNvbkNvbXBvbmVudF0sXG59KVxuZXhwb3J0IGNsYXNzIEJzSWNvbk1vZHVsZSB7fVxuIl19","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtaWNvbi5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uLy4uLy4uL2xpYnMvbWludHBsYXllci1uZy1ib290c3RyYXAvaWNvbi9taW50cGxheWVyLW5nLWJvb3RzdHJhcC1pY29uLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;;;;;AAKO,MAAM,eAAe,CAAC;AAC7B,IAAI,WAAW,GAAG;AAClB,QAAQ,IAAI,CAAC,KAAK,GAAG,IAAI,eAAe,CAAC,IAAI,CAAC,CAAC;AAC/C,QAAQ,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;AAChE,QAAQ,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,KAAK;AACtD,YAAY,IAAI,IAAI,KAAK,IAAI,EAAE;AAC/B,gBAAgB,OAAO,IAAI,CAAC;AAC5B,aAAa;AACb,iBAAiB;AACjB,gBAAgB,OAAO,CAAC,GAAG,EAAE,IAAI,CAAC,CAAC,CAAC;AACpC,aAAa;AACb,SAAS,CAAC,CAAC,CAAC;AACZ,KAAK;AACL,IAAI,IAAI,IAAI,GAAG;AACf,QAAQ,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;AAChC,KAAK;AACL,IAAI,IAAI,IAAI,CAAC,KAAK,EAAE;AACpB,QAAQ,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;AAC/B,KAAK;AACL,CAAC;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,SAAS,EAAE,CAAC,CAAC;AAC/K,eAAe,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,eAAe,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,gFAAgF,EAAE,MAAM,EAAE,CAAC,qhjEAAqhjE,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,EAAE,EAAE,CAAC,IAAI,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,UAAU,CAAC,EAAE,EAAE,EAAE,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,EAAE,CAAC,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,CAAC,CAAC;AACt9jE,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,eAAe,EAAE,UAAU,EAAE,CAAC;AACzH,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,gFAAgF,EAAE,MAAM,EAAE,CAAC,qhjEAAqhjE,CAAC,EAAE,CAAC;AACxqjE,SAAS,CAAC,EAAE,cAAc,EAAE,YAAY,EAAE,OAAO,EAAE,CAAC,EAAE,EAAE,cAAc,EAAE,EAAE,IAAI,EAAE,CAAC;AACjF,gBAAgB,IAAI,EAAE,KAAK;AAC3B,aAAa,CAAC,EAAE,EAAE,CAAC;;AC5BZ,MAAM,YAAY,CAAC;AAC1B,CAAC;AACD,YAAY,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,QAAQ,EAAE,CAAC,CAAC;AACxK,YAAY,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC,eAAe,CAAC,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;AAChN,YAAY,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;AACnJ,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,YAAY,EAAE,UAAU,EAAE,CAAC;AACtH,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,YAAY,EAAE,CAAC,eAAe,CAAC;AACnD,oBAAoB,OAAO,EAAE,CAAC,YAAY,CAAC;AAC3C,oBAAoB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC9C,iBAAiB,CAAC;AAClB,SAAS,CAAC,EAAE,CAAC;;AChBb;AACA;AACA;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-icon.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/icon/src/icon.component.ts","../../../../libs/mintplayer-ng-bootstrap/icon/src/icon.component.html","../../../../libs/mintplayer-ng-bootstrap/icon/src/icon.module.ts","../../../../libs/mintplayer-ng-bootstrap/icon/mintplayer-ng-bootstrap-icon.ts"],"sourcesContent":["import { Component, Input } from '@angular/core';\r\nimport { BehaviorSubject, Observable } from 'rxjs';\r\nimport { map } from 'rxjs/operators';\r\n\r\n@Component({\r\n selector: 'bs-icon',\r\n templateUrl: './icon.component.html',\r\n styleUrls: ['./icon.component.scss'],\r\n})\r\nexport class BsIconComponent {\r\n constructor() {\r\n this.isVisible$ = this.icon$.pipe(map(i => i !== null));\r\n this.biClass$ = this.icon$.pipe(map((icon) => {\r\n if (icon === null) {\r\n return null;\r\n } else {\r\n return `bi-${icon}`;\r\n }\r\n }));\r\n }\r\n \r\n icon$ = new BehaviorSubject<string | null>(null);\r\n isVisible$: Observable<boolean>;\r\n biClass$: Observable<string | null>;\r\n\r\n\r\n public get icon() {\r\n return this.icon$.value;\r\n }\r\n @Input() public set icon(value: string | null) {\r\n this.icon$.next(value);\r\n }\r\n}\r\n","<i *ngIf=\"isVisible$ | async\" class=\"bi\" [class]=\"biClass$ | async\"></i>","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { BsIconComponent } from './icon.component';\r\n\r\n@NgModule({\r\n declarations: [BsIconComponent],\r\n imports: [CommonModule],\r\n exports: [BsIconComponent],\r\n})\r\nexport class BsIconModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;;;;MASa,eAAe,CAAA;AAC1B,IAAA,WAAA,GAAA;AAWA,QAAA,IAAA,CAAA,KAAK,GAAG,IAAI,eAAe,CAAgB,IAAI,CAAC,CAAC;QAV/C,IAAI,CAAC,UAAU,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,KAAK,IAAI,CAAC,CAAC,CAAC;AACxD,QAAA,IAAI,CAAC,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,KAAI;YAC3C,IAAI,IAAI,KAAK,IAAI,EAAE;AACjB,gBAAA,OAAO,IAAI,CAAC;AACb,aAAA;AAAM,iBAAA;gBACL,OAAO,CAAA,GAAA,EAAM,IAAI,CAAA,CAAE,CAAC;AACrB,aAAA;SACF,CAAC,CAAC,CAAC;KACL;AAOD,IAAA,IAAW,IAAI,GAAA;AACb,QAAA,OAAO,IAAI,CAAC,KAAK,CAAC,KAAK,CAAC;KACzB;IACD,IAAoB,IAAI,CAAC,KAAoB,EAAA;AAC3C,QAAA,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC;KACxB;;4GAtBU,eAAe,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAAf,eAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,eAAe,yECT5B,gFAAwE,EAAA,MAAA,EAAA,CAAA,qhjEAAA,CAAA,EAAA,YAAA,EAAA,CAAA,EAAA,IAAA,EAAA,WAAA,EAAA,IAAA,EAAA,EAAA,CAAA,IAAA,EAAA,QAAA,EAAA,QAAA,EAAA,MAAA,EAAA,CAAA,MAAA,EAAA,UAAA,EAAA,UAAA,CAAA,EAAA,EAAA,EAAA,IAAA,EAAA,MAAA,EAAA,IAAA,EAAA,EAAA,CAAA,SAAA,EAAA,IAAA,EAAA,OAAA,EAAA,CAAA,EAAA,CAAA,CAAA;2FDS3D,eAAe,EAAA,UAAA,EAAA,CAAA;kBAL3B,SAAS;+BACE,SAAS,EAAA,QAAA,EAAA,gFAAA,EAAA,MAAA,EAAA,CAAA,qhjEAAA,CAAA,EAAA,CAAA;0EAwBC,IAAI,EAAA,CAAA;sBAAvB,KAAK;;;MEpBK,YAAY,CAAA;;yGAAZ,YAAY,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAZ,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,EAJR,YAAA,EAAA,CAAA,eAAe,CACpB,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,eAAe,CAAA,EAAA,CAAA,CAAA;AAEd,YAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,YAAY,YAHb,YAAY,CAAA,EAAA,CAAA,CAAA;2FAGX,YAAY,EAAA,UAAA,EAAA,CAAA;kBALxB,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,eAAe,CAAC;oBAC/B,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,eAAe,CAAC;AAC3B,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}
@@ -2,31 +2,31 @@ import * as i0 from '@angular/core';
2
2
  import { Component, NgModule } from '@angular/core';
3
3
  import { CommonModule } from '@angular/common';
4
4
 
5
- class BsInputGroupComponent {
6
- }
7
- BsInputGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsInputGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
- BsInputGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.0", type: BsInputGroupComponent, selector: "bs-input-group", ngImport: i0, template: "<div class=\"input-group\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:host ::ng-deep .input-group>.form-control,:host ::ng-deep .input-group>.form-select,:host ::ng-deep .input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}:host ::ng-deep .input-group>.form-control:focus,:host ::ng-deep .input-group>.form-select:focus,:host ::ng-deep .input-group>.form-floating:focus-within{z-index:5}:host ::ng-deep .input-group .btn{position:relative;z-index:2}:host ::ng-deep .input-group .btn:focus{z-index:5}:host ::ng-deep .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}:host ::ng-deep .input-group-lg>.form-control,:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-lg>.input-group-text,:host ::ng-deep .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}:host ::ng-deep .input-group-sm>.form-control,:host ::ng-deep .input-group-sm>.form-select,:host ::ng-deep .input-group-sm>.input-group-text,:host ::ng-deep .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-sm>.form-select{padding-right:3rem}:host ::ng-deep .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-control,:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}\n"] });
9
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsInputGroupComponent, decorators: [{
10
- type: Component,
11
- args: [{ selector: 'bs-input-group', template: "<div class=\"input-group\">\n <ng-content></ng-content>\n</div>", styles: [":host ::ng-deep .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:host ::ng-deep .input-group>.form-control,:host ::ng-deep .input-group>.form-select,:host ::ng-deep .input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}:host ::ng-deep .input-group>.form-control:focus,:host ::ng-deep .input-group>.form-select:focus,:host ::ng-deep .input-group>.form-floating:focus-within{z-index:5}:host ::ng-deep .input-group .btn{position:relative;z-index:2}:host ::ng-deep .input-group .btn:focus{z-index:5}:host ::ng-deep .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}:host ::ng-deep .input-group-lg>.form-control,:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-lg>.input-group-text,:host ::ng-deep .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}:host ::ng-deep .input-group-sm>.form-control,:host ::ng-deep .input-group-sm>.form-select,:host ::ng-deep .input-group-sm>.input-group-text,:host ::ng-deep .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-sm>.form-select{padding-right:3rem}:host ::ng-deep .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-control,:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}\n"] }]
5
+ class BsInputGroupComponent {
6
+ }
7
+ BsInputGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsInputGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });
8
+ BsInputGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "15.1.5", type: BsInputGroupComponent, selector: "bs-input-group", ngImport: i0, template: "<div class=\"input-group\">\r\n <ng-content></ng-content>\r\n</div>", styles: [":host ::ng-deep .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:host ::ng-deep .input-group>.form-control,:host ::ng-deep .input-group>.form-select,:host ::ng-deep .input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}:host ::ng-deep .input-group>.form-control:focus,:host ::ng-deep .input-group>.form-select:focus,:host ::ng-deep .input-group>.form-floating:focus-within{z-index:5}:host ::ng-deep .input-group .btn{position:relative;z-index:2}:host ::ng-deep .input-group .btn:focus{z-index:5}:host ::ng-deep .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}:host ::ng-deep .input-group-lg>.form-control,:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-lg>.input-group-text,:host ::ng-deep .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}:host ::ng-deep .input-group-sm>.form-control,:host ::ng-deep .input-group-sm>.form-select,:host ::ng-deep .input-group-sm>.input-group-text,:host ::ng-deep .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-sm>.form-select{padding-right:3rem}:host ::ng-deep .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-control,:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}\n"] });
9
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsInputGroupComponent, decorators: [{
10
+ type: Component,
11
+ args: [{ selector: 'bs-input-group', template: "<div class=\"input-group\">\r\n <ng-content></ng-content>\r\n</div>", styles: [":host ::ng-deep .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:host ::ng-deep .input-group>.form-control,:host ::ng-deep .input-group>.form-select,:host ::ng-deep .input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}:host ::ng-deep .input-group>.form-control:focus,:host ::ng-deep .input-group>.form-select:focus,:host ::ng-deep .input-group>.form-floating:focus-within{z-index:5}:host ::ng-deep .input-group .btn{position:relative;z-index:2}:host ::ng-deep .input-group .btn:focus{z-index:5}:host ::ng-deep .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}:host ::ng-deep .input-group-lg>.form-control,:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-lg>.input-group-text,:host ::ng-deep .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}:host ::ng-deep .input-group-sm>.form-control,:host ::ng-deep .input-group-sm>.form-select,:host ::ng-deep .input-group-sm>.input-group-text,:host ::ng-deep .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-sm>.form-select{padding-right:3rem}:host ::ng-deep .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-control,:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}\n"] }]
12
12
  }] });
13
13
 
14
- class BsInputGroupModule {
15
- }
16
- BsInputGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
- BsInputGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.0", ngImport: i0, type: BsInputGroupModule, declarations: [BsInputGroupComponent], imports: [CommonModule], exports: [BsInputGroupComponent] });
18
- BsInputGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsInputGroupModule, imports: [CommonModule] });
19
- i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImport: i0, type: BsInputGroupModule, decorators: [{
20
- type: NgModule,
21
- args: [{
22
- declarations: [BsInputGroupComponent],
23
- imports: [CommonModule],
24
- exports: [BsInputGroupComponent],
25
- }]
14
+ class BsInputGroupModule {
15
+ }
16
+ BsInputGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
17
+ BsInputGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "15.1.5", ngImport: i0, type: BsInputGroupModule, declarations: [BsInputGroupComponent], imports: [CommonModule], exports: [BsInputGroupComponent] });
18
+ BsInputGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsInputGroupModule, imports: [CommonModule] });
19
+ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.5", ngImport: i0, type: BsInputGroupModule, decorators: [{
20
+ type: NgModule,
21
+ args: [{
22
+ declarations: [BsInputGroupComponent],
23
+ imports: [CommonModule],
24
+ exports: [BsInputGroupComponent],
25
+ }]
26
26
  }] });
27
27
 
28
- /**
29
- * Generated bundle index. Do not edit.
28
+ /**
29
+ * Generated bundle index. Do not edit.
30
30
  */
31
31
 
32
32
  export { BsInputGroupComponent, BsInputGroupModule };
@@ -1 +1 @@
1
- {"version":3,"file":"mintplayer-ng-bootstrap-input-group.mjs","sources":["../esm2020/input-group/src/input-group/input-group.component.mjs","../esm2020/input-group/src/input-group.module.mjs","../esm2020/input-group/mintplayer-ng-bootstrap-input-group.mjs"],"sourcesContent":["import { Component } from '@angular/core';\nimport * as i0 from \"@angular/core\";\nexport class BsInputGroupComponent {\n}\nBsInputGroupComponent.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsInputGroupComponent, deps: [], target: i0.ɵɵFactoryTarget.Component });\nBsInputGroupComponent.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: \"14.0.0\", version: \"15.1.0\", type: BsInputGroupComponent, selector: \"bs-input-group\", ngImport: i0, template: \"<div class=\\\"input-group\\\">\\n <ng-content></ng-content>\\n</div>\", styles: [\":host ::ng-deep .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:host ::ng-deep .input-group>.form-control,:host ::ng-deep .input-group>.form-select,:host ::ng-deep .input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}:host ::ng-deep .input-group>.form-control:focus,:host ::ng-deep .input-group>.form-select:focus,:host ::ng-deep .input-group>.form-floating:focus-within{z-index:5}:host ::ng-deep .input-group .btn{position:relative;z-index:2}:host ::ng-deep .input-group .btn:focus{z-index:5}:host ::ng-deep .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}:host ::ng-deep .input-group-lg>.form-control,:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-lg>.input-group-text,:host ::ng-deep .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}:host ::ng-deep .input-group-sm>.form-control,:host ::ng-deep .input-group-sm>.form-select,:host ::ng-deep .input-group-sm>.input-group-text,:host ::ng-deep .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-sm>.form-select{padding-right:3rem}:host ::ng-deep .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-control,:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}\\n\"] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsInputGroupComponent, decorators: [{\n type: Component,\n args: [{ selector: 'bs-input-group', template: \"<div class=\\\"input-group\\\">\\n <ng-content></ng-content>\\n</div>\", styles: [\":host ::ng-deep .input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}:host ::ng-deep .input-group>.form-control,:host ::ng-deep .input-group>.form-select,:host ::ng-deep .input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}:host ::ng-deep .input-group>.form-control:focus,:host ::ng-deep .input-group>.form-select:focus,:host ::ng-deep .input-group>.form-floating:focus-within{z-index:5}:host ::ng-deep .input-group .btn{position:relative;z-index:2}:host ::ng-deep .input-group .btn:focus{z-index:5}:host ::ng-deep .input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.375rem}:host ::ng-deep .input-group-lg>.form-control,:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-lg>.input-group-text,:host ::ng-deep .input-group-lg>.btn{padding:.5rem 1rem;font-size:1.25rem;border-radius:.5rem}:host ::ng-deep .input-group-sm>.form-control,:host ::ng-deep .input-group-sm>.form-select,:host ::ng-deep .input-group-sm>.input-group-text,:host ::ng-deep .input-group-sm>.btn{padding:.25rem .5rem;font-size:.875rem;border-radius:.25rem}:host ::ng-deep .input-group-lg>.form-select,:host ::ng-deep .input-group-sm>.form-select{padding-right:3rem}:host ::ng-deep .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,:host ::ng-deep .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),:host ::ng-deep .input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,:host ::ng-deep .input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}:host ::ng-deep .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-control,:host ::ng-deep .input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}\\n\"] }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZ3JvdXAuY29tcG9uZW50LmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9pbnB1dC1ncm91cC9zcmMvaW5wdXQtZ3JvdXAvaW5wdXQtZ3JvdXAuY29tcG9uZW50LnRzIiwiLi4vLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9pbnB1dC1ncm91cC9zcmMvaW5wdXQtZ3JvdXAvaW5wdXQtZ3JvdXAuY29tcG9uZW50Lmh0bWwiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsT0FBTyxFQUFFLFNBQVMsRUFBRSxNQUFNLGVBQWUsQ0FBQzs7QUFPMUMsTUFBTSxPQUFPLHFCQUFxQjs7a0hBQXJCLHFCQUFxQjtzR0FBckIscUJBQXFCLHNEQ1BsQyxvRUFFTTsyRkRLTyxxQkFBcUI7a0JBTGpDLFNBQVM7K0JBQ0UsZ0JBQWdCIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHsgQ29tcG9uZW50IH0gZnJvbSAnQGFuZ3VsYXIvY29yZSc7XG5cbkBDb21wb25lbnQoe1xuICBzZWxlY3RvcjogJ2JzLWlucHV0LWdyb3VwJyxcbiAgdGVtcGxhdGVVcmw6ICcuL2lucHV0LWdyb3VwLmNvbXBvbmVudC5odG1sJyxcbiAgc3R5bGVVcmxzOiBbJy4vaW5wdXQtZ3JvdXAuY29tcG9uZW50LnNjc3MnXSxcbn0pXG5leHBvcnQgY2xhc3MgQnNJbnB1dEdyb3VwQ29tcG9uZW50IHt9XG4iLCI8ZGl2IGNsYXNzPVwiaW5wdXQtZ3JvdXBcIj5cbiAgICA8bmctY29udGVudD48L25nLWNvbnRlbnQ+XG48L2Rpdj4iXX0=","import { NgModule } from '@angular/core';\nimport { CommonModule } from '@angular/common';\nimport { BsInputGroupComponent } from './input-group/input-group.component';\nimport * as i0 from \"@angular/core\";\nexport class BsInputGroupModule {\n}\nBsInputGroupModule.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsInputGroupModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });\nBsInputGroupModule.ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: \"14.0.0\", version: \"15.1.0\", ngImport: i0, type: BsInputGroupModule, declarations: [BsInputGroupComponent], imports: [CommonModule], exports: [BsInputGroupComponent] });\nBsInputGroupModule.ɵinj = i0.ɵɵngDeclareInjector({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsInputGroupModule, imports: [CommonModule] });\ni0.ɵɵngDeclareClassMetadata({ minVersion: \"12.0.0\", version: \"15.1.0\", ngImport: i0, type: BsInputGroupModule, decorators: [{\n type: NgModule,\n args: [{\n declarations: [BsInputGroupComponent],\n imports: [CommonModule],\n exports: [BsInputGroupComponent],\n }]\n }] });\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5wdXQtZ3JvdXAubW9kdWxlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vbGlicy9taW50cGxheWVyLW5nLWJvb3RzdHJhcC9pbnB1dC1ncm91cC9zcmMvaW5wdXQtZ3JvdXAubW9kdWxlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLE9BQU8sRUFBRSxRQUFRLEVBQUUsTUFBTSxlQUFlLENBQUM7QUFDekMsT0FBTyxFQUFFLFlBQVksRUFBRSxNQUFNLGlCQUFpQixDQUFDO0FBQy9DLE9BQU8sRUFBRSxxQkFBcUIsRUFBRSxNQUFNLHFDQUFxQyxDQUFDOztBQU81RSxNQUFNLE9BQU8sa0JBQWtCOzsrR0FBbEIsa0JBQWtCO2dIQUFsQixrQkFBa0IsaUJBSmQscUJBQXFCLGFBQzFCLFlBQVksYUFDWixxQkFBcUI7Z0hBRXBCLGtCQUFrQixZQUhuQixZQUFZOzJGQUdYLGtCQUFrQjtrQkFMOUIsUUFBUTttQkFBQztvQkFDUixZQUFZLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztvQkFDckMsT0FBTyxFQUFFLENBQUMsWUFBWSxDQUFDO29CQUN2QixPQUFPLEVBQUUsQ0FBQyxxQkFBcUIsQ0FBQztpQkFDakMiLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgeyBOZ01vZHVsZSB9IGZyb20gJ0Bhbmd1bGFyL2NvcmUnO1xuaW1wb3J0IHsgQ29tbW9uTW9kdWxlIH0gZnJvbSAnQGFuZ3VsYXIvY29tbW9uJztcbmltcG9ydCB7IEJzSW5wdXRHcm91cENvbXBvbmVudCB9IGZyb20gJy4vaW5wdXQtZ3JvdXAvaW5wdXQtZ3JvdXAuY29tcG9uZW50JztcblxuQE5nTW9kdWxlKHtcbiAgZGVjbGFyYXRpb25zOiBbQnNJbnB1dEdyb3VwQ29tcG9uZW50XSxcbiAgaW1wb3J0czogW0NvbW1vbk1vZHVsZV0sXG4gIGV4cG9ydHM6IFtCc0lucHV0R3JvdXBDb21wb25lbnRdLFxufSlcbmV4cG9ydCBjbGFzcyBCc0lucHV0R3JvdXBNb2R1bGUge31cbiJdfQ==","/**\n * Generated bundle index. Do not edit.\n */\nexport * from './index';\n//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibWludHBsYXllci1uZy1ib290c3RyYXAtaW5wdXQtZ3JvdXAuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi9saWJzL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwL2lucHV0LWdyb3VwL21pbnRwbGF5ZXItbmctYm9vdHN0cmFwLWlucHV0LWdyb3VwLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBRUgsY0FBYyxTQUFTLENBQUMiLCJzb3VyY2VzQ29udGVudCI6WyIvKipcbiAqIEdlbmVyYXRlZCBidW5kbGUgaW5kZXguIERvIG5vdCBlZGl0LlxuICovXG5cbmV4cG9ydCAqIGZyb20gJy4vaW5kZXgnO1xuIl19"],"names":[],"mappings":";;;;AAEO,MAAM,qBAAqB,CAAC;AACnC,CAAC;AACD,qBAAqB,CAAC,IAAI,GAAG,EAAE,CAAC,kBAAkB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,IAAI,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,CAAC,eAAe,CAAC,SAAS,EAAE,CAAC,CAAC;AAC3L,qBAAqB,CAAC,IAAI,GAAG,EAAE,CAAC,oBAAoB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,IAAI,EAAE,qBAAqB,EAAE,QAAQ,EAAE,gBAAgB,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,oEAAoE,EAAE,MAAM,EAAE,CAAC,4rFAA4rF,CAAC,EAAE,CAAC,CAAC;AACj8F,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,qBAAqB,EAAE,UAAU,EAAE,CAAC;AAC/H,YAAY,IAAI,EAAE,SAAS;AAC3B,YAAY,IAAI,EAAE,CAAC,EAAE,QAAQ,EAAE,gBAAgB,EAAE,QAAQ,EAAE,oEAAoE,EAAE,MAAM,EAAE,CAAC,4rFAA4rF,CAAC,EAAE,CAAC;AAC10F,SAAS,CAAC,EAAE,CAAC;;ACLN,MAAM,kBAAkB,CAAC;AAChC,CAAC;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,QAAQ,EAAE,CAAC,CAAC;AACpL,kBAAkB,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,YAAY,EAAE,CAAC,qBAAqB,CAAC,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,OAAO,EAAE,CAAC,qBAAqB,CAAC,EAAE,CAAC,CAAC;AACxO,kBAAkB,CAAC,IAAI,GAAG,EAAE,CAAC,mBAAmB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,OAAO,EAAE,CAAC,YAAY,CAAC,EAAE,CAAC,CAAC;AAC/J,EAAE,CAAC,wBAAwB,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,EAAE,IAAI,EAAE,kBAAkB,EAAE,UAAU,EAAE,CAAC;AAC5H,YAAY,IAAI,EAAE,QAAQ;AAC1B,YAAY,IAAI,EAAE,CAAC;AACnB,oBAAoB,YAAY,EAAE,CAAC,qBAAqB,CAAC;AACzD,oBAAoB,OAAO,EAAE,CAAC,YAAY,CAAC;AAC3C,oBAAoB,OAAO,EAAE,CAAC,qBAAqB,CAAC;AACpD,iBAAiB,CAAC;AAClB,SAAS,CAAC,EAAE,CAAC;;AChBb;AACA;AACA;;;;"}
1
+ {"version":3,"file":"mintplayer-ng-bootstrap-input-group.mjs","sources":["../../../../libs/mintplayer-ng-bootstrap/input-group/src/input-group/input-group.component.ts","../../../../libs/mintplayer-ng-bootstrap/input-group/src/input-group/input-group.component.html","../../../../libs/mintplayer-ng-bootstrap/input-group/src/input-group.module.ts","../../../../libs/mintplayer-ng-bootstrap/input-group/mintplayer-ng-bootstrap-input-group.ts"],"sourcesContent":["import { Component } from '@angular/core';\r\n\r\n@Component({\r\n selector: 'bs-input-group',\r\n templateUrl: './input-group.component.html',\r\n styleUrls: ['./input-group.component.scss'],\r\n})\r\nexport class BsInputGroupComponent {}\r\n","<div class=\"input-group\">\r\n <ng-content></ng-content>\r\n</div>","import { NgModule } from '@angular/core';\r\nimport { CommonModule } from '@angular/common';\r\nimport { BsInputGroupComponent } from './input-group/input-group.component';\r\n\r\n@NgModule({\r\n declarations: [BsInputGroupComponent],\r\n imports: [CommonModule],\r\n exports: [BsInputGroupComponent],\r\n})\r\nexport class BsInputGroupModule {}\r\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":";;;;MAOa,qBAAqB,CAAA;;kHAArB,qBAAqB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,SAAA,EAAA,CAAA,CAAA;AAArB,qBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,oBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,IAAA,EAAA,qBAAqB,sDCPlC,wEAEM,EAAA,MAAA,EAAA,CAAA,4rFAAA,CAAA,EAAA,CAAA,CAAA;2FDKO,qBAAqB,EAAA,UAAA,EAAA,CAAA;kBALjC,SAAS;+BACE,gBAAgB,EAAA,QAAA,EAAA,wEAAA,EAAA,MAAA,EAAA,CAAA,4rFAAA,CAAA,EAAA,CAAA;;;MEMf,kBAAkB,CAAA;;+GAAlB,kBAAkB,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,QAAA,EAAA,CAAA,CAAA;AAAlB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,EAJd,YAAA,EAAA,CAAA,qBAAqB,CAC1B,EAAA,OAAA,EAAA,CAAA,YAAY,aACZ,qBAAqB,CAAA,EAAA,CAAA,CAAA;AAEpB,kBAAA,CAAA,IAAA,GAAA,EAAA,CAAA,mBAAA,CAAA,EAAA,UAAA,EAAA,QAAA,EAAA,OAAA,EAAA,QAAA,EAAA,QAAA,EAAA,EAAA,EAAA,IAAA,EAAA,kBAAkB,YAHnB,YAAY,CAAA,EAAA,CAAA,CAAA;2FAGX,kBAAkB,EAAA,UAAA,EAAA,CAAA;kBAL9B,QAAQ;AAAC,YAAA,IAAA,EAAA,CAAA;oBACR,YAAY,EAAE,CAAC,qBAAqB,CAAC;oBACrC,OAAO,EAAE,CAAC,YAAY,CAAC;oBACvB,OAAO,EAAE,CAAC,qBAAqB,CAAC;AACjC,iBAAA,CAAA;;;ACRD;;AAEG;;;;"}