@quasar/extras 1.11.0

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 (218) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +146 -0
  3. package/animate/LICENSE +21 -0
  4. package/animate/animate-list.common.d.ts +107 -0
  5. package/animate/animate-list.common.js +107 -0
  6. package/animate/animate-list.d.ts +107 -0
  7. package/animate/animate-list.js +107 -0
  8. package/animate/backInDown.css +20 -0
  9. package/animate/backInLeft.css +20 -0
  10. package/animate/backInRight.css +20 -0
  11. package/animate/backInUp.css +20 -0
  12. package/animate/backOutDown.css +20 -0
  13. package/animate/backOutLeft.css +20 -0
  14. package/animate/backOutRight.css +20 -0
  15. package/animate/backOutUp.css +20 -0
  16. package/animate/bounce.css +34 -0
  17. package/animate/bounceIn.css +42 -0
  18. package/animate/bounceInDown.css +35 -0
  19. package/animate/bounceInLeft.css +35 -0
  20. package/animate/bounceInRight.css +35 -0
  21. package/animate/bounceInUp.css +35 -0
  22. package/animate/bounceOut.css +21 -0
  23. package/animate/bounceOutDown.css +20 -0
  24. package/animate/bounceOutLeft.css +15 -0
  25. package/animate/bounceOutRight.css +15 -0
  26. package/animate/bounceOutUp.css +20 -0
  27. package/animate/fadeIn.css +13 -0
  28. package/animate/fadeInBottomLeft.css +14 -0
  29. package/animate/fadeInBottomRight.css +14 -0
  30. package/animate/fadeInDown.css +15 -0
  31. package/animate/fadeInDownBig.css +15 -0
  32. package/animate/fadeInLeft.css +15 -0
  33. package/animate/fadeInLeftBig.css +15 -0
  34. package/animate/fadeInRight.css +15 -0
  35. package/animate/fadeInRightBig.css +15 -0
  36. package/animate/fadeInTopLeft.css +14 -0
  37. package/animate/fadeInTopRight.css +14 -0
  38. package/animate/fadeInUp.css +15 -0
  39. package/animate/fadeInUpBig.css +15 -0
  40. package/animate/fadeOut.css +13 -0
  41. package/animate/fadeOutBottomLeft.css +14 -0
  42. package/animate/fadeOutBottomRight.css +14 -0
  43. package/animate/fadeOutDown.css +14 -0
  44. package/animate/fadeOutDownBig.css +14 -0
  45. package/animate/fadeOutLeft.css +14 -0
  46. package/animate/fadeOutLeftBig.css +14 -0
  47. package/animate/fadeOutRight.css +14 -0
  48. package/animate/fadeOutRightBig.css +14 -0
  49. package/animate/fadeOutTopLeft.css +14 -0
  50. package/animate/fadeOutTopRight.css +14 -0
  51. package/animate/fadeOutUp.css +14 -0
  52. package/animate/fadeOutUpBig.css +14 -0
  53. package/animate/flash.css +16 -0
  54. package/animate/flip.css +34 -0
  55. package/animate/flipInX.css +30 -0
  56. package/animate/flipInY.css +30 -0
  57. package/animate/flipOutX.css +21 -0
  58. package/animate/flipOutY.css +21 -0
  59. package/animate/headShake.css +30 -0
  60. package/animate/heartBeat.css +27 -0
  61. package/animate/hinge.css +29 -0
  62. package/animate/jackInTheBox.css +24 -0
  63. package/animate/jello.css +40 -0
  64. package/animate/lightSpeedIn.css +24 -0
  65. package/animate/lightSpeedInLeft.css +24 -0
  66. package/animate/lightSpeedInRight.css +24 -0
  67. package/animate/lightSpeedOut.css +15 -0
  68. package/animate/lightSpeedOutLeft.css +15 -0
  69. package/animate/lightSpeedOutRight.css +15 -0
  70. package/animate/pulse.css +20 -0
  71. package/animate/rollIn.css +17 -0
  72. package/animate/rollOut.css +16 -0
  73. package/animate/rotateIn.css +16 -0
  74. package/animate/rotateInDownLeft.css +16 -0
  75. package/animate/rotateInDownRight.css +16 -0
  76. package/animate/rotateInUpLeft.css +16 -0
  77. package/animate/rotateInUpRight.css +16 -0
  78. package/animate/rotateOut.css +15 -0
  79. package/animate/rotateOutDownLeft.css +15 -0
  80. package/animate/rotateOutDownRight.css +15 -0
  81. package/animate/rotateOutUpLeft.css +15 -0
  82. package/animate/rotateOutUpRight.css +15 -0
  83. package/animate/rubberBand.css +33 -0
  84. package/animate/shake.css +25 -0
  85. package/animate/shakeX.css +25 -0
  86. package/animate/shakeY.css +25 -0
  87. package/animate/slideInDown.css +14 -0
  88. package/animate/slideInLeft.css +14 -0
  89. package/animate/slideInRight.css +14 -0
  90. package/animate/slideInUp.css +14 -0
  91. package/animate/slideOutDown.css +14 -0
  92. package/animate/slideOutLeft.css +14 -0
  93. package/animate/slideOutRight.css +14 -0
  94. package/animate/slideOutUp.css +14 -0
  95. package/animate/swing.css +26 -0
  96. package/animate/tada.css +31 -0
  97. package/animate/wobble.css +35 -0
  98. package/animate/zoomIn.css +14 -0
  99. package/animate/zoomInDown.css +17 -0
  100. package/animate/zoomInLeft.css +17 -0
  101. package/animate/zoomInRight.css +17 -0
  102. package/animate/zoomInUp.css +17 -0
  103. package/animate/zoomOut.css +18 -0
  104. package/animate/zoomOutDown.css +18 -0
  105. package/animate/zoomOutLeft.css +16 -0
  106. package/animate/zoomOutRight.css +16 -0
  107. package/animate/zoomOutUp.css +18 -0
  108. package/bootstrap-icons/LICENSE.md +21 -0
  109. package/bootstrap-icons/bootstrap-icons.css +1350 -0
  110. package/bootstrap-icons/bootstrap-icons.woff +0 -0
  111. package/bootstrap-icons/bootstrap-icons.woff2 +0 -0
  112. package/bootstrap-icons/index.d.ts +1372 -0
  113. package/bootstrap-icons/index.js +1372 -0
  114. package/eva-icons/Eva-Icons.woff +0 -0
  115. package/eva-icons/Eva-Icons.woff2 +0 -0
  116. package/eva-icons/LICENSE +21 -0
  117. package/eva-icons/eva-icons.css +2001 -0
  118. package/eva-icons/index.d.ts +492 -0
  119. package/eva-icons/index.js +492 -0
  120. package/fontawesome-v5/LICENSE.txt +34 -0
  121. package/fontawesome-v5/fa-brands-400.woff +0 -0
  122. package/fontawesome-v5/fa-brands-400.woff2 +0 -0
  123. package/fontawesome-v5/fa-regular-400.woff +0 -0
  124. package/fontawesome-v5/fa-regular-400.woff2 +0 -0
  125. package/fontawesome-v5/fa-solid-900.woff +0 -0
  126. package/fontawesome-v5/fa-solid-900.woff2 +0 -0
  127. package/fontawesome-v5/fontawesome-v5.css +4613 -0
  128. package/fontawesome-v5/index.d.ts +1613 -0
  129. package/fontawesome-v5/index.js +1613 -0
  130. package/ionicons-v4/LICENSE +21 -0
  131. package/ionicons-v4/index.d.ts +698 -0
  132. package/ionicons-v4/index.js +698 -0
  133. package/ionicons-v4/ionicons-v4.css +2817 -0
  134. package/ionicons-v4/ionicons.woff +0 -0
  135. package/ionicons-v4/ionicons.woff2 +0 -0
  136. package/ionicons-v5/LICENSE +21 -0
  137. package/ionicons-v5/index.d.ts +1334 -0
  138. package/ionicons-v5/index.js +1334 -0
  139. package/line-awesome/LICENSE.md +15 -0
  140. package/line-awesome/index.d.ts +1546 -0
  141. package/line-awesome/index.js +1546 -0
  142. package/line-awesome/la-brands-400.woff +0 -0
  143. package/line-awesome/la-brands-400.woff2 +0 -0
  144. package/line-awesome/la-regular-400.woff +0 -0
  145. package/line-awesome/la-regular-400.woff2 +0 -0
  146. package/line-awesome/la-solid-900.woff +0 -0
  147. package/line-awesome/la-solid-900.woff2 +0 -0
  148. package/line-awesome/line-awesome.css +6579 -0
  149. package/material-icons/LICENSE +202 -0
  150. package/material-icons/index.d.ts +1870 -0
  151. package/material-icons/index.js +1870 -0
  152. package/material-icons/material-icons.css +31 -0
  153. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNa.woff +0 -0
  154. package/material-icons/web-font/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 +0 -0
  155. package/material-icons-outlined/LICENSE +202 -0
  156. package/material-icons-outlined/index.d.ts +1870 -0
  157. package/material-icons-outlined/index.js +1870 -0
  158. package/material-icons-outlined/material-icons-outlined.css +31 -0
  159. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcY.woff +0 -0
  160. package/material-icons-outlined/web-font/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUcel5euIg.woff2 +0 -0
  161. package/material-icons-round/LICENSE +202 -0
  162. package/material-icons-round/index.d.ts +1870 -0
  163. package/material-icons-round/index.js +1870 -0
  164. package/material-icons-round/material-icons-round.css +31 -0
  165. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmJ.woff +0 -0
  166. package/material-icons-round/web-font/LDItaoyNOAY6Uewc665JcIzCKsKc_M9flwmPq_HTTw.woff2 +0 -0
  167. package/material-icons-sharp/LICENSE +202 -0
  168. package/material-icons-sharp/index.d.ts +1870 -0
  169. package/material-icons-sharp/index.js +1870 -0
  170. package/material-icons-sharp/material-icons-sharp.css +31 -0
  171. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvRImcycg.woff2 +0 -0
  172. package/material-icons-sharp/web-font/oPWQ_lt5nv4pWNJpghLP75WiFR4kLh3kvmvX.woff +0 -0
  173. package/mdi-v3/LICENSE +96 -0
  174. package/mdi-v3/materialdesignicons-webfont.woff +0 -0
  175. package/mdi-v3/materialdesignicons-webfont.woff2 +0 -0
  176. package/mdi-v3/mdi-v3.css +15041 -0
  177. package/mdi-v4/LICENSE +25 -0
  178. package/mdi-v4/index.js +4997 -0
  179. package/mdi-v4/license.md +97 -0
  180. package/mdi-v4/materialdesignicons-webfont.woff +0 -0
  181. package/mdi-v4/materialdesignicons-webfont.woff2 +0 -0
  182. package/mdi-v4/mdi-v4.css +20119 -0
  183. package/mdi-v5/LICENSE +20 -0
  184. package/mdi-v5/index.d.ts +5957 -0
  185. package/mdi-v5/index.js +5957 -0
  186. package/mdi-v5/license.md +20 -0
  187. package/mdi-v5/materialdesignicons-webfont.woff +0 -0
  188. package/mdi-v5/materialdesignicons-webfont.woff2 +0 -0
  189. package/mdi-v5/mdi-v5.css +23959 -0
  190. package/mdi-v6/LICENSE +20 -0
  191. package/mdi-v6/index.d.ts +6197 -0
  192. package/mdi-v6/index.js +6197 -0
  193. package/mdi-v6/license.md +20 -0
  194. package/mdi-v6/materialdesignicons-webfont.woff +0 -0
  195. package/mdi-v6/materialdesignicons-webfont.woff2 +0 -0
  196. package/mdi-v6/mdi-v6.css +24920 -0
  197. package/package.json +45 -0
  198. package/roboto-font/LICENSE +201 -0
  199. package/roboto-font/roboto-font.css +36 -0
  200. package/roboto-font/web-font/KFOkCnqEu92Fr1MmgVxIIzQ.woff +0 -0
  201. package/roboto-font/web-font/KFOlCnqEu92Fr1MmEU9fBBc-.woff +0 -0
  202. package/roboto-font/web-font/KFOlCnqEu92Fr1MmSU5fBBc-.woff +0 -0
  203. package/roboto-font/web-font/KFOlCnqEu92Fr1MmWUlfBBc-.woff +0 -0
  204. package/roboto-font/web-font/KFOlCnqEu92Fr1MmYUtfBBc-.woff +0 -0
  205. package/roboto-font/web-font/KFOmCnqEu92Fr1Mu4mxM.woff +0 -0
  206. package/roboto-font-latin-ext/LICENSE +201 -0
  207. package/roboto-font-latin-ext/roboto-font-latin-ext.css +36 -0
  208. package/roboto-font-latin-ext/web-font/KFOkCnqEu92Fr1MmgVxGIzQ.woff +0 -0
  209. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmEU9fChc-.woff +0 -0
  210. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmSU5fChc-.woff +0 -0
  211. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmWUlfChc-.woff +0 -0
  212. package/roboto-font-latin-ext/web-font/KFOlCnqEu92Fr1MmYUtfChc-.woff +0 -0
  213. package/roboto-font-latin-ext/web-font/KFOmCnqEu92Fr1Mu7GxM.woff +0 -0
  214. package/themify/LICENSE +85 -0
  215. package/themify/index.d.ts +354 -0
  216. package/themify/index.js +354 -0
  217. package/themify/themify.css +1078 -0
  218. package/themify/themify.woff +0 -0
@@ -0,0 +1,14 @@
1
+ @keyframes slideInDown {
2
+ from {
3
+ transform: translate3d(0, -100%, 0);
4
+ visibility: visible;
5
+ }
6
+
7
+ to {
8
+ transform: translate3d(0, 0, 0);
9
+ }
10
+ }
11
+
12
+ .slideInDown {
13
+ animation-name: slideInDown;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideInLeft {
2
+ from {
3
+ transform: translate3d(-100%, 0, 0);
4
+ visibility: visible;
5
+ }
6
+
7
+ to {
8
+ transform: translate3d(0, 0, 0);
9
+ }
10
+ }
11
+
12
+ .slideInLeft {
13
+ animation-name: slideInLeft;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideInRight {
2
+ from {
3
+ transform: translate3d(100%, 0, 0);
4
+ visibility: visible;
5
+ }
6
+
7
+ to {
8
+ transform: translate3d(0, 0, 0);
9
+ }
10
+ }
11
+
12
+ .slideInRight {
13
+ animation-name: slideInRight;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideInUp {
2
+ from {
3
+ transform: translate3d(0, 100%, 0);
4
+ visibility: visible;
5
+ }
6
+
7
+ to {
8
+ transform: translate3d(0, 0, 0);
9
+ }
10
+ }
11
+
12
+ .slideInUp {
13
+ animation-name: slideInUp;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideOutDown {
2
+ from {
3
+ transform: translate3d(0, 0, 0);
4
+ }
5
+
6
+ to {
7
+ visibility: hidden;
8
+ transform: translate3d(0, 100%, 0);
9
+ }
10
+ }
11
+
12
+ .slideOutDown {
13
+ animation-name: slideOutDown;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideOutLeft {
2
+ from {
3
+ transform: translate3d(0, 0, 0);
4
+ }
5
+
6
+ to {
7
+ visibility: hidden;
8
+ transform: translate3d(-100%, 0, 0);
9
+ }
10
+ }
11
+
12
+ .slideOutLeft {
13
+ animation-name: slideOutLeft;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideOutRight {
2
+ from {
3
+ transform: translate3d(0, 0, 0);
4
+ }
5
+
6
+ to {
7
+ visibility: hidden;
8
+ transform: translate3d(100%, 0, 0);
9
+ }
10
+ }
11
+
12
+ .slideOutRight {
13
+ animation-name: slideOutRight;
14
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes slideOutUp {
2
+ from {
3
+ transform: translate3d(0, 0, 0);
4
+ }
5
+
6
+ to {
7
+ visibility: hidden;
8
+ transform: translate3d(0, -100%, 0);
9
+ }
10
+ }
11
+
12
+ .slideOutUp {
13
+ animation-name: slideOutUp;
14
+ }
@@ -0,0 +1,26 @@
1
+ @keyframes swing {
2
+ 20% {
3
+ transform: rotate3d(0, 0, 1, 15deg);
4
+ }
5
+
6
+ 40% {
7
+ transform: rotate3d(0, 0, 1, -10deg);
8
+ }
9
+
10
+ 60% {
11
+ transform: rotate3d(0, 0, 1, 5deg);
12
+ }
13
+
14
+ 80% {
15
+ transform: rotate3d(0, 0, 1, -5deg);
16
+ }
17
+
18
+ to {
19
+ transform: rotate3d(0, 0, 1, 0deg);
20
+ }
21
+ }
22
+
23
+ .swing {
24
+ transform-origin: top center;
25
+ animation-name: swing;
26
+ }
@@ -0,0 +1,31 @@
1
+ @keyframes tada {
2
+ from {
3
+ transform: scale3d(1, 1, 1);
4
+ }
5
+
6
+ 10%,
7
+ 20% {
8
+ transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
9
+ }
10
+
11
+ 30%,
12
+ 50%,
13
+ 70%,
14
+ 90% {
15
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
16
+ }
17
+
18
+ 40%,
19
+ 60%,
20
+ 80% {
21
+ transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
22
+ }
23
+
24
+ to {
25
+ transform: scale3d(1, 1, 1);
26
+ }
27
+ }
28
+
29
+ .tada {
30
+ animation-name: tada;
31
+ }
@@ -0,0 +1,35 @@
1
+ /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
2
+
3
+ @keyframes wobble {
4
+ from {
5
+ transform: translate3d(0, 0, 0);
6
+ }
7
+
8
+ 15% {
9
+ transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
10
+ }
11
+
12
+ 30% {
13
+ transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
14
+ }
15
+
16
+ 45% {
17
+ transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
18
+ }
19
+
20
+ 60% {
21
+ transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
22
+ }
23
+
24
+ 75% {
25
+ transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
26
+ }
27
+
28
+ to {
29
+ transform: translate3d(0, 0, 0);
30
+ }
31
+ }
32
+
33
+ .wobble {
34
+ animation-name: wobble;
35
+ }
@@ -0,0 +1,14 @@
1
+ @keyframes zoomIn {
2
+ from {
3
+ opacity: 0;
4
+ transform: scale3d(0.3, 0.3, 0.3);
5
+ }
6
+
7
+ 50% {
8
+ opacity: 1;
9
+ }
10
+ }
11
+
12
+ .zoomIn {
13
+ animation-name: zoomIn;
14
+ }
@@ -0,0 +1,17 @@
1
+ @keyframes zoomInDown {
2
+ from {
3
+ opacity: 0;
4
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
5
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
6
+ }
7
+
8
+ 60% {
9
+ opacity: 1;
10
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
11
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
12
+ }
13
+ }
14
+
15
+ .zoomInDown {
16
+ animation-name: zoomInDown;
17
+ }
@@ -0,0 +1,17 @@
1
+ @keyframes zoomInLeft {
2
+ from {
3
+ opacity: 0;
4
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
5
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
6
+ }
7
+
8
+ 60% {
9
+ opacity: 1;
10
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
11
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
12
+ }
13
+ }
14
+
15
+ .zoomInLeft {
16
+ animation-name: zoomInLeft;
17
+ }
@@ -0,0 +1,17 @@
1
+ @keyframes zoomInRight {
2
+ from {
3
+ opacity: 0;
4
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
5
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
6
+ }
7
+
8
+ 60% {
9
+ opacity: 1;
10
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
11
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
12
+ }
13
+ }
14
+
15
+ .zoomInRight {
16
+ animation-name: zoomInRight;
17
+ }
@@ -0,0 +1,17 @@
1
+ @keyframes zoomInUp {
2
+ from {
3
+ opacity: 0;
4
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
5
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
6
+ }
7
+
8
+ 60% {
9
+ opacity: 1;
10
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
11
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
12
+ }
13
+ }
14
+
15
+ .zoomInUp {
16
+ animation-name: zoomInUp;
17
+ }
@@ -0,0 +1,18 @@
1
+ @keyframes zoomOut {
2
+ from {
3
+ opacity: 1;
4
+ }
5
+
6
+ 50% {
7
+ opacity: 0;
8
+ transform: scale3d(0.3, 0.3, 0.3);
9
+ }
10
+
11
+ to {
12
+ opacity: 0;
13
+ }
14
+ }
15
+
16
+ .zoomOut {
17
+ animation-name: zoomOut;
18
+ }
@@ -0,0 +1,18 @@
1
+ @keyframes zoomOutDown {
2
+ 40% {
3
+ opacity: 1;
4
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
5
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
6
+ }
7
+
8
+ to {
9
+ opacity: 0;
10
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
11
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
12
+ }
13
+ }
14
+
15
+ .zoomOutDown {
16
+ animation-name: zoomOutDown;
17
+ transform-origin: center bottom;
18
+ }
@@ -0,0 +1,16 @@
1
+ @keyframes zoomOutLeft {
2
+ 40% {
3
+ opacity: 1;
4
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
5
+ }
6
+
7
+ to {
8
+ opacity: 0;
9
+ transform: scale(0.1) translate3d(-2000px, 0, 0);
10
+ }
11
+ }
12
+
13
+ .zoomOutLeft {
14
+ animation-name: zoomOutLeft;
15
+ transform-origin: left center;
16
+ }
@@ -0,0 +1,16 @@
1
+ @keyframes zoomOutRight {
2
+ 40% {
3
+ opacity: 1;
4
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
5
+ }
6
+
7
+ to {
8
+ opacity: 0;
9
+ transform: scale(0.1) translate3d(2000px, 0, 0);
10
+ }
11
+ }
12
+
13
+ .zoomOutRight {
14
+ animation-name: zoomOutRight;
15
+ transform-origin: right center;
16
+ }
@@ -0,0 +1,18 @@
1
+ @keyframes zoomOutUp {
2
+ 40% {
3
+ opacity: 1;
4
+ transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
5
+ animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
6
+ }
7
+
8
+ to {
9
+ opacity: 0;
10
+ transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
11
+ animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
12
+ }
13
+ }
14
+
15
+ .zoomOutUp {
16
+ animation-name: zoomOutUp;
17
+ transform-origin: center bottom;
18
+ }
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019-2020 The Bootstrap Authors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -0,0 +1,1350 @@
1
+ @font-face {
2
+ font-family: "bootstrap-icons";
3
+ font-style: normal;
4
+ font-weight: normal;
5
+ font-display: block;
6
+ src: url("./bootstrap-icons.woff2") format("woff2"), url("./bootstrap-icons.woff") format("woff"); }
7
+ /*
8
+ src: url("./bootstrap-icons.woff2?8bd4575acf83c7696dc7a14a966660a3") format("woff2"),
9
+ url("./bootstrap-icons.woff?8bd4575acf83c7696dc7a14a966660a3") format("woff");
10
+ } */
11
+
12
+ [class^="bi-"]::before,
13
+ [class*=" bi-"]::before {
14
+ display: inline-block;
15
+ font-family: bootstrap-icons !important;
16
+ font-style: normal;
17
+ font-weight: normal !important;
18
+ font-variant: normal;
19
+ text-transform: none;
20
+ line-height: 1;
21
+ vertical-align: -.125em;
22
+ -webkit-font-smoothing: antialiased;
23
+ -moz-osx-font-smoothing: grayscale;
24
+ }
25
+
26
+ .bi-alarm-fill::before { content: "\f101"; }
27
+ .bi-alarm::before { content: "\f102"; }
28
+ .bi-align-bottom::before { content: "\f103"; }
29
+ .bi-align-center::before { content: "\f104"; }
30
+ .bi-align-end::before { content: "\f105"; }
31
+ .bi-align-middle::before { content: "\f106"; }
32
+ .bi-align-start::before { content: "\f107"; }
33
+ .bi-align-top::before { content: "\f108"; }
34
+ .bi-alt::before { content: "\f109"; }
35
+ .bi-app-indicator::before { content: "\f10a"; }
36
+ .bi-app::before { content: "\f10b"; }
37
+ .bi-archive-fill::before { content: "\f10c"; }
38
+ .bi-archive::before { content: "\f10d"; }
39
+ .bi-arrow-90deg-down::before { content: "\f10e"; }
40
+ .bi-arrow-90deg-left::before { content: "\f10f"; }
41
+ .bi-arrow-90deg-right::before { content: "\f110"; }
42
+ .bi-arrow-90deg-up::before { content: "\f111"; }
43
+ .bi-arrow-bar-down::before { content: "\f112"; }
44
+ .bi-arrow-bar-left::before { content: "\f113"; }
45
+ .bi-arrow-bar-right::before { content: "\f114"; }
46
+ .bi-arrow-bar-up::before { content: "\f115"; }
47
+ .bi-arrow-clockwise::before { content: "\f116"; }
48
+ .bi-arrow-counterclockwise::before { content: "\f117"; }
49
+ .bi-arrow-down-circle-fill::before { content: "\f118"; }
50
+ .bi-arrow-down-circle::before { content: "\f119"; }
51
+ .bi-arrow-down-left-circle-fill::before { content: "\f11a"; }
52
+ .bi-arrow-down-left-circle::before { content: "\f11b"; }
53
+ .bi-arrow-down-left-square-fill::before { content: "\f11c"; }
54
+ .bi-arrow-down-left-square::before { content: "\f11d"; }
55
+ .bi-arrow-down-left::before { content: "\f11e"; }
56
+ .bi-arrow-down-right-circle-fill::before { content: "\f11f"; }
57
+ .bi-arrow-down-right-circle::before { content: "\f120"; }
58
+ .bi-arrow-down-right-square-fill::before { content: "\f121"; }
59
+ .bi-arrow-down-right-square::before { content: "\f122"; }
60
+ .bi-arrow-down-right::before { content: "\f123"; }
61
+ .bi-arrow-down-short::before { content: "\f124"; }
62
+ .bi-arrow-down-square-fill::before { content: "\f125"; }
63
+ .bi-arrow-down-square::before { content: "\f126"; }
64
+ .bi-arrow-down-up::before { content: "\f127"; }
65
+ .bi-arrow-down::before { content: "\f128"; }
66
+ .bi-arrow-left-circle-fill::before { content: "\f129"; }
67
+ .bi-arrow-left-circle::before { content: "\f12a"; }
68
+ .bi-arrow-left-right::before { content: "\f12b"; }
69
+ .bi-arrow-left-short::before { content: "\f12c"; }
70
+ .bi-arrow-left-square-fill::before { content: "\f12d"; }
71
+ .bi-arrow-left-square::before { content: "\f12e"; }
72
+ .bi-arrow-left::before { content: "\f12f"; }
73
+ .bi-arrow-repeat::before { content: "\f130"; }
74
+ .bi-arrow-return-left::before { content: "\f131"; }
75
+ .bi-arrow-return-right::before { content: "\f132"; }
76
+ .bi-arrow-right-circle-fill::before { content: "\f133"; }
77
+ .bi-arrow-right-circle::before { content: "\f134"; }
78
+ .bi-arrow-right-short::before { content: "\f135"; }
79
+ .bi-arrow-right-square-fill::before { content: "\f136"; }
80
+ .bi-arrow-right-square::before { content: "\f137"; }
81
+ .bi-arrow-right::before { content: "\f138"; }
82
+ .bi-arrow-up-circle-fill::before { content: "\f139"; }
83
+ .bi-arrow-up-circle::before { content: "\f13a"; }
84
+ .bi-arrow-up-left-circle-fill::before { content: "\f13b"; }
85
+ .bi-arrow-up-left-circle::before { content: "\f13c"; }
86
+ .bi-arrow-up-left-square-fill::before { content: "\f13d"; }
87
+ .bi-arrow-up-left-square::before { content: "\f13e"; }
88
+ .bi-arrow-up-left::before { content: "\f13f"; }
89
+ .bi-arrow-up-right-circle-fill::before { content: "\f140"; }
90
+ .bi-arrow-up-right-circle::before { content: "\f141"; }
91
+ .bi-arrow-up-right-square-fill::before { content: "\f142"; }
92
+ .bi-arrow-up-right-square::before { content: "\f143"; }
93
+ .bi-arrow-up-right::before { content: "\f144"; }
94
+ .bi-arrow-up-short::before { content: "\f145"; }
95
+ .bi-arrow-up-square-fill::before { content: "\f146"; }
96
+ .bi-arrow-up-square::before { content: "\f147"; }
97
+ .bi-arrow-up::before { content: "\f148"; }
98
+ .bi-arrows-angle-contract::before { content: "\f149"; }
99
+ .bi-arrows-angle-expand::before { content: "\f14a"; }
100
+ .bi-arrows-collapse::before { content: "\f14b"; }
101
+ .bi-arrows-expand::before { content: "\f14c"; }
102
+ .bi-arrows-fullscreen::before { content: "\f14d"; }
103
+ .bi-arrows-move::before { content: "\f14e"; }
104
+ .bi-aspect-ratio-fill::before { content: "\f14f"; }
105
+ .bi-aspect-ratio::before { content: "\f150"; }
106
+ .bi-asterisk::before { content: "\f151"; }
107
+ .bi-at::before { content: "\f152"; }
108
+ .bi-award-fill::before { content: "\f153"; }
109
+ .bi-award::before { content: "\f154"; }
110
+ .bi-back::before { content: "\f155"; }
111
+ .bi-backspace-fill::before { content: "\f156"; }
112
+ .bi-backspace-reverse-fill::before { content: "\f157"; }
113
+ .bi-backspace-reverse::before { content: "\f158"; }
114
+ .bi-backspace::before { content: "\f159"; }
115
+ .bi-badge-3d-fill::before { content: "\f15a"; }
116
+ .bi-badge-3d::before { content: "\f15b"; }
117
+ .bi-badge-4k-fill::before { content: "\f15c"; }
118
+ .bi-badge-4k::before { content: "\f15d"; }
119
+ .bi-badge-8k-fill::before { content: "\f15e"; }
120
+ .bi-badge-8k::before { content: "\f15f"; }
121
+ .bi-badge-ad-fill::before { content: "\f160"; }
122
+ .bi-badge-ad::before { content: "\f161"; }
123
+ .bi-badge-ar-fill::before { content: "\f162"; }
124
+ .bi-badge-ar::before { content: "\f163"; }
125
+ .bi-badge-cc-fill::before { content: "\f164"; }
126
+ .bi-badge-cc::before { content: "\f165"; }
127
+ .bi-badge-hd-fill::before { content: "\f166"; }
128
+ .bi-badge-hd::before { content: "\f167"; }
129
+ .bi-badge-tm-fill::before { content: "\f168"; }
130
+ .bi-badge-tm::before { content: "\f169"; }
131
+ .bi-badge-vo-fill::before { content: "\f16a"; }
132
+ .bi-badge-vo::before { content: "\f16b"; }
133
+ .bi-badge-vr-fill::before { content: "\f16c"; }
134
+ .bi-badge-vr::before { content: "\f16d"; }
135
+ .bi-badge-wc-fill::before { content: "\f16e"; }
136
+ .bi-badge-wc::before { content: "\f16f"; }
137
+ .bi-bag-check-fill::before { content: "\f170"; }
138
+ .bi-bag-check::before { content: "\f171"; }
139
+ .bi-bag-dash-fill::before { content: "\f172"; }
140
+ .bi-bag-dash::before { content: "\f173"; }
141
+ .bi-bag-fill::before { content: "\f174"; }
142
+ .bi-bag-plus-fill::before { content: "\f175"; }
143
+ .bi-bag-plus::before { content: "\f176"; }
144
+ .bi-bag-x-fill::before { content: "\f177"; }
145
+ .bi-bag-x::before { content: "\f178"; }
146
+ .bi-bag::before { content: "\f179"; }
147
+ .bi-bar-chart-fill::before { content: "\f17a"; }
148
+ .bi-bar-chart-line-fill::before { content: "\f17b"; }
149
+ .bi-bar-chart-line::before { content: "\f17c"; }
150
+ .bi-bar-chart-steps::before { content: "\f17d"; }
151
+ .bi-bar-chart::before { content: "\f17e"; }
152
+ .bi-basket-fill::before { content: "\f17f"; }
153
+ .bi-basket::before { content: "\f180"; }
154
+ .bi-basket2-fill::before { content: "\f181"; }
155
+ .bi-basket2::before { content: "\f182"; }
156
+ .bi-basket3-fill::before { content: "\f183"; }
157
+ .bi-basket3::before { content: "\f184"; }
158
+ .bi-battery-charging::before { content: "\f185"; }
159
+ .bi-battery-full::before { content: "\f186"; }
160
+ .bi-battery-half::before { content: "\f187"; }
161
+ .bi-battery::before { content: "\f188"; }
162
+ .bi-bell-fill::before { content: "\f189"; }
163
+ .bi-bell::before { content: "\f18a"; }
164
+ .bi-bezier::before { content: "\f18b"; }
165
+ .bi-bezier2::before { content: "\f18c"; }
166
+ .bi-bicycle::before { content: "\f18d"; }
167
+ .bi-binoculars-fill::before { content: "\f18e"; }
168
+ .bi-binoculars::before { content: "\f18f"; }
169
+ .bi-blockquote-left::before { content: "\f190"; }
170
+ .bi-blockquote-right::before { content: "\f191"; }
171
+ .bi-book-fill::before { content: "\f192"; }
172
+ .bi-book-half::before { content: "\f193"; }
173
+ .bi-book::before { content: "\f194"; }
174
+ .bi-bookmark-check-fill::before { content: "\f195"; }
175
+ .bi-bookmark-check::before { content: "\f196"; }
176
+ .bi-bookmark-dash-fill::before { content: "\f197"; }
177
+ .bi-bookmark-dash::before { content: "\f198"; }
178
+ .bi-bookmark-fill::before { content: "\f199"; }
179
+ .bi-bookmark-heart-fill::before { content: "\f19a"; }
180
+ .bi-bookmark-heart::before { content: "\f19b"; }
181
+ .bi-bookmark-plus-fill::before { content: "\f19c"; }
182
+ .bi-bookmark-plus::before { content: "\f19d"; }
183
+ .bi-bookmark-star-fill::before { content: "\f19e"; }
184
+ .bi-bookmark-star::before { content: "\f19f"; }
185
+ .bi-bookmark-x-fill::before { content: "\f1a0"; }
186
+ .bi-bookmark-x::before { content: "\f1a1"; }
187
+ .bi-bookmark::before { content: "\f1a2"; }
188
+ .bi-bookmarks-fill::before { content: "\f1a3"; }
189
+ .bi-bookmarks::before { content: "\f1a4"; }
190
+ .bi-bookshelf::before { content: "\f1a5"; }
191
+ .bi-bootstrap-fill::before { content: "\f1a6"; }
192
+ .bi-bootstrap-reboot::before { content: "\f1a7"; }
193
+ .bi-bootstrap::before { content: "\f1a8"; }
194
+ .bi-border-all::before { content: "\f1a9"; }
195
+ .bi-border-bottom::before { content: "\f1aa"; }
196
+ .bi-border-center::before { content: "\f1ab"; }
197
+ .bi-border-inner::before { content: "\f1ac"; }
198
+ .bi-border-left::before { content: "\f1ad"; }
199
+ .bi-border-middle::before { content: "\f1ae"; }
200
+ .bi-border-outer::before { content: "\f1af"; }
201
+ .bi-border-right::before { content: "\f1b0"; }
202
+ .bi-border-style::before { content: "\f1b1"; }
203
+ .bi-border-top::before { content: "\f1b2"; }
204
+ .bi-border-width::before { content: "\f1b3"; }
205
+ .bi-border::before { content: "\f1b4"; }
206
+ .bi-bounding-box-circles::before { content: "\f1b5"; }
207
+ .bi-bounding-box::before { content: "\f1b6"; }
208
+ .bi-box-arrow-down-left::before { content: "\f1b7"; }
209
+ .bi-box-arrow-down-right::before { content: "\f1b8"; }
210
+ .bi-box-arrow-down::before { content: "\f1b9"; }
211
+ .bi-box-arrow-in-down-left::before { content: "\f1ba"; }
212
+ .bi-box-arrow-in-down-right::before { content: "\f1bb"; }
213
+ .bi-box-arrow-in-down::before { content: "\f1bc"; }
214
+ .bi-box-arrow-in-left::before { content: "\f1bd"; }
215
+ .bi-box-arrow-in-right::before { content: "\f1be"; }
216
+ .bi-box-arrow-in-up-left::before { content: "\f1bf"; }
217
+ .bi-box-arrow-in-up-right::before { content: "\f1c0"; }
218
+ .bi-box-arrow-in-up::before { content: "\f1c1"; }
219
+ .bi-box-arrow-left::before { content: "\f1c2"; }
220
+ .bi-box-arrow-right::before { content: "\f1c3"; }
221
+ .bi-box-arrow-up-left::before { content: "\f1c4"; }
222
+ .bi-box-arrow-up-right::before { content: "\f1c5"; }
223
+ .bi-box-arrow-up::before { content: "\f1c6"; }
224
+ .bi-box-seam::before { content: "\f1c7"; }
225
+ .bi-box::before { content: "\f1c8"; }
226
+ .bi-braces::before { content: "\f1c9"; }
227
+ .bi-bricks::before { content: "\f1ca"; }
228
+ .bi-briefcase-fill::before { content: "\f1cb"; }
229
+ .bi-briefcase::before { content: "\f1cc"; }
230
+ .bi-brightness-alt-high-fill::before { content: "\f1cd"; }
231
+ .bi-brightness-alt-high::before { content: "\f1ce"; }
232
+ .bi-brightness-alt-low-fill::before { content: "\f1cf"; }
233
+ .bi-brightness-alt-low::before { content: "\f1d0"; }
234
+ .bi-brightness-high-fill::before { content: "\f1d1"; }
235
+ .bi-brightness-high::before { content: "\f1d2"; }
236
+ .bi-brightness-low-fill::before { content: "\f1d3"; }
237
+ .bi-brightness-low::before { content: "\f1d4"; }
238
+ .bi-broadcast-pin::before { content: "\f1d5"; }
239
+ .bi-broadcast::before { content: "\f1d6"; }
240
+ .bi-brush-fill::before { content: "\f1d7"; }
241
+ .bi-brush::before { content: "\f1d8"; }
242
+ .bi-bucket-fill::before { content: "\f1d9"; }
243
+ .bi-bucket::before { content: "\f1da"; }
244
+ .bi-bug-fill::before { content: "\f1db"; }
245
+ .bi-bug::before { content: "\f1dc"; }
246
+ .bi-building::before { content: "\f1dd"; }
247
+ .bi-bullseye::before { content: "\f1de"; }
248
+ .bi-calculator-fill::before { content: "\f1df"; }
249
+ .bi-calculator::before { content: "\f1e0"; }
250
+ .bi-calendar-check-fill::before { content: "\f1e1"; }
251
+ .bi-calendar-check::before { content: "\f1e2"; }
252
+ .bi-calendar-date-fill::before { content: "\f1e3"; }
253
+ .bi-calendar-date::before { content: "\f1e4"; }
254
+ .bi-calendar-day-fill::before { content: "\f1e5"; }
255
+ .bi-calendar-day::before { content: "\f1e6"; }
256
+ .bi-calendar-event-fill::before { content: "\f1e7"; }
257
+ .bi-calendar-event::before { content: "\f1e8"; }
258
+ .bi-calendar-fill::before { content: "\f1e9"; }
259
+ .bi-calendar-minus-fill::before { content: "\f1ea"; }
260
+ .bi-calendar-minus::before { content: "\f1eb"; }
261
+ .bi-calendar-month-fill::before { content: "\f1ec"; }
262
+ .bi-calendar-month::before { content: "\f1ed"; }
263
+ .bi-calendar-plus-fill::before { content: "\f1ee"; }
264
+ .bi-calendar-plus::before { content: "\f1ef"; }
265
+ .bi-calendar-range-fill::before { content: "\f1f0"; }
266
+ .bi-calendar-range::before { content: "\f1f1"; }
267
+ .bi-calendar-week-fill::before { content: "\f1f2"; }
268
+ .bi-calendar-week::before { content: "\f1f3"; }
269
+ .bi-calendar-x-fill::before { content: "\f1f4"; }
270
+ .bi-calendar-x::before { content: "\f1f5"; }
271
+ .bi-calendar::before { content: "\f1f6"; }
272
+ .bi-calendar2-check-fill::before { content: "\f1f7"; }
273
+ .bi-calendar2-check::before { content: "\f1f8"; }
274
+ .bi-calendar2-date-fill::before { content: "\f1f9"; }
275
+ .bi-calendar2-date::before { content: "\f1fa"; }
276
+ .bi-calendar2-day-fill::before { content: "\f1fb"; }
277
+ .bi-calendar2-day::before { content: "\f1fc"; }
278
+ .bi-calendar2-event-fill::before { content: "\f1fd"; }
279
+ .bi-calendar2-event::before { content: "\f1fe"; }
280
+ .bi-calendar2-fill::before { content: "\f1ff"; }
281
+ .bi-calendar2-minus-fill::before { content: "\f200"; }
282
+ .bi-calendar2-minus::before { content: "\f201"; }
283
+ .bi-calendar2-month-fill::before { content: "\f202"; }
284
+ .bi-calendar2-month::before { content: "\f203"; }
285
+ .bi-calendar2-plus-fill::before { content: "\f204"; }
286
+ .bi-calendar2-plus::before { content: "\f205"; }
287
+ .bi-calendar2-range-fill::before { content: "\f206"; }
288
+ .bi-calendar2-range::before { content: "\f207"; }
289
+ .bi-calendar2-week-fill::before { content: "\f208"; }
290
+ .bi-calendar2-week::before { content: "\f209"; }
291
+ .bi-calendar2-x-fill::before { content: "\f20a"; }
292
+ .bi-calendar2-x::before { content: "\f20b"; }
293
+ .bi-calendar2::before { content: "\f20c"; }
294
+ .bi-calendar3-event-fill::before { content: "\f20d"; }
295
+ .bi-calendar3-event::before { content: "\f20e"; }
296
+ .bi-calendar3-fill::before { content: "\f20f"; }
297
+ .bi-calendar3-range-fill::before { content: "\f210"; }
298
+ .bi-calendar3-range::before { content: "\f211"; }
299
+ .bi-calendar3-week-fill::before { content: "\f212"; }
300
+ .bi-calendar3-week::before { content: "\f213"; }
301
+ .bi-calendar3::before { content: "\f214"; }
302
+ .bi-calendar4-event::before { content: "\f215"; }
303
+ .bi-calendar4-range::before { content: "\f216"; }
304
+ .bi-calendar4-week::before { content: "\f217"; }
305
+ .bi-calendar4::before { content: "\f218"; }
306
+ .bi-camera-fill::before { content: "\f219"; }
307
+ .bi-camera-reels-fill::before { content: "\f21a"; }
308
+ .bi-camera-reels::before { content: "\f21b"; }
309
+ .bi-camera-video-fill::before { content: "\f21c"; }
310
+ .bi-camera-video-off-fill::before { content: "\f21d"; }
311
+ .bi-camera-video-off::before { content: "\f21e"; }
312
+ .bi-camera-video::before { content: "\f21f"; }
313
+ .bi-camera::before { content: "\f220"; }
314
+ .bi-camera2::before { content: "\f221"; }
315
+ .bi-capslock-fill::before { content: "\f222"; }
316
+ .bi-capslock::before { content: "\f223"; }
317
+ .bi-card-checklist::before { content: "\f224"; }
318
+ .bi-card-heading::before { content: "\f225"; }
319
+ .bi-card-image::before { content: "\f226"; }
320
+ .bi-card-list::before { content: "\f227"; }
321
+ .bi-card-text::before { content: "\f228"; }
322
+ .bi-caret-down-fill::before { content: "\f229"; }
323
+ .bi-caret-down-square-fill::before { content: "\f22a"; }
324
+ .bi-caret-down-square::before { content: "\f22b"; }
325
+ .bi-caret-down::before { content: "\f22c"; }
326
+ .bi-caret-left-fill::before { content: "\f22d"; }
327
+ .bi-caret-left-square-fill::before { content: "\f22e"; }
328
+ .bi-caret-left-square::before { content: "\f22f"; }
329
+ .bi-caret-left::before { content: "\f230"; }
330
+ .bi-caret-right-fill::before { content: "\f231"; }
331
+ .bi-caret-right-square-fill::before { content: "\f232"; }
332
+ .bi-caret-right-square::before { content: "\f233"; }
333
+ .bi-caret-right::before { content: "\f234"; }
334
+ .bi-caret-up-fill::before { content: "\f235"; }
335
+ .bi-caret-up-square-fill::before { content: "\f236"; }
336
+ .bi-caret-up-square::before { content: "\f237"; }
337
+ .bi-caret-up::before { content: "\f238"; }
338
+ .bi-cart-check-fill::before { content: "\f239"; }
339
+ .bi-cart-check::before { content: "\f23a"; }
340
+ .bi-cart-dash-fill::before { content: "\f23b"; }
341
+ .bi-cart-dash::before { content: "\f23c"; }
342
+ .bi-cart-fill::before { content: "\f23d"; }
343
+ .bi-cart-plus-fill::before { content: "\f23e"; }
344
+ .bi-cart-plus::before { content: "\f23f"; }
345
+ .bi-cart-x-fill::before { content: "\f240"; }
346
+ .bi-cart-x::before { content: "\f241"; }
347
+ .bi-cart::before { content: "\f242"; }
348
+ .bi-cart2::before { content: "\f243"; }
349
+ .bi-cart3::before { content: "\f244"; }
350
+ .bi-cart4::before { content: "\f245"; }
351
+ .bi-cash-stack::before { content: "\f246"; }
352
+ .bi-cash::before { content: "\f247"; }
353
+ .bi-cast::before { content: "\f248"; }
354
+ .bi-chat-dots-fill::before { content: "\f249"; }
355
+ .bi-chat-dots::before { content: "\f24a"; }
356
+ .bi-chat-fill::before { content: "\f24b"; }
357
+ .bi-chat-left-dots-fill::before { content: "\f24c"; }
358
+ .bi-chat-left-dots::before { content: "\f24d"; }
359
+ .bi-chat-left-fill::before { content: "\f24e"; }
360
+ .bi-chat-left-quote-fill::before { content: "\f24f"; }
361
+ .bi-chat-left-quote::before { content: "\f250"; }
362
+ .bi-chat-left-text-fill::before { content: "\f251"; }
363
+ .bi-chat-left-text::before { content: "\f252"; }
364
+ .bi-chat-left::before { content: "\f253"; }
365
+ .bi-chat-quote-fill::before { content: "\f254"; }
366
+ .bi-chat-quote::before { content: "\f255"; }
367
+ .bi-chat-right-dots-fill::before { content: "\f256"; }
368
+ .bi-chat-right-dots::before { content: "\f257"; }
369
+ .bi-chat-right-fill::before { content: "\f258"; }
370
+ .bi-chat-right-quote-fill::before { content: "\f259"; }
371
+ .bi-chat-right-quote::before { content: "\f25a"; }
372
+ .bi-chat-right-text-fill::before { content: "\f25b"; }
373
+ .bi-chat-right-text::before { content: "\f25c"; }
374
+ .bi-chat-right::before { content: "\f25d"; }
375
+ .bi-chat-square-dots-fill::before { content: "\f25e"; }
376
+ .bi-chat-square-dots::before { content: "\f25f"; }
377
+ .bi-chat-square-fill::before { content: "\f260"; }
378
+ .bi-chat-square-quote-fill::before { content: "\f261"; }
379
+ .bi-chat-square-quote::before { content: "\f262"; }
380
+ .bi-chat-square-text-fill::before { content: "\f263"; }
381
+ .bi-chat-square-text::before { content: "\f264"; }
382
+ .bi-chat-square::before { content: "\f265"; }
383
+ .bi-chat-text-fill::before { content: "\f266"; }
384
+ .bi-chat-text::before { content: "\f267"; }
385
+ .bi-chat::before { content: "\f268"; }
386
+ .bi-check-all::before { content: "\f269"; }
387
+ .bi-check-circle-fill::before { content: "\f26a"; }
388
+ .bi-check-circle::before { content: "\f26b"; }
389
+ .bi-check-square-fill::before { content: "\f26c"; }
390
+ .bi-check-square::before { content: "\f26d"; }
391
+ .bi-check::before { content: "\f26e"; }
392
+ .bi-check2-all::before { content: "\f26f"; }
393
+ .bi-check2-circle::before { content: "\f270"; }
394
+ .bi-check2-square::before { content: "\f271"; }
395
+ .bi-check2::before { content: "\f272"; }
396
+ .bi-chevron-bar-contract::before { content: "\f273"; }
397
+ .bi-chevron-bar-down::before { content: "\f274"; }
398
+ .bi-chevron-bar-expand::before { content: "\f275"; }
399
+ .bi-chevron-bar-left::before { content: "\f276"; }
400
+ .bi-chevron-bar-right::before { content: "\f277"; }
401
+ .bi-chevron-bar-up::before { content: "\f278"; }
402
+ .bi-chevron-compact-down::before { content: "\f279"; }
403
+ .bi-chevron-compact-left::before { content: "\f27a"; }
404
+ .bi-chevron-compact-right::before { content: "\f27b"; }
405
+ .bi-chevron-compact-up::before { content: "\f27c"; }
406
+ .bi-chevron-contract::before { content: "\f27d"; }
407
+ .bi-chevron-double-down::before { content: "\f27e"; }
408
+ .bi-chevron-double-left::before { content: "\f27f"; }
409
+ .bi-chevron-double-right::before { content: "\f280"; }
410
+ .bi-chevron-double-up::before { content: "\f281"; }
411
+ .bi-chevron-down::before { content: "\f282"; }
412
+ .bi-chevron-expand::before { content: "\f283"; }
413
+ .bi-chevron-left::before { content: "\f284"; }
414
+ .bi-chevron-right::before { content: "\f285"; }
415
+ .bi-chevron-up::before { content: "\f286"; }
416
+ .bi-circle-fill::before { content: "\f287"; }
417
+ .bi-circle-half::before { content: "\f288"; }
418
+ .bi-circle-square::before { content: "\f289"; }
419
+ .bi-circle::before { content: "\f28a"; }
420
+ .bi-clipboard-check::before { content: "\f28b"; }
421
+ .bi-clipboard-data::before { content: "\f28c"; }
422
+ .bi-clipboard-minus::before { content: "\f28d"; }
423
+ .bi-clipboard-plus::before { content: "\f28e"; }
424
+ .bi-clipboard-x::before { content: "\f28f"; }
425
+ .bi-clipboard::before { content: "\f290"; }
426
+ .bi-clock-fill::before { content: "\f291"; }
427
+ .bi-clock-history::before { content: "\f292"; }
428
+ .bi-clock::before { content: "\f293"; }
429
+ .bi-cloud-arrow-down-fill::before { content: "\f294"; }
430
+ .bi-cloud-arrow-down::before { content: "\f295"; }
431
+ .bi-cloud-arrow-up-fill::before { content: "\f296"; }
432
+ .bi-cloud-arrow-up::before { content: "\f297"; }
433
+ .bi-cloud-check-fill::before { content: "\f298"; }
434
+ .bi-cloud-check::before { content: "\f299"; }
435
+ .bi-cloud-download-fill::before { content: "\f29a"; }
436
+ .bi-cloud-download::before { content: "\f29b"; }
437
+ .bi-cloud-drizzle-fill::before { content: "\f29c"; }
438
+ .bi-cloud-drizzle::before { content: "\f29d"; }
439
+ .bi-cloud-fill::before { content: "\f29e"; }
440
+ .bi-cloud-fog-fill::before { content: "\f29f"; }
441
+ .bi-cloud-fog::before { content: "\f2a0"; }
442
+ .bi-cloud-fog2-fill::before { content: "\f2a1"; }
443
+ .bi-cloud-fog2::before { content: "\f2a2"; }
444
+ .bi-cloud-hail-fill::before { content: "\f2a3"; }
445
+ .bi-cloud-hail::before { content: "\f2a4"; }
446
+ .bi-cloud-haze-1::before { content: "\f2a5"; }
447
+ .bi-cloud-haze-fill::before { content: "\f2a6"; }
448
+ .bi-cloud-haze::before { content: "\f2a7"; }
449
+ .bi-cloud-haze2-fill::before { content: "\f2a8"; }
450
+ .bi-cloud-lightning-fill::before { content: "\f2a9"; }
451
+ .bi-cloud-lightning-rain-fill::before { content: "\f2aa"; }
452
+ .bi-cloud-lightning-rain::before { content: "\f2ab"; }
453
+ .bi-cloud-lightning::before { content: "\f2ac"; }
454
+ .bi-cloud-minus-fill::before { content: "\f2ad"; }
455
+ .bi-cloud-minus::before { content: "\f2ae"; }
456
+ .bi-cloud-moon-fill::before { content: "\f2af"; }
457
+ .bi-cloud-moon::before { content: "\f2b0"; }
458
+ .bi-cloud-plus-fill::before { content: "\f2b1"; }
459
+ .bi-cloud-plus::before { content: "\f2b2"; }
460
+ .bi-cloud-rain-fill::before { content: "\f2b3"; }
461
+ .bi-cloud-rain-heavy-fill::before { content: "\f2b4"; }
462
+ .bi-cloud-rain-heavy::before { content: "\f2b5"; }
463
+ .bi-cloud-rain::before { content: "\f2b6"; }
464
+ .bi-cloud-slash-fill::before { content: "\f2b7"; }
465
+ .bi-cloud-slash::before { content: "\f2b8"; }
466
+ .bi-cloud-sleet-fill::before { content: "\f2b9"; }
467
+ .bi-cloud-sleet::before { content: "\f2ba"; }
468
+ .bi-cloud-snow-fill::before { content: "\f2bb"; }
469
+ .bi-cloud-snow::before { content: "\f2bc"; }
470
+ .bi-cloud-sun-fill::before { content: "\f2bd"; }
471
+ .bi-cloud-sun::before { content: "\f2be"; }
472
+ .bi-cloud-upload-fill::before { content: "\f2bf"; }
473
+ .bi-cloud-upload::before { content: "\f2c0"; }
474
+ .bi-cloud::before { content: "\f2c1"; }
475
+ .bi-clouds-fill::before { content: "\f2c2"; }
476
+ .bi-clouds::before { content: "\f2c3"; }
477
+ .bi-cloudy-fill::before { content: "\f2c4"; }
478
+ .bi-cloudy::before { content: "\f2c5"; }
479
+ .bi-code-slash::before { content: "\f2c6"; }
480
+ .bi-code-square::before { content: "\f2c7"; }
481
+ .bi-code::before { content: "\f2c8"; }
482
+ .bi-collection-fill::before { content: "\f2c9"; }
483
+ .bi-collection-play-fill::before { content: "\f2ca"; }
484
+ .bi-collection-play::before { content: "\f2cb"; }
485
+ .bi-collection::before { content: "\f2cc"; }
486
+ .bi-columns-gap::before { content: "\f2cd"; }
487
+ .bi-columns::before { content: "\f2ce"; }
488
+ .bi-command::before { content: "\f2cf"; }
489
+ .bi-compass-fill::before { content: "\f2d0"; }
490
+ .bi-compass::before { content: "\f2d1"; }
491
+ .bi-cone-striped::before { content: "\f2d2"; }
492
+ .bi-cone::before { content: "\f2d3"; }
493
+ .bi-controller::before { content: "\f2d4"; }
494
+ .bi-cpu-fill::before { content: "\f2d5"; }
495
+ .bi-cpu::before { content: "\f2d6"; }
496
+ .bi-credit-card-2-back-fill::before { content: "\f2d7"; }
497
+ .bi-credit-card-2-back::before { content: "\f2d8"; }
498
+ .bi-credit-card-2-front-fill::before { content: "\f2d9"; }
499
+ .bi-credit-card-2-front::before { content: "\f2da"; }
500
+ .bi-credit-card-fill::before { content: "\f2db"; }
501
+ .bi-credit-card::before { content: "\f2dc"; }
502
+ .bi-crop::before { content: "\f2dd"; }
503
+ .bi-cup-fill::before { content: "\f2de"; }
504
+ .bi-cup-straw::before { content: "\f2df"; }
505
+ .bi-cup::before { content: "\f2e0"; }
506
+ .bi-cursor-fill::before { content: "\f2e1"; }
507
+ .bi-cursor-text::before { content: "\f2e2"; }
508
+ .bi-cursor::before { content: "\f2e3"; }
509
+ .bi-dash-circle-dotted::before { content: "\f2e4"; }
510
+ .bi-dash-circle-fill::before { content: "\f2e5"; }
511
+ .bi-dash-circle::before { content: "\f2e6"; }
512
+ .bi-dash-square-dotted::before { content: "\f2e7"; }
513
+ .bi-dash-square-fill::before { content: "\f2e8"; }
514
+ .bi-dash-square::before { content: "\f2e9"; }
515
+ .bi-dash::before { content: "\f2ea"; }
516
+ .bi-diagram-2-fill::before { content: "\f2eb"; }
517
+ .bi-diagram-2::before { content: "\f2ec"; }
518
+ .bi-diagram-3-fill::before { content: "\f2ed"; }
519
+ .bi-diagram-3::before { content: "\f2ee"; }
520
+ .bi-diamond-fill::before { content: "\f2ef"; }
521
+ .bi-diamond-half::before { content: "\f2f0"; }
522
+ .bi-diamond::before { content: "\f2f1"; }
523
+ .bi-dice-1-fill::before { content: "\f2f2"; }
524
+ .bi-dice-1::before { content: "\f2f3"; }
525
+ .bi-dice-2-fill::before { content: "\f2f4"; }
526
+ .bi-dice-2::before { content: "\f2f5"; }
527
+ .bi-dice-3-fill::before { content: "\f2f6"; }
528
+ .bi-dice-3::before { content: "\f2f7"; }
529
+ .bi-dice-4-fill::before { content: "\f2f8"; }
530
+ .bi-dice-4::before { content: "\f2f9"; }
531
+ .bi-dice-5-fill::before { content: "\f2fa"; }
532
+ .bi-dice-5::before { content: "\f2fb"; }
533
+ .bi-dice-6-fill::before { content: "\f2fc"; }
534
+ .bi-dice-6::before { content: "\f2fd"; }
535
+ .bi-disc-fill::before { content: "\f2fe"; }
536
+ .bi-disc::before { content: "\f2ff"; }
537
+ .bi-discord::before { content: "\f300"; }
538
+ .bi-display-fill::before { content: "\f301"; }
539
+ .bi-display::before { content: "\f302"; }
540
+ .bi-distribute-horizontal::before { content: "\f303"; }
541
+ .bi-distribute-vertical::before { content: "\f304"; }
542
+ .bi-door-closed-fill::before { content: "\f305"; }
543
+ .bi-door-closed::before { content: "\f306"; }
544
+ .bi-door-open-fill::before { content: "\f307"; }
545
+ .bi-door-open::before { content: "\f308"; }
546
+ .bi-dot::before { content: "\f309"; }
547
+ .bi-download::before { content: "\f30a"; }
548
+ .bi-droplet-fill::before { content: "\f30b"; }
549
+ .bi-droplet-half::before { content: "\f30c"; }
550
+ .bi-droplet::before { content: "\f30d"; }
551
+ .bi-earbuds::before { content: "\f30e"; }
552
+ .bi-easel-fill::before { content: "\f30f"; }
553
+ .bi-easel::before { content: "\f310"; }
554
+ .bi-egg-fill::before { content: "\f311"; }
555
+ .bi-egg-fried::before { content: "\f312"; }
556
+ .bi-egg::before { content: "\f313"; }
557
+ .bi-eject-fill::before { content: "\f314"; }
558
+ .bi-eject::before { content: "\f315"; }
559
+ .bi-emoji-angry-fill::before { content: "\f316"; }
560
+ .bi-emoji-angry::before { content: "\f317"; }
561
+ .bi-emoji-dizzy-fill::before { content: "\f318"; }
562
+ .bi-emoji-dizzy::before { content: "\f319"; }
563
+ .bi-emoji-expressionless-fill::before { content: "\f31a"; }
564
+ .bi-emoji-expressionless::before { content: "\f31b"; }
565
+ .bi-emoji-frown-fill::before { content: "\f31c"; }
566
+ .bi-emoji-frown::before { content: "\f31d"; }
567
+ .bi-emoji-heart-eyes-fill::before { content: "\f31e"; }
568
+ .bi-emoji-heart-eyes::before { content: "\f31f"; }
569
+ .bi-emoji-laughing-fill::before { content: "\f320"; }
570
+ .bi-emoji-laughing::before { content: "\f321"; }
571
+ .bi-emoji-neutral-fill::before { content: "\f322"; }
572
+ .bi-emoji-neutral::before { content: "\f323"; }
573
+ .bi-emoji-smile-fill::before { content: "\f324"; }
574
+ .bi-emoji-smile-upside-down-fill::before { content: "\f325"; }
575
+ .bi-emoji-smile-upside-down::before { content: "\f326"; }
576
+ .bi-emoji-smile::before { content: "\f327"; }
577
+ .bi-emoji-sunglasses-fill::before { content: "\f328"; }
578
+ .bi-emoji-sunglasses::before { content: "\f329"; }
579
+ .bi-emoji-wink-fill::before { content: "\f32a"; }
580
+ .bi-emoji-wink::before { content: "\f32b"; }
581
+ .bi-envelope-fill::before { content: "\f32c"; }
582
+ .bi-envelope-open-fill::before { content: "\f32d"; }
583
+ .bi-envelope-open::before { content: "\f32e"; }
584
+ .bi-envelope::before { content: "\f32f"; }
585
+ .bi-eraser-fill::before { content: "\f330"; }
586
+ .bi-eraser::before { content: "\f331"; }
587
+ .bi-exclamation-circle-fill::before { content: "\f332"; }
588
+ .bi-exclamation-circle::before { content: "\f333"; }
589
+ .bi-exclamation-diamond-fill::before { content: "\f334"; }
590
+ .bi-exclamation-diamond::before { content: "\f335"; }
591
+ .bi-exclamation-octagon-fill::before { content: "\f336"; }
592
+ .bi-exclamation-octagon::before { content: "\f337"; }
593
+ .bi-exclamation-square-fill::before { content: "\f338"; }
594
+ .bi-exclamation-square::before { content: "\f339"; }
595
+ .bi-exclamation-triangle-fill::before { content: "\f33a"; }
596
+ .bi-exclamation-triangle::before { content: "\f33b"; }
597
+ .bi-exclamation::before { content: "\f33c"; }
598
+ .bi-exclude::before { content: "\f33d"; }
599
+ .bi-eye-fill::before { content: "\f33e"; }
600
+ .bi-eye-slash-fill::before { content: "\f33f"; }
601
+ .bi-eye-slash::before { content: "\f340"; }
602
+ .bi-eye::before { content: "\f341"; }
603
+ .bi-eyedropper::before { content: "\f342"; }
604
+ .bi-eyeglasses::before { content: "\f343"; }
605
+ .bi-facebook::before { content: "\f344"; }
606
+ .bi-file-arrow-down-fill::before { content: "\f345"; }
607
+ .bi-file-arrow-down::before { content: "\f346"; }
608
+ .bi-file-arrow-up-fill::before { content: "\f347"; }
609
+ .bi-file-arrow-up::before { content: "\f348"; }
610
+ .bi-file-bar-graph-fill::before { content: "\f349"; }
611
+ .bi-file-bar-graph::before { content: "\f34a"; }
612
+ .bi-file-binary-fill::before { content: "\f34b"; }
613
+ .bi-file-binary::before { content: "\f34c"; }
614
+ .bi-file-break-fill::before { content: "\f34d"; }
615
+ .bi-file-break::before { content: "\f34e"; }
616
+ .bi-file-check-fill::before { content: "\f34f"; }
617
+ .bi-file-check::before { content: "\f350"; }
618
+ .bi-file-code-fill::before { content: "\f351"; }
619
+ .bi-file-code::before { content: "\f352"; }
620
+ .bi-file-diff-fill::before { content: "\f353"; }
621
+ .bi-file-diff::before { content: "\f354"; }
622
+ .bi-file-earmark-arrow-down-fill::before { content: "\f355"; }
623
+ .bi-file-earmark-arrow-down::before { content: "\f356"; }
624
+ .bi-file-earmark-arrow-up-fill::before { content: "\f357"; }
625
+ .bi-file-earmark-arrow-up::before { content: "\f358"; }
626
+ .bi-file-earmark-bar-graph-fill::before { content: "\f359"; }
627
+ .bi-file-earmark-bar-graph::before { content: "\f35a"; }
628
+ .bi-file-earmark-binary-fill::before { content: "\f35b"; }
629
+ .bi-file-earmark-binary::before { content: "\f35c"; }
630
+ .bi-file-earmark-break-fill::before { content: "\f35d"; }
631
+ .bi-file-earmark-break::before { content: "\f35e"; }
632
+ .bi-file-earmark-check-fill::before { content: "\f35f"; }
633
+ .bi-file-earmark-check::before { content: "\f360"; }
634
+ .bi-file-earmark-code-fill::before { content: "\f361"; }
635
+ .bi-file-earmark-code::before { content: "\f362"; }
636
+ .bi-file-earmark-diff-fill::before { content: "\f363"; }
637
+ .bi-file-earmark-diff::before { content: "\f364"; }
638
+ .bi-file-earmark-easel-fill::before { content: "\f365"; }
639
+ .bi-file-earmark-easel::before { content: "\f366"; }
640
+ .bi-file-earmark-excel-fill::before { content: "\f367"; }
641
+ .bi-file-earmark-excel::before { content: "\f368"; }
642
+ .bi-file-earmark-fill::before { content: "\f369"; }
643
+ .bi-file-earmark-font-fill::before { content: "\f36a"; }
644
+ .bi-file-earmark-font::before { content: "\f36b"; }
645
+ .bi-file-earmark-image-fill::before { content: "\f36c"; }
646
+ .bi-file-earmark-image::before { content: "\f36d"; }
647
+ .bi-file-earmark-lock-fill::before { content: "\f36e"; }
648
+ .bi-file-earmark-lock::before { content: "\f36f"; }
649
+ .bi-file-earmark-lock2-fill::before { content: "\f370"; }
650
+ .bi-file-earmark-lock2::before { content: "\f371"; }
651
+ .bi-file-earmark-medical-fill::before { content: "\f372"; }
652
+ .bi-file-earmark-medical::before { content: "\f373"; }
653
+ .bi-file-earmark-minus-fill::before { content: "\f374"; }
654
+ .bi-file-earmark-minus::before { content: "\f375"; }
655
+ .bi-file-earmark-music-fill::before { content: "\f376"; }
656
+ .bi-file-earmark-music::before { content: "\f377"; }
657
+ .bi-file-earmark-person-fill::before { content: "\f378"; }
658
+ .bi-file-earmark-person::before { content: "\f379"; }
659
+ .bi-file-earmark-play-fill::before { content: "\f37a"; }
660
+ .bi-file-earmark-play::before { content: "\f37b"; }
661
+ .bi-file-earmark-plus-fill::before { content: "\f37c"; }
662
+ .bi-file-earmark-plus::before { content: "\f37d"; }
663
+ .bi-file-earmark-post-fill::before { content: "\f37e"; }
664
+ .bi-file-earmark-post::before { content: "\f37f"; }
665
+ .bi-file-earmark-ppt-fill::before { content: "\f380"; }
666
+ .bi-file-earmark-ppt::before { content: "\f381"; }
667
+ .bi-file-earmark-richtext-fill::before { content: "\f382"; }
668
+ .bi-file-earmark-richtext::before { content: "\f383"; }
669
+ .bi-file-earmark-ruled-fill::before { content: "\f384"; }
670
+ .bi-file-earmark-ruled::before { content: "\f385"; }
671
+ .bi-file-earmark-slides-fill::before { content: "\f386"; }
672
+ .bi-file-earmark-slides::before { content: "\f387"; }
673
+ .bi-file-earmark-spreadsheet-fill::before { content: "\f388"; }
674
+ .bi-file-earmark-spreadsheet::before { content: "\f389"; }
675
+ .bi-file-earmark-text-fill::before { content: "\f38a"; }
676
+ .bi-file-earmark-text::before { content: "\f38b"; }
677
+ .bi-file-earmark-word-fill::before { content: "\f38c"; }
678
+ .bi-file-earmark-word::before { content: "\f38d"; }
679
+ .bi-file-earmark-x-fill::before { content: "\f38e"; }
680
+ .bi-file-earmark-x::before { content: "\f38f"; }
681
+ .bi-file-earmark-zip-fill::before { content: "\f390"; }
682
+ .bi-file-earmark-zip::before { content: "\f391"; }
683
+ .bi-file-earmark::before { content: "\f392"; }
684
+ .bi-file-easel-fill::before { content: "\f393"; }
685
+ .bi-file-easel::before { content: "\f394"; }
686
+ .bi-file-excel-fill::before { content: "\f395"; }
687
+ .bi-file-excel::before { content: "\f396"; }
688
+ .bi-file-fill::before { content: "\f397"; }
689
+ .bi-file-font-fill::before { content: "\f398"; }
690
+ .bi-file-font::before { content: "\f399"; }
691
+ .bi-file-image-fill::before { content: "\f39a"; }
692
+ .bi-file-image::before { content: "\f39b"; }
693
+ .bi-file-lock-fill::before { content: "\f39c"; }
694
+ .bi-file-lock::before { content: "\f39d"; }
695
+ .bi-file-lock2-fill::before { content: "\f39e"; }
696
+ .bi-file-lock2::before { content: "\f39f"; }
697
+ .bi-file-medical-fill::before { content: "\f3a0"; }
698
+ .bi-file-medical::before { content: "\f3a1"; }
699
+ .bi-file-minus-fill::before { content: "\f3a2"; }
700
+ .bi-file-minus::before { content: "\f3a3"; }
701
+ .bi-file-music-fill::before { content: "\f3a4"; }
702
+ .bi-file-music::before { content: "\f3a5"; }
703
+ .bi-file-person-fill::before { content: "\f3a6"; }
704
+ .bi-file-person::before { content: "\f3a7"; }
705
+ .bi-file-play-fill::before { content: "\f3a8"; }
706
+ .bi-file-play::before { content: "\f3a9"; }
707
+ .bi-file-plus-fill::before { content: "\f3aa"; }
708
+ .bi-file-plus::before { content: "\f3ab"; }
709
+ .bi-file-post-fill::before { content: "\f3ac"; }
710
+ .bi-file-post::before { content: "\f3ad"; }
711
+ .bi-file-ppt-fill::before { content: "\f3ae"; }
712
+ .bi-file-ppt::before { content: "\f3af"; }
713
+ .bi-file-richtext-fill::before { content: "\f3b0"; }
714
+ .bi-file-richtext::before { content: "\f3b1"; }
715
+ .bi-file-ruled-fill::before { content: "\f3b2"; }
716
+ .bi-file-ruled::before { content: "\f3b3"; }
717
+ .bi-file-slides-fill::before { content: "\f3b4"; }
718
+ .bi-file-slides::before { content: "\f3b5"; }
719
+ .bi-file-spreadsheet-fill::before { content: "\f3b6"; }
720
+ .bi-file-spreadsheet::before { content: "\f3b7"; }
721
+ .bi-file-text-fill::before { content: "\f3b8"; }
722
+ .bi-file-text::before { content: "\f3b9"; }
723
+ .bi-file-word-fill::before { content: "\f3ba"; }
724
+ .bi-file-word::before { content: "\f3bb"; }
725
+ .bi-file-x-fill::before { content: "\f3bc"; }
726
+ .bi-file-x::before { content: "\f3bd"; }
727
+ .bi-file-zip-fill::before { content: "\f3be"; }
728
+ .bi-file-zip::before { content: "\f3bf"; }
729
+ .bi-file::before { content: "\f3c0"; }
730
+ .bi-files-alt::before { content: "\f3c1"; }
731
+ .bi-files::before { content: "\f3c2"; }
732
+ .bi-film::before { content: "\f3c3"; }
733
+ .bi-filter-circle-fill::before { content: "\f3c4"; }
734
+ .bi-filter-circle::before { content: "\f3c5"; }
735
+ .bi-filter-left::before { content: "\f3c6"; }
736
+ .bi-filter-right::before { content: "\f3c7"; }
737
+ .bi-filter-square-fill::before { content: "\f3c8"; }
738
+ .bi-filter-square::before { content: "\f3c9"; }
739
+ .bi-filter::before { content: "\f3ca"; }
740
+ .bi-flag-fill::before { content: "\f3cb"; }
741
+ .bi-flag::before { content: "\f3cc"; }
742
+ .bi-flower1::before { content: "\f3cd"; }
743
+ .bi-flower2::before { content: "\f3ce"; }
744
+ .bi-flower3::before { content: "\f3cf"; }
745
+ .bi-folder-check::before { content: "\f3d0"; }
746
+ .bi-folder-fill::before { content: "\f3d1"; }
747
+ .bi-folder-minus::before { content: "\f3d2"; }
748
+ .bi-folder-plus::before { content: "\f3d3"; }
749
+ .bi-folder-symlink-fill::before { content: "\f3d4"; }
750
+ .bi-folder-symlink::before { content: "\f3d5"; }
751
+ .bi-folder-x::before { content: "\f3d6"; }
752
+ .bi-folder::before { content: "\f3d7"; }
753
+ .bi-folder2-open::before { content: "\f3d8"; }
754
+ .bi-folder2::before { content: "\f3d9"; }
755
+ .bi-fonts::before { content: "\f3da"; }
756
+ .bi-forward-fill::before { content: "\f3db"; }
757
+ .bi-forward::before { content: "\f3dc"; }
758
+ .bi-front::before { content: "\f3dd"; }
759
+ .bi-fullscreen-exit::before { content: "\f3de"; }
760
+ .bi-fullscreen::before { content: "\f3df"; }
761
+ .bi-funnel-fill::before { content: "\f3e0"; }
762
+ .bi-funnel::before { content: "\f3e1"; }
763
+ .bi-gear-fill::before { content: "\f3e2"; }
764
+ .bi-gear-wide-connected::before { content: "\f3e3"; }
765
+ .bi-gear-wide::before { content: "\f3e4"; }
766
+ .bi-gear::before { content: "\f3e5"; }
767
+ .bi-gem::before { content: "\f3e6"; }
768
+ .bi-geo-alt-fill::before { content: "\f3e7"; }
769
+ .bi-geo-alt::before { content: "\f3e8"; }
770
+ .bi-geo-fill::before { content: "\f3e9"; }
771
+ .bi-geo::before { content: "\f3ea"; }
772
+ .bi-gift-fill::before { content: "\f3eb"; }
773
+ .bi-gift::before { content: "\f3ec"; }
774
+ .bi-github::before { content: "\f3ed"; }
775
+ .bi-globe::before { content: "\f3ee"; }
776
+ .bi-globe2::before { content: "\f3ef"; }
777
+ .bi-google::before { content: "\f3f0"; }
778
+ .bi-graph-down::before { content: "\f3f1"; }
779
+ .bi-graph-up::before { content: "\f3f2"; }
780
+ .bi-grid-1x2-fill::before { content: "\f3f3"; }
781
+ .bi-grid-1x2::before { content: "\f3f4"; }
782
+ .bi-grid-3x2-gap-fill::before { content: "\f3f5"; }
783
+ .bi-grid-3x2-gap::before { content: "\f3f6"; }
784
+ .bi-grid-3x2::before { content: "\f3f7"; }
785
+ .bi-grid-3x3-gap-fill::before { content: "\f3f8"; }
786
+ .bi-grid-3x3-gap::before { content: "\f3f9"; }
787
+ .bi-grid-3x3::before { content: "\f3fa"; }
788
+ .bi-grid-fill::before { content: "\f3fb"; }
789
+ .bi-grid::before { content: "\f3fc"; }
790
+ .bi-grip-horizontal::before { content: "\f3fd"; }
791
+ .bi-grip-vertical::before { content: "\f3fe"; }
792
+ .bi-hammer::before { content: "\f3ff"; }
793
+ .bi-hand-index-fill::before { content: "\f400"; }
794
+ .bi-hand-index-thumb-fill::before { content: "\f401"; }
795
+ .bi-hand-index-thumb::before { content: "\f402"; }
796
+ .bi-hand-index::before { content: "\f403"; }
797
+ .bi-hand-thumbs-down-fill::before { content: "\f404"; }
798
+ .bi-hand-thumbs-down::before { content: "\f405"; }
799
+ .bi-hand-thumbs-up-fill::before { content: "\f406"; }
800
+ .bi-hand-thumbs-up::before { content: "\f407"; }
801
+ .bi-handbag-fill::before { content: "\f408"; }
802
+ .bi-handbag::before { content: "\f409"; }
803
+ .bi-hash::before { content: "\f40a"; }
804
+ .bi-hdd-fill::before { content: "\f40b"; }
805
+ .bi-hdd-network-fill::before { content: "\f40c"; }
806
+ .bi-hdd-network::before { content: "\f40d"; }
807
+ .bi-hdd-rack-fill::before { content: "\f40e"; }
808
+ .bi-hdd-rack::before { content: "\f40f"; }
809
+ .bi-hdd-stack-fill::before { content: "\f410"; }
810
+ .bi-hdd-stack::before { content: "\f411"; }
811
+ .bi-hdd::before { content: "\f412"; }
812
+ .bi-headphones::before { content: "\f413"; }
813
+ .bi-headset::before { content: "\f414"; }
814
+ .bi-heart-fill::before { content: "\f415"; }
815
+ .bi-heart-half::before { content: "\f416"; }
816
+ .bi-heart::before { content: "\f417"; }
817
+ .bi-heptagon-fill::before { content: "\f418"; }
818
+ .bi-heptagon-half::before { content: "\f419"; }
819
+ .bi-heptagon::before { content: "\f41a"; }
820
+ .bi-hexagon-fill::before { content: "\f41b"; }
821
+ .bi-hexagon-half::before { content: "\f41c"; }
822
+ .bi-hexagon::before { content: "\f41d"; }
823
+ .bi-hourglass-bottom::before { content: "\f41e"; }
824
+ .bi-hourglass-split::before { content: "\f41f"; }
825
+ .bi-hourglass-top::before { content: "\f420"; }
826
+ .bi-hourglass::before { content: "\f421"; }
827
+ .bi-house-door-fill::before { content: "\f422"; }
828
+ .bi-house-door::before { content: "\f423"; }
829
+ .bi-house-fill::before { content: "\f424"; }
830
+ .bi-house::before { content: "\f425"; }
831
+ .bi-hr::before { content: "\f426"; }
832
+ .bi-hurricane::before { content: "\f427"; }
833
+ .bi-image-alt::before { content: "\f428"; }
834
+ .bi-image-fill::before { content: "\f429"; }
835
+ .bi-image::before { content: "\f42a"; }
836
+ .bi-images::before { content: "\f42b"; }
837
+ .bi-inbox-fill::before { content: "\f42c"; }
838
+ .bi-inbox::before { content: "\f42d"; }
839
+ .bi-inboxes-fill::before { content: "\f42e"; }
840
+ .bi-inboxes::before { content: "\f42f"; }
841
+ .bi-info-circle-fill::before { content: "\f430"; }
842
+ .bi-info-circle::before { content: "\f431"; }
843
+ .bi-info-square-fill::before { content: "\f432"; }
844
+ .bi-info-square::before { content: "\f433"; }
845
+ .bi-info::before { content: "\f434"; }
846
+ .bi-input-cursor-text::before { content: "\f435"; }
847
+ .bi-input-cursor::before { content: "\f436"; }
848
+ .bi-instagram::before { content: "\f437"; }
849
+ .bi-intersect::before { content: "\f438"; }
850
+ .bi-journal-album::before { content: "\f439"; }
851
+ .bi-journal-arrow-down::before { content: "\f43a"; }
852
+ .bi-journal-arrow-up::before { content: "\f43b"; }
853
+ .bi-journal-bookmark-fill::before { content: "\f43c"; }
854
+ .bi-journal-bookmark::before { content: "\f43d"; }
855
+ .bi-journal-check::before { content: "\f43e"; }
856
+ .bi-journal-code::before { content: "\f43f"; }
857
+ .bi-journal-medical::before { content: "\f440"; }
858
+ .bi-journal-minus::before { content: "\f441"; }
859
+ .bi-journal-plus::before { content: "\f442"; }
860
+ .bi-journal-richtext::before { content: "\f443"; }
861
+ .bi-journal-text::before { content: "\f444"; }
862
+ .bi-journal-x::before { content: "\f445"; }
863
+ .bi-journal::before { content: "\f446"; }
864
+ .bi-journals::before { content: "\f447"; }
865
+ .bi-joystick::before { content: "\f448"; }
866
+ .bi-justify-left::before { content: "\f449"; }
867
+ .bi-justify-right::before { content: "\f44a"; }
868
+ .bi-justify::before { content: "\f44b"; }
869
+ .bi-kanban-fill::before { content: "\f44c"; }
870
+ .bi-kanban::before { content: "\f44d"; }
871
+ .bi-key-fill::before { content: "\f44e"; }
872
+ .bi-key::before { content: "\f44f"; }
873
+ .bi-keyboard-fill::before { content: "\f450"; }
874
+ .bi-keyboard::before { content: "\f451"; }
875
+ .bi-ladder::before { content: "\f452"; }
876
+ .bi-lamp-fill::before { content: "\f453"; }
877
+ .bi-lamp::before { content: "\f454"; }
878
+ .bi-laptop-fill::before { content: "\f455"; }
879
+ .bi-laptop::before { content: "\f456"; }
880
+ .bi-layer-backward::before { content: "\f457"; }
881
+ .bi-layer-forward::before { content: "\f458"; }
882
+ .bi-layers-fill::before { content: "\f459"; }
883
+ .bi-layers-half::before { content: "\f45a"; }
884
+ .bi-layers::before { content: "\f45b"; }
885
+ .bi-layout-sidebar-inset-reverse::before { content: "\f45c"; }
886
+ .bi-layout-sidebar-inset::before { content: "\f45d"; }
887
+ .bi-layout-sidebar-reverse::before { content: "\f45e"; }
888
+ .bi-layout-sidebar::before { content: "\f45f"; }
889
+ .bi-layout-split::before { content: "\f460"; }
890
+ .bi-layout-text-sidebar-reverse::before { content: "\f461"; }
891
+ .bi-layout-text-sidebar::before { content: "\f462"; }
892
+ .bi-layout-text-window-reverse::before { content: "\f463"; }
893
+ .bi-layout-text-window::before { content: "\f464"; }
894
+ .bi-layout-three-columns::before { content: "\f465"; }
895
+ .bi-layout-wtf::before { content: "\f466"; }
896
+ .bi-life-preserver::before { content: "\f467"; }
897
+ .bi-lightbulb-fill::before { content: "\f468"; }
898
+ .bi-lightbulb-off-fill::before { content: "\f469"; }
899
+ .bi-lightbulb-off::before { content: "\f46a"; }
900
+ .bi-lightbulb::before { content: "\f46b"; }
901
+ .bi-lightning-charge-fill::before { content: "\f46c"; }
902
+ .bi-lightning-charge::before { content: "\f46d"; }
903
+ .bi-lightning-fill::before { content: "\f46e"; }
904
+ .bi-lightning::before { content: "\f46f"; }
905
+ .bi-link-45deg::before { content: "\f470"; }
906
+ .bi-link::before { content: "\f471"; }
907
+ .bi-linkedin::before { content: "\f472"; }
908
+ .bi-list-check::before { content: "\f473"; }
909
+ .bi-list-nested::before { content: "\f474"; }
910
+ .bi-list-ol::before { content: "\f475"; }
911
+ .bi-list-stars::before { content: "\f476"; }
912
+ .bi-list-task::before { content: "\f477"; }
913
+ .bi-list-ul::before { content: "\f478"; }
914
+ .bi-list::before { content: "\f479"; }
915
+ .bi-lock-fill::before { content: "\f47a"; }
916
+ .bi-lock::before { content: "\f47b"; }
917
+ .bi-mailbox::before { content: "\f47c"; }
918
+ .bi-mailbox2::before { content: "\f47d"; }
919
+ .bi-map-fill::before { content: "\f47e"; }
920
+ .bi-map::before { content: "\f47f"; }
921
+ .bi-markdown-fill::before { content: "\f480"; }
922
+ .bi-markdown::before { content: "\f481"; }
923
+ .bi-mask::before { content: "\f482"; }
924
+ .bi-megaphone-fill::before { content: "\f483"; }
925
+ .bi-megaphone::before { content: "\f484"; }
926
+ .bi-menu-app-fill::before { content: "\f485"; }
927
+ .bi-menu-app::before { content: "\f486"; }
928
+ .bi-menu-button-fill::before { content: "\f487"; }
929
+ .bi-menu-button-wide-fill::before { content: "\f488"; }
930
+ .bi-menu-button-wide::before { content: "\f489"; }
931
+ .bi-menu-button::before { content: "\f48a"; }
932
+ .bi-menu-down::before { content: "\f48b"; }
933
+ .bi-menu-up::before { content: "\f48c"; }
934
+ .bi-mic-fill::before { content: "\f48d"; }
935
+ .bi-mic-mute-fill::before { content: "\f48e"; }
936
+ .bi-mic-mute::before { content: "\f48f"; }
937
+ .bi-mic::before { content: "\f490"; }
938
+ .bi-minecart-loaded::before { content: "\f491"; }
939
+ .bi-minecart::before { content: "\f492"; }
940
+ .bi-moisture::before { content: "\f493"; }
941
+ .bi-moon-fill::before { content: "\f494"; }
942
+ .bi-moon-stars-fill::before { content: "\f495"; }
943
+ .bi-moon-stars::before { content: "\f496"; }
944
+ .bi-moon::before { content: "\f497"; }
945
+ .bi-mouse-fill::before { content: "\f498"; }
946
+ .bi-mouse::before { content: "\f499"; }
947
+ .bi-mouse2-fill::before { content: "\f49a"; }
948
+ .bi-mouse2::before { content: "\f49b"; }
949
+ .bi-mouse3-fill::before { content: "\f49c"; }
950
+ .bi-mouse3::before { content: "\f49d"; }
951
+ .bi-music-note-beamed::before { content: "\f49e"; }
952
+ .bi-music-note-list::before { content: "\f49f"; }
953
+ .bi-music-note::before { content: "\f4a0"; }
954
+ .bi-music-player-fill::before { content: "\f4a1"; }
955
+ .bi-music-player::before { content: "\f4a2"; }
956
+ .bi-newspaper::before { content: "\f4a3"; }
957
+ .bi-node-minus-fill::before { content: "\f4a4"; }
958
+ .bi-node-minus::before { content: "\f4a5"; }
959
+ .bi-node-plus-fill::before { content: "\f4a6"; }
960
+ .bi-node-plus::before { content: "\f4a7"; }
961
+ .bi-nut-fill::before { content: "\f4a8"; }
962
+ .bi-nut::before { content: "\f4a9"; }
963
+ .bi-octagon-fill::before { content: "\f4aa"; }
964
+ .bi-octagon-half::before { content: "\f4ab"; }
965
+ .bi-octagon::before { content: "\f4ac"; }
966
+ .bi-option::before { content: "\f4ad"; }
967
+ .bi-outlet::before { content: "\f4ae"; }
968
+ .bi-paint-bucket::before { content: "\f4af"; }
969
+ .bi-palette-fill::before { content: "\f4b0"; }
970
+ .bi-palette::before { content: "\f4b1"; }
971
+ .bi-palette2::before { content: "\f4b2"; }
972
+ .bi-paperclip::before { content: "\f4b3"; }
973
+ .bi-paragraph::before { content: "\f4b4"; }
974
+ .bi-patch-check-fill::before { content: "\f4b5"; }
975
+ .bi-patch-check::before { content: "\f4b6"; }
976
+ .bi-patch-exclamation-fill::before { content: "\f4b7"; }
977
+ .bi-patch-exclamation::before { content: "\f4b8"; }
978
+ .bi-patch-minus-fill::before { content: "\f4b9"; }
979
+ .bi-patch-minus::before { content: "\f4ba"; }
980
+ .bi-patch-plus-fill::before { content: "\f4bb"; }
981
+ .bi-patch-plus::before { content: "\f4bc"; }
982
+ .bi-patch-question-fill::before { content: "\f4bd"; }
983
+ .bi-patch-question::before { content: "\f4be"; }
984
+ .bi-pause-btn-fill::before { content: "\f4bf"; }
985
+ .bi-pause-btn::before { content: "\f4c0"; }
986
+ .bi-pause-circle-fill::before { content: "\f4c1"; }
987
+ .bi-pause-circle::before { content: "\f4c2"; }
988
+ .bi-pause-fill::before { content: "\f4c3"; }
989
+ .bi-pause::before { content: "\f4c4"; }
990
+ .bi-peace-fill::before { content: "\f4c5"; }
991
+ .bi-peace::before { content: "\f4c6"; }
992
+ .bi-pen-fill::before { content: "\f4c7"; }
993
+ .bi-pen::before { content: "\f4c8"; }
994
+ .bi-pencil-fill::before { content: "\f4c9"; }
995
+ .bi-pencil-square::before { content: "\f4ca"; }
996
+ .bi-pencil::before { content: "\f4cb"; }
997
+ .bi-pentagon-fill::before { content: "\f4cc"; }
998
+ .bi-pentagon-half::before { content: "\f4cd"; }
999
+ .bi-pentagon::before { content: "\f4ce"; }
1000
+ .bi-people-fill::before { content: "\f4cf"; }
1001
+ .bi-people::before { content: "\f4d0"; }
1002
+ .bi-percent::before { content: "\f4d1"; }
1003
+ .bi-person-badge-fill::before { content: "\f4d2"; }
1004
+ .bi-person-badge::before { content: "\f4d3"; }
1005
+ .bi-person-bounding-box::before { content: "\f4d4"; }
1006
+ .bi-person-check-fill::before { content: "\f4d5"; }
1007
+ .bi-person-check::before { content: "\f4d6"; }
1008
+ .bi-person-circle::before { content: "\f4d7"; }
1009
+ .bi-person-dash-fill::before { content: "\f4d8"; }
1010
+ .bi-person-dash::before { content: "\f4d9"; }
1011
+ .bi-person-fill::before { content: "\f4da"; }
1012
+ .bi-person-lines-fill::before { content: "\f4db"; }
1013
+ .bi-person-plus-fill::before { content: "\f4dc"; }
1014
+ .bi-person-plus::before { content: "\f4dd"; }
1015
+ .bi-person-square::before { content: "\f4de"; }
1016
+ .bi-person-x-fill::before { content: "\f4df"; }
1017
+ .bi-person-x::before { content: "\f4e0"; }
1018
+ .bi-person::before { content: "\f4e1"; }
1019
+ .bi-phone-fill::before { content: "\f4e2"; }
1020
+ .bi-phone-landscape-fill::before { content: "\f4e3"; }
1021
+ .bi-phone-landscape::before { content: "\f4e4"; }
1022
+ .bi-phone-vibrate-fill::before { content: "\f4e5"; }
1023
+ .bi-phone-vibrate::before { content: "\f4e6"; }
1024
+ .bi-phone::before { content: "\f4e7"; }
1025
+ .bi-pie-chart-fill::before { content: "\f4e8"; }
1026
+ .bi-pie-chart::before { content: "\f4e9"; }
1027
+ .bi-pin-angle-fill::before { content: "\f4ea"; }
1028
+ .bi-pin-angle::before { content: "\f4eb"; }
1029
+ .bi-pin-fill::before { content: "\f4ec"; }
1030
+ .bi-pin::before { content: "\f4ed"; }
1031
+ .bi-pip-fill::before { content: "\f4ee"; }
1032
+ .bi-pip::before { content: "\f4ef"; }
1033
+ .bi-play-btn-fill::before { content: "\f4f0"; }
1034
+ .bi-play-btn::before { content: "\f4f1"; }
1035
+ .bi-play-circle-fill::before { content: "\f4f2"; }
1036
+ .bi-play-circle::before { content: "\f4f3"; }
1037
+ .bi-play-fill::before { content: "\f4f4"; }
1038
+ .bi-play::before { content: "\f4f5"; }
1039
+ .bi-plug-fill::before { content: "\f4f6"; }
1040
+ .bi-plug::before { content: "\f4f7"; }
1041
+ .bi-plus-circle-dotted::before { content: "\f4f8"; }
1042
+ .bi-plus-circle-fill::before { content: "\f4f9"; }
1043
+ .bi-plus-circle::before { content: "\f4fa"; }
1044
+ .bi-plus-square-dotted::before { content: "\f4fb"; }
1045
+ .bi-plus-square-fill::before { content: "\f4fc"; }
1046
+ .bi-plus-square::before { content: "\f4fd"; }
1047
+ .bi-plus::before { content: "\f4fe"; }
1048
+ .bi-power::before { content: "\f4ff"; }
1049
+ .bi-printer-fill::before { content: "\f500"; }
1050
+ .bi-printer::before { content: "\f501"; }
1051
+ .bi-puzzle-fill::before { content: "\f502"; }
1052
+ .bi-puzzle::before { content: "\f503"; }
1053
+ .bi-question-circle-fill::before { content: "\f504"; }
1054
+ .bi-question-circle::before { content: "\f505"; }
1055
+ .bi-question-diamond-fill::before { content: "\f506"; }
1056
+ .bi-question-diamond::before { content: "\f507"; }
1057
+ .bi-question-octagon-fill::before { content: "\f508"; }
1058
+ .bi-question-octagon::before { content: "\f509"; }
1059
+ .bi-question-square-fill::before { content: "\f50a"; }
1060
+ .bi-question-square::before { content: "\f50b"; }
1061
+ .bi-question::before { content: "\f50c"; }
1062
+ .bi-rainbow::before { content: "\f50d"; }
1063
+ .bi-receipt-cutoff::before { content: "\f50e"; }
1064
+ .bi-receipt::before { content: "\f50f"; }
1065
+ .bi-reception-0::before { content: "\f510"; }
1066
+ .bi-reception-1::before { content: "\f511"; }
1067
+ .bi-reception-2::before { content: "\f512"; }
1068
+ .bi-reception-3::before { content: "\f513"; }
1069
+ .bi-reception-4::before { content: "\f514"; }
1070
+ .bi-record-btn-fill::before { content: "\f515"; }
1071
+ .bi-record-btn::before { content: "\f516"; }
1072
+ .bi-record-circle-fill::before { content: "\f517"; }
1073
+ .bi-record-circle::before { content: "\f518"; }
1074
+ .bi-record-fill::before { content: "\f519"; }
1075
+ .bi-record::before { content: "\f51a"; }
1076
+ .bi-record2-fill::before { content: "\f51b"; }
1077
+ .bi-record2::before { content: "\f51c"; }
1078
+ .bi-reply-all-fill::before { content: "\f51d"; }
1079
+ .bi-reply-all::before { content: "\f51e"; }
1080
+ .bi-reply-fill::before { content: "\f51f"; }
1081
+ .bi-reply::before { content: "\f520"; }
1082
+ .bi-rss-fill::before { content: "\f521"; }
1083
+ .bi-rss::before { content: "\f522"; }
1084
+ .bi-rulers::before { content: "\f523"; }
1085
+ .bi-save-fill::before { content: "\f524"; }
1086
+ .bi-save::before { content: "\f525"; }
1087
+ .bi-save2-fill::before { content: "\f526"; }
1088
+ .bi-save2::before { content: "\f527"; }
1089
+ .bi-scissors::before { content: "\f528"; }
1090
+ .bi-screwdriver::before { content: "\f529"; }
1091
+ .bi-search::before { content: "\f52a"; }
1092
+ .bi-segmented-nav::before { content: "\f52b"; }
1093
+ .bi-server::before { content: "\f52c"; }
1094
+ .bi-share-fill::before { content: "\f52d"; }
1095
+ .bi-share::before { content: "\f52e"; }
1096
+ .bi-shield-check::before { content: "\f52f"; }
1097
+ .bi-shield-exclamation::before { content: "\f530"; }
1098
+ .bi-shield-fill-check::before { content: "\f531"; }
1099
+ .bi-shield-fill-exclamation::before { content: "\f532"; }
1100
+ .bi-shield-fill-minus::before { content: "\f533"; }
1101
+ .bi-shield-fill-plus::before { content: "\f534"; }
1102
+ .bi-shield-fill-x::before { content: "\f535"; }
1103
+ .bi-shield-fill::before { content: "\f536"; }
1104
+ .bi-shield-lock-fill::before { content: "\f537"; }
1105
+ .bi-shield-lock::before { content: "\f538"; }
1106
+ .bi-shield-minus::before { content: "\f539"; }
1107
+ .bi-shield-plus::before { content: "\f53a"; }
1108
+ .bi-shield-shaded::before { content: "\f53b"; }
1109
+ .bi-shield-slash-fill::before { content: "\f53c"; }
1110
+ .bi-shield-slash::before { content: "\f53d"; }
1111
+ .bi-shield-x::before { content: "\f53e"; }
1112
+ .bi-shield::before { content: "\f53f"; }
1113
+ .bi-shift-fill::before { content: "\f540"; }
1114
+ .bi-shift::before { content: "\f541"; }
1115
+ .bi-shop-window::before { content: "\f542"; }
1116
+ .bi-shop::before { content: "\f543"; }
1117
+ .bi-shuffle::before { content: "\f544"; }
1118
+ .bi-signpost-2-fill::before { content: "\f545"; }
1119
+ .bi-signpost-2::before { content: "\f546"; }
1120
+ .bi-signpost-fill::before { content: "\f547"; }
1121
+ .bi-signpost-split-fill::before { content: "\f548"; }
1122
+ .bi-signpost-split::before { content: "\f549"; }
1123
+ .bi-signpost::before { content: "\f54a"; }
1124
+ .bi-sim-fill::before { content: "\f54b"; }
1125
+ .bi-sim::before { content: "\f54c"; }
1126
+ .bi-skip-backward-btn-fill::before { content: "\f54d"; }
1127
+ .bi-skip-backward-btn::before { content: "\f54e"; }
1128
+ .bi-skip-backward-circle-fill::before { content: "\f54f"; }
1129
+ .bi-skip-backward-circle::before { content: "\f550"; }
1130
+ .bi-skip-backward-fill::before { content: "\f551"; }
1131
+ .bi-skip-backward::before { content: "\f552"; }
1132
+ .bi-skip-end-btn-fill::before { content: "\f553"; }
1133
+ .bi-skip-end-btn::before { content: "\f554"; }
1134
+ .bi-skip-end-circle-fill::before { content: "\f555"; }
1135
+ .bi-skip-end-circle::before { content: "\f556"; }
1136
+ .bi-skip-end-fill::before { content: "\f557"; }
1137
+ .bi-skip-end::before { content: "\f558"; }
1138
+ .bi-skip-forward-btn-fill::before { content: "\f559"; }
1139
+ .bi-skip-forward-btn::before { content: "\f55a"; }
1140
+ .bi-skip-forward-circle-fill::before { content: "\f55b"; }
1141
+ .bi-skip-forward-circle::before { content: "\f55c"; }
1142
+ .bi-skip-forward-fill::before { content: "\f55d"; }
1143
+ .bi-skip-forward::before { content: "\f55e"; }
1144
+ .bi-skip-start-btn-fill::before { content: "\f55f"; }
1145
+ .bi-skip-start-btn::before { content: "\f560"; }
1146
+ .bi-skip-start-circle-fill::before { content: "\f561"; }
1147
+ .bi-skip-start-circle::before { content: "\f562"; }
1148
+ .bi-skip-start-fill::before { content: "\f563"; }
1149
+ .bi-skip-start::before { content: "\f564"; }
1150
+ .bi-slack::before { content: "\f565"; }
1151
+ .bi-slash-circle-fill::before { content: "\f566"; }
1152
+ .bi-slash-circle::before { content: "\f567"; }
1153
+ .bi-slash-square-fill::before { content: "\f568"; }
1154
+ .bi-slash-square::before { content: "\f569"; }
1155
+ .bi-slash::before { content: "\f56a"; }
1156
+ .bi-sliders::before { content: "\f56b"; }
1157
+ .bi-smartwatch::before { content: "\f56c"; }
1158
+ .bi-snow::before { content: "\f56d"; }
1159
+ .bi-snow2::before { content: "\f56e"; }
1160
+ .bi-snow3::before { content: "\f56f"; }
1161
+ .bi-sort-alpha-down-alt::before { content: "\f570"; }
1162
+ .bi-sort-alpha-down::before { content: "\f571"; }
1163
+ .bi-sort-alpha-up-alt::before { content: "\f572"; }
1164
+ .bi-sort-alpha-up::before { content: "\f573"; }
1165
+ .bi-sort-down-alt::before { content: "\f574"; }
1166
+ .bi-sort-down::before { content: "\f575"; }
1167
+ .bi-sort-numeric-down-alt::before { content: "\f576"; }
1168
+ .bi-sort-numeric-down::before { content: "\f577"; }
1169
+ .bi-sort-numeric-up-alt::before { content: "\f578"; }
1170
+ .bi-sort-numeric-up::before { content: "\f579"; }
1171
+ .bi-sort-up-alt::before { content: "\f57a"; }
1172
+ .bi-sort-up::before { content: "\f57b"; }
1173
+ .bi-soundwave::before { content: "\f57c"; }
1174
+ .bi-speaker-fill::before { content: "\f57d"; }
1175
+ .bi-speaker::before { content: "\f57e"; }
1176
+ .bi-speedometer::before { content: "\f57f"; }
1177
+ .bi-speedometer2::before { content: "\f580"; }
1178
+ .bi-spellcheck::before { content: "\f581"; }
1179
+ .bi-square-fill::before { content: "\f582"; }
1180
+ .bi-square-half::before { content: "\f583"; }
1181
+ .bi-square::before { content: "\f584"; }
1182
+ .bi-stack::before { content: "\f585"; }
1183
+ .bi-star-fill::before { content: "\f586"; }
1184
+ .bi-star-half::before { content: "\f587"; }
1185
+ .bi-star::before { content: "\f588"; }
1186
+ .bi-stars::before { content: "\f589"; }
1187
+ .bi-stickies-fill::before { content: "\f58a"; }
1188
+ .bi-stickies::before { content: "\f58b"; }
1189
+ .bi-sticky-fill::before { content: "\f58c"; }
1190
+ .bi-sticky::before { content: "\f58d"; }
1191
+ .bi-stop-btn-fill::before { content: "\f58e"; }
1192
+ .bi-stop-btn::before { content: "\f58f"; }
1193
+ .bi-stop-circle-fill::before { content: "\f590"; }
1194
+ .bi-stop-circle::before { content: "\f591"; }
1195
+ .bi-stop-fill::before { content: "\f592"; }
1196
+ .bi-stop::before { content: "\f593"; }
1197
+ .bi-stoplights-fill::before { content: "\f594"; }
1198
+ .bi-stoplights::before { content: "\f595"; }
1199
+ .bi-stopwatch-fill::before { content: "\f596"; }
1200
+ .bi-stopwatch::before { content: "\f597"; }
1201
+ .bi-subtract::before { content: "\f598"; }
1202
+ .bi-suit-club-fill::before { content: "\f599"; }
1203
+ .bi-suit-club::before { content: "\f59a"; }
1204
+ .bi-suit-diamond-fill::before { content: "\f59b"; }
1205
+ .bi-suit-diamond::before { content: "\f59c"; }
1206
+ .bi-suit-heart-fill::before { content: "\f59d"; }
1207
+ .bi-suit-heart::before { content: "\f59e"; }
1208
+ .bi-suit-spade-fill::before { content: "\f59f"; }
1209
+ .bi-suit-spade::before { content: "\f5a0"; }
1210
+ .bi-sun-fill::before { content: "\f5a1"; }
1211
+ .bi-sun::before { content: "\f5a2"; }
1212
+ .bi-sunglasses::before { content: "\f5a3"; }
1213
+ .bi-sunrise-fill::before { content: "\f5a4"; }
1214
+ .bi-sunrise::before { content: "\f5a5"; }
1215
+ .bi-sunset-fill::before { content: "\f5a6"; }
1216
+ .bi-sunset::before { content: "\f5a7"; }
1217
+ .bi-symmetry-horizontal::before { content: "\f5a8"; }
1218
+ .bi-symmetry-vertical::before { content: "\f5a9"; }
1219
+ .bi-table::before { content: "\f5aa"; }
1220
+ .bi-tablet-fill::before { content: "\f5ab"; }
1221
+ .bi-tablet-landscape-fill::before { content: "\f5ac"; }
1222
+ .bi-tablet-landscape::before { content: "\f5ad"; }
1223
+ .bi-tablet::before { content: "\f5ae"; }
1224
+ .bi-tag-fill::before { content: "\f5af"; }
1225
+ .bi-tag::before { content: "\f5b0"; }
1226
+ .bi-tags-fill::before { content: "\f5b1"; }
1227
+ .bi-tags::before { content: "\f5b2"; }
1228
+ .bi-telegram::before { content: "\f5b3"; }
1229
+ .bi-telephone-fill::before { content: "\f5b4"; }
1230
+ .bi-telephone-forward-fill::before { content: "\f5b5"; }
1231
+ .bi-telephone-forward::before { content: "\f5b6"; }
1232
+ .bi-telephone-inbound-fill::before { content: "\f5b7"; }
1233
+ .bi-telephone-inbound::before { content: "\f5b8"; }
1234
+ .bi-telephone-minus-fill::before { content: "\f5b9"; }
1235
+ .bi-telephone-minus::before { content: "\f5ba"; }
1236
+ .bi-telephone-outbound-fill::before { content: "\f5bb"; }
1237
+ .bi-telephone-outbound::before { content: "\f5bc"; }
1238
+ .bi-telephone-plus-fill::before { content: "\f5bd"; }
1239
+ .bi-telephone-plus::before { content: "\f5be"; }
1240
+ .bi-telephone-x-fill::before { content: "\f5bf"; }
1241
+ .bi-telephone-x::before { content: "\f5c0"; }
1242
+ .bi-telephone::before { content: "\f5c1"; }
1243
+ .bi-terminal-fill::before { content: "\f5c2"; }
1244
+ .bi-terminal::before { content: "\f5c3"; }
1245
+ .bi-text-center::before { content: "\f5c4"; }
1246
+ .bi-text-indent-left::before { content: "\f5c5"; }
1247
+ .bi-text-indent-right::before { content: "\f5c6"; }
1248
+ .bi-text-left::before { content: "\f5c7"; }
1249
+ .bi-text-paragraph::before { content: "\f5c8"; }
1250
+ .bi-text-right::before { content: "\f5c9"; }
1251
+ .bi-textarea-resize::before { content: "\f5ca"; }
1252
+ .bi-textarea-t::before { content: "\f5cb"; }
1253
+ .bi-textarea::before { content: "\f5cc"; }
1254
+ .bi-thermometer-half::before { content: "\f5cd"; }
1255
+ .bi-thermometer-high::before { content: "\f5ce"; }
1256
+ .bi-thermometer-low::before { content: "\f5cf"; }
1257
+ .bi-thermometer-snow::before { content: "\f5d0"; }
1258
+ .bi-thermometer-sun::before { content: "\f5d1"; }
1259
+ .bi-thermometer::before { content: "\f5d2"; }
1260
+ .bi-three-dots-vertical::before { content: "\f5d3"; }
1261
+ .bi-three-dots::before { content: "\f5d4"; }
1262
+ .bi-toggle-off::before { content: "\f5d5"; }
1263
+ .bi-toggle-on::before { content: "\f5d6"; }
1264
+ .bi-toggle2-off::before { content: "\f5d7"; }
1265
+ .bi-toggle2-on::before { content: "\f5d8"; }
1266
+ .bi-toggles::before { content: "\f5d9"; }
1267
+ .bi-toggles2::before { content: "\f5da"; }
1268
+ .bi-tools::before { content: "\f5db"; }
1269
+ .bi-tornado::before { content: "\f5dc"; }
1270
+ .bi-trash-fill::before { content: "\f5dd"; }
1271
+ .bi-trash::before { content: "\f5de"; }
1272
+ .bi-trash2-fill::before { content: "\f5df"; }
1273
+ .bi-trash2::before { content: "\f5e0"; }
1274
+ .bi-tree-fill::before { content: "\f5e1"; }
1275
+ .bi-tree::before { content: "\f5e2"; }
1276
+ .bi-triangle-fill::before { content: "\f5e3"; }
1277
+ .bi-triangle-half::before { content: "\f5e4"; }
1278
+ .bi-triangle::before { content: "\f5e5"; }
1279
+ .bi-trophy-fill::before { content: "\f5e6"; }
1280
+ .bi-trophy::before { content: "\f5e7"; }
1281
+ .bi-tropical-storm::before { content: "\f5e8"; }
1282
+ .bi-truck-flatbed::before { content: "\f5e9"; }
1283
+ .bi-truck::before { content: "\f5ea"; }
1284
+ .bi-tsunami::before { content: "\f5eb"; }
1285
+ .bi-tv-fill::before { content: "\f5ec"; }
1286
+ .bi-tv::before { content: "\f5ed"; }
1287
+ .bi-twitch::before { content: "\f5ee"; }
1288
+ .bi-twitter::before { content: "\f5ef"; }
1289
+ .bi-type-bold::before { content: "\f5f0"; }
1290
+ .bi-type-h1::before { content: "\f5f1"; }
1291
+ .bi-type-h2::before { content: "\f5f2"; }
1292
+ .bi-type-h3::before { content: "\f5f3"; }
1293
+ .bi-type-italic::before { content: "\f5f4"; }
1294
+ .bi-type-strikethrough::before { content: "\f5f5"; }
1295
+ .bi-type-underline::before { content: "\f5f6"; }
1296
+ .bi-type::before { content: "\f5f7"; }
1297
+ .bi-ui-checks-grid::before { content: "\f5f8"; }
1298
+ .bi-ui-checks::before { content: "\f5f9"; }
1299
+ .bi-ui-radios-grid::before { content: "\f5fa"; }
1300
+ .bi-ui-radios::before { content: "\f5fb"; }
1301
+ .bi-umbrella-fill::before { content: "\f5fc"; }
1302
+ .bi-umbrella::before { content: "\f5fd"; }
1303
+ .bi-union::before { content: "\f5fe"; }
1304
+ .bi-unlock-fill::before { content: "\f5ff"; }
1305
+ .bi-unlock::before { content: "\f600"; }
1306
+ .bi-upc-scan::before { content: "\f601"; }
1307
+ .bi-upc::before { content: "\f602"; }
1308
+ .bi-upload::before { content: "\f603"; }
1309
+ .bi-vector-pen::before { content: "\f604"; }
1310
+ .bi-view-list::before { content: "\f605"; }
1311
+ .bi-view-stacked::before { content: "\f606"; }
1312
+ .bi-vinyl-fill::before { content: "\f607"; }
1313
+ .bi-vinyl::before { content: "\f608"; }
1314
+ .bi-voicemail::before { content: "\f609"; }
1315
+ .bi-volume-down-fill::before { content: "\f60a"; }
1316
+ .bi-volume-down::before { content: "\f60b"; }
1317
+ .bi-volume-mute-fill::before { content: "\f60c"; }
1318
+ .bi-volume-mute::before { content: "\f60d"; }
1319
+ .bi-volume-off-fill::before { content: "\f60e"; }
1320
+ .bi-volume-off::before { content: "\f60f"; }
1321
+ .bi-volume-up-fill::before { content: "\f610"; }
1322
+ .bi-volume-up::before { content: "\f611"; }
1323
+ .bi-vr::before { content: "\f612"; }
1324
+ .bi-wallet-fill::before { content: "\f613"; }
1325
+ .bi-wallet::before { content: "\f614"; }
1326
+ .bi-wallet2::before { content: "\f615"; }
1327
+ .bi-watch::before { content: "\f616"; }
1328
+ .bi-water::before { content: "\f617"; }
1329
+ .bi-whatsapp::before { content: "\f618"; }
1330
+ .bi-wifi-1::before { content: "\f619"; }
1331
+ .bi-wifi-2::before { content: "\f61a"; }
1332
+ .bi-wifi-off::before { content: "\f61b"; }
1333
+ .bi-wifi::before { content: "\f61c"; }
1334
+ .bi-wind::before { content: "\f61d"; }
1335
+ .bi-window-dock::before { content: "\f61e"; }
1336
+ .bi-window-sidebar::before { content: "\f61f"; }
1337
+ .bi-window::before { content: "\f620"; }
1338
+ .bi-wrench::before { content: "\f621"; }
1339
+ .bi-x-circle-fill::before { content: "\f622"; }
1340
+ .bi-x-circle::before { content: "\f623"; }
1341
+ .bi-x-diamond-fill::before { content: "\f624"; }
1342
+ .bi-x-diamond::before { content: "\f625"; }
1343
+ .bi-x-octagon-fill::before { content: "\f626"; }
1344
+ .bi-x-octagon::before { content: "\f627"; }
1345
+ .bi-x-square-fill::before { content: "\f628"; }
1346
+ .bi-x-square::before { content: "\f629"; }
1347
+ .bi-x::before { content: "\f62a"; }
1348
+ .bi-youtube::before { content: "\f62b"; }
1349
+ .bi-zoom-in::before { content: "\f62c"; }
1350
+ .bi-zoom-out::before { content: "\f62d"; }