@vuetify/nightly 3.0.0-beta.0 → 3.0.0-beta.2

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 (277) hide show
  1. package/CHANGELOG.md +53 -2
  2. package/dist/json/attributes.json +343 -195
  3. package/dist/json/importMap.json +20 -0
  4. package/dist/json/tags.json +106 -44
  5. package/dist/json/web-types.json +946 -549
  6. package/dist/vuetify.css +1486 -1085
  7. package/dist/vuetify.d.ts +9036 -8077
  8. package/dist/vuetify.esm.js +1511 -944
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +1510 -943
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +825 -754
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/components/VAlert/VAlert.css +29 -8
  16. package/lib/components/VAlert/VAlert.mjs +31 -17
  17. package/lib/components/VAlert/VAlert.mjs.map +1 -1
  18. package/lib/components/VAlert/VAlert.sass +27 -7
  19. package/lib/components/VAlert/VAlertTitle.mjs +1 -0
  20. package/lib/components/VAlert/VAlertTitle.mjs.map +1 -1
  21. package/lib/components/VAlert/_variables.scss +14 -7
  22. package/lib/components/VApp/VApp.css +1 -0
  23. package/lib/components/VApp/VApp.sass +1 -0
  24. package/lib/components/VAppBar/VAppBar.mjs +7 -3
  25. package/lib/components/VAppBar/VAppBar.mjs.map +1 -1
  26. package/lib/components/VAppBar/VAppBarTitle.mjs.map +1 -1
  27. package/lib/components/VAutocomplete/VAutocomplete.mjs +82 -69
  28. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  29. package/lib/components/VAvatar/VAvatar.mjs +15 -14
  30. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  31. package/lib/components/VBanner/VBanner.css +82 -58
  32. package/lib/components/VBanner/VBanner.mjs +39 -43
  33. package/lib/components/VBanner/VBanner.mjs.map +1 -1
  34. package/lib/components/VBanner/VBanner.sass +61 -54
  35. package/lib/components/VBanner/VBannerActions.mjs +34 -2
  36. package/lib/components/VBanner/VBannerActions.mjs.map +1 -1
  37. package/lib/components/VBanner/VBannerAvatar.mjs +20 -0
  38. package/lib/components/VBanner/VBannerAvatar.mjs.map +1 -0
  39. package/lib/components/VBanner/VBannerIcon.mjs +20 -0
  40. package/lib/components/VBanner/VBannerIcon.mjs.map +1 -0
  41. package/lib/components/VBanner/_variables.scss +10 -14
  42. package/lib/components/VBanner/index.mjs +2 -0
  43. package/lib/components/VBanner/index.mjs.map +1 -1
  44. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs +2 -0
  45. package/lib/components/VBreadcrumbs/VBreadcrumbs.mjs.map +1 -1
  46. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +10 -9
  47. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  48. package/lib/components/VBtn/VBtn.css +20 -1
  49. package/lib/components/VBtn/VBtn.mjs +20 -7
  50. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  51. package/lib/components/VBtn/VBtn.sass +15 -2
  52. package/lib/components/VBtn/_variables.scss +3 -0
  53. package/lib/components/VBtnGroup/VBtnGroup.css +14 -6
  54. package/lib/components/VBtnGroup/VBtnGroup.sass +14 -6
  55. package/lib/components/VCard/VCard.css +13 -11
  56. package/lib/components/VCard/VCard.mjs +5 -2
  57. package/lib/components/VCard/VCard.mjs.map +1 -1
  58. package/lib/components/VCard/VCard.sass +12 -9
  59. package/lib/components/VCard/VCardActions.mjs +1 -2
  60. package/lib/components/VCard/VCardActions.mjs.map +1 -1
  61. package/lib/components/VCard/VCardContent.mjs +3 -0
  62. package/lib/components/VCard/VCardContent.mjs.map +1 -0
  63. package/lib/components/VCard/_variables.scss +11 -5
  64. package/lib/components/VCard/index.mjs +1 -0
  65. package/lib/components/VCard/index.mjs.map +1 -1
  66. package/lib/components/VCarousel/VCarousel.mjs +1 -1
  67. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  68. package/lib/components/VCheckbox/VCheckbox.mjs +2 -2
  69. package/lib/components/VCheckbox/VCheckbox.mjs.map +1 -1
  70. package/lib/components/VChip/VChip.css +3 -0
  71. package/lib/components/VChip/VChip.sass +3 -0
  72. package/lib/components/VChip/_variables.scss +3 -0
  73. package/lib/components/VColorPicker/VColorPickerCanvas.css +1 -1
  74. package/lib/components/VCombobox/VCombobox.mjs +92 -74
  75. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  76. package/lib/components/VDialog/VDialog.css +31 -11
  77. package/lib/components/VDialog/VDialog.mjs +6 -9
  78. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  79. package/lib/components/VDialog/VDialog.sass +27 -10
  80. package/lib/components/VDialog/_variables.scss +3 -6
  81. package/lib/components/VExpansionPanel/VExpansionPanel.css +3 -2
  82. package/lib/components/VExpansionPanel/VExpansionPanel.mjs +6 -2
  83. package/lib/components/VExpansionPanel/VExpansionPanel.mjs.map +1 -1
  84. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs +5 -3
  85. package/lib/components/VExpansionPanel/VExpansionPanelTitle.mjs.map +1 -1
  86. package/lib/components/VExpansionPanel/VExpansionPanels.mjs +4 -0
  87. package/lib/components/VExpansionPanel/VExpansionPanels.mjs.map +1 -1
  88. package/lib/components/VField/VField.css +1 -1
  89. package/lib/components/VField/VField.mjs +3 -4
  90. package/lib/components/VField/VField.mjs.map +1 -1
  91. package/lib/components/VField/VField.sass +1 -1
  92. package/lib/components/VFileInput/VFileInput.mjs +2 -1
  93. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  94. package/lib/components/VFooter/VFooter.mjs +32 -15
  95. package/lib/components/VFooter/VFooter.mjs.map +1 -1
  96. package/lib/components/VForm/VForm.mjs +25 -11
  97. package/lib/components/VForm/VForm.mjs.map +1 -1
  98. package/lib/components/VIcon/VIcon.css +27 -12
  99. package/lib/components/VIcon/VIcon.mjs +19 -16
  100. package/lib/components/VIcon/VIcon.mjs.map +1 -1
  101. package/lib/components/VIcon/VIcon.sass +27 -16
  102. package/lib/components/VIcon/_variables.scss +1 -0
  103. package/lib/components/VInput/VInput.css +3 -1
  104. package/lib/components/VInput/VInput.mjs +3 -4
  105. package/lib/components/VInput/VInput.mjs.map +1 -1
  106. package/lib/components/VInput/VInput.sass +3 -1
  107. package/lib/components/VInput/_variables.scss +4 -0
  108. package/lib/components/VList/VList.css +7 -6
  109. package/lib/components/VList/VList.mjs +36 -17
  110. package/lib/components/VList/VList.mjs.map +1 -1
  111. package/lib/components/VList/VList.sass +3 -2
  112. package/lib/components/VList/VListChildren.mjs +1 -1
  113. package/lib/components/VList/VListChildren.mjs.map +1 -1
  114. package/lib/components/VList/VListGroup.mjs +28 -10
  115. package/lib/components/VList/VListGroup.mjs.map +1 -1
  116. package/lib/components/VList/VListItem.css +119 -42
  117. package/lib/components/VList/VListItem.mjs +36 -32
  118. package/lib/components/VList/VListItem.mjs.map +1 -1
  119. package/lib/components/VList/VListItem.sass +76 -28
  120. package/lib/components/VList/VListItemAction.mjs +29 -0
  121. package/lib/components/VList/VListItemAction.mjs.map +1 -0
  122. package/lib/components/VList/VListItemAvatar.mjs +10 -16
  123. package/lib/components/VList/VListItemAvatar.mjs.map +1 -1
  124. package/lib/components/VList/VListItemIcon.mjs +23 -0
  125. package/lib/components/VList/VListItemIcon.mjs.map +1 -0
  126. package/lib/components/VList/VListItemMedia.mjs +4 -4
  127. package/lib/components/VList/VListItemMedia.mjs.map +1 -1
  128. package/lib/components/VList/_variables.scss +12 -3
  129. package/lib/components/VList/index.mjs +2 -0
  130. package/lib/components/VList/index.mjs.map +1 -1
  131. package/lib/components/VMenu/VMenu.css +2 -12
  132. package/lib/components/VMenu/VMenu.mjs +61 -31
  133. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  134. package/lib/components/VMenu/VMenu.sass +3 -6
  135. package/lib/components/VMenu/shared.mjs +2 -0
  136. package/lib/components/VMenu/shared.mjs.map +1 -0
  137. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs +1 -1
  138. package/lib/components/VNavigationDrawer/VNavigationDrawer.mjs.map +1 -1
  139. package/lib/components/VOverlay/VOverlay.css +8 -0
  140. package/lib/components/VOverlay/VOverlay.mjs +16 -15
  141. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  142. package/lib/components/VOverlay/VOverlay.sass +9 -0
  143. package/lib/components/VOverlay/_variables.scss +1 -0
  144. package/lib/components/VOverlay/positionStrategies.mjs +7 -3
  145. package/lib/components/VOverlay/positionStrategies.mjs.map +1 -1
  146. package/lib/components/VOverlay/scrollStrategies.mjs +9 -0
  147. package/lib/components/VOverlay/scrollStrategies.mjs.map +1 -1
  148. package/lib/components/VOverlay/useActivator.mjs +50 -14
  149. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  150. package/lib/components/VPagination/VPagination.mjs +10 -12
  151. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  152. package/lib/components/VProgressLinear/VProgressLinear.css +1 -1
  153. package/lib/components/VRadio/VRadio.mjs +1 -2
  154. package/lib/components/VRadio/VRadio.mjs.map +1 -1
  155. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -2
  156. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  157. package/lib/components/VRangeSlider/VRangeSlider.mjs +5 -2
  158. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  159. package/lib/components/VRating/VRating.css +2 -2
  160. package/lib/components/VRating/VRating.mjs +13 -3
  161. package/lib/components/VRating/VRating.mjs.map +1 -1
  162. package/lib/components/VRating/VRating.sass +2 -2
  163. package/lib/components/VSelect/VSelect.mjs +70 -91
  164. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  165. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
  166. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  167. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +2 -2
  168. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  169. package/lib/components/VSlideGroup/VSlideGroup.css +0 -5
  170. package/lib/components/VSlideGroup/VSlideGroup.mjs +36 -14
  171. package/lib/components/VSlideGroup/VSlideGroup.mjs.map +1 -1
  172. package/lib/components/VSlideGroup/VSlideGroup.sass +0 -4
  173. package/lib/components/VSlideGroup/VSlideGroupItem.mjs +3 -1
  174. package/lib/components/VSlideGroup/VSlideGroupItem.mjs.map +1 -1
  175. package/lib/components/VSlider/VSlider.css +7 -2
  176. package/lib/components/VSlider/VSlider.sass +11 -5
  177. package/lib/components/VSlider/VSliderTrack.css +6 -6
  178. package/lib/components/VSlider/VSliderTrack.mjs +1 -1
  179. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  180. package/lib/components/VSlider/VSliderTrack.sass +7 -7
  181. package/lib/components/VSlider/_variables.scss +5 -2
  182. package/lib/components/VSnackbar/VSnackbar.css +14 -13
  183. package/lib/components/VSnackbar/VSnackbar.mjs +22 -10
  184. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  185. package/lib/components/VSnackbar/VSnackbar.sass +15 -16
  186. package/lib/components/VSnackbar/_variables.scss +0 -4
  187. package/lib/components/VSwitch/VSwitch.mjs +8 -5
  188. package/lib/components/VSwitch/VSwitch.mjs.map +1 -1
  189. package/lib/components/VSystemBar/VSystemBar.css +0 -5
  190. package/lib/components/VSystemBar/VSystemBar.mjs +31 -14
  191. package/lib/components/VSystemBar/VSystemBar.mjs.map +1 -1
  192. package/lib/components/VSystemBar/VSystemBar.sass +0 -5
  193. package/lib/components/VSystemBar/_variables.scss +0 -3
  194. package/lib/components/VTabs/VTab.mjs +28 -32
  195. package/lib/components/VTabs/VTab.mjs.map +1 -1
  196. package/lib/components/VTabs/VTabs.css +6 -2
  197. package/lib/components/VTabs/VTabs.mjs +7 -8
  198. package/lib/components/VTabs/VTabs.mjs.map +1 -1
  199. package/lib/components/VTabs/VTabs.sass +6 -1
  200. package/lib/components/VTabs/shared.mjs +2 -0
  201. package/lib/components/VTabs/shared.mjs.map +1 -0
  202. package/lib/components/VTextField/VTextField.css +4 -4
  203. package/lib/components/VTextField/VTextField.mjs +5 -9
  204. package/lib/components/VTextField/VTextField.mjs.map +1 -1
  205. package/lib/components/VTextField/VTextField.sass +5 -5
  206. package/lib/components/VTextarea/VTextarea.css +7 -4
  207. package/lib/components/VTextarea/VTextarea.sass +9 -5
  208. package/lib/components/VTimeline/VTimeline.css +187 -48
  209. package/lib/components/VTimeline/VTimeline.mjs +27 -11
  210. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  211. package/lib/components/VTimeline/VTimeline.sass +196 -51
  212. package/lib/components/VTimeline/VTimelineDivider.mjs +2 -1
  213. package/lib/components/VTimeline/VTimelineDivider.mjs.map +1 -1
  214. package/lib/components/VTimeline/_variables.scss +2 -1
  215. package/lib/components/VToolbar/VToolbar.css +8 -1
  216. package/lib/components/VToolbar/VToolbar.mjs +8 -11
  217. package/lib/components/VToolbar/VToolbar.mjs.map +1 -1
  218. package/lib/components/VToolbar/VToolbar.sass +2 -1
  219. package/lib/components/VToolbar/VToolbarItems.mjs +0 -1
  220. package/lib/components/VToolbar/VToolbarItems.mjs.map +1 -1
  221. package/lib/components/VToolbar/_variables.scss +13 -1
  222. package/lib/components/VWindow/VWindow.mjs +0 -8
  223. package/lib/components/VWindow/VWindow.mjs.map +1 -1
  224. package/lib/components/index.d.ts +9025 -8077
  225. package/lib/composables/defaults.mjs +2 -2
  226. package/lib/composables/defaults.mjs.map +1 -1
  227. package/lib/composables/form.mjs +18 -5
  228. package/lib/composables/form.mjs.map +1 -1
  229. package/lib/composables/forwardRef.mjs +10 -6
  230. package/lib/composables/forwardRef.mjs.map +1 -1
  231. package/lib/composables/group.mjs +14 -6
  232. package/lib/composables/group.mjs.map +1 -1
  233. package/lib/composables/index.mjs.map +1 -1
  234. package/lib/composables/items.mjs +56 -0
  235. package/lib/composables/items.mjs.map +1 -0
  236. package/lib/composables/layout.mjs +7 -3
  237. package/lib/composables/layout.mjs.map +1 -1
  238. package/lib/composables/loader.mjs.map +1 -1
  239. package/lib/composables/nested/nested.mjs +27 -14
  240. package/lib/composables/nested/nested.mjs.map +1 -1
  241. package/lib/composables/nested/openStrategies.mjs +63 -36
  242. package/lib/composables/nested/openStrategies.mjs.map +1 -1
  243. package/lib/composables/nested/selectStrategies.mjs +163 -122
  244. package/lib/composables/nested/selectStrategies.mjs.map +1 -1
  245. package/lib/composables/overlay.mjs +5 -1
  246. package/lib/composables/overlay.mjs.map +1 -1
  247. package/lib/composables/proxiedModel.mjs.map +1 -1
  248. package/lib/composables/resizeObserver.mjs +1 -9
  249. package/lib/composables/resizeObserver.mjs.map +1 -1
  250. package/lib/composables/router.mjs +17 -5
  251. package/lib/composables/router.mjs.map +1 -1
  252. package/lib/composables/selectLink.mjs +19 -0
  253. package/lib/composables/selectLink.mjs.map +1 -0
  254. package/lib/composables/stack.mjs +7 -4
  255. package/lib/composables/stack.mjs.map +1 -1
  256. package/lib/composables/validation.mjs +6 -3
  257. package/lib/composables/validation.mjs.map +1 -1
  258. package/lib/composables/variant.mjs +0 -3
  259. package/lib/composables/variant.mjs.map +1 -1
  260. package/lib/directives/ripple/index.mjs +15 -3
  261. package/lib/directives/ripple/index.mjs.map +1 -1
  262. package/lib/entry-bundler.mjs +1 -1
  263. package/lib/framework.mjs +12 -7
  264. package/lib/framework.mjs.map +1 -1
  265. package/lib/index.d.ts +18 -2
  266. package/lib/locale/ca.mjs +9 -9
  267. package/lib/locale/ca.mjs.map +1 -1
  268. package/lib/styles/generic/_colors.scss +0 -1
  269. package/lib/styles/main.css +400 -392
  270. package/lib/styles/settings/_utilities.scss +54 -26
  271. package/lib/styles/tools/_states.sass +2 -1
  272. package/lib/util/defineComponent.mjs +37 -6
  273. package/lib/util/defineComponent.mjs.map +1 -1
  274. package/lib/util/getCurrentInstance.mjs +1 -1
  275. package/lib/util/getCurrentInstance.mjs.map +1 -1
  276. package/lib/util/helpers.mjs.map +1 -1
  277. package/package.json +31 -29
@@ -11,7 +11,6 @@
11
11
  }
12
12
  .bg-black {
13
13
  background-color: #000000 !important;
14
- border-color: #000000 !important;
15
14
  color: #FFFFFF !important;
16
15
  }
17
16
 
@@ -22,7 +21,6 @@
22
21
 
23
22
  .bg-white {
24
23
  background-color: #FFFFFF !important;
25
- border-color: #FFFFFF !important;
26
24
  color: #000000 !important;
27
25
  }
28
26
 
@@ -33,7 +31,6 @@
33
31
 
34
32
  .bg-transparent {
35
33
  background-color: transparent !important;
36
- border-color: transparent !important;
37
34
  color: currentColor !important;
38
35
  }
39
36
 
@@ -44,7 +41,6 @@
44
41
 
45
42
  .bg-red {
46
43
  background-color: #F44336 !important;
47
- border-color: #F44336 !important;
48
44
  color: #000000 !important;
49
45
  }
50
46
 
@@ -55,7 +51,6 @@
55
51
 
56
52
  .bg-red-lighten-5 {
57
53
  background-color: #FFEBEE !important;
58
- border-color: #FFEBEE !important;
59
54
  color: #000000 !important;
60
55
  }
61
56
 
@@ -66,7 +61,6 @@
66
61
 
67
62
  .bg-red-lighten-4 {
68
63
  background-color: #FFCDD2 !important;
69
- border-color: #FFCDD2 !important;
70
64
  color: #000000 !important;
71
65
  }
72
66
 
@@ -77,7 +71,6 @@
77
71
 
78
72
  .bg-red-lighten-3 {
79
73
  background-color: #EF9A9A !important;
80
- border-color: #EF9A9A !important;
81
74
  color: #000000 !important;
82
75
  }
83
76
 
@@ -88,7 +81,6 @@
88
81
 
89
82
  .bg-red-lighten-2 {
90
83
  background-color: #E57373 !important;
91
- border-color: #E57373 !important;
92
84
  color: #000000 !important;
93
85
  }
94
86
 
@@ -99,7 +91,6 @@
99
91
 
100
92
  .bg-red-lighten-1 {
101
93
  background-color: #EF5350 !important;
102
- border-color: #EF5350 !important;
103
94
  color: #000000 !important;
104
95
  }
105
96
 
@@ -110,7 +101,6 @@
110
101
 
111
102
  .bg-red-darken-1 {
112
103
  background-color: #E53935 !important;
113
- border-color: #E53935 !important;
114
104
  color: #000000 !important;
115
105
  }
116
106
 
@@ -121,7 +111,6 @@
121
111
 
122
112
  .bg-red-darken-2 {
123
113
  background-color: #D32F2F !important;
124
- border-color: #D32F2F !important;
125
114
  color: #FFFFFF !important;
126
115
  }
127
116
 
@@ -132,7 +121,6 @@
132
121
 
133
122
  .bg-red-darken-3 {
134
123
  background-color: #C62828 !important;
135
- border-color: #C62828 !important;
136
124
  color: #FFFFFF !important;
137
125
  }
138
126
 
@@ -143,7 +131,6 @@
143
131
 
144
132
  .bg-red-darken-4 {
145
133
  background-color: #B71C1C !important;
146
- border-color: #B71C1C !important;
147
134
  color: #FFFFFF !important;
148
135
  }
149
136
 
@@ -154,7 +141,6 @@
154
141
 
155
142
  .bg-red-accent-1 {
156
143
  background-color: #FF8A80 !important;
157
- border-color: #FF8A80 !important;
158
144
  color: #000000 !important;
159
145
  }
160
146
 
@@ -165,7 +151,6 @@
165
151
 
166
152
  .bg-red-accent-2 {
167
153
  background-color: #FF5252 !important;
168
- border-color: #FF5252 !important;
169
154
  color: #000000 !important;
170
155
  }
171
156
 
@@ -176,7 +161,6 @@
176
161
 
177
162
  .bg-red-accent-3 {
178
163
  background-color: #FF1744 !important;
179
- border-color: #FF1744 !important;
180
164
  color: #000000 !important;
181
165
  }
182
166
 
@@ -187,7 +171,6 @@
187
171
 
188
172
  .bg-red-accent-4 {
189
173
  background-color: #D50000 !important;
190
- border-color: #D50000 !important;
191
174
  color: #FFFFFF !important;
192
175
  }
193
176
 
@@ -198,7 +181,6 @@
198
181
 
199
182
  .bg-pink {
200
183
  background-color: #e91e63 !important;
201
- border-color: #e91e63 !important;
202
184
  color: #000000 !important;
203
185
  }
204
186
 
@@ -209,7 +191,6 @@
209
191
 
210
192
  .bg-pink-lighten-5 {
211
193
  background-color: #fce4ec !important;
212
- border-color: #fce4ec !important;
213
194
  color: #000000 !important;
214
195
  }
215
196
 
@@ -220,7 +201,6 @@
220
201
 
221
202
  .bg-pink-lighten-4 {
222
203
  background-color: #f8bbd0 !important;
223
- border-color: #f8bbd0 !important;
224
204
  color: #000000 !important;
225
205
  }
226
206
 
@@ -231,7 +211,6 @@
231
211
 
232
212
  .bg-pink-lighten-3 {
233
213
  background-color: #f48fb1 !important;
234
- border-color: #f48fb1 !important;
235
214
  color: #000000 !important;
236
215
  }
237
216
 
@@ -242,7 +221,6 @@
242
221
 
243
222
  .bg-pink-lighten-2 {
244
223
  background-color: #f06292 !important;
245
- border-color: #f06292 !important;
246
224
  color: #000000 !important;
247
225
  }
248
226
 
@@ -253,7 +231,6 @@
253
231
 
254
232
  .bg-pink-lighten-1 {
255
233
  background-color: #ec407a !important;
256
- border-color: #ec407a !important;
257
234
  color: #000000 !important;
258
235
  }
259
236
 
@@ -264,7 +241,6 @@
264
241
 
265
242
  .bg-pink-darken-1 {
266
243
  background-color: #d81b60 !important;
267
- border-color: #d81b60 !important;
268
244
  color: #FFFFFF !important;
269
245
  }
270
246
 
@@ -275,7 +251,6 @@
275
251
 
276
252
  .bg-pink-darken-2 {
277
253
  background-color: #c2185b !important;
278
- border-color: #c2185b !important;
279
254
  color: #FFFFFF !important;
280
255
  }
281
256
 
@@ -286,7 +261,6 @@
286
261
 
287
262
  .bg-pink-darken-3 {
288
263
  background-color: #ad1457 !important;
289
- border-color: #ad1457 !important;
290
264
  color: #FFFFFF !important;
291
265
  }
292
266
 
@@ -297,7 +271,6 @@
297
271
 
298
272
  .bg-pink-darken-4 {
299
273
  background-color: #880e4f !important;
300
- border-color: #880e4f !important;
301
274
  color: #FFFFFF !important;
302
275
  }
303
276
 
@@ -308,7 +281,6 @@
308
281
 
309
282
  .bg-pink-accent-1 {
310
283
  background-color: #ff80ab !important;
311
- border-color: #ff80ab !important;
312
284
  color: #000000 !important;
313
285
  }
314
286
 
@@ -319,7 +291,6 @@
319
291
 
320
292
  .bg-pink-accent-2 {
321
293
  background-color: #ff4081 !important;
322
- border-color: #ff4081 !important;
323
294
  color: #000000 !important;
324
295
  }
325
296
 
@@ -330,7 +301,6 @@
330
301
 
331
302
  .bg-pink-accent-3 {
332
303
  background-color: #f50057 !important;
333
- border-color: #f50057 !important;
334
304
  color: #000000 !important;
335
305
  }
336
306
 
@@ -341,7 +311,6 @@
341
311
 
342
312
  .bg-pink-accent-4 {
343
313
  background-color: #c51162 !important;
344
- border-color: #c51162 !important;
345
314
  color: #FFFFFF !important;
346
315
  }
347
316
 
@@ -352,7 +321,6 @@
352
321
 
353
322
  .bg-purple {
354
323
  background-color: #9c27b0 !important;
355
- border-color: #9c27b0 !important;
356
324
  color: #FFFFFF !important;
357
325
  }
358
326
 
@@ -363,7 +331,6 @@
363
331
 
364
332
  .bg-purple-lighten-5 {
365
333
  background-color: #f3e5f5 !important;
366
- border-color: #f3e5f5 !important;
367
334
  color: #000000 !important;
368
335
  }
369
336
 
@@ -374,7 +341,6 @@
374
341
 
375
342
  .bg-purple-lighten-4 {
376
343
  background-color: #e1bee7 !important;
377
- border-color: #e1bee7 !important;
378
344
  color: #000000 !important;
379
345
  }
380
346
 
@@ -385,7 +351,6 @@
385
351
 
386
352
  .bg-purple-lighten-3 {
387
353
  background-color: #ce93d8 !important;
388
- border-color: #ce93d8 !important;
389
354
  color: #000000 !important;
390
355
  }
391
356
 
@@ -396,7 +361,6 @@
396
361
 
397
362
  .bg-purple-lighten-2 {
398
363
  background-color: #ba68c8 !important;
399
- border-color: #ba68c8 !important;
400
364
  color: #000000 !important;
401
365
  }
402
366
 
@@ -407,7 +371,6 @@
407
371
 
408
372
  .bg-purple-lighten-1 {
409
373
  background-color: #ab47bc !important;
410
- border-color: #ab47bc !important;
411
374
  color: #FFFFFF !important;
412
375
  }
413
376
 
@@ -418,7 +381,6 @@
418
381
 
419
382
  .bg-purple-darken-1 {
420
383
  background-color: #8e24aa !important;
421
- border-color: #8e24aa !important;
422
384
  color: #FFFFFF !important;
423
385
  }
424
386
 
@@ -429,7 +391,6 @@
429
391
 
430
392
  .bg-purple-darken-2 {
431
393
  background-color: #7b1fa2 !important;
432
- border-color: #7b1fa2 !important;
433
394
  color: #FFFFFF !important;
434
395
  }
435
396
 
@@ -440,7 +401,6 @@
440
401
 
441
402
  .bg-purple-darken-3 {
442
403
  background-color: #6a1b9a !important;
443
- border-color: #6a1b9a !important;
444
404
  color: #FFFFFF !important;
445
405
  }
446
406
 
@@ -451,7 +411,6 @@
451
411
 
452
412
  .bg-purple-darken-4 {
453
413
  background-color: #4a148c !important;
454
- border-color: #4a148c !important;
455
414
  color: #FFFFFF !important;
456
415
  }
457
416
 
@@ -462,7 +421,6 @@
462
421
 
463
422
  .bg-purple-accent-1 {
464
423
  background-color: #ea80fc !important;
465
- border-color: #ea80fc !important;
466
424
  color: #000000 !important;
467
425
  }
468
426
 
@@ -473,7 +431,6 @@
473
431
 
474
432
  .bg-purple-accent-2 {
475
433
  background-color: #e040fb !important;
476
- border-color: #e040fb !important;
477
434
  color: #000000 !important;
478
435
  }
479
436
 
@@ -484,7 +441,6 @@
484
441
 
485
442
  .bg-purple-accent-3 {
486
443
  background-color: #d500f9 !important;
487
- border-color: #d500f9 !important;
488
444
  color: #000000 !important;
489
445
  }
490
446
 
@@ -495,7 +451,6 @@
495
451
 
496
452
  .bg-purple-accent-4 {
497
453
  background-color: #aa00ff !important;
498
- border-color: #aa00ff !important;
499
454
  color: #FFFFFF !important;
500
455
  }
501
456
 
@@ -506,7 +461,6 @@
506
461
 
507
462
  .bg-deep-purple {
508
463
  background-color: #673ab7 !important;
509
- border-color: #673ab7 !important;
510
464
  color: #FFFFFF !important;
511
465
  }
512
466
 
@@ -517,7 +471,6 @@
517
471
 
518
472
  .bg-deep-purple-lighten-5 {
519
473
  background-color: #ede7f6 !important;
520
- border-color: #ede7f6 !important;
521
474
  color: #000000 !important;
522
475
  }
523
476
 
@@ -528,7 +481,6 @@
528
481
 
529
482
  .bg-deep-purple-lighten-4 {
530
483
  background-color: #d1c4e9 !important;
531
- border-color: #d1c4e9 !important;
532
484
  color: #000000 !important;
533
485
  }
534
486
 
@@ -539,7 +491,6 @@
539
491
 
540
492
  .bg-deep-purple-lighten-3 {
541
493
  background-color: #b39ddb !important;
542
- border-color: #b39ddb !important;
543
494
  color: #000000 !important;
544
495
  }
545
496
 
@@ -550,7 +501,6 @@
550
501
 
551
502
  .bg-deep-purple-lighten-2 {
552
503
  background-color: #9575cd !important;
553
- border-color: #9575cd !important;
554
504
  color: #000000 !important;
555
505
  }
556
506
 
@@ -561,7 +511,6 @@
561
511
 
562
512
  .bg-deep-purple-lighten-1 {
563
513
  background-color: #7e57c2 !important;
564
- border-color: #7e57c2 !important;
565
514
  color: #FFFFFF !important;
566
515
  }
567
516
 
@@ -572,7 +521,6 @@
572
521
 
573
522
  .bg-deep-purple-darken-1 {
574
523
  background-color: #5e35b1 !important;
575
- border-color: #5e35b1 !important;
576
524
  color: #FFFFFF !important;
577
525
  }
578
526
 
@@ -583,7 +531,6 @@
583
531
 
584
532
  .bg-deep-purple-darken-2 {
585
533
  background-color: #512da8 !important;
586
- border-color: #512da8 !important;
587
534
  color: #FFFFFF !important;
588
535
  }
589
536
 
@@ -594,7 +541,6 @@
594
541
 
595
542
  .bg-deep-purple-darken-3 {
596
543
  background-color: #4527a0 !important;
597
- border-color: #4527a0 !important;
598
544
  color: #FFFFFF !important;
599
545
  }
600
546
 
@@ -605,7 +551,6 @@
605
551
 
606
552
  .bg-deep-purple-darken-4 {
607
553
  background-color: #311b92 !important;
608
- border-color: #311b92 !important;
609
554
  color: #FFFFFF !important;
610
555
  }
611
556
 
@@ -616,7 +561,6 @@
616
561
 
617
562
  .bg-deep-purple-accent-1 {
618
563
  background-color: #b388ff !important;
619
- border-color: #b388ff !important;
620
564
  color: #000000 !important;
621
565
  }
622
566
 
@@ -627,7 +571,6 @@
627
571
 
628
572
  .bg-deep-purple-accent-2 {
629
573
  background-color: #7c4dff !important;
630
- border-color: #7c4dff !important;
631
574
  color: #FFFFFF !important;
632
575
  }
633
576
 
@@ -638,7 +581,6 @@
638
581
 
639
582
  .bg-deep-purple-accent-3 {
640
583
  background-color: #651fff !important;
641
- border-color: #651fff !important;
642
584
  color: #FFFFFF !important;
643
585
  }
644
586
 
@@ -649,7 +591,6 @@
649
591
 
650
592
  .bg-deep-purple-accent-4 {
651
593
  background-color: #6200ea !important;
652
- border-color: #6200ea !important;
653
594
  color: #FFFFFF !important;
654
595
  }
655
596
 
@@ -660,7 +601,6 @@
660
601
 
661
602
  .bg-indigo {
662
603
  background-color: #3f51b5 !important;
663
- border-color: #3f51b5 !important;
664
604
  color: #FFFFFF !important;
665
605
  }
666
606
 
@@ -671,7 +611,6 @@
671
611
 
672
612
  .bg-indigo-lighten-5 {
673
613
  background-color: #e8eaf6 !important;
674
- border-color: #e8eaf6 !important;
675
614
  color: #000000 !important;
676
615
  }
677
616
 
@@ -682,7 +621,6 @@
682
621
 
683
622
  .bg-indigo-lighten-4 {
684
623
  background-color: #c5cae9 !important;
685
- border-color: #c5cae9 !important;
686
624
  color: #000000 !important;
687
625
  }
688
626
 
@@ -693,7 +631,6 @@
693
631
 
694
632
  .bg-indigo-lighten-3 {
695
633
  background-color: #9fa8da !important;
696
- border-color: #9fa8da !important;
697
634
  color: #000000 !important;
698
635
  }
699
636
 
@@ -704,7 +641,6 @@
704
641
 
705
642
  .bg-indigo-lighten-2 {
706
643
  background-color: #7986cb !important;
707
- border-color: #7986cb !important;
708
644
  color: #000000 !important;
709
645
  }
710
646
 
@@ -715,7 +651,6 @@
715
651
 
716
652
  .bg-indigo-lighten-1 {
717
653
  background-color: #5c6bc0 !important;
718
- border-color: #5c6bc0 !important;
719
654
  color: #FFFFFF !important;
720
655
  }
721
656
 
@@ -726,7 +661,6 @@
726
661
 
727
662
  .bg-indigo-darken-1 {
728
663
  background-color: #3949ab !important;
729
- border-color: #3949ab !important;
730
664
  color: #FFFFFF !important;
731
665
  }
732
666
 
@@ -737,7 +671,6 @@
737
671
 
738
672
  .bg-indigo-darken-2 {
739
673
  background-color: #303f9f !important;
740
- border-color: #303f9f !important;
741
674
  color: #FFFFFF !important;
742
675
  }
743
676
 
@@ -748,7 +681,6 @@
748
681
 
749
682
  .bg-indigo-darken-3 {
750
683
  background-color: #283593 !important;
751
- border-color: #283593 !important;
752
684
  color: #FFFFFF !important;
753
685
  }
754
686
 
@@ -759,7 +691,6 @@
759
691
 
760
692
  .bg-indigo-darken-4 {
761
693
  background-color: #1a237e !important;
762
- border-color: #1a237e !important;
763
694
  color: #FFFFFF !important;
764
695
  }
765
696
 
@@ -770,7 +701,6 @@
770
701
 
771
702
  .bg-indigo-accent-1 {
772
703
  background-color: #8c9eff !important;
773
- border-color: #8c9eff !important;
774
704
  color: #000000 !important;
775
705
  }
776
706
 
@@ -781,7 +711,6 @@
781
711
 
782
712
  .bg-indigo-accent-2 {
783
713
  background-color: #536dfe !important;
784
- border-color: #536dfe !important;
785
714
  color: #000000 !important;
786
715
  }
787
716
 
@@ -792,7 +721,6 @@
792
721
 
793
722
  .bg-indigo-accent-3 {
794
723
  background-color: #3d5afe !important;
795
- border-color: #3d5afe !important;
796
724
  color: #FFFFFF !important;
797
725
  }
798
726
 
@@ -803,7 +731,6 @@
803
731
 
804
732
  .bg-indigo-accent-4 {
805
733
  background-color: #304ffe !important;
806
- border-color: #304ffe !important;
807
734
  color: #FFFFFF !important;
808
735
  }
809
736
 
@@ -814,7 +741,6 @@
814
741
 
815
742
  .bg-blue {
816
743
  background-color: #2196F3 !important;
817
- border-color: #2196F3 !important;
818
744
  color: #000000 !important;
819
745
  }
820
746
 
@@ -825,7 +751,6 @@
825
751
 
826
752
  .bg-blue-lighten-5 {
827
753
  background-color: #E3F2FD !important;
828
- border-color: #E3F2FD !important;
829
754
  color: #000000 !important;
830
755
  }
831
756
 
@@ -836,7 +761,6 @@
836
761
 
837
762
  .bg-blue-lighten-4 {
838
763
  background-color: #BBDEFB !important;
839
- border-color: #BBDEFB !important;
840
764
  color: #000000 !important;
841
765
  }
842
766
 
@@ -847,7 +771,6 @@
847
771
 
848
772
  .bg-blue-lighten-3 {
849
773
  background-color: #90CAF9 !important;
850
- border-color: #90CAF9 !important;
851
774
  color: #000000 !important;
852
775
  }
853
776
 
@@ -858,7 +781,6 @@
858
781
 
859
782
  .bg-blue-lighten-2 {
860
783
  background-color: #64B5F6 !important;
861
- border-color: #64B5F6 !important;
862
784
  color: #000000 !important;
863
785
  }
864
786
 
@@ -869,7 +791,6 @@
869
791
 
870
792
  .bg-blue-lighten-1 {
871
793
  background-color: #42A5F5 !important;
872
- border-color: #42A5F5 !important;
873
794
  color: #000000 !important;
874
795
  }
875
796
 
@@ -880,7 +801,6 @@
880
801
 
881
802
  .bg-blue-darken-1 {
882
803
  background-color: #1E88E5 !important;
883
- border-color: #1E88E5 !important;
884
804
  color: #000000 !important;
885
805
  }
886
806
 
@@ -891,7 +811,6 @@
891
811
 
892
812
  .bg-blue-darken-2 {
893
813
  background-color: #1976D2 !important;
894
- border-color: #1976D2 !important;
895
814
  color: #FFFFFF !important;
896
815
  }
897
816
 
@@ -902,7 +821,6 @@
902
821
 
903
822
  .bg-blue-darken-3 {
904
823
  background-color: #1565C0 !important;
905
- border-color: #1565C0 !important;
906
824
  color: #FFFFFF !important;
907
825
  }
908
826
 
@@ -913,7 +831,6 @@
913
831
 
914
832
  .bg-blue-darken-4 {
915
833
  background-color: #0D47A1 !important;
916
- border-color: #0D47A1 !important;
917
834
  color: #FFFFFF !important;
918
835
  }
919
836
 
@@ -924,7 +841,6 @@
924
841
 
925
842
  .bg-blue-accent-1 {
926
843
  background-color: #82B1FF !important;
927
- border-color: #82B1FF !important;
928
844
  color: #000000 !important;
929
845
  }
930
846
 
@@ -935,7 +851,6 @@
935
851
 
936
852
  .bg-blue-accent-2 {
937
853
  background-color: #448AFF !important;
938
- border-color: #448AFF !important;
939
854
  color: #000000 !important;
940
855
  }
941
856
 
@@ -946,7 +861,6 @@
946
861
 
947
862
  .bg-blue-accent-3 {
948
863
  background-color: #2979FF !important;
949
- border-color: #2979FF !important;
950
864
  color: #000000 !important;
951
865
  }
952
866
 
@@ -957,7 +871,6 @@
957
871
 
958
872
  .bg-blue-accent-4 {
959
873
  background-color: #2962FF !important;
960
- border-color: #2962FF !important;
961
874
  color: #FFFFFF !important;
962
875
  }
963
876
 
@@ -968,7 +881,6 @@
968
881
 
969
882
  .bg-light-blue {
970
883
  background-color: #03a9f4 !important;
971
- border-color: #03a9f4 !important;
972
884
  color: #000000 !important;
973
885
  }
974
886
 
@@ -979,7 +891,6 @@
979
891
 
980
892
  .bg-light-blue-lighten-5 {
981
893
  background-color: #e1f5fe !important;
982
- border-color: #e1f5fe !important;
983
894
  color: #000000 !important;
984
895
  }
985
896
 
@@ -990,7 +901,6 @@
990
901
 
991
902
  .bg-light-blue-lighten-4 {
992
903
  background-color: #b3e5fc !important;
993
- border-color: #b3e5fc !important;
994
904
  color: #000000 !important;
995
905
  }
996
906
 
@@ -1001,7 +911,6 @@
1001
911
 
1002
912
  .bg-light-blue-lighten-3 {
1003
913
  background-color: #81d4fa !important;
1004
- border-color: #81d4fa !important;
1005
914
  color: #000000 !important;
1006
915
  }
1007
916
 
@@ -1012,7 +921,6 @@
1012
921
 
1013
922
  .bg-light-blue-lighten-2 {
1014
923
  background-color: #4fc3f7 !important;
1015
- border-color: #4fc3f7 !important;
1016
924
  color: #000000 !important;
1017
925
  }
1018
926
 
@@ -1023,7 +931,6 @@
1023
931
 
1024
932
  .bg-light-blue-lighten-1 {
1025
933
  background-color: #29b6f6 !important;
1026
- border-color: #29b6f6 !important;
1027
934
  color: #000000 !important;
1028
935
  }
1029
936
 
@@ -1034,7 +941,6 @@
1034
941
 
1035
942
  .bg-light-blue-darken-1 {
1036
943
  background-color: #039be5 !important;
1037
- border-color: #039be5 !important;
1038
944
  color: #000000 !important;
1039
945
  }
1040
946
 
@@ -1045,7 +951,6 @@
1045
951
 
1046
952
  .bg-light-blue-darken-2 {
1047
953
  background-color: #0288d1 !important;
1048
- border-color: #0288d1 !important;
1049
954
  color: #000000 !important;
1050
955
  }
1051
956
 
@@ -1056,7 +961,6 @@
1056
961
 
1057
962
  .bg-light-blue-darken-3 {
1058
963
  background-color: #0277bd !important;
1059
- border-color: #0277bd !important;
1060
964
  color: #FFFFFF !important;
1061
965
  }
1062
966
 
@@ -1067,7 +971,6 @@
1067
971
 
1068
972
  .bg-light-blue-darken-4 {
1069
973
  background-color: #01579b !important;
1070
- border-color: #01579b !important;
1071
974
  color: #FFFFFF !important;
1072
975
  }
1073
976
 
@@ -1078,7 +981,6 @@
1078
981
 
1079
982
  .bg-light-blue-accent-1 {
1080
983
  background-color: #80d8ff !important;
1081
- border-color: #80d8ff !important;
1082
984
  color: #000000 !important;
1083
985
  }
1084
986
 
@@ -1089,7 +991,6 @@
1089
991
 
1090
992
  .bg-light-blue-accent-2 {
1091
993
  background-color: #40c4ff !important;
1092
- border-color: #40c4ff !important;
1093
994
  color: #000000 !important;
1094
995
  }
1095
996
 
@@ -1100,7 +1001,6 @@
1100
1001
 
1101
1002
  .bg-light-blue-accent-3 {
1102
1003
  background-color: #00b0ff !important;
1103
- border-color: #00b0ff !important;
1104
1004
  color: #000000 !important;
1105
1005
  }
1106
1006
 
@@ -1111,7 +1011,6 @@
1111
1011
 
1112
1012
  .bg-light-blue-accent-4 {
1113
1013
  background-color: #0091ea !important;
1114
- border-color: #0091ea !important;
1115
1014
  color: #000000 !important;
1116
1015
  }
1117
1016
 
@@ -1122,7 +1021,6 @@
1122
1021
 
1123
1022
  .bg-cyan {
1124
1023
  background-color: #00bcd4 !important;
1125
- border-color: #00bcd4 !important;
1126
1024
  color: #000000 !important;
1127
1025
  }
1128
1026
 
@@ -1133,7 +1031,6 @@
1133
1031
 
1134
1032
  .bg-cyan-lighten-5 {
1135
1033
  background-color: #e0f7fa !important;
1136
- border-color: #e0f7fa !important;
1137
1034
  color: #000000 !important;
1138
1035
  }
1139
1036
 
@@ -1144,7 +1041,6 @@
1144
1041
 
1145
1042
  .bg-cyan-lighten-4 {
1146
1043
  background-color: #b2ebf2 !important;
1147
- border-color: #b2ebf2 !important;
1148
1044
  color: #000000 !important;
1149
1045
  }
1150
1046
 
@@ -1155,7 +1051,6 @@
1155
1051
 
1156
1052
  .bg-cyan-lighten-3 {
1157
1053
  background-color: #80deea !important;
1158
- border-color: #80deea !important;
1159
1054
  color: #000000 !important;
1160
1055
  }
1161
1056
 
@@ -1166,7 +1061,6 @@
1166
1061
 
1167
1062
  .bg-cyan-lighten-2 {
1168
1063
  background-color: #4dd0e1 !important;
1169
- border-color: #4dd0e1 !important;
1170
1064
  color: #000000 !important;
1171
1065
  }
1172
1066
 
@@ -1177,7 +1071,6 @@
1177
1071
 
1178
1072
  .bg-cyan-lighten-1 {
1179
1073
  background-color: #26c6da !important;
1180
- border-color: #26c6da !important;
1181
1074
  color: #000000 !important;
1182
1075
  }
1183
1076
 
@@ -1188,7 +1081,6 @@
1188
1081
 
1189
1082
  .bg-cyan-darken-1 {
1190
1083
  background-color: #00acc1 !important;
1191
- border-color: #00acc1 !important;
1192
1084
  color: #000000 !important;
1193
1085
  }
1194
1086
 
@@ -1199,7 +1091,6 @@
1199
1091
 
1200
1092
  .bg-cyan-darken-2 {
1201
1093
  background-color: #0097a7 !important;
1202
- border-color: #0097a7 !important;
1203
1094
  color: #000000 !important;
1204
1095
  }
1205
1096
 
@@ -1210,7 +1101,6 @@
1210
1101
 
1211
1102
  .bg-cyan-darken-3 {
1212
1103
  background-color: #00838f !important;
1213
- border-color: #00838f !important;
1214
1104
  color: #000000 !important;
1215
1105
  }
1216
1106
 
@@ -1221,7 +1111,6 @@
1221
1111
 
1222
1112
  .bg-cyan-darken-4 {
1223
1113
  background-color: #006064 !important;
1224
- border-color: #006064 !important;
1225
1114
  color: #FFFFFF !important;
1226
1115
  }
1227
1116
 
@@ -1232,7 +1121,6 @@
1232
1121
 
1233
1122
  .bg-cyan-accent-1 {
1234
1123
  background-color: #84ffff !important;
1235
- border-color: #84ffff !important;
1236
1124
  color: #000000 !important;
1237
1125
  }
1238
1126
 
@@ -1243,7 +1131,6 @@
1243
1131
 
1244
1132
  .bg-cyan-accent-2 {
1245
1133
  background-color: #18ffff !important;
1246
- border-color: #18ffff !important;
1247
1134
  color: #000000 !important;
1248
1135
  }
1249
1136
 
@@ -1254,7 +1141,6 @@
1254
1141
 
1255
1142
  .bg-cyan-accent-3 {
1256
1143
  background-color: #00e5ff !important;
1257
- border-color: #00e5ff !important;
1258
1144
  color: #000000 !important;
1259
1145
  }
1260
1146
 
@@ -1265,7 +1151,6 @@
1265
1151
 
1266
1152
  .bg-cyan-accent-4 {
1267
1153
  background-color: #00b8d4 !important;
1268
- border-color: #00b8d4 !important;
1269
1154
  color: #000000 !important;
1270
1155
  }
1271
1156
 
@@ -1276,7 +1161,6 @@
1276
1161
 
1277
1162
  .bg-teal {
1278
1163
  background-color: #009688 !important;
1279
- border-color: #009688 !important;
1280
1164
  color: #000000 !important;
1281
1165
  }
1282
1166
 
@@ -1287,7 +1171,6 @@
1287
1171
 
1288
1172
  .bg-teal-lighten-5 {
1289
1173
  background-color: #e0f2f1 !important;
1290
- border-color: #e0f2f1 !important;
1291
1174
  color: #000000 !important;
1292
1175
  }
1293
1176
 
@@ -1298,7 +1181,6 @@
1298
1181
 
1299
1182
  .bg-teal-lighten-4 {
1300
1183
  background-color: #b2dfdb !important;
1301
- border-color: #b2dfdb !important;
1302
1184
  color: #000000 !important;
1303
1185
  }
1304
1186
 
@@ -1309,7 +1191,6 @@
1309
1191
 
1310
1192
  .bg-teal-lighten-3 {
1311
1193
  background-color: #80cbc4 !important;
1312
- border-color: #80cbc4 !important;
1313
1194
  color: #000000 !important;
1314
1195
  }
1315
1196
 
@@ -1320,7 +1201,6 @@
1320
1201
 
1321
1202
  .bg-teal-lighten-2 {
1322
1203
  background-color: #4db6ac !important;
1323
- border-color: #4db6ac !important;
1324
1204
  color: #000000 !important;
1325
1205
  }
1326
1206
 
@@ -1331,7 +1211,6 @@
1331
1211
 
1332
1212
  .bg-teal-lighten-1 {
1333
1213
  background-color: #26a69a !important;
1334
- border-color: #26a69a !important;
1335
1214
  color: #000000 !important;
1336
1215
  }
1337
1216
 
@@ -1342,7 +1221,6 @@
1342
1221
 
1343
1222
  .bg-teal-darken-1 {
1344
1223
  background-color: #00897b !important;
1345
- border-color: #00897b !important;
1346
1224
  color: #000000 !important;
1347
1225
  }
1348
1226
 
@@ -1353,7 +1231,6 @@
1353
1231
 
1354
1232
  .bg-teal-darken-2 {
1355
1233
  background-color: #00796b !important;
1356
- border-color: #00796b !important;
1357
1234
  color: #FFFFFF !important;
1358
1235
  }
1359
1236
 
@@ -1364,7 +1241,6 @@
1364
1241
 
1365
1242
  .bg-teal-darken-3 {
1366
1243
  background-color: #00695c !important;
1367
- border-color: #00695c !important;
1368
1244
  color: #FFFFFF !important;
1369
1245
  }
1370
1246
 
@@ -1375,7 +1251,6 @@
1375
1251
 
1376
1252
  .bg-teal-darken-4 {
1377
1253
  background-color: #004d40 !important;
1378
- border-color: #004d40 !important;
1379
1254
  color: #FFFFFF !important;
1380
1255
  }
1381
1256
 
@@ -1386,7 +1261,6 @@
1386
1261
 
1387
1262
  .bg-teal-accent-1 {
1388
1263
  background-color: #a7ffeb !important;
1389
- border-color: #a7ffeb !important;
1390
1264
  color: #000000 !important;
1391
1265
  }
1392
1266
 
@@ -1397,7 +1271,6 @@
1397
1271
 
1398
1272
  .bg-teal-accent-2 {
1399
1273
  background-color: #64ffda !important;
1400
- border-color: #64ffda !important;
1401
1274
  color: #000000 !important;
1402
1275
  }
1403
1276
 
@@ -1408,7 +1281,6 @@
1408
1281
 
1409
1282
  .bg-teal-accent-3 {
1410
1283
  background-color: #1de9b6 !important;
1411
- border-color: #1de9b6 !important;
1412
1284
  color: #000000 !important;
1413
1285
  }
1414
1286
 
@@ -1419,7 +1291,6 @@
1419
1291
 
1420
1292
  .bg-teal-accent-4 {
1421
1293
  background-color: #00bfa5 !important;
1422
- border-color: #00bfa5 !important;
1423
1294
  color: #000000 !important;
1424
1295
  }
1425
1296
 
@@ -1430,7 +1301,6 @@
1430
1301
 
1431
1302
  .bg-green {
1432
1303
  background-color: #4CAF50 !important;
1433
- border-color: #4CAF50 !important;
1434
1304
  color: #000000 !important;
1435
1305
  }
1436
1306
 
@@ -1441,7 +1311,6 @@
1441
1311
 
1442
1312
  .bg-green-lighten-5 {
1443
1313
  background-color: #E8F5E9 !important;
1444
- border-color: #E8F5E9 !important;
1445
1314
  color: #000000 !important;
1446
1315
  }
1447
1316
 
@@ -1452,7 +1321,6 @@
1452
1321
 
1453
1322
  .bg-green-lighten-4 {
1454
1323
  background-color: #C8E6C9 !important;
1455
- border-color: #C8E6C9 !important;
1456
1324
  color: #000000 !important;
1457
1325
  }
1458
1326
 
@@ -1463,7 +1331,6 @@
1463
1331
 
1464
1332
  .bg-green-lighten-3 {
1465
1333
  background-color: #A5D6A7 !important;
1466
- border-color: #A5D6A7 !important;
1467
1334
  color: #000000 !important;
1468
1335
  }
1469
1336
 
@@ -1474,7 +1341,6 @@
1474
1341
 
1475
1342
  .bg-green-lighten-2 {
1476
1343
  background-color: #81C784 !important;
1477
- border-color: #81C784 !important;
1478
1344
  color: #000000 !important;
1479
1345
  }
1480
1346
 
@@ -1485,7 +1351,6 @@
1485
1351
 
1486
1352
  .bg-green-lighten-1 {
1487
1353
  background-color: #66BB6A !important;
1488
- border-color: #66BB6A !important;
1489
1354
  color: #000000 !important;
1490
1355
  }
1491
1356
 
@@ -1496,7 +1361,6 @@
1496
1361
 
1497
1362
  .bg-green-darken-1 {
1498
1363
  background-color: #43A047 !important;
1499
- border-color: #43A047 !important;
1500
1364
  color: #000000 !important;
1501
1365
  }
1502
1366
 
@@ -1507,7 +1371,6 @@
1507
1371
 
1508
1372
  .bg-green-darken-2 {
1509
1373
  background-color: #388E3C !important;
1510
- border-color: #388E3C !important;
1511
1374
  color: #000000 !important;
1512
1375
  }
1513
1376
 
@@ -1518,7 +1381,6 @@
1518
1381
 
1519
1382
  .bg-green-darken-3 {
1520
1383
  background-color: #2E7D32 !important;
1521
- border-color: #2E7D32 !important;
1522
1384
  color: #FFFFFF !important;
1523
1385
  }
1524
1386
 
@@ -1529,7 +1391,6 @@
1529
1391
 
1530
1392
  .bg-green-darken-4 {
1531
1393
  background-color: #1B5E20 !important;
1532
- border-color: #1B5E20 !important;
1533
1394
  color: #FFFFFF !important;
1534
1395
  }
1535
1396
 
@@ -1540,7 +1401,6 @@
1540
1401
 
1541
1402
  .bg-green-accent-1 {
1542
1403
  background-color: #B9F6CA !important;
1543
- border-color: #B9F6CA !important;
1544
1404
  color: #000000 !important;
1545
1405
  }
1546
1406
 
@@ -1551,7 +1411,6 @@
1551
1411
 
1552
1412
  .bg-green-accent-2 {
1553
1413
  background-color: #69F0AE !important;
1554
- border-color: #69F0AE !important;
1555
1414
  color: #FFFFFF !important;
1556
1415
  }
1557
1416
 
@@ -1562,7 +1421,6 @@
1562
1421
 
1563
1422
  .bg-green-accent-3 {
1564
1423
  background-color: #00E676 !important;
1565
- border-color: #00E676 !important;
1566
1424
  color: #FFFFFF !important;
1567
1425
  }
1568
1426
 
@@ -1573,7 +1431,6 @@
1573
1431
 
1574
1432
  .bg-green-accent-4 {
1575
1433
  background-color: #00C853 !important;
1576
- border-color: #00C853 !important;
1577
1434
  color: #000000 !important;
1578
1435
  }
1579
1436
 
@@ -1584,7 +1441,6 @@
1584
1441
 
1585
1442
  .bg-light-green {
1586
1443
  background-color: #8bc34a !important;
1587
- border-color: #8bc34a !important;
1588
1444
  color: #000000 !important;
1589
1445
  }
1590
1446
 
@@ -1595,7 +1451,6 @@
1595
1451
 
1596
1452
  .bg-light-green-lighten-5 {
1597
1453
  background-color: #f1f8e9 !important;
1598
- border-color: #f1f8e9 !important;
1599
1454
  color: #000000 !important;
1600
1455
  }
1601
1456
 
@@ -1606,7 +1461,6 @@
1606
1461
 
1607
1462
  .bg-light-green-lighten-4 {
1608
1463
  background-color: #dcedc8 !important;
1609
- border-color: #dcedc8 !important;
1610
1464
  color: #000000 !important;
1611
1465
  }
1612
1466
 
@@ -1617,7 +1471,6 @@
1617
1471
 
1618
1472
  .bg-light-green-lighten-3 {
1619
1473
  background-color: #c5e1a5 !important;
1620
- border-color: #c5e1a5 !important;
1621
1474
  color: #000000 !important;
1622
1475
  }
1623
1476
 
@@ -1628,7 +1481,6 @@
1628
1481
 
1629
1482
  .bg-light-green-lighten-2 {
1630
1483
  background-color: #aed581 !important;
1631
- border-color: #aed581 !important;
1632
1484
  color: #000000 !important;
1633
1485
  }
1634
1486
 
@@ -1639,7 +1491,6 @@
1639
1491
 
1640
1492
  .bg-light-green-lighten-1 {
1641
1493
  background-color: #9ccc65 !important;
1642
- border-color: #9ccc65 !important;
1643
1494
  color: #000000 !important;
1644
1495
  }
1645
1496
 
@@ -1650,7 +1501,6 @@
1650
1501
 
1651
1502
  .bg-light-green-darken-1 {
1652
1503
  background-color: #7cb342 !important;
1653
- border-color: #7cb342 !important;
1654
1504
  color: #000000 !important;
1655
1505
  }
1656
1506
 
@@ -1661,7 +1511,6 @@
1661
1511
 
1662
1512
  .bg-light-green-darken-2 {
1663
1513
  background-color: #689f38 !important;
1664
- border-color: #689f38 !important;
1665
1514
  color: #000000 !important;
1666
1515
  }
1667
1516
 
@@ -1672,7 +1521,6 @@
1672
1521
 
1673
1522
  .bg-light-green-darken-3 {
1674
1523
  background-color: #558b2f !important;
1675
- border-color: #558b2f !important;
1676
1524
  color: #000000 !important;
1677
1525
  }
1678
1526
 
@@ -1683,7 +1531,6 @@
1683
1531
 
1684
1532
  .bg-light-green-darken-4 {
1685
1533
  background-color: #33691e !important;
1686
- border-color: #33691e !important;
1687
1534
  color: #FFFFFF !important;
1688
1535
  }
1689
1536
 
@@ -1694,7 +1541,6 @@
1694
1541
 
1695
1542
  .bg-light-green-accent-1 {
1696
1543
  background-color: #ccff90 !important;
1697
- border-color: #ccff90 !important;
1698
1544
  color: #000000 !important;
1699
1545
  }
1700
1546
 
@@ -1705,7 +1551,6 @@
1705
1551
 
1706
1552
  .bg-light-green-accent-2 {
1707
1553
  background-color: #b2ff59 !important;
1708
- border-color: #b2ff59 !important;
1709
1554
  color: #000000 !important;
1710
1555
  }
1711
1556
 
@@ -1716,7 +1561,6 @@
1716
1561
 
1717
1562
  .bg-light-green-accent-3 {
1718
1563
  background-color: #76ff03 !important;
1719
- border-color: #76ff03 !important;
1720
1564
  color: #000000 !important;
1721
1565
  }
1722
1566
 
@@ -1727,7 +1571,6 @@
1727
1571
 
1728
1572
  .bg-light-green-accent-4 {
1729
1573
  background-color: #64dd17 !important;
1730
- border-color: #64dd17 !important;
1731
1574
  color: #000000 !important;
1732
1575
  }
1733
1576
 
@@ -1738,7 +1581,6 @@
1738
1581
 
1739
1582
  .bg-lime {
1740
1583
  background-color: #cddc39 !important;
1741
- border-color: #cddc39 !important;
1742
1584
  color: #000000 !important;
1743
1585
  }
1744
1586
 
@@ -1749,7 +1591,6 @@
1749
1591
 
1750
1592
  .bg-lime-lighten-5 {
1751
1593
  background-color: #f9fbe7 !important;
1752
- border-color: #f9fbe7 !important;
1753
1594
  color: #000000 !important;
1754
1595
  }
1755
1596
 
@@ -1760,7 +1601,6 @@
1760
1601
 
1761
1602
  .bg-lime-lighten-4 {
1762
1603
  background-color: #f0f4c3 !important;
1763
- border-color: #f0f4c3 !important;
1764
1604
  color: #000000 !important;
1765
1605
  }
1766
1606
 
@@ -1771,7 +1611,6 @@
1771
1611
 
1772
1612
  .bg-lime-lighten-3 {
1773
1613
  background-color: #e6ee9c !important;
1774
- border-color: #e6ee9c !important;
1775
1614
  color: #000000 !important;
1776
1615
  }
1777
1616
 
@@ -1782,7 +1621,6 @@
1782
1621
 
1783
1622
  .bg-lime-lighten-2 {
1784
1623
  background-color: #dce775 !important;
1785
- border-color: #dce775 !important;
1786
1624
  color: #000000 !important;
1787
1625
  }
1788
1626
 
@@ -1793,7 +1631,6 @@
1793
1631
 
1794
1632
  .bg-lime-lighten-1 {
1795
1633
  background-color: #d4e157 !important;
1796
- border-color: #d4e157 !important;
1797
1634
  color: #000000 !important;
1798
1635
  }
1799
1636
 
@@ -1804,7 +1641,6 @@
1804
1641
 
1805
1642
  .bg-lime-darken-1 {
1806
1643
  background-color: #c0ca33 !important;
1807
- border-color: #c0ca33 !important;
1808
1644
  color: #000000 !important;
1809
1645
  }
1810
1646
 
@@ -1815,7 +1651,6 @@
1815
1651
 
1816
1652
  .bg-lime-darken-2 {
1817
1653
  background-color: #afb42b !important;
1818
- border-color: #afb42b !important;
1819
1654
  color: #000000 !important;
1820
1655
  }
1821
1656
 
@@ -1826,7 +1661,6 @@
1826
1661
 
1827
1662
  .bg-lime-darken-3 {
1828
1663
  background-color: #9e9d24 !important;
1829
- border-color: #9e9d24 !important;
1830
1664
  color: #000000 !important;
1831
1665
  }
1832
1666
 
@@ -1837,7 +1671,6 @@
1837
1671
 
1838
1672
  .bg-lime-darken-4 {
1839
1673
  background-color: #827717 !important;
1840
- border-color: #827717 !important;
1841
1674
  color: #000000 !important;
1842
1675
  }
1843
1676
 
@@ -1848,7 +1681,6 @@
1848
1681
 
1849
1682
  .bg-lime-accent-1 {
1850
1683
  background-color: #f4ff81 !important;
1851
- border-color: #f4ff81 !important;
1852
1684
  color: #000000 !important;
1853
1685
  }
1854
1686
 
@@ -1859,7 +1691,6 @@
1859
1691
 
1860
1692
  .bg-lime-accent-2 {
1861
1693
  background-color: #eeff41 !important;
1862
- border-color: #eeff41 !important;
1863
1694
  color: #000000 !important;
1864
1695
  }
1865
1696
 
@@ -1870,7 +1701,6 @@
1870
1701
 
1871
1702
  .bg-lime-accent-3 {
1872
1703
  background-color: #c6ff00 !important;
1873
- border-color: #c6ff00 !important;
1874
1704
  color: #000000 !important;
1875
1705
  }
1876
1706
 
@@ -1881,7 +1711,6 @@
1881
1711
 
1882
1712
  .bg-lime-accent-4 {
1883
1713
  background-color: #aeea00 !important;
1884
- border-color: #aeea00 !important;
1885
1714
  color: #000000 !important;
1886
1715
  }
1887
1716
 
@@ -1892,7 +1721,6 @@
1892
1721
 
1893
1722
  .bg-yellow {
1894
1723
  background-color: #ffeb3b !important;
1895
- border-color: #ffeb3b !important;
1896
1724
  color: #000000 !important;
1897
1725
  }
1898
1726
 
@@ -1903,7 +1731,6 @@
1903
1731
 
1904
1732
  .bg-yellow-lighten-5 {
1905
1733
  background-color: #fffde7 !important;
1906
- border-color: #fffde7 !important;
1907
1734
  color: #000000 !important;
1908
1735
  }
1909
1736
 
@@ -1914,7 +1741,6 @@
1914
1741
 
1915
1742
  .bg-yellow-lighten-4 {
1916
1743
  background-color: #fff9c4 !important;
1917
- border-color: #fff9c4 !important;
1918
1744
  color: #000000 !important;
1919
1745
  }
1920
1746
 
@@ -1925,7 +1751,6 @@
1925
1751
 
1926
1752
  .bg-yellow-lighten-3 {
1927
1753
  background-color: #fff59d !important;
1928
- border-color: #fff59d !important;
1929
1754
  color: #000000 !important;
1930
1755
  }
1931
1756
 
@@ -1936,7 +1761,6 @@
1936
1761
 
1937
1762
  .bg-yellow-lighten-2 {
1938
1763
  background-color: #fff176 !important;
1939
- border-color: #fff176 !important;
1940
1764
  color: #000000 !important;
1941
1765
  }
1942
1766
 
@@ -1947,7 +1771,6 @@
1947
1771
 
1948
1772
  .bg-yellow-lighten-1 {
1949
1773
  background-color: #ffee58 !important;
1950
- border-color: #ffee58 !important;
1951
1774
  color: #000000 !important;
1952
1775
  }
1953
1776
 
@@ -1958,7 +1781,6 @@
1958
1781
 
1959
1782
  .bg-yellow-darken-1 {
1960
1783
  background-color: #fdd835 !important;
1961
- border-color: #fdd835 !important;
1962
1784
  color: #000000 !important;
1963
1785
  }
1964
1786
 
@@ -1969,7 +1791,6 @@
1969
1791
 
1970
1792
  .bg-yellow-darken-2 {
1971
1793
  background-color: #fbc02d !important;
1972
- border-color: #fbc02d !important;
1973
1794
  color: #000000 !important;
1974
1795
  }
1975
1796
 
@@ -1980,7 +1801,6 @@
1980
1801
 
1981
1802
  .bg-yellow-darken-3 {
1982
1803
  background-color: #f9a825 !important;
1983
- border-color: #f9a825 !important;
1984
1804
  color: #000000 !important;
1985
1805
  }
1986
1806
 
@@ -1991,7 +1811,6 @@
1991
1811
 
1992
1812
  .bg-yellow-darken-4 {
1993
1813
  background-color: #f57f17 !important;
1994
- border-color: #f57f17 !important;
1995
1814
  color: #000000 !important;
1996
1815
  }
1997
1816
 
@@ -2002,7 +1821,6 @@
2002
1821
 
2003
1822
  .bg-yellow-accent-1 {
2004
1823
  background-color: #ffff8d !important;
2005
- border-color: #ffff8d !important;
2006
1824
  color: #000000 !important;
2007
1825
  }
2008
1826
 
@@ -2013,7 +1831,6 @@
2013
1831
 
2014
1832
  .bg-yellow-accent-2 {
2015
1833
  background-color: #ffff00 !important;
2016
- border-color: #ffff00 !important;
2017
1834
  color: #000000 !important;
2018
1835
  }
2019
1836
 
@@ -2024,7 +1841,6 @@
2024
1841
 
2025
1842
  .bg-yellow-accent-3 {
2026
1843
  background-color: #ffea00 !important;
2027
- border-color: #ffea00 !important;
2028
1844
  color: #000000 !important;
2029
1845
  }
2030
1846
 
@@ -2035,7 +1851,6 @@
2035
1851
 
2036
1852
  .bg-yellow-accent-4 {
2037
1853
  background-color: #ffd600 !important;
2038
- border-color: #ffd600 !important;
2039
1854
  color: #000000 !important;
2040
1855
  }
2041
1856
 
@@ -2046,7 +1861,6 @@
2046
1861
 
2047
1862
  .bg-amber {
2048
1863
  background-color: #ffc107 !important;
2049
- border-color: #ffc107 !important;
2050
1864
  color: #000000 !important;
2051
1865
  }
2052
1866
 
@@ -2057,7 +1871,6 @@
2057
1871
 
2058
1872
  .bg-amber-lighten-5 {
2059
1873
  background-color: #fff8e1 !important;
2060
- border-color: #fff8e1 !important;
2061
1874
  color: #000000 !important;
2062
1875
  }
2063
1876
 
@@ -2068,7 +1881,6 @@
2068
1881
 
2069
1882
  .bg-amber-lighten-4 {
2070
1883
  background-color: #ffecb3 !important;
2071
- border-color: #ffecb3 !important;
2072
1884
  color: #000000 !important;
2073
1885
  }
2074
1886
 
@@ -2079,7 +1891,6 @@
2079
1891
 
2080
1892
  .bg-amber-lighten-3 {
2081
1893
  background-color: #ffe082 !important;
2082
- border-color: #ffe082 !important;
2083
1894
  color: #000000 !important;
2084
1895
  }
2085
1896
 
@@ -2090,7 +1901,6 @@
2090
1901
 
2091
1902
  .bg-amber-lighten-2 {
2092
1903
  background-color: #ffd54f !important;
2093
- border-color: #ffd54f !important;
2094
1904
  color: #000000 !important;
2095
1905
  }
2096
1906
 
@@ -2101,7 +1911,6 @@
2101
1911
 
2102
1912
  .bg-amber-lighten-1 {
2103
1913
  background-color: #ffca28 !important;
2104
- border-color: #ffca28 !important;
2105
1914
  color: #000000 !important;
2106
1915
  }
2107
1916
 
@@ -2112,7 +1921,6 @@
2112
1921
 
2113
1922
  .bg-amber-darken-1 {
2114
1923
  background-color: #ffb300 !important;
2115
- border-color: #ffb300 !important;
2116
1924
  color: #000000 !important;
2117
1925
  }
2118
1926
 
@@ -2123,7 +1931,6 @@
2123
1931
 
2124
1932
  .bg-amber-darken-2 {
2125
1933
  background-color: #ffa000 !important;
2126
- border-color: #ffa000 !important;
2127
1934
  color: #000000 !important;
2128
1935
  }
2129
1936
 
@@ -2134,7 +1941,6 @@
2134
1941
 
2135
1942
  .bg-amber-darken-3 {
2136
1943
  background-color: #ff8f00 !important;
2137
- border-color: #ff8f00 !important;
2138
1944
  color: #000000 !important;
2139
1945
  }
2140
1946
 
@@ -2145,7 +1951,6 @@
2145
1951
 
2146
1952
  .bg-amber-darken-4 {
2147
1953
  background-color: #ff6f00 !important;
2148
- border-color: #ff6f00 !important;
2149
1954
  color: #000000 !important;
2150
1955
  }
2151
1956
 
@@ -2156,7 +1961,6 @@
2156
1961
 
2157
1962
  .bg-amber-accent-1 {
2158
1963
  background-color: #ffe57f !important;
2159
- border-color: #ffe57f !important;
2160
1964
  color: #000000 !important;
2161
1965
  }
2162
1966
 
@@ -2167,7 +1971,6 @@
2167
1971
 
2168
1972
  .bg-amber-accent-2 {
2169
1973
  background-color: #ffd740 !important;
2170
- border-color: #ffd740 !important;
2171
1974
  color: #000000 !important;
2172
1975
  }
2173
1976
 
@@ -2178,7 +1981,6 @@
2178
1981
 
2179
1982
  .bg-amber-accent-3 {
2180
1983
  background-color: #ffc400 !important;
2181
- border-color: #ffc400 !important;
2182
1984
  color: #000000 !important;
2183
1985
  }
2184
1986
 
@@ -2189,7 +1991,6 @@
2189
1991
 
2190
1992
  .bg-amber-accent-4 {
2191
1993
  background-color: #ffab00 !important;
2192
- border-color: #ffab00 !important;
2193
1994
  color: #000000 !important;
2194
1995
  }
2195
1996
 
@@ -2200,7 +2001,6 @@
2200
2001
 
2201
2002
  .bg-orange {
2202
2003
  background-color: #ff9800 !important;
2203
- border-color: #ff9800 !important;
2204
2004
  color: #000000 !important;
2205
2005
  }
2206
2006
 
@@ -2211,7 +2011,6 @@
2211
2011
 
2212
2012
  .bg-orange-lighten-5 {
2213
2013
  background-color: #fff3e0 !important;
2214
- border-color: #fff3e0 !important;
2215
2014
  color: #000000 !important;
2216
2015
  }
2217
2016
 
@@ -2222,7 +2021,6 @@
2222
2021
 
2223
2022
  .bg-orange-lighten-4 {
2224
2023
  background-color: #ffe0b2 !important;
2225
- border-color: #ffe0b2 !important;
2226
2024
  color: #000000 !important;
2227
2025
  }
2228
2026
 
@@ -2233,7 +2031,6 @@
2233
2031
 
2234
2032
  .bg-orange-lighten-3 {
2235
2033
  background-color: #ffcc80 !important;
2236
- border-color: #ffcc80 !important;
2237
2034
  color: #000000 !important;
2238
2035
  }
2239
2036
 
@@ -2244,7 +2041,6 @@
2244
2041
 
2245
2042
  .bg-orange-lighten-2 {
2246
2043
  background-color: #ffb74d !important;
2247
- border-color: #ffb74d !important;
2248
2044
  color: #000000 !important;
2249
2045
  }
2250
2046
 
@@ -2255,7 +2051,6 @@
2255
2051
 
2256
2052
  .bg-orange-lighten-1 {
2257
2053
  background-color: #ffa726 !important;
2258
- border-color: #ffa726 !important;
2259
2054
  color: #000000 !important;
2260
2055
  }
2261
2056
 
@@ -2266,7 +2061,6 @@
2266
2061
 
2267
2062
  .bg-orange-darken-1 {
2268
2063
  background-color: #fb8c00 !important;
2269
- border-color: #fb8c00 !important;
2270
2064
  color: #000000 !important;
2271
2065
  }
2272
2066
 
@@ -2277,7 +2071,6 @@
2277
2071
 
2278
2072
  .bg-orange-darken-2 {
2279
2073
  background-color: #f57c00 !important;
2280
- border-color: #f57c00 !important;
2281
2074
  color: #000000 !important;
2282
2075
  }
2283
2076
 
@@ -2288,7 +2081,6 @@
2288
2081
 
2289
2082
  .bg-orange-darken-3 {
2290
2083
  background-color: #ef6c00 !important;
2291
- border-color: #ef6c00 !important;
2292
2084
  color: #000000 !important;
2293
2085
  }
2294
2086
 
@@ -2299,7 +2091,6 @@
2299
2091
 
2300
2092
  .bg-orange-darken-4 {
2301
2093
  background-color: #e65100 !important;
2302
- border-color: #e65100 !important;
2303
2094
  color: #000000 !important;
2304
2095
  }
2305
2096
 
@@ -2310,7 +2101,6 @@
2310
2101
 
2311
2102
  .bg-orange-accent-1 {
2312
2103
  background-color: #ffd180 !important;
2313
- border-color: #ffd180 !important;
2314
2104
  color: #000000 !important;
2315
2105
  }
2316
2106
 
@@ -2321,7 +2111,6 @@
2321
2111
 
2322
2112
  .bg-orange-accent-2 {
2323
2113
  background-color: #ffab40 !important;
2324
- border-color: #ffab40 !important;
2325
2114
  color: #000000 !important;
2326
2115
  }
2327
2116
 
@@ -2332,7 +2121,6 @@
2332
2121
 
2333
2122
  .bg-orange-accent-3 {
2334
2123
  background-color: #ff9100 !important;
2335
- border-color: #ff9100 !important;
2336
2124
  color: #000000 !important;
2337
2125
  }
2338
2126
 
@@ -2343,7 +2131,6 @@
2343
2131
 
2344
2132
  .bg-orange-accent-4 {
2345
2133
  background-color: #ff6d00 !important;
2346
- border-color: #ff6d00 !important;
2347
2134
  color: #000000 !important;
2348
2135
  }
2349
2136
 
@@ -2354,7 +2141,6 @@
2354
2141
 
2355
2142
  .bg-deep-orange {
2356
2143
  background-color: #ff5722 !important;
2357
- border-color: #ff5722 !important;
2358
2144
  color: #000000 !important;
2359
2145
  }
2360
2146
 
@@ -2365,7 +2151,6 @@
2365
2151
 
2366
2152
  .bg-deep-orange-lighten-5 {
2367
2153
  background-color: #fbe9e7 !important;
2368
- border-color: #fbe9e7 !important;
2369
2154
  color: #000000 !important;
2370
2155
  }
2371
2156
 
@@ -2376,7 +2161,6 @@
2376
2161
 
2377
2162
  .bg-deep-orange-lighten-4 {
2378
2163
  background-color: #ffccbc !important;
2379
- border-color: #ffccbc !important;
2380
2164
  color: #000000 !important;
2381
2165
  }
2382
2166
 
@@ -2387,7 +2171,6 @@
2387
2171
 
2388
2172
  .bg-deep-orange-lighten-3 {
2389
2173
  background-color: #ffab91 !important;
2390
- border-color: #ffab91 !important;
2391
2174
  color: #000000 !important;
2392
2175
  }
2393
2176
 
@@ -2398,7 +2181,6 @@
2398
2181
 
2399
2182
  .bg-deep-orange-lighten-2 {
2400
2183
  background-color: #ff8a65 !important;
2401
- border-color: #ff8a65 !important;
2402
2184
  color: #000000 !important;
2403
2185
  }
2404
2186
 
@@ -2409,7 +2191,6 @@
2409
2191
 
2410
2192
  .bg-deep-orange-lighten-1 {
2411
2193
  background-color: #ff7043 !important;
2412
- border-color: #ff7043 !important;
2413
2194
  color: #000000 !important;
2414
2195
  }
2415
2196
 
@@ -2420,7 +2201,6 @@
2420
2201
 
2421
2202
  .bg-deep-orange-darken-1 {
2422
2203
  background-color: #f4511e !important;
2423
- border-color: #f4511e !important;
2424
2204
  color: #000000 !important;
2425
2205
  }
2426
2206
 
@@ -2431,7 +2211,6 @@
2431
2211
 
2432
2212
  .bg-deep-orange-darken-2 {
2433
2213
  background-color: #e64a19 !important;
2434
- border-color: #e64a19 !important;
2435
2214
  color: #000000 !important;
2436
2215
  }
2437
2216
 
@@ -2442,7 +2221,6 @@
2442
2221
 
2443
2222
  .bg-deep-orange-darken-3 {
2444
2223
  background-color: #d84315 !important;
2445
- border-color: #d84315 !important;
2446
2224
  color: #000000 !important;
2447
2225
  }
2448
2226
 
@@ -2453,7 +2231,6 @@
2453
2231
 
2454
2232
  .bg-deep-orange-darken-4 {
2455
2233
  background-color: #bf360c !important;
2456
- border-color: #bf360c !important;
2457
2234
  color: #FFFFFF !important;
2458
2235
  }
2459
2236
 
@@ -2464,7 +2241,6 @@
2464
2241
 
2465
2242
  .bg-deep-orange-accent-1 {
2466
2243
  background-color: #ff9e80 !important;
2467
- border-color: #ff9e80 !important;
2468
2244
  color: #000000 !important;
2469
2245
  }
2470
2246
 
@@ -2475,7 +2251,6 @@
2475
2251
 
2476
2252
  .bg-deep-orange-accent-2 {
2477
2253
  background-color: #ff6e40 !important;
2478
- border-color: #ff6e40 !important;
2479
2254
  color: #000000 !important;
2480
2255
  }
2481
2256
 
@@ -2486,7 +2261,6 @@
2486
2261
 
2487
2262
  .bg-deep-orange-accent-3 {
2488
2263
  background-color: #ff3d00 !important;
2489
- border-color: #ff3d00 !important;
2490
2264
  color: #000000 !important;
2491
2265
  }
2492
2266
 
@@ -2497,7 +2271,6 @@
2497
2271
 
2498
2272
  .bg-deep-orange-accent-4 {
2499
2273
  background-color: #dd2c00 !important;
2500
- border-color: #dd2c00 !important;
2501
2274
  color: #FFFFFF !important;
2502
2275
  }
2503
2276
 
@@ -2508,7 +2281,6 @@
2508
2281
 
2509
2282
  .bg-brown {
2510
2283
  background-color: #795548 !important;
2511
- border-color: #795548 !important;
2512
2284
  color: #FFFFFF !important;
2513
2285
  }
2514
2286
 
@@ -2519,7 +2291,6 @@
2519
2291
 
2520
2292
  .bg-brown-lighten-5 {
2521
2293
  background-color: #efebe9 !important;
2522
- border-color: #efebe9 !important;
2523
2294
  color: #000000 !important;
2524
2295
  }
2525
2296
 
@@ -2530,7 +2301,6 @@
2530
2301
 
2531
2302
  .bg-brown-lighten-4 {
2532
2303
  background-color: #d7ccc8 !important;
2533
- border-color: #d7ccc8 !important;
2534
2304
  color: #000000 !important;
2535
2305
  }
2536
2306
 
@@ -2541,7 +2311,6 @@
2541
2311
 
2542
2312
  .bg-brown-lighten-3 {
2543
2313
  background-color: #bcaaa4 !important;
2544
- border-color: #bcaaa4 !important;
2545
2314
  color: #000000 !important;
2546
2315
  }
2547
2316
 
@@ -2552,7 +2321,6 @@
2552
2321
 
2553
2322
  .bg-brown-lighten-2 {
2554
2323
  background-color: #a1887f !important;
2555
- border-color: #a1887f !important;
2556
2324
  color: #000000 !important;
2557
2325
  }
2558
2326
 
@@ -2563,7 +2331,6 @@
2563
2331
 
2564
2332
  .bg-brown-lighten-1 {
2565
2333
  background-color: #8d6e63 !important;
2566
- border-color: #8d6e63 !important;
2567
2334
  color: #FFFFFF !important;
2568
2335
  }
2569
2336
 
@@ -2574,7 +2341,6 @@
2574
2341
 
2575
2342
  .bg-brown-darken-1 {
2576
2343
  background-color: #6d4c41 !important;
2577
- border-color: #6d4c41 !important;
2578
2344
  color: #FFFFFF !important;
2579
2345
  }
2580
2346
 
@@ -2585,7 +2351,6 @@
2585
2351
 
2586
2352
  .bg-brown-darken-2 {
2587
2353
  background-color: #5d4037 !important;
2588
- border-color: #5d4037 !important;
2589
2354
  color: #FFFFFF !important;
2590
2355
  }
2591
2356
 
@@ -2596,7 +2361,6 @@
2596
2361
 
2597
2362
  .bg-brown-darken-3 {
2598
2363
  background-color: #4e342e !important;
2599
- border-color: #4e342e !important;
2600
2364
  color: #FFFFFF !important;
2601
2365
  }
2602
2366
 
@@ -2607,7 +2371,6 @@
2607
2371
 
2608
2372
  .bg-brown-darken-4 {
2609
2373
  background-color: #3e2723 !important;
2610
- border-color: #3e2723 !important;
2611
2374
  color: #FFFFFF !important;
2612
2375
  }
2613
2376
 
@@ -2618,7 +2381,6 @@
2618
2381
 
2619
2382
  .bg-blue-grey {
2620
2383
  background-color: #607d8b !important;
2621
- border-color: #607d8b !important;
2622
2384
  color: #000000 !important;
2623
2385
  }
2624
2386
 
@@ -2629,7 +2391,6 @@
2629
2391
 
2630
2392
  .bg-blue-grey-lighten-5 {
2631
2393
  background-color: #eceff1 !important;
2632
- border-color: #eceff1 !important;
2633
2394
  color: #000000 !important;
2634
2395
  }
2635
2396
 
@@ -2640,7 +2401,6 @@
2640
2401
 
2641
2402
  .bg-blue-grey-lighten-4 {
2642
2403
  background-color: #cfd8dc !important;
2643
- border-color: #cfd8dc !important;
2644
2404
  color: #000000 !important;
2645
2405
  }
2646
2406
 
@@ -2651,7 +2411,6 @@
2651
2411
 
2652
2412
  .bg-blue-grey-lighten-3 {
2653
2413
  background-color: #b0bec5 !important;
2654
- border-color: #b0bec5 !important;
2655
2414
  color: #000000 !important;
2656
2415
  }
2657
2416
 
@@ -2662,7 +2421,6 @@
2662
2421
 
2663
2422
  .bg-blue-grey-lighten-2 {
2664
2423
  background-color: #90a4ae !important;
2665
- border-color: #90a4ae !important;
2666
2424
  color: #000000 !important;
2667
2425
  }
2668
2426
 
@@ -2673,7 +2431,6 @@
2673
2431
 
2674
2432
  .bg-blue-grey-lighten-1 {
2675
2433
  background-color: #78909c !important;
2676
- border-color: #78909c !important;
2677
2434
  color: #000000 !important;
2678
2435
  }
2679
2436
 
@@ -2684,7 +2441,6 @@
2684
2441
 
2685
2442
  .bg-blue-grey-darken-1 {
2686
2443
  background-color: #546e7a !important;
2687
- border-color: #546e7a !important;
2688
2444
  color: #FFFFFF !important;
2689
2445
  }
2690
2446
 
@@ -2695,7 +2451,6 @@
2695
2451
 
2696
2452
  .bg-blue-grey-darken-2 {
2697
2453
  background-color: #455a64 !important;
2698
- border-color: #455a64 !important;
2699
2454
  color: #FFFFFF !important;
2700
2455
  }
2701
2456
 
@@ -2706,7 +2461,6 @@
2706
2461
 
2707
2462
  .bg-blue-grey-darken-3 {
2708
2463
  background-color: #37474f !important;
2709
- border-color: #37474f !important;
2710
2464
  color: #FFFFFF !important;
2711
2465
  }
2712
2466
 
@@ -2717,7 +2471,6 @@
2717
2471
 
2718
2472
  .bg-blue-grey-darken-4 {
2719
2473
  background-color: #263238 !important;
2720
- border-color: #263238 !important;
2721
2474
  color: #FFFFFF !important;
2722
2475
  }
2723
2476
 
@@ -2728,7 +2481,6 @@
2728
2481
 
2729
2482
  .bg-grey {
2730
2483
  background-color: #9e9e9e !important;
2731
- border-color: #9e9e9e !important;
2732
2484
  color: #000000 !important;
2733
2485
  }
2734
2486
 
@@ -2739,7 +2491,6 @@
2739
2491
 
2740
2492
  .bg-grey-lighten-5 {
2741
2493
  background-color: #fafafa !important;
2742
- border-color: #fafafa !important;
2743
2494
  color: #000000 !important;
2744
2495
  }
2745
2496
 
@@ -2750,7 +2501,6 @@
2750
2501
 
2751
2502
  .bg-grey-lighten-4 {
2752
2503
  background-color: #f5f5f5 !important;
2753
- border-color: #f5f5f5 !important;
2754
2504
  color: #000000 !important;
2755
2505
  }
2756
2506
 
@@ -2761,7 +2511,6 @@
2761
2511
 
2762
2512
  .bg-grey-lighten-3 {
2763
2513
  background-color: #eeeeee !important;
2764
- border-color: #eeeeee !important;
2765
2514
  color: #000000 !important;
2766
2515
  }
2767
2516
 
@@ -2772,7 +2521,6 @@
2772
2521
 
2773
2522
  .bg-grey-lighten-2 {
2774
2523
  background-color: #e0e0e0 !important;
2775
- border-color: #e0e0e0 !important;
2776
2524
  color: #000000 !important;
2777
2525
  }
2778
2526
 
@@ -2783,7 +2531,6 @@
2783
2531
 
2784
2532
  .bg-grey-lighten-1 {
2785
2533
  background-color: #bdbdbd !important;
2786
- border-color: #bdbdbd !important;
2787
2534
  color: #000000 !important;
2788
2535
  }
2789
2536
 
@@ -2794,7 +2541,6 @@
2794
2541
 
2795
2542
  .bg-grey-darken-1 {
2796
2543
  background-color: #757575 !important;
2797
- border-color: #757575 !important;
2798
2544
  color: #FFFFFF !important;
2799
2545
  }
2800
2546
 
@@ -2805,7 +2551,6 @@
2805
2551
 
2806
2552
  .bg-grey-darken-2 {
2807
2553
  background-color: #616161 !important;
2808
- border-color: #616161 !important;
2809
2554
  color: #FFFFFF !important;
2810
2555
  }
2811
2556
 
@@ -2816,7 +2561,6 @@
2816
2561
 
2817
2562
  .bg-grey-darken-3 {
2818
2563
  background-color: #424242 !important;
2819
- border-color: #424242 !important;
2820
2564
  color: #FFFFFF !important;
2821
2565
  }
2822
2566
 
@@ -2827,7 +2571,6 @@
2827
2571
 
2828
2572
  .bg-grey-darken-4 {
2829
2573
  background-color: #212121 !important;
2830
- border-color: #212121 !important;
2831
2574
  color: #FFFFFF !important;
2832
2575
  }
2833
2576
 
@@ -2838,7 +2581,6 @@
2838
2581
 
2839
2582
  .bg-shades-black {
2840
2583
  background-color: #000000 !important;
2841
- border-color: #000000 !important;
2842
2584
  color: #FFFFFF !important;
2843
2585
  }
2844
2586
 
@@ -2849,7 +2591,6 @@
2849
2591
 
2850
2592
  .bg-shades-white {
2851
2593
  background-color: #FFFFFF !important;
2852
- border-color: #FFFFFF !important;
2853
2594
  color: #000000 !important;
2854
2595
  }
2855
2596
 
@@ -2860,7 +2601,6 @@
2860
2601
 
2861
2602
  .bg-shades-transparent {
2862
2603
  background-color: transparent !important;
2863
- border-color: transparent !important;
2864
2604
  color: currentColor !important;
2865
2605
  }
2866
2606
 
@@ -6113,46 +5853,86 @@ html.overflow-y-hidden {
6113
5853
  border-top-right-radius: 0 !important;
6114
5854
  }
6115
5855
 
6116
- .rounded-r-0 {
5856
+ .v-locale--is-ltr .rounded-e-0 {
6117
5857
  border-top-right-radius: 0 !important;
6118
5858
  border-bottom-right-radius: 0 !important;
6119
5859
  }
6120
5860
 
6121
- .rounded-r-sm {
5861
+ .v-locale--is-rtl .rounded-e-0 {
5862
+ border-top-left-radius: 0 !important;
5863
+ border-bottom-left-radius: 0 !important;
5864
+ }
5865
+
5866
+ .v-locale--is-ltr .rounded-e-sm {
6122
5867
  border-top-right-radius: 2px !important;
6123
5868
  border-bottom-right-radius: 2px !important;
6124
5869
  }
6125
5870
 
6126
- .rounded-r {
5871
+ .v-locale--is-rtl .rounded-e-sm {
5872
+ border-top-left-radius: 2px !important;
5873
+ border-bottom-left-radius: 2px !important;
5874
+ }
5875
+
5876
+ .v-locale--is-ltr .rounded-e {
6127
5877
  border-top-right-radius: 4px !important;
6128
5878
  border-bottom-right-radius: 4px !important;
6129
5879
  }
6130
5880
 
6131
- .rounded-r-lg {
5881
+ .v-locale--is-rtl .rounded-e {
5882
+ border-top-left-radius: 4px !important;
5883
+ border-bottom-left-radius: 4px !important;
5884
+ }
5885
+
5886
+ .v-locale--is-ltr .rounded-e-lg {
6132
5887
  border-top-right-radius: 8px !important;
6133
5888
  border-bottom-right-radius: 8px !important;
6134
5889
  }
6135
5890
 
6136
- .rounded-r-xl {
5891
+ .v-locale--is-rtl .rounded-e-lg {
5892
+ border-top-left-radius: 8px !important;
5893
+ border-bottom-left-radius: 8px !important;
5894
+ }
5895
+
5896
+ .v-locale--is-ltr .rounded-e-xl {
6137
5897
  border-top-right-radius: 24px !important;
6138
5898
  border-bottom-right-radius: 24px !important;
6139
5899
  }
6140
5900
 
6141
- .rounded-r-pill {
5901
+ .v-locale--is-rtl .rounded-e-xl {
5902
+ border-top-left-radius: 24px !important;
5903
+ border-bottom-left-radius: 24px !important;
5904
+ }
5905
+
5906
+ .v-locale--is-ltr .rounded-e-pill {
6142
5907
  border-top-right-radius: 9999px !important;
6143
5908
  border-bottom-right-radius: 9999px !important;
6144
5909
  }
6145
5910
 
6146
- .rounded-r-circle {
5911
+ .v-locale--is-rtl .rounded-e-pill {
5912
+ border-top-left-radius: 9999px !important;
5913
+ border-bottom-left-radius: 9999px !important;
5914
+ }
5915
+
5916
+ .v-locale--is-ltr .rounded-e-circle {
6147
5917
  border-top-right-radius: 50% !important;
6148
5918
  border-bottom-right-radius: 50% !important;
6149
5919
  }
6150
5920
 
6151
- .rounded-r-shaped {
5921
+ .v-locale--is-rtl .rounded-e-circle {
5922
+ border-top-left-radius: 50% !important;
5923
+ border-bottom-left-radius: 50% !important;
5924
+ }
5925
+
5926
+ .v-locale--is-ltr .rounded-e-shaped {
6152
5927
  border-top-right-radius: 24px !important;
6153
5928
  border-bottom-right-radius: 0 !important;
6154
5929
  }
6155
5930
 
5931
+ .v-locale--is-rtl .rounded-e-shaped {
5932
+ border-top-left-radius: 24px !important;
5933
+ border-bottom-left-radius: 0 !important;
5934
+ }
5935
+
6156
5936
  .rounded-b-0 {
6157
5937
  border-bottom-left-radius: 0 !important;
6158
5938
  border-bottom-right-radius: 0 !important;
@@ -6193,174 +5973,342 @@ html.overflow-y-hidden {
6193
5973
  border-bottom-right-radius: 0 !important;
6194
5974
  }
6195
5975
 
6196
- .rounded-l-0 {
5976
+ .v-locale--is-ltr .rounded-s-0 {
6197
5977
  border-top-left-radius: 0 !important;
6198
5978
  border-bottom-left-radius: 0 !important;
6199
5979
  }
6200
5980
 
6201
- .rounded-l-sm {
5981
+ .v-locale--is-rtl .rounded-s-0 {
5982
+ border-top-right-radius: 0 !important;
5983
+ border-bottom-right-radius: 0 !important;
5984
+ }
5985
+
5986
+ .v-locale--is-ltr .rounded-s-sm {
6202
5987
  border-top-left-radius: 2px !important;
6203
5988
  border-bottom-left-radius: 2px !important;
6204
5989
  }
6205
5990
 
6206
- .rounded-l {
5991
+ .v-locale--is-rtl .rounded-s-sm {
5992
+ border-top-right-radius: 2px !important;
5993
+ border-bottom-right-radius: 2px !important;
5994
+ }
5995
+
5996
+ .v-locale--is-ltr .rounded-s {
6207
5997
  border-top-left-radius: 4px !important;
6208
5998
  border-bottom-left-radius: 4px !important;
6209
5999
  }
6210
6000
 
6211
- .rounded-l-lg {
6001
+ .v-locale--is-rtl .rounded-s {
6002
+ border-top-right-radius: 4px !important;
6003
+ border-bottom-right-radius: 4px !important;
6004
+ }
6005
+
6006
+ .v-locale--is-ltr .rounded-s-lg {
6212
6007
  border-top-left-radius: 8px !important;
6213
6008
  border-bottom-left-radius: 8px !important;
6214
6009
  }
6215
6010
 
6216
- .rounded-l-xl {
6011
+ .v-locale--is-rtl .rounded-s-lg {
6012
+ border-top-right-radius: 8px !important;
6013
+ border-bottom-right-radius: 8px !important;
6014
+ }
6015
+
6016
+ .v-locale--is-ltr .rounded-s-xl {
6217
6017
  border-top-left-radius: 24px !important;
6218
6018
  border-bottom-left-radius: 24px !important;
6219
6019
  }
6220
6020
 
6221
- .rounded-l-pill {
6021
+ .v-locale--is-rtl .rounded-s-xl {
6022
+ border-top-right-radius: 24px !important;
6023
+ border-bottom-right-radius: 24px !important;
6024
+ }
6025
+
6026
+ .v-locale--is-ltr .rounded-s-pill {
6222
6027
  border-top-left-radius: 9999px !important;
6223
6028
  border-bottom-left-radius: 9999px !important;
6224
6029
  }
6225
6030
 
6226
- .rounded-l-circle {
6031
+ .v-locale--is-rtl .rounded-s-pill {
6032
+ border-top-right-radius: 9999px !important;
6033
+ border-bottom-right-radius: 9999px !important;
6034
+ }
6035
+
6036
+ .v-locale--is-ltr .rounded-s-circle {
6227
6037
  border-top-left-radius: 50% !important;
6228
6038
  border-bottom-left-radius: 50% !important;
6229
6039
  }
6230
6040
 
6231
- .rounded-l-shaped {
6041
+ .v-locale--is-rtl .rounded-s-circle {
6042
+ border-top-right-radius: 50% !important;
6043
+ border-bottom-right-radius: 50% !important;
6044
+ }
6045
+
6046
+ .v-locale--is-ltr .rounded-s-shaped {
6232
6047
  border-top-left-radius: 24px !important;
6233
6048
  border-bottom-left-radius: 0 !important;
6234
6049
  }
6235
6050
 
6236
- .rounded-tl-0 {
6051
+ .v-locale--is-rtl .rounded-s-shaped {
6052
+ border-top-right-radius: 24px !important;
6053
+ border-bottom-right-radius: 0 !important;
6054
+ }
6055
+
6056
+ .v-locale--is-ltr .rounded-ts-0 {
6237
6057
  border-top-left-radius: 0 !important;
6238
6058
  }
6239
6059
 
6240
- .rounded-tl-sm {
6060
+ .v-locale--is-rtl .rounded-ts-0 {
6061
+ border-top-right-radius: 0 !important;
6062
+ }
6063
+
6064
+ .v-locale--is-ltr .rounded-ts-sm {
6241
6065
  border-top-left-radius: 2px !important;
6242
6066
  }
6243
6067
 
6244
- .rounded-tl {
6068
+ .v-locale--is-rtl .rounded-ts-sm {
6069
+ border-top-right-radius: 2px !important;
6070
+ }
6071
+
6072
+ .v-locale--is-ltr .rounded-ts {
6245
6073
  border-top-left-radius: 4px !important;
6246
6074
  }
6247
6075
 
6248
- .rounded-tl-lg {
6076
+ .v-locale--is-rtl .rounded-ts {
6077
+ border-top-right-radius: 4px !important;
6078
+ }
6079
+
6080
+ .v-locale--is-ltr .rounded-ts-lg {
6249
6081
  border-top-left-radius: 8px !important;
6250
6082
  }
6251
6083
 
6252
- .rounded-tl-xl {
6084
+ .v-locale--is-rtl .rounded-ts-lg {
6085
+ border-top-right-radius: 8px !important;
6086
+ }
6087
+
6088
+ .v-locale--is-ltr .rounded-ts-xl {
6253
6089
  border-top-left-radius: 24px !important;
6254
6090
  }
6255
6091
 
6256
- .rounded-tl-pill {
6092
+ .v-locale--is-rtl .rounded-ts-xl {
6093
+ border-top-right-radius: 24px !important;
6094
+ }
6095
+
6096
+ .v-locale--is-ltr .rounded-ts-pill {
6257
6097
  border-top-left-radius: 9999px !important;
6258
6098
  }
6259
6099
 
6260
- .rounded-tl-circle {
6100
+ .v-locale--is-rtl .rounded-ts-pill {
6101
+ border-top-right-radius: 9999px !important;
6102
+ }
6103
+
6104
+ .v-locale--is-ltr .rounded-ts-circle {
6261
6105
  border-top-left-radius: 50% !important;
6262
6106
  }
6263
6107
 
6264
- .rounded-tl-shaped {
6108
+ .v-locale--is-rtl .rounded-ts-circle {
6109
+ border-top-right-radius: 50% !important;
6110
+ }
6111
+
6112
+ .v-locale--is-ltr .rounded-ts-shaped {
6265
6113
  border-top-left-radius: 24px 0 !important;
6266
6114
  }
6267
6115
 
6268
- .rounded-tr-0 {
6116
+ .v-locale--is-rtl .rounded-ts-shaped {
6117
+ border-top-right-radius: 24px 0 !important;
6118
+ }
6119
+
6120
+ .v-locale--is-ltr .rounded-te-0 {
6269
6121
  border-top-right-radius: 0 !important;
6270
6122
  }
6271
6123
 
6272
- .rounded-tr-sm {
6124
+ .v-locale--is-rtl .rounded-te-0 {
6125
+ border-top-left-radius: 0 !important;
6126
+ }
6127
+
6128
+ .v-locale--is-ltr .rounded-te-sm {
6273
6129
  border-top-right-radius: 2px !important;
6274
6130
  }
6275
6131
 
6276
- .rounded-tr {
6132
+ .v-locale--is-rtl .rounded-te-sm {
6133
+ border-top-left-radius: 2px !important;
6134
+ }
6135
+
6136
+ .v-locale--is-ltr .rounded-te {
6277
6137
  border-top-right-radius: 4px !important;
6278
6138
  }
6279
6139
 
6280
- .rounded-tr-lg {
6140
+ .v-locale--is-rtl .rounded-te {
6141
+ border-top-left-radius: 4px !important;
6142
+ }
6143
+
6144
+ .v-locale--is-ltr .rounded-te-lg {
6281
6145
  border-top-right-radius: 8px !important;
6282
6146
  }
6283
6147
 
6284
- .rounded-tr-xl {
6148
+ .v-locale--is-rtl .rounded-te-lg {
6149
+ border-top-left-radius: 8px !important;
6150
+ }
6151
+
6152
+ .v-locale--is-ltr .rounded-te-xl {
6285
6153
  border-top-right-radius: 24px !important;
6286
6154
  }
6287
6155
 
6288
- .rounded-tr-pill {
6156
+ .v-locale--is-rtl .rounded-te-xl {
6157
+ border-top-left-radius: 24px !important;
6158
+ }
6159
+
6160
+ .v-locale--is-ltr .rounded-te-pill {
6289
6161
  border-top-right-radius: 9999px !important;
6290
6162
  }
6291
6163
 
6292
- .rounded-tr-circle {
6164
+ .v-locale--is-rtl .rounded-te-pill {
6165
+ border-top-left-radius: 9999px !important;
6166
+ }
6167
+
6168
+ .v-locale--is-ltr .rounded-te-circle {
6293
6169
  border-top-right-radius: 50% !important;
6294
6170
  }
6295
6171
 
6296
- .rounded-tr-shaped {
6172
+ .v-locale--is-rtl .rounded-te-circle {
6173
+ border-top-left-radius: 50% !important;
6174
+ }
6175
+
6176
+ .v-locale--is-ltr .rounded-te-shaped {
6297
6177
  border-top-right-radius: 24px 0 !important;
6298
6178
  }
6299
6179
 
6300
- .rounded-br-0 {
6180
+ .v-locale--is-rtl .rounded-te-shaped {
6181
+ border-top-left-radius: 24px 0 !important;
6182
+ }
6183
+
6184
+ .v-locale--is-ltr .rounded-be-0 {
6301
6185
  border-bottom-right-radius: 0 !important;
6302
6186
  }
6303
6187
 
6304
- .rounded-br-sm {
6188
+ .v-locale--is-rtl .rounded-be-0 {
6189
+ border-bottom-left-radius: 0 !important;
6190
+ }
6191
+
6192
+ .v-locale--is-ltr .rounded-be-sm {
6305
6193
  border-bottom-right-radius: 2px !important;
6306
6194
  }
6307
6195
 
6308
- .rounded-br {
6196
+ .v-locale--is-rtl .rounded-be-sm {
6197
+ border-bottom-left-radius: 2px !important;
6198
+ }
6199
+
6200
+ .v-locale--is-ltr .rounded-be {
6309
6201
  border-bottom-right-radius: 4px !important;
6310
6202
  }
6311
6203
 
6312
- .rounded-br-lg {
6204
+ .v-locale--is-rtl .rounded-be {
6205
+ border-bottom-left-radius: 4px !important;
6206
+ }
6207
+
6208
+ .v-locale--is-ltr .rounded-be-lg {
6313
6209
  border-bottom-right-radius: 8px !important;
6314
6210
  }
6315
6211
 
6316
- .rounded-br-xl {
6212
+ .v-locale--is-rtl .rounded-be-lg {
6213
+ border-bottom-left-radius: 8px !important;
6214
+ }
6215
+
6216
+ .v-locale--is-ltr .rounded-be-xl {
6317
6217
  border-bottom-right-radius: 24px !important;
6318
6218
  }
6319
6219
 
6320
- .rounded-br-pill {
6220
+ .v-locale--is-rtl .rounded-be-xl {
6221
+ border-bottom-left-radius: 24px !important;
6222
+ }
6223
+
6224
+ .v-locale--is-ltr .rounded-be-pill {
6321
6225
  border-bottom-right-radius: 9999px !important;
6322
6226
  }
6323
6227
 
6324
- .rounded-br-circle {
6228
+ .v-locale--is-rtl .rounded-be-pill {
6229
+ border-bottom-left-radius: 9999px !important;
6230
+ }
6231
+
6232
+ .v-locale--is-ltr .rounded-be-circle {
6325
6233
  border-bottom-right-radius: 50% !important;
6326
6234
  }
6327
6235
 
6328
- .rounded-br-shaped {
6236
+ .v-locale--is-rtl .rounded-be-circle {
6237
+ border-bottom-left-radius: 50% !important;
6238
+ }
6239
+
6240
+ .v-locale--is-ltr .rounded-be-shaped {
6329
6241
  border-bottom-right-radius: 24px 0 !important;
6330
6242
  }
6331
6243
 
6332
- .rounded-bl-0 {
6244
+ .v-locale--is-rtl .rounded-be-shaped {
6245
+ border-bottom-left-radius: 24px 0 !important;
6246
+ }
6247
+
6248
+ .v-locale--is-ltr .rounded-bs-0 {
6333
6249
  border-bottom-left-radius: 0 !important;
6334
6250
  }
6335
6251
 
6336
- .rounded-bl-sm {
6252
+ .v-locale--is-rtl .rounded-bs-0 {
6253
+ border-bottom-right-radius: 0 !important;
6254
+ }
6255
+
6256
+ .v-locale--is-ltr .rounded-bs-sm {
6337
6257
  border-bottom-left-radius: 2px !important;
6338
6258
  }
6339
6259
 
6340
- .rounded-bl {
6260
+ .v-locale--is-rtl .rounded-bs-sm {
6261
+ border-bottom-right-radius: 2px !important;
6262
+ }
6263
+
6264
+ .v-locale--is-ltr .rounded-bs {
6341
6265
  border-bottom-left-radius: 4px !important;
6342
6266
  }
6343
6267
 
6344
- .rounded-bl-lg {
6268
+ .v-locale--is-rtl .rounded-bs {
6269
+ border-bottom-right-radius: 4px !important;
6270
+ }
6271
+
6272
+ .v-locale--is-ltr .rounded-bs-lg {
6345
6273
  border-bottom-left-radius: 8px !important;
6346
6274
  }
6347
6275
 
6348
- .rounded-bl-xl {
6276
+ .v-locale--is-rtl .rounded-bs-lg {
6277
+ border-bottom-right-radius: 8px !important;
6278
+ }
6279
+
6280
+ .v-locale--is-ltr .rounded-bs-xl {
6349
6281
  border-bottom-left-radius: 24px !important;
6350
6282
  }
6351
6283
 
6352
- .rounded-bl-pill {
6284
+ .v-locale--is-rtl .rounded-bs-xl {
6285
+ border-bottom-right-radius: 24px !important;
6286
+ }
6287
+
6288
+ .v-locale--is-ltr .rounded-bs-pill {
6353
6289
  border-bottom-left-radius: 9999px !important;
6354
6290
  }
6355
6291
 
6356
- .rounded-bl-circle {
6292
+ .v-locale--is-rtl .rounded-bs-pill {
6293
+ border-bottom-right-radius: 9999px !important;
6294
+ }
6295
+
6296
+ .v-locale--is-ltr .rounded-bs-circle {
6357
6297
  border-bottom-left-radius: 50% !important;
6358
6298
  }
6359
6299
 
6360
- .rounded-bl-shaped {
6300
+ .v-locale--is-rtl .rounded-bs-circle {
6301
+ border-bottom-right-radius: 50% !important;
6302
+ }
6303
+
6304
+ .v-locale--is-ltr .rounded-bs-shaped {
6361
6305
  border-bottom-left-radius: 24px 0 !important;
6362
6306
  }
6363
6307
 
6308
+ .v-locale--is-rtl .rounded-bs-shaped {
6309
+ border-bottom-right-radius: 24px 0 !important;
6310
+ }
6311
+
6364
6312
  .border-0 {
6365
6313
  border-width: 0 !important;
6366
6314
  border-style: solid !important;
@@ -6422,147 +6370,147 @@ html.overflow-y-hidden {
6422
6370
  }
6423
6371
 
6424
6372
  .border-t-0 {
6425
- border-top-width: 0 !important;
6426
- border-top-style: solid !important;
6427
- border-top-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6373
+ border-block-start-width: 0 !important;
6374
+ border-block-start-style: solid !important;
6375
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6428
6376
  }
6429
6377
 
6430
6378
  .border-t {
6431
- border-top-width: thin !important;
6432
- border-top-style: solid !important;
6433
- border-top-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6379
+ border-block-start-width: thin !important;
6380
+ border-block-start-style: solid !important;
6381
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6434
6382
  }
6435
6383
 
6436
6384
  .border-t-sm {
6437
- border-top-width: 1px !important;
6438
- border-top-style: solid !important;
6439
- border-top-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6385
+ border-block-start-width: 1px !important;
6386
+ border-block-start-style: solid !important;
6387
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6440
6388
  }
6441
6389
 
6442
6390
  .border-t-md {
6443
- border-top-width: 2px !important;
6444
- border-top-style: solid !important;
6445
- border-top-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6391
+ border-block-start-width: 2px !important;
6392
+ border-block-start-style: solid !important;
6393
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6446
6394
  }
6447
6395
 
6448
6396
  .border-t-lg {
6449
- border-top-width: 4px !important;
6450
- border-top-style: solid !important;
6451
- border-top-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6397
+ border-block-start-width: 4px !important;
6398
+ border-block-start-style: solid !important;
6399
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6452
6400
  }
6453
6401
 
6454
6402
  .border-t-xl {
6455
- border-top-width: 8px !important;
6456
- border-top-style: solid !important;
6457
- border-top-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6403
+ border-block-start-width: 8px !important;
6404
+ border-block-start-style: solid !important;
6405
+ border-block-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6458
6406
  }
6459
6407
 
6460
- .border-r-0 {
6461
- border-right-width: 0 !important;
6462
- border-right-style: solid !important;
6463
- border-right-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6408
+ .border-e-0 {
6409
+ border-inline-end-width: 0 !important;
6410
+ border-inline-end-style: solid !important;
6411
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6464
6412
  }
6465
6413
 
6466
- .border-r {
6467
- border-right-width: thin !important;
6468
- border-right-style: solid !important;
6469
- border-right-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6414
+ .border-e {
6415
+ border-inline-end-width: thin !important;
6416
+ border-inline-end-style: solid !important;
6417
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6470
6418
  }
6471
6419
 
6472
- .border-r-sm {
6473
- border-right-width: 1px !important;
6474
- border-right-style: solid !important;
6475
- border-right-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6420
+ .border-e-sm {
6421
+ border-inline-end-width: 1px !important;
6422
+ border-inline-end-style: solid !important;
6423
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6476
6424
  }
6477
6425
 
6478
- .border-r-md {
6479
- border-right-width: 2px !important;
6480
- border-right-style: solid !important;
6481
- border-right-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6426
+ .border-e-md {
6427
+ border-inline-end-width: 2px !important;
6428
+ border-inline-end-style: solid !important;
6429
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6482
6430
  }
6483
6431
 
6484
- .border-r-lg {
6485
- border-right-width: 4px !important;
6486
- border-right-style: solid !important;
6487
- border-right-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6432
+ .border-e-lg {
6433
+ border-inline-end-width: 4px !important;
6434
+ border-inline-end-style: solid !important;
6435
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6488
6436
  }
6489
6437
 
6490
- .border-r-xl {
6491
- border-right-width: 8px !important;
6492
- border-right-style: solid !important;
6493
- border-right-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6438
+ .border-e-xl {
6439
+ border-inline-end-width: 8px !important;
6440
+ border-inline-end-style: solid !important;
6441
+ border-inline-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6494
6442
  }
6495
6443
 
6496
6444
  .border-b-0 {
6497
- border-bottom-width: 0 !important;
6498
- border-bottom-style: solid !important;
6499
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6445
+ border-block-end-width: 0 !important;
6446
+ border-block-end-style: solid !important;
6447
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6500
6448
  }
6501
6449
 
6502
6450
  .border-b {
6503
- border-bottom-width: thin !important;
6504
- border-bottom-style: solid !important;
6505
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6451
+ border-block-end-width: thin !important;
6452
+ border-block-end-style: solid !important;
6453
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6506
6454
  }
6507
6455
 
6508
6456
  .border-b-sm {
6509
- border-bottom-width: 1px !important;
6510
- border-bottom-style: solid !important;
6511
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6457
+ border-block-end-width: 1px !important;
6458
+ border-block-end-style: solid !important;
6459
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6512
6460
  }
6513
6461
 
6514
6462
  .border-b-md {
6515
- border-bottom-width: 2px !important;
6516
- border-bottom-style: solid !important;
6517
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6463
+ border-block-end-width: 2px !important;
6464
+ border-block-end-style: solid !important;
6465
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6518
6466
  }
6519
6467
 
6520
6468
  .border-b-lg {
6521
- border-bottom-width: 4px !important;
6522
- border-bottom-style: solid !important;
6523
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6469
+ border-block-end-width: 4px !important;
6470
+ border-block-end-style: solid !important;
6471
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6524
6472
  }
6525
6473
 
6526
6474
  .border-b-xl {
6527
- border-bottom-width: 8px !important;
6528
- border-bottom-style: solid !important;
6529
- border-bottom-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6475
+ border-block-end-width: 8px !important;
6476
+ border-block-end-style: solid !important;
6477
+ border-block-end-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6530
6478
  }
6531
6479
 
6532
- .border-l-0 {
6533
- border-left-width: 0 !important;
6534
- border-left-style: solid !important;
6535
- border-left-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6480
+ .border-s-0 {
6481
+ border-inline-start-width: 0 !important;
6482
+ border-inline-start-style: solid !important;
6483
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6536
6484
  }
6537
6485
 
6538
- .border-l {
6539
- border-left-width: thin !important;
6540
- border-left-style: solid !important;
6541
- border-left-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6486
+ .border-s {
6487
+ border-inline-start-width: thin !important;
6488
+ border-inline-start-style: solid !important;
6489
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6542
6490
  }
6543
6491
 
6544
- .border-l-sm {
6545
- border-left-width: 1px !important;
6546
- border-left-style: solid !important;
6547
- border-left-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6492
+ .border-s-sm {
6493
+ border-inline-start-width: 1px !important;
6494
+ border-inline-start-style: solid !important;
6495
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6548
6496
  }
6549
6497
 
6550
- .border-l-md {
6551
- border-left-width: 2px !important;
6552
- border-left-style: solid !important;
6553
- border-left-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6498
+ .border-s-md {
6499
+ border-inline-start-width: 2px !important;
6500
+ border-inline-start-style: solid !important;
6501
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6554
6502
  }
6555
6503
 
6556
- .border-l-lg {
6557
- border-left-width: 4px !important;
6558
- border-left-style: solid !important;
6559
- border-left-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6504
+ .border-s-lg {
6505
+ border-inline-start-width: 4px !important;
6506
+ border-inline-start-style: solid !important;
6507
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6560
6508
  }
6561
6509
 
6562
- .border-l-xl {
6563
- border-left-width: 8px !important;
6564
- border-left-style: solid !important;
6565
- border-left-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6510
+ .border-s-xl {
6511
+ border-inline-start-width: 8px !important;
6512
+ border-inline-start-style: solid !important;
6513
+ border-inline-start-color: rgba(var(--v-border-color), var(--v-border-opacity)) !important;
6566
6514
  }
6567
6515
 
6568
6516
  .border-solid {
@@ -6825,6 +6773,66 @@ html.overflow-y-hidden {
6825
6773
  height: 100% !important;
6826
6774
  }
6827
6775
 
6776
+ .h-auto {
6777
+ height: auto !important;
6778
+ }
6779
+
6780
+ .h-screen {
6781
+ height: 100vh !important;
6782
+ }
6783
+
6784
+ .h-0 {
6785
+ height: 0 !important;
6786
+ }
6787
+
6788
+ .h-25 {
6789
+ height: 25% !important;
6790
+ }
6791
+
6792
+ .h-50 {
6793
+ height: 50% !important;
6794
+ }
6795
+
6796
+ .h-75 {
6797
+ height: 75% !important;
6798
+ }
6799
+
6800
+ .h-100 {
6801
+ height: 100% !important;
6802
+ }
6803
+
6804
+ .w-auto {
6805
+ width: auto !important;
6806
+ }
6807
+
6808
+ .w-0 {
6809
+ width: 0 !important;
6810
+ }
6811
+
6812
+ .w-25 {
6813
+ width: 25% !important;
6814
+ }
6815
+
6816
+ .w-33 {
6817
+ width: 33% !important;
6818
+ }
6819
+
6820
+ .w-50 {
6821
+ width: 50% !important;
6822
+ }
6823
+
6824
+ .w-66 {
6825
+ width: 66% !important;
6826
+ }
6827
+
6828
+ .w-75 {
6829
+ width: 75% !important;
6830
+ }
6831
+
6832
+ .w-100 {
6833
+ width: 100% !important;
6834
+ }
6835
+
6828
6836
  @media (min-width: 600px) {
6829
6837
  .d-sm-none {
6830
6838
  display: none !important;