@mycause/ui 0.0.0-ca202c12 → 0.0.0-ca3c9629

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 (209) hide show
  1. package/CHANGELOG.md +417 -0
  2. package/README.md +9 -0
  3. package/dist/components/button-select/button-select.d.ts +12 -0
  4. package/dist/components/button-select/button-select.stories.d.ts +13 -0
  5. package/dist/components/button-select/index.d.ts +1 -0
  6. package/dist/components/campaign-card/campaign-card.d.ts +9 -0
  7. package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
  8. package/dist/components/campaign-card/index.d.ts +1 -0
  9. package/dist/components/campaign-of-month/campaign-of-month.d.ts +15 -0
  10. package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
  11. package/dist/components/campaign-of-month/index.d.ts +1 -0
  12. package/dist/components/charity-card/charity-card.d.ts +7 -0
  13. package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
  14. package/dist/components/charity-card/index.d.ts +1 -0
  15. package/dist/components/checkbox/checkbox.d.ts +4 -4
  16. package/dist/components/checkbox/index.d.ts +1 -1
  17. package/dist/components/choose-charity-card/choose-charity-card.d.ts +10 -0
  18. package/dist/components/choose-charity-card/choose-charity-card.stories.d.ts +14 -0
  19. package/dist/components/choose-charity-card/index.d.ts +1 -0
  20. package/dist/components/combo-field/combo-field.d.ts +4 -1
  21. package/dist/components/comment-section/comment-section-v2/comment-section-v2.d.ts +31 -0
  22. package/dist/components/comment-section/comment-section-v2/sub-comments-v2.d.ts +11 -0
  23. package/dist/components/comment-section/comment-section.d.ts +24 -0
  24. package/dist/components/comment-section/comment-section.stories.d.ts +19 -0
  25. package/dist/components/comment-section/index.d.ts +2 -0
  26. package/dist/components/comment-section/sub-comments.d.ts +6 -0
  27. package/dist/components/cropper/cropper.d.ts +22 -0
  28. package/dist/components/cropper/cropper.stories.d.ts +12 -0
  29. package/dist/components/cropper/index.d.ts +1 -0
  30. package/dist/components/date-picker/date-picker.d.ts +27 -0
  31. package/dist/components/date-picker/date-picker.stories.d.ts +32 -0
  32. package/dist/components/date-picker/index.d.ts +2 -0
  33. package/dist/components/date-picker/single-date-picker.d.ts +25 -0
  34. package/dist/components/donate-card/donate-card.d.ts +8 -0
  35. package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
  36. package/dist/components/donate-card/index.d.ts +1 -0
  37. package/dist/components/donation-form/donation-details.d.ts +12 -0
  38. package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +13 -0
  39. package/dist/components/donation-form/donation-form.d.ts +64 -0
  40. package/dist/components/donation-form/donation-form.stories.d.ts +18 -0
  41. package/dist/components/donation-form/donation-payment.d.ts +13 -0
  42. package/dist/components/donation-form/donation-select.d.ts +13 -0
  43. package/dist/components/donation-form/index.d.ts +2 -0
  44. package/dist/components/elevation/elevation.d.ts +5 -3
  45. package/dist/components/favorite-charity-item/favorite-charity-item.d.ts +15 -0
  46. package/dist/components/favorite-charity-item/favorite-charity-item.stories.d.ts +15 -0
  47. package/dist/components/favorite-charity-item/index.d.ts +1 -0
  48. package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +17 -0
  49. package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
  50. package/dist/components/featured-campaign-card/index.d.ts +1 -0
  51. package/dist/components/field-helpers/field-helper-text.d.ts +8 -0
  52. package/dist/components/field-helpers/field-label.d.ts +8 -0
  53. package/dist/components/field-helpers/index.d.ts +2 -0
  54. package/dist/components/footerV2/footerV2.d.ts +35 -0
  55. package/dist/components/footerV2/footerV2.stories.d.ts +15 -0
  56. package/dist/components/footerV2/index.d.ts +1 -0
  57. package/dist/components/fundraising-section/fundraising-section.d.ts +9 -0
  58. package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
  59. package/dist/components/fundraising-section/index.d.ts +1 -0
  60. package/dist/components/green-dashboard-sidebar/Icon.d.ts +11 -0
  61. package/dist/components/green-dashboard-sidebar/green-dashboard-sidebar.d.ts +15 -0
  62. package/dist/components/green-dashboard-sidebar/green-dashboard-sidebar.stories.d.ts +12 -0
  63. package/dist/components/green-dashboard-sidebar/index.d.ts +1 -0
  64. package/dist/components/hero-banner/hero-banner.d.ts +9 -0
  65. package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
  66. package/dist/components/hero-banner/index.d.ts +1 -0
  67. package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
  68. package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
  69. package/dist/components/horizontalbar/index.d.ts +1 -0
  70. package/dist/components/icon/{toggle-button.d.ts → heart-toggle.d.ts} +3 -3
  71. package/dist/components/icon/{toggle-button.stories.d.ts → heart-toggle.stories.d.ts} +1 -1
  72. package/dist/components/icon/index.d.ts +1 -1
  73. package/dist/components/index.d.ts +44 -0
  74. package/dist/components/info-represent-campaign/index.d.ts +1 -0
  75. package/dist/components/info-represent-campaign/info-represent-campaign.d.ts +11 -0
  76. package/dist/components/info-represent-campaign/info-represent-campaign.stories.d.ts +12 -0
  77. package/dist/components/input/InputDefault.d.ts +8 -0
  78. package/dist/components/input/index.d.ts +1 -0
  79. package/dist/components/input/input.stories.d.ts +12 -0
  80. package/dist/components/layout/box.d.ts +382 -0
  81. package/dist/components/layout/flex.d.ts +2 -1
  82. package/dist/components/layout/grid.d.ts +9 -0
  83. package/dist/components/layout/grid.stories.d.ts +13 -0
  84. package/dist/components/layout/index.d.ts +2 -0
  85. package/dist/components/line-chart/index.d.ts +2 -0
  86. package/dist/components/line-chart/partner-line-chart-block.d.ts +10 -0
  87. package/dist/components/line-chart/partner-line-chart-block.stories.d.ts +12 -0
  88. package/dist/components/line-chart/partner-line-chart.d.ts +3 -0
  89. package/dist/components/list/list.d.ts +33 -14
  90. package/dist/components/list/list.stories.d.ts +8 -2
  91. package/dist/components/login/index.d.ts +1 -0
  92. package/dist/components/login/login.d.ts +15 -0
  93. package/dist/components/login/login.stories.d.ts +19 -0
  94. package/dist/components/logo/logo-type.d.ts +2 -1
  95. package/dist/components/modal/index.d.ts +2 -0
  96. package/dist/components/modal/modal-image.d.ts +8 -0
  97. package/dist/components/modal/modal.d.ts +23 -0
  98. package/dist/components/modal/modal.stories.d.ts +43 -0
  99. package/dist/components/modal/modalImage.d.ts +8 -0
  100. package/dist/components/my-account-choose-charity-card/index.d.ts +1 -0
  101. package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.d.ts +11 -0
  102. package/dist/components/my-account-choose-charity-card/my-account-choose-charity-card.stories.d.ts +14 -0
  103. package/dist/components/my-account-frp-preview/Icon.d.ts +5 -0
  104. package/dist/components/my-account-frp-preview/frp-information.d.ts +12 -0
  105. package/dist/components/my-account-frp-preview/frp-preview-img.d.ts +8 -0
  106. package/dist/components/my-account-frp-preview/index.d.ts +1 -0
  107. package/dist/components/my-account-frp-preview/my-account-frp-preview.d.ts +15 -0
  108. package/dist/components/my-account-frp-preview/my-account-frp-preview.stories.d.ts +24 -0
  109. package/dist/components/my-account-sidebar/Icon.d.ts +11 -0
  110. package/dist/components/my-account-sidebar/index.d.ts +1 -0
  111. package/dist/components/my-account-sidebar/my-account-sidebar.d.ts +16 -0
  112. package/dist/components/my-account-sidebar/my-account-sidebar.stories.d.ts +12 -0
  113. package/dist/components/my-account-start-fundraise-card/index.d.ts +1 -0
  114. package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.d.ts +11 -0
  115. package/dist/components/my-account-start-fundraise-card/my-account-start-fundraise-card.stories.d.ts +14 -0
  116. package/dist/components/my-account-stats-donated/index.d.ts +1 -0
  117. package/dist/components/my-account-stats-donated/my-account-stats-donated.d.ts +9 -0
  118. package/dist/components/my-account-stats-donated/my-account-stats-donated.stories.d.ts +12 -0
  119. package/dist/components/my-account-stats-raised/index.d.ts +1 -0
  120. package/dist/components/my-account-stats-raised/my-account-stats-raised.d.ts +8 -0
  121. package/dist/components/my-account-stats-raised/my-account-stats-raised.stories.d.ts +12 -0
  122. package/dist/components/nav/icons/IconBigger.d.ts +5 -0
  123. package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
  124. package/dist/components/nav/index.d.ts +1 -0
  125. package/dist/components/nav/nav-actions.d.ts +5 -0
  126. package/dist/components/nav/nav-bar.d.ts +7 -0
  127. package/dist/components/nav/nav-call-to-action.d.ts +5 -0
  128. package/dist/components/nav/nav-expanded-charity.d.ts +13 -0
  129. package/dist/components/nav/nav-expanded.d.ts +14 -0
  130. package/dist/components/nav/nav-list.d.ts +29 -0
  131. package/dist/components/nav/nav-menu-control.d.ts +8 -0
  132. package/dist/components/nav/nav-menu.d.ts +12 -0
  133. package/dist/components/nav/nav-search-control.d.ts +8 -0
  134. package/dist/components/nav/nav-search.d.ts +10 -0
  135. package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
  136. package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
  137. package/dist/components/nav/nav-user-menu.d.ts +18 -0
  138. package/dist/components/nav/nav.d.ts +56 -0
  139. package/dist/components/nav/nav.stories.d.ts +11 -0
  140. package/dist/components/navigation/navigation-expanded.d.ts +1 -1
  141. package/dist/components/navigation/navigation-list.d.ts +3 -1
  142. package/dist/components/navigation/navigation-menu.d.ts +2 -1
  143. package/dist/components/navigation/navigation-sign-in-control.d.ts +6 -3
  144. package/dist/components/navigation/navigation-user-menu.d.ts +3 -2
  145. package/dist/components/navigation/navigation.d.ts +32 -14
  146. package/dist/components/navigation/navigation.stories.d.ts +3 -21
  147. package/dist/components/partner-chart-stats/index.d.ts +1 -0
  148. package/dist/components/partner-chart-stats/partner-chart-stats.d.ts +11 -0
  149. package/dist/components/partner-chart-stats/partner-chart-stats.stories.d.ts +18 -0
  150. package/dist/components/partner-dashboard-chart/chart.d.ts +3 -0
  151. package/dist/components/partner-dashboard-chart/chart.stories.d.ts +14 -0
  152. package/dist/components/partner-dashboard-chart/index.d.ts +1 -0
  153. package/dist/components/partner-monthly-donations/index.d.ts +1 -0
  154. package/dist/components/partner-monthly-donations/partner-monthly-donations.d.ts +8 -0
  155. package/dist/components/partner-monthly-donations/partner-monthly-donations.stories.d.ts +12 -0
  156. package/dist/components/partner-monthly-stats/index.d.ts +1 -0
  157. package/dist/components/partner-monthly-stats/partner-monthly-stats.d.ts +7 -0
  158. package/dist/components/partner-monthly-stats/partner-monthly-stats.stories.d.ts +12 -0
  159. package/dist/components/partner-toggle-button/index.d.ts +2 -0
  160. package/dist/components/partner-toggle-button/partner-toggle-button-block.d.ts +11 -0
  161. package/dist/components/partner-toggle-button/partner-toggle-button-block.stories.d.ts +12 -0
  162. package/dist/components/partner-toggle-button/partner-toggle-button.d.ts +8 -0
  163. package/dist/components/phone-number-input/index.d.ts +2 -0
  164. package/dist/components/phone-number-input/phone-number-input.d.ts +25 -0
  165. package/dist/components/phone-number-input/phone-number-input.stories.d.ts +13 -0
  166. package/dist/components/phone-number-input/util.d.ts +2 -0
  167. package/dist/components/popup/index.d.ts +1 -0
  168. package/dist/components/popup/popup.d.ts +8 -0
  169. package/dist/components/popup/popup.stories.d.ts +14 -0
  170. package/dist/components/progressbar/index.d.ts +1 -0
  171. package/dist/components/progressbar/progress-bar-circle.d.ts +10 -0
  172. package/dist/components/progressbar/progressbar.d.ts +8 -0
  173. package/dist/components/progressbar/progressbar.stories.d.ts +20 -0
  174. package/dist/components/radio/index.d.ts +1 -0
  175. package/dist/components/select/select.d.ts +5 -2
  176. package/dist/components/spinner/index.d.ts +1 -0
  177. package/dist/components/spinner/spinner.d.ts +8 -0
  178. package/dist/components/spinner/spinner.stories.d.ts +13 -0
  179. package/dist/components/start-campaign-card/index.d.ts +1 -0
  180. package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
  181. package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
  182. package/dist/components/start-fundraise-card/index.d.ts +1 -0
  183. package/dist/components/start-fundraise-card/start-fundraise-card.d.ts +10 -0
  184. package/dist/components/start-fundraise-card/start-fundraise-card.stories.d.ts +14 -0
  185. package/dist/components/statistics/statistics.d.ts +2 -1
  186. package/dist/components/table/index.d.ts +1 -0
  187. package/dist/components/table/partner-monthly-table.d.ts +16 -0
  188. package/dist/components/table/partner-monthly-table.stories.d.ts +18 -0
  189. package/dist/components/tabs/nav-tabs.d.ts +18 -0
  190. package/dist/components/tabs/tabs.d.ts +3 -1
  191. package/dist/components/text/text.d.ts +3 -2
  192. package/dist/components/text-field/index.d.ts +1 -0
  193. package/dist/components/text-field/text-field-search.d.ts +9 -0
  194. package/dist/components/text-field/text-field.d.ts +2 -0
  195. package/dist/components/text-field/text-field.stories.d.ts +6 -0
  196. package/dist/components/this-month-card/index.d.ts +1 -0
  197. package/dist/components/this-month-card/this-month-card.d.ts +15 -0
  198. package/dist/components/this-month-card/this-month-card.stories.d.ts +12 -0
  199. package/dist/components/uploader/index.d.ts +1 -0
  200. package/dist/components/uploader/uploader.d.ts +23 -0
  201. package/dist/index.esm.js +29079 -1774
  202. package/dist/index.js +29128 -1772
  203. package/dist/theme/theme.d.ts +4 -0
  204. package/dist/utils/parse-numbers.d.ts +2 -0
  205. package/package.json +14 -1
  206. package/styles/index.css +1562 -86
  207. package/styles/reset.css +1 -0
  208. package/dist/components/mycause-statistics/index.d.ts +0 -1
  209. package/dist/components/mycause-statistics/mycause-statistics.d.ts +0 -12
package/styles/index.css CHANGED
@@ -1,3 +1,4 @@
1
+ @import url("https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/3.4.3/css/flag-icon.min.css");
1
2
  :root {
2
3
  --mdc-theme-primary: #358b76;
3
4
  --mdc-theme-secondary: #f05c6a;
@@ -490,6 +491,10 @@ svg.mdc-button__icon {
490
491
  .mdc-button--raised.mdc-button--display {
491
492
  padding: 0 1.75rem; }
492
493
 
494
+ .mdc-button {
495
+ background: #358b76;
496
+ background: var(--mdc-theme-primary); }
497
+
493
498
  .mdc-button--outlined.mdc-button--display {
494
499
  padding: 0 calc(1.75rem - 2px); }
495
500
 
@@ -1150,92 +1155,1225 @@ svg.mdc-button__icon {
1150
1155
  opacity: 0;
1151
1156
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1152
1157
 
1153
- .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
1154
- transform: scaleX(1) rotate(0deg);
1155
- opacity: 1; }
1158
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
1159
+ transform: scaleX(1) rotate(0deg);
1160
+ opacity: 1; }
1161
+
1162
+ .mdc-checkbox {
1163
+ --mdc-ripple-fg-size: 0;
1164
+ --mdc-ripple-left: 0;
1165
+ --mdc-ripple-top: 0;
1166
+ --mdc-ripple-fg-scale: 1;
1167
+ --mdc-ripple-fg-translate-end: 0;
1168
+ --mdc-ripple-fg-translate-start: 0;
1169
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1170
+ will-change: transform, opacity; }
1171
+ .mdc-checkbox::before, .mdc-checkbox::after {
1172
+ position: absolute;
1173
+ border-radius: 50%;
1174
+ opacity: 0;
1175
+ pointer-events: none;
1176
+ content: ""; }
1177
+ .mdc-checkbox::before {
1178
+ transition: opacity 15ms linear, background-color 15ms linear;
1179
+ z-index: 1; }
1180
+ .mdc-checkbox.mdc-ripple-upgraded::before {
1181
+ transform: scale(1);
1182
+ transform: scale(var(--mdc-ripple-fg-scale, 1)); }
1183
+ .mdc-checkbox.mdc-ripple-upgraded::after {
1184
+ top: 0;
1185
+ /* @noflip */
1186
+ left: 0;
1187
+ transform: scale(0);
1188
+ transform-origin: center center; }
1189
+ .mdc-checkbox.mdc-ripple-upgraded--unbounded::after {
1190
+ top: 0;
1191
+ top: var(--mdc-ripple-top, 0);
1192
+ /* @noflip */
1193
+ left: 0;
1194
+ left: var(--mdc-ripple-left, 0); }
1195
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after {
1196
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
1197
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after {
1198
+ animation: mdc-ripple-fg-opacity-out 150ms;
1199
+ transform: translate(0) scale(1);
1200
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
1201
+ .mdc-checkbox::before, .mdc-checkbox::after {
1202
+ background-color: #f05c6a; }
1203
+ @supports not (-ms-ime-align: auto) {
1204
+ .mdc-checkbox::before, .mdc-checkbox::after {
1205
+ /* @alternate */
1206
+ background-color: #f05c6a;
1207
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
1208
+ .mdc-checkbox:hover::before {
1209
+ opacity: 0.04; }
1210
+ .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before, .mdc-checkbox.mdc-ripple-upgraded--background-focused::before {
1211
+ transition-duration: 75ms;
1212
+ opacity: 0.12; }
1213
+ .mdc-checkbox:not(.mdc-ripple-upgraded)::after {
1214
+ transition: opacity 150ms linear; }
1215
+ .mdc-checkbox:not(.mdc-ripple-upgraded):active::after {
1216
+ transition-duration: 75ms;
1217
+ opacity: 0.12; }
1218
+ .mdc-checkbox.mdc-ripple-upgraded {
1219
+ --mdc-ripple-fg-opacity: 0.12; }
1220
+ .mdc-checkbox::before, .mdc-checkbox::after {
1221
+ top: calc(50% - 50%);
1222
+ /* @noflip */
1223
+ left: calc(50% - 50%);
1224
+ width: 100%;
1225
+ height: 100%; }
1226
+ .mdc-checkbox.mdc-ripple-upgraded::before, .mdc-checkbox.mdc-ripple-upgraded::after {
1227
+ top: calc(50% - 50%);
1228
+ top: var(--mdc-ripple-top, calc(50% - 50%));
1229
+ /* @noflip */
1230
+ left: calc(50% - 50%);
1231
+ left: var(--mdc-ripple-left, calc(50% - 50%));
1232
+ width: 100%;
1233
+ width: var(--mdc-ripple-fg-size, 100%);
1234
+ height: 100%;
1235
+ height: var(--mdc-ripple-fg-size, 100%); }
1236
+ .mdc-checkbox.mdc-ripple-upgraded::after {
1237
+ width: 100%;
1238
+ width: var(--mdc-ripple-fg-size, 100%);
1239
+ height: 100%;
1240
+ height: var(--mdc-ripple-fg-size, 100%); }
1241
+
1242
+ .mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
1243
+ content: none; }
1244
+
1245
+ .PresetDateRangePicker_panel {
1246
+ padding: 0 22px 11px; }
1247
+
1248
+ .PresetDateRangePicker_button {
1249
+ position: relative;
1250
+ height: 100%;
1251
+ text-align: center;
1252
+ background: 0 0;
1253
+ border: 2px solid #00a699;
1254
+ color: #00a699;
1255
+ padding: 4px 12px;
1256
+ margin-right: 8px;
1257
+ font: inherit;
1258
+ font-weight: 700;
1259
+ line-height: normal;
1260
+ overflow: visible;
1261
+ box-sizing: border-box;
1262
+ cursor: pointer; }
1263
+
1264
+ .PresetDateRangePicker_button:active {
1265
+ outline: 0; }
1266
+
1267
+ .PresetDateRangePicker_button__selected {
1268
+ color: #fff;
1269
+ background: #00a699; }
1270
+
1271
+ .SingleDatePickerInput {
1272
+ display: inline-block;
1273
+ background-color: #fff; }
1274
+
1275
+ .SingleDatePickerInput__withBorder {
1276
+ border-radius: 2px;
1277
+ border: 1px solid #dbdbdb; }
1278
+
1279
+ .SingleDatePickerInput__rtl {
1280
+ direction: rtl; }
1281
+
1282
+ .SingleDatePickerInput__disabled {
1283
+ background-color: #f2f2f2; }
1284
+
1285
+ .SingleDatePickerInput__block {
1286
+ display: block; }
1287
+
1288
+ .SingleDatePickerInput__showClearDate {
1289
+ padding-right: 30px; }
1290
+
1291
+ .SingleDatePickerInput_clearDate {
1292
+ background: 0 0;
1293
+ border: 0;
1294
+ color: inherit;
1295
+ font: inherit;
1296
+ line-height: normal;
1297
+ overflow: visible;
1298
+ cursor: pointer;
1299
+ padding: 10px;
1300
+ margin: 0 10px 0 5px;
1301
+ position: absolute;
1302
+ right: 0;
1303
+ top: 50%;
1304
+ transform: translateY(-50%); }
1305
+
1306
+ .SingleDatePickerInput_clearDate__default:focus,
1307
+ .SingleDatePickerInput_clearDate__default:hover {
1308
+ background: #dbdbdb;
1309
+ border-radius: 50%; }
1310
+
1311
+ .SingleDatePickerInput_clearDate__small {
1312
+ padding: 6px; }
1313
+
1314
+ .SingleDatePickerInput_clearDate__hide {
1315
+ visibility: hidden; }
1316
+
1317
+ .SingleDatePickerInput_clearDate_svg {
1318
+ fill: #82888a;
1319
+ height: 12px;
1320
+ width: 15px;
1321
+ vertical-align: middle; }
1322
+
1323
+ .SingleDatePickerInput_clearDate_svg__small {
1324
+ height: 9px; }
1325
+
1326
+ .SingleDatePickerInput_calendarIcon {
1327
+ background: 0 0;
1328
+ border: 0;
1329
+ color: inherit;
1330
+ font: inherit;
1331
+ line-height: normal;
1332
+ overflow: visible;
1333
+ cursor: pointer;
1334
+ display: inline-block;
1335
+ vertical-align: middle;
1336
+ padding: 10px;
1337
+ margin: 0 5px 0 10px; }
1338
+
1339
+ .SingleDatePickerInput_calendarIcon_svg {
1340
+ fill: #82888a;
1341
+ height: 15px;
1342
+ width: 14px;
1343
+ vertical-align: middle; }
1344
+
1345
+ .SingleDatePicker {
1346
+ position: relative;
1347
+ display: inline-block; }
1348
+
1349
+ .SingleDatePicker__block {
1350
+ display: block; }
1351
+
1352
+ .SingleDatePicker_picker {
1353
+ z-index: 1;
1354
+ background-color: #fff;
1355
+ position: absolute; }
1356
+
1357
+ .SingleDatePicker_picker__rtl {
1358
+ direction: rtl; }
1359
+
1360
+ .SingleDatePicker_picker__directionLeft {
1361
+ left: 0; }
1362
+
1363
+ .SingleDatePicker_picker__directionRight {
1364
+ right: 0; }
1365
+
1366
+ .SingleDatePicker_picker__portal {
1367
+ background-color: rgba(0, 0, 0, 0.3);
1368
+ position: fixed;
1369
+ top: 0;
1370
+ left: 0;
1371
+ height: 100%;
1372
+ width: 100%; }
1373
+
1374
+ .SingleDatePicker_picker__fullScreenPortal {
1375
+ background-color: #fff; }
1376
+
1377
+ .SingleDatePicker_closeButton {
1378
+ background: 0 0;
1379
+ border: 0;
1380
+ color: inherit;
1381
+ font: inherit;
1382
+ line-height: normal;
1383
+ overflow: visible;
1384
+ cursor: pointer;
1385
+ position: absolute;
1386
+ top: 0;
1387
+ right: 0;
1388
+ padding: 15px;
1389
+ z-index: 2; }
1390
+
1391
+ .SingleDatePicker_closeButton:focus,
1392
+ .SingleDatePicker_closeButton:hover {
1393
+ color: #b0b3b4;
1394
+ text-decoration: none; }
1395
+
1396
+ .SingleDatePicker_closeButton_svg {
1397
+ height: 15px;
1398
+ width: 15px;
1399
+ fill: #cacccd; }
1400
+
1401
+ .DayPickerKeyboardShortcuts_buttonReset {
1402
+ background: 0 0;
1403
+ border: 0;
1404
+ border-radius: 0;
1405
+ color: inherit;
1406
+ font: inherit;
1407
+ line-height: normal;
1408
+ overflow: visible;
1409
+ padding: 0;
1410
+ cursor: pointer;
1411
+ font-size: 14px; }
1412
+
1413
+ .DayPickerKeyboardShortcuts_buttonReset:active {
1414
+ outline: 0; }
1415
+
1416
+ .DayPickerKeyboardShortcuts_show {
1417
+ width: 33px;
1418
+ height: 26px;
1419
+ position: absolute;
1420
+ z-index: 2; }
1421
+
1422
+ .DayPickerKeyboardShortcuts_show::before {
1423
+ content: "";
1424
+ display: block;
1425
+ position: absolute; }
1426
+
1427
+ .DayPickerKeyboardShortcuts_show__bottomRight {
1428
+ bottom: 0;
1429
+ right: 0; }
1430
+
1431
+ .DayPickerKeyboardShortcuts_show__bottomRight::before {
1432
+ border-top: 26px solid transparent;
1433
+ border-right: 33px solid #00a699;
1434
+ bottom: 0;
1435
+ right: 0; }
1436
+
1437
+ .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
1438
+ border-right: 33px solid #008489; }
1439
+
1440
+ .DayPickerKeyboardShortcuts_show__topRight {
1441
+ top: 0;
1442
+ right: 0; }
1443
+
1444
+ .DayPickerKeyboardShortcuts_show__topRight::before {
1445
+ border-bottom: 26px solid transparent;
1446
+ border-right: 33px solid #00a699;
1447
+ top: 0;
1448
+ right: 0; }
1449
+
1450
+ .DayPickerKeyboardShortcuts_show__topRight:hover::before {
1451
+ border-right: 33px solid #008489; }
1452
+
1453
+ .DayPickerKeyboardShortcuts_show__topLeft {
1454
+ top: 0;
1455
+ left: 0; }
1456
+
1457
+ .DayPickerKeyboardShortcuts_show__topLeft::before {
1458
+ border-bottom: 26px solid transparent;
1459
+ border-left: 33px solid #00a699;
1460
+ top: 0;
1461
+ left: 0; }
1462
+
1463
+ .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
1464
+ border-left: 33px solid #008489; }
1465
+
1466
+ .DayPickerKeyboardShortcuts_showSpan {
1467
+ color: #fff;
1468
+ position: absolute; }
1469
+
1470
+ .DayPickerKeyboardShortcuts_showSpan__bottomRight {
1471
+ bottom: 0;
1472
+ right: 5px; }
1473
+
1474
+ .DayPickerKeyboardShortcuts_showSpan__topRight {
1475
+ top: 1px;
1476
+ right: 5px; }
1477
+
1478
+ .DayPickerKeyboardShortcuts_showSpan__topLeft {
1479
+ top: 1px;
1480
+ left: 5px; }
1481
+
1482
+ .DayPickerKeyboardShortcuts_panel {
1483
+ overflow: auto;
1484
+ background: #fff;
1485
+ border: 1px solid #dbdbdb;
1486
+ border-radius: 2px;
1487
+ position: absolute;
1488
+ top: 0;
1489
+ bottom: 0;
1490
+ right: 0;
1491
+ left: 0;
1492
+ z-index: 2;
1493
+ padding: 22px;
1494
+ margin: 33px;
1495
+ text-align: left; }
1496
+
1497
+ .DayPickerKeyboardShortcuts_title {
1498
+ font-size: 16px;
1499
+ font-weight: 700;
1500
+ margin: 0; }
1501
+
1502
+ .DayPickerKeyboardShortcuts_list {
1503
+ list-style: none;
1504
+ padding: 0;
1505
+ font-size: 14px; }
1506
+
1507
+ .DayPickerKeyboardShortcuts_close {
1508
+ position: absolute;
1509
+ right: 22px;
1510
+ top: 22px;
1511
+ z-index: 2; }
1512
+
1513
+ .DayPickerKeyboardShortcuts_close:active {
1514
+ outline: 0; }
1515
+
1516
+ .DayPickerKeyboardShortcuts_closeSvg {
1517
+ height: 15px;
1518
+ width: 15px;
1519
+ fill: #cacccd; }
1520
+
1521
+ .DayPickerKeyboardShortcuts_closeSvg:focus,
1522
+ .DayPickerKeyboardShortcuts_closeSvg:hover {
1523
+ fill: #82888a; }
1524
+
1525
+ .CalendarDay {
1526
+ box-sizing: border-box;
1527
+ cursor: pointer;
1528
+ font-size: 14px;
1529
+ text-align: center; }
1530
+
1531
+ .CalendarDay:active {
1532
+ outline: 0; }
1533
+
1534
+ .CalendarDay__defaultCursor {
1535
+ cursor: default; }
1536
+
1537
+ .CalendarDay__default {
1538
+ border: 1px solid #e4e7e7;
1539
+ color: #484848;
1540
+ background: #fff; }
1541
+
1542
+ .CalendarDay__default:hover {
1543
+ background: #e4e7e7;
1544
+ border: 1px solid #e4e7e7;
1545
+ color: inherit; }
1546
+
1547
+ .CalendarDay__hovered_offset {
1548
+ background: #f4f5f5;
1549
+ border: 1px double #e4e7e7;
1550
+ color: inherit; }
1551
+
1552
+ .CalendarDay__outside {
1553
+ border: 0;
1554
+ background: #fff;
1555
+ color: #484848; }
1556
+
1557
+ .CalendarDay__outside:hover {
1558
+ border: 0; }
1559
+
1560
+ .CalendarDay__blocked_minimum_nights {
1561
+ background: #fff;
1562
+ border: 1px solid #eceeee;
1563
+ color: #cacccd; }
1564
+
1565
+ .CalendarDay__blocked_minimum_nights:active,
1566
+ .CalendarDay__blocked_minimum_nights:hover {
1567
+ background: #fff;
1568
+ color: #cacccd; }
1569
+
1570
+ .CalendarDay__highlighted_calendar {
1571
+ background: #ffe8bc;
1572
+ color: #484848; }
1573
+
1574
+ .CalendarDay__highlighted_calendar:active,
1575
+ .CalendarDay__highlighted_calendar:hover {
1576
+ background: #ffce71;
1577
+ color: #484848; }
1578
+
1579
+ .CalendarDay__selected_span {
1580
+ background: #66e2da;
1581
+ border: 1px double #33dacd;
1582
+ color: #fff; }
1583
+
1584
+ .CalendarDay__selected_span:active,
1585
+ .CalendarDay__selected_span:hover {
1586
+ background: #33dacd;
1587
+ border: 1px double #33dacd;
1588
+ color: #fff; }
1589
+
1590
+ .CalendarDay__selected,
1591
+ .CalendarDay__selected:active,
1592
+ .CalendarDay__selected:hover {
1593
+ background: #00a699;
1594
+ border: 1px double #00a699;
1595
+ color: #fff; }
1596
+
1597
+ .CalendarDay__hovered_span,
1598
+ .CalendarDay__hovered_span:hover {
1599
+ background: #b2f1ec;
1600
+ border: 1px double #80e8e0;
1601
+ color: #007a87; }
1602
+
1603
+ .CalendarDay__hovered_span:active {
1604
+ background: #80e8e0;
1605
+ border: 1px double #80e8e0;
1606
+ color: #007a87; }
1607
+
1608
+ .CalendarDay__blocked_calendar,
1609
+ .CalendarDay__blocked_calendar:active,
1610
+ .CalendarDay__blocked_calendar:hover {
1611
+ background: #cacccd;
1612
+ border: 1px solid #cacccd;
1613
+ color: #82888a; }
1614
+
1615
+ .CalendarDay__blocked_out_of_range,
1616
+ .CalendarDay__blocked_out_of_range:active,
1617
+ .CalendarDay__blocked_out_of_range:hover {
1618
+ background: #fff;
1619
+ border: 1px solid #e4e7e7;
1620
+ color: #cacccd; }
1621
+
1622
+ .CalendarDay__hovered_start_first_possible_end {
1623
+ background: #eceeee;
1624
+ border: 1px double #eceeee; }
1625
+
1626
+ .CalendarDay__hovered_start_blocked_min_nights {
1627
+ background: #eceeee;
1628
+ border: 1px double #e4e7e7; }
1629
+
1630
+ .CalendarMonth {
1631
+ background: #fff;
1632
+ text-align: center;
1633
+ vertical-align: top;
1634
+ -webkit-user-select: none;
1635
+ -moz-user-select: none;
1636
+ -ms-user-select: none;
1637
+ user-select: none; }
1638
+
1639
+ .CalendarMonth_table {
1640
+ border-collapse: collapse;
1641
+ border-spacing: 0; }
1642
+
1643
+ .CalendarMonth_verticalSpacing {
1644
+ border-collapse: separate; }
1645
+
1646
+ .CalendarMonth_caption {
1647
+ color: #484848;
1648
+ font-size: 18px;
1649
+ text-align: center;
1650
+ padding-top: 22px;
1651
+ padding-bottom: 37px;
1652
+ caption-side: top;
1653
+ caption-side: initial; }
1654
+
1655
+ .CalendarMonth_caption__verticalScrollable {
1656
+ padding-top: 12px;
1657
+ padding-bottom: 7px; }
1658
+
1659
+ .CalendarMonthGrid {
1660
+ background: #fff;
1661
+ text-align: left;
1662
+ z-index: 0; }
1663
+
1664
+ .CalendarMonthGrid__animating {
1665
+ z-index: 1; }
1666
+
1667
+ .CalendarMonthGrid__horizontal {
1668
+ position: absolute;
1669
+ left: 9px; }
1670
+
1671
+ .CalendarMonthGrid__vertical {
1672
+ margin: 0 auto; }
1673
+
1674
+ .CalendarMonthGrid__vertical_scrollable {
1675
+ margin: 0 auto;
1676
+ overflow-y: scroll; }
1677
+
1678
+ .CalendarMonthGrid_month__horizontal {
1679
+ display: inline-block;
1680
+ vertical-align: top;
1681
+ min-height: 100%; }
1682
+
1683
+ .CalendarMonthGrid_month__hideForAnimation {
1684
+ position: absolute;
1685
+ z-index: -1;
1686
+ opacity: 0;
1687
+ pointer-events: none; }
1688
+
1689
+ .CalendarMonthGrid_month__hidden {
1690
+ visibility: hidden; }
1691
+
1692
+ .DayPickerNavigation {
1693
+ position: relative;
1694
+ z-index: 2; }
1695
+
1696
+ .DayPickerNavigation__horizontal {
1697
+ height: 0; }
1698
+
1699
+ .DayPickerNavigation__verticalDefault {
1700
+ position: absolute;
1701
+ width: 100%;
1702
+ height: 52px;
1703
+ bottom: 0;
1704
+ left: 0; }
1705
+
1706
+ .DayPickerNavigation__verticalScrollableDefault {
1707
+ position: relative; }
1708
+
1709
+ .DayPickerNavigation__bottom {
1710
+ height: auto; }
1711
+
1712
+ .DayPickerNavigation__bottomDefault {
1713
+ -webkit-box-pack: justify;
1714
+ -ms-flex-pack: justify;
1715
+ display: flex;
1716
+ justify-content: space-between; }
1717
+
1718
+ .DayPickerNavigation_button {
1719
+ cursor: pointer;
1720
+ -webkit-user-select: none;
1721
+ -moz-user-select: none;
1722
+ -ms-user-select: none;
1723
+ user-select: none;
1724
+ border: 0;
1725
+ padding: 0;
1726
+ margin: 0; }
1727
+
1728
+ .DayPickerNavigation_button__default {
1729
+ border: 1px solid #e4e7e7;
1730
+ background-color: #fff;
1731
+ color: #757575; }
1732
+
1733
+ .DayPickerNavigation_button__default:focus,
1734
+ .DayPickerNavigation_button__default:hover {
1735
+ border: 1px solid #c4c4c4; }
1736
+
1737
+ .DayPickerNavigation_button__default:active {
1738
+ background: #f2f2f2; }
1739
+
1740
+ .DayPickerNavigation_button__disabled {
1741
+ cursor: default;
1742
+ border: 1px solid #f2f2f2; }
1743
+
1744
+ .DayPickerNavigation_button__disabled:focus,
1745
+ .DayPickerNavigation_button__disabled:hover {
1746
+ border: 1px solid #f2f2f2; }
1747
+
1748
+ .DayPickerNavigation_button__disabled:active {
1749
+ background: 0 0; }
1750
+
1751
+ .DayPickerNavigation_button__horizontalDefault {
1752
+ position: absolute;
1753
+ top: 18px;
1754
+ line-height: .78;
1755
+ border-radius: 3px;
1756
+ padding: 6px 9px; }
1757
+
1758
+ .DayPickerNavigation_bottomButton__horizontalDefault {
1759
+ position: static;
1760
+ margin: -10px 22px 30px; }
1761
+
1762
+ .DayPickerNavigation_leftButton__horizontalDefault {
1763
+ left: 22px; }
1764
+
1765
+ .DayPickerNavigation_rightButton__horizontalDefault {
1766
+ right: 22px; }
1767
+
1768
+ .DayPickerNavigation_button__verticalDefault {
1769
+ padding: 5px;
1770
+ background: #fff;
1771
+ box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
1772
+ position: relative;
1773
+ display: inline-block;
1774
+ text-align: center;
1775
+ height: 100%;
1776
+ width: 50%; }
1777
+
1778
+ .DayPickerNavigation_nextButton__verticalDefault {
1779
+ border-left: 0; }
1780
+
1781
+ .DayPickerNavigation_nextButton__verticalScrollableDefault {
1782
+ width: 100%; }
1783
+
1784
+ .DayPickerNavigation_svg__horizontal {
1785
+ height: 19px;
1786
+ width: 19px;
1787
+ fill: #82888a;
1788
+ display: block; }
1789
+
1790
+ .DayPickerNavigation_svg__vertical {
1791
+ height: 42px;
1792
+ width: 42px;
1793
+ fill: #484848; }
1794
+
1795
+ .DayPickerNavigation_svg__disabled {
1796
+ fill: #f2f2f2; }
1797
+
1798
+ .DayPicker {
1799
+ background: #fff;
1800
+ position: relative;
1801
+ text-align: left; }
1802
+
1803
+ .DayPicker__horizontal {
1804
+ background: #fff; }
1805
+
1806
+ .DayPicker__verticalScrollable {
1807
+ height: 100%; }
1808
+
1809
+ .DayPicker__hidden {
1810
+ visibility: hidden; }
1811
+
1812
+ .DayPicker__withBorder {
1813
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
1814
+ border-radius: 3px; }
1815
+
1816
+ .DayPicker_portal__horizontal {
1817
+ box-shadow: none;
1818
+ position: absolute;
1819
+ left: 50%;
1820
+ top: 50%; }
1821
+
1822
+ .DayPicker_portal__vertical {
1823
+ position: static;
1824
+ position: initial; }
1825
+
1826
+ .DayPicker_focusRegion {
1827
+ outline: 0; }
1828
+
1829
+ .DayPicker_calendarInfo__horizontal,
1830
+ .DayPicker_wrapper__horizontal {
1831
+ display: inline-block;
1832
+ vertical-align: top; }
1833
+
1834
+ .DayPicker_weekHeaders {
1835
+ position: relative; }
1836
+
1837
+ .DayPicker_weekHeaders__horizontal {
1838
+ margin-left: 9px; }
1839
+
1840
+ .DayPicker_weekHeader {
1841
+ color: #757575;
1842
+ position: absolute;
1843
+ top: 62px;
1844
+ z-index: 2;
1845
+ text-align: left; }
1846
+
1847
+ .DayPicker_weekHeader__vertical {
1848
+ left: 50%; }
1849
+
1850
+ .DayPicker_weekHeader__verticalScrollable {
1851
+ top: 0;
1852
+ display: table-row;
1853
+ border-bottom: 1px solid #dbdbdb;
1854
+ background: #fff;
1855
+ margin-left: 0;
1856
+ left: 0;
1857
+ width: 100%;
1858
+ text-align: center; }
1859
+
1860
+ .DayPicker_weekHeader_ul {
1861
+ list-style: none;
1862
+ margin: 1px 0;
1863
+ padding-left: 0;
1864
+ padding-right: 0;
1865
+ font-size: 14px; }
1866
+
1867
+ .DayPicker_weekHeader_li {
1868
+ display: inline-block;
1869
+ text-align: center; }
1870
+
1871
+ .DayPicker_transitionContainer {
1872
+ position: relative;
1873
+ overflow: hidden;
1874
+ border-radius: 3px; }
1875
+
1876
+ .DayPicker_transitionContainer__horizontal {
1877
+ transition: height .2s ease-in-out; }
1878
+
1879
+ .DayPicker_transitionContainer__vertical {
1880
+ width: 100%; }
1881
+
1882
+ .DayPicker_transitionContainer__verticalScrollable {
1883
+ padding-top: 20px;
1884
+ height: 100%;
1885
+ position: absolute;
1886
+ top: 0;
1887
+ bottom: 0;
1888
+ right: 0;
1889
+ left: 0;
1890
+ overflow-y: scroll; }
1891
+
1892
+ .DateInput {
1893
+ margin: 0;
1894
+ padding: 0;
1895
+ background: #fff;
1896
+ position: relative;
1897
+ display: inline-block;
1898
+ width: 130px;
1899
+ vertical-align: middle; }
1900
+
1901
+ .DateInput__small {
1902
+ width: 97px; }
1903
+
1904
+ .DateInput__block {
1905
+ width: 100%; }
1906
+
1907
+ .DateInput__disabled {
1908
+ background: #f2f2f2;
1909
+ color: #dbdbdb; }
1910
+
1911
+ .DateInput_input {
1912
+ font-weight: 200;
1913
+ font-size: 19px;
1914
+ line-height: 24px;
1915
+ color: #484848;
1916
+ background-color: #fff;
1917
+ width: 100%;
1918
+ padding: 11px 11px 9px;
1919
+ border: 0;
1920
+ border-top: 0;
1921
+ border-right: 0;
1922
+ border-bottom: 2px solid transparent;
1923
+ border-left: 0;
1924
+ border-radius: 0; }
1925
+
1926
+ .DateInput_input__small {
1927
+ font-size: 15px;
1928
+ line-height: 18px;
1929
+ letter-spacing: .2px;
1930
+ padding: 7px 7px 5px; }
1931
+
1932
+ .DateInput_input__regular {
1933
+ font-weight: auto; }
1934
+
1935
+ .DateInput_input__readOnly {
1936
+ -webkit-user-select: none;
1937
+ -moz-user-select: none;
1938
+ -ms-user-select: none;
1939
+ user-select: none; }
1940
+
1941
+ .DateInput_input__focused {
1942
+ outline: 0;
1943
+ background: #fff;
1944
+ border: 0;
1945
+ border-top: 0;
1946
+ border-right: 0;
1947
+ border-bottom: 2px solid #008489;
1948
+ border-left: 0; }
1949
+
1950
+ .DateInput_input__disabled {
1951
+ background: #f2f2f2;
1952
+ font-style: italic; }
1953
+
1954
+ .DateInput_screenReaderMessage {
1955
+ border: 0;
1956
+ clip: rect(0, 0, 0, 0);
1957
+ height: 1px;
1958
+ margin: -1px;
1959
+ overflow: hidden;
1960
+ padding: 0;
1961
+ position: absolute;
1962
+ width: 1px; }
1963
+
1964
+ .DateInput_fang {
1965
+ position: absolute;
1966
+ width: 20px;
1967
+ height: 10px;
1968
+ left: 22px;
1969
+ z-index: 2; }
1970
+
1971
+ .DateInput_fangShape {
1972
+ fill: #fff; }
1973
+
1974
+ .DateInput_fangStroke {
1975
+ stroke: #dbdbdb;
1976
+ fill: transparent; }
1977
+
1978
+ .DateRangePickerInput {
1979
+ background-color: #fff;
1980
+ display: inline-block; }
1981
+
1982
+ .DateRangePickerInput__disabled {
1983
+ background: #f2f2f2; }
1984
+
1985
+ .DateRangePickerInput__withBorder {
1986
+ border-radius: 2px;
1987
+ border: 1px solid #dbdbdb; }
1988
+
1989
+ .DateRangePickerInput__rtl {
1990
+ direction: rtl; }
1991
+
1992
+ .DateRangePickerInput__block {
1993
+ display: block; }
1994
+
1995
+ .DateRangePickerInput__showClearDates {
1996
+ padding-right: 30px; }
1997
+
1998
+ .DateRangePickerInput_arrow {
1999
+ display: inline-block;
2000
+ vertical-align: middle;
2001
+ color: #484848; }
2002
+
2003
+ .DateRangePickerInput_arrow_svg {
2004
+ vertical-align: middle;
2005
+ fill: #484848;
2006
+ height: 24px;
2007
+ width: 24px; }
2008
+
2009
+ .DateRangePickerInput_clearDates {
2010
+ background: 0 0;
2011
+ border: 0;
2012
+ color: inherit;
2013
+ font: inherit;
2014
+ line-height: normal;
2015
+ overflow: visible;
2016
+ cursor: pointer;
2017
+ padding: 10px;
2018
+ margin: 0 10px 0 5px;
2019
+ position: absolute;
2020
+ right: 0;
2021
+ top: 50%;
2022
+ transform: translateY(-50%); }
2023
+
2024
+ .DateRangePickerInput_clearDates__small {
2025
+ padding: 6px; }
2026
+
2027
+ .DateRangePickerInput_clearDates_default:focus,
2028
+ .DateRangePickerInput_clearDates_default:hover {
2029
+ background: #dbdbdb;
2030
+ border-radius: 50%; }
2031
+
2032
+ .DateRangePickerInput_clearDates__hide {
2033
+ visibility: hidden; }
2034
+
2035
+ .DateRangePickerInput_clearDates_svg {
2036
+ fill: #82888a;
2037
+ height: 12px;
2038
+ width: 15px;
2039
+ vertical-align: middle; }
2040
+
2041
+ .DateRangePickerInput_clearDates_svg__small {
2042
+ height: 9px; }
2043
+
2044
+ .DateRangePickerInput_calendarIcon {
2045
+ background: 0 0;
2046
+ border: 0;
2047
+ color: inherit;
2048
+ font: inherit;
2049
+ line-height: normal;
2050
+ overflow: visible;
2051
+ cursor: pointer;
2052
+ display: inline-block;
2053
+ vertical-align: middle;
2054
+ padding: 10px;
2055
+ margin: 0 5px 0 10px; }
2056
+
2057
+ .DateRangePickerInput_calendarIcon_svg {
2058
+ fill: #82888a;
2059
+ height: 15px;
2060
+ width: 14px;
2061
+ vertical-align: middle; }
2062
+
2063
+ .DateRangePicker {
2064
+ position: relative;
2065
+ display: inline-block; }
2066
+
2067
+ .DateRangePicker__block {
2068
+ display: block; }
2069
+
2070
+ .DateRangePicker_picker {
2071
+ z-index: 1;
2072
+ background-color: #fff;
2073
+ position: absolute; }
2074
+
2075
+ .DateRangePicker_picker__rtl {
2076
+ direction: rtl; }
2077
+
2078
+ .DateRangePicker_picker__directionLeft {
2079
+ left: 0; }
2080
+
2081
+ .DateRangePicker_picker__directionRight {
2082
+ right: 0; }
2083
+
2084
+ .DateRangePicker_picker__portal {
2085
+ background-color: rgba(0, 0, 0, 0.3);
2086
+ position: fixed;
2087
+ top: 0;
2088
+ left: 0;
2089
+ height: 100%;
2090
+ width: 100%; }
2091
+
2092
+ .DateRangePicker_picker__fullScreenPortal {
2093
+ background-color: #fff; }
2094
+
2095
+ .DateRangePicker_closeButton {
2096
+ background: 0 0;
2097
+ border: 0;
2098
+ color: inherit;
2099
+ font: inherit;
2100
+ line-height: normal;
2101
+ overflow: visible;
2102
+ cursor: pointer;
2103
+ position: absolute;
2104
+ top: 0;
2105
+ right: 0;
2106
+ padding: 15px;
2107
+ z-index: 2; }
2108
+
2109
+ .DateRangePicker_closeButton:focus,
2110
+ .DateRangePicker_closeButton:hover {
2111
+ color: #b0b3b4;
2112
+ text-decoration: none; }
2113
+
2114
+ .DateRangePicker_closeButton_svg {
2115
+ height: 15px;
2116
+ width: 15px;
2117
+ fill: #cacccd; }
2118
+
2119
+ /*!
2120
+ * Cropper.js v1.5.6
2121
+ * https://fengyuanchen.github.io/cropperjs
2122
+ *
2123
+ * Copyright 2015-present Chen Fengyuan
2124
+ * Released under the MIT license
2125
+ *
2126
+ * Date: 2019-10-04T04:33:44.164Z
2127
+ */
2128
+ .cropper-container {
2129
+ direction: ltr;
2130
+ font-size: 0;
2131
+ line-height: 0;
2132
+ position: relative;
2133
+ touch-action: none;
2134
+ -webkit-user-select: none;
2135
+ -moz-user-select: none;
2136
+ -ms-user-select: none;
2137
+ user-select: none; }
2138
+
2139
+ .cropper-container img {
2140
+ display: block;
2141
+ height: 100%;
2142
+ image-orientation: 0deg;
2143
+ max-height: none !important;
2144
+ max-width: none !important;
2145
+ min-height: 0 !important;
2146
+ min-width: 0 !important;
2147
+ width: 100%; }
2148
+
2149
+ .cropper-wrap-box,
2150
+ .cropper-canvas,
2151
+ .cropper-drag-box,
2152
+ .cropper-crop-box,
2153
+ .cropper-modal {
2154
+ bottom: 0;
2155
+ left: 0;
2156
+ position: absolute;
2157
+ right: 0;
2158
+ top: 0; }
2159
+
2160
+ .cropper-wrap-box,
2161
+ .cropper-canvas {
2162
+ overflow: hidden; }
2163
+
2164
+ .cropper-drag-box {
2165
+ background-color: #fff;
2166
+ opacity: 0; }
2167
+
2168
+ .cropper-modal {
2169
+ background-color: #000;
2170
+ opacity: 0.5; }
2171
+
2172
+ .cropper-view-box {
2173
+ display: block;
2174
+ height: 100%;
2175
+ outline: 1px solid #39f;
2176
+ outline-color: rgba(51, 153, 255, 0.75);
2177
+ overflow: hidden;
2178
+ width: 100%; }
2179
+
2180
+ .cropper-dashed {
2181
+ border: 0 dashed #eee;
2182
+ display: block;
2183
+ opacity: 0.5;
2184
+ position: absolute; }
2185
+
2186
+ .cropper-dashed.dashed-h {
2187
+ border-bottom-width: 1px;
2188
+ border-top-width: 1px;
2189
+ height: calc(100% / 3);
2190
+ left: 0;
2191
+ top: calc(100% / 3);
2192
+ width: 100%; }
2193
+
2194
+ .cropper-dashed.dashed-v {
2195
+ border-left-width: 1px;
2196
+ border-right-width: 1px;
2197
+ height: 100%;
2198
+ left: calc(100% / 3);
2199
+ top: 0;
2200
+ width: calc(100% / 3); }
2201
+
2202
+ .cropper-center {
2203
+ display: block;
2204
+ height: 0;
2205
+ left: 50%;
2206
+ opacity: 0.75;
2207
+ position: absolute;
2208
+ top: 50%;
2209
+ width: 0; }
2210
+
2211
+ .cropper-center::before,
2212
+ .cropper-center::after {
2213
+ background-color: #eee;
2214
+ content: ' ';
2215
+ display: block;
2216
+ position: absolute; }
2217
+
2218
+ .cropper-center::before {
2219
+ height: 1px;
2220
+ left: -3px;
2221
+ top: 0;
2222
+ width: 7px; }
2223
+
2224
+ .cropper-center::after {
2225
+ height: 7px;
2226
+ left: 0;
2227
+ top: -3px;
2228
+ width: 1px; }
2229
+
2230
+ .cropper-face,
2231
+ .cropper-line,
2232
+ .cropper-point {
2233
+ display: block;
2234
+ height: 100%;
2235
+ opacity: 0.1;
2236
+ position: absolute;
2237
+ width: 100%; }
2238
+
2239
+ .cropper-face {
2240
+ background-color: #fff;
2241
+ left: 0;
2242
+ top: 0; }
2243
+
2244
+ .cropper-line {
2245
+ background-color: #39f; }
2246
+
2247
+ .cropper-line.line-e {
2248
+ cursor: ew-resize;
2249
+ right: -3px;
2250
+ top: 0;
2251
+ width: 5px; }
2252
+
2253
+ .cropper-line.line-n {
2254
+ cursor: ns-resize;
2255
+ height: 5px;
2256
+ left: 0;
2257
+ top: -3px; }
2258
+
2259
+ .cropper-line.line-w {
2260
+ cursor: ew-resize;
2261
+ left: -3px;
2262
+ top: 0;
2263
+ width: 5px; }
2264
+
2265
+ .cropper-line.line-s {
2266
+ bottom: -3px;
2267
+ cursor: ns-resize;
2268
+ height: 5px;
2269
+ left: 0; }
2270
+
2271
+ .cropper-point {
2272
+ background-color: #39f;
2273
+ height: 5px;
2274
+ opacity: 0.75;
2275
+ width: 5px; }
2276
+
2277
+ .cropper-point.point-e {
2278
+ cursor: ew-resize;
2279
+ margin-top: -3px;
2280
+ right: -3px;
2281
+ top: 50%; }
2282
+
2283
+ .cropper-point.point-n {
2284
+ cursor: ns-resize;
2285
+ left: 50%;
2286
+ margin-left: -3px;
2287
+ top: -3px; }
2288
+
2289
+ .cropper-point.point-w {
2290
+ cursor: ew-resize;
2291
+ left: -3px;
2292
+ margin-top: -3px;
2293
+ top: 50%; }
2294
+
2295
+ .cropper-point.point-s {
2296
+ bottom: -3px;
2297
+ cursor: s-resize;
2298
+ left: 50%;
2299
+ margin-left: -3px; }
2300
+
2301
+ .cropper-point.point-ne {
2302
+ cursor: nesw-resize;
2303
+ right: -3px;
2304
+ top: -3px; }
2305
+
2306
+ .cropper-point.point-nw {
2307
+ cursor: nwse-resize;
2308
+ left: -3px;
2309
+ top: -3px; }
2310
+
2311
+ .cropper-point.point-sw {
2312
+ bottom: -3px;
2313
+ cursor: nesw-resize;
2314
+ left: -3px; }
2315
+
2316
+ .cropper-point.point-se {
2317
+ bottom: -3px;
2318
+ cursor: nwse-resize;
2319
+ height: 20px;
2320
+ opacity: 1;
2321
+ right: -3px;
2322
+ width: 20px; }
2323
+
2324
+ @media (min-width: 768px) {
2325
+ .cropper-point.point-se {
2326
+ height: 15px;
2327
+ width: 15px; } }
2328
+
2329
+ @media (min-width: 992px) {
2330
+ .cropper-point.point-se {
2331
+ height: 10px;
2332
+ width: 10px; } }
2333
+
2334
+ @media (min-width: 1200px) {
2335
+ .cropper-point.point-se {
2336
+ height: 5px;
2337
+ opacity: 0.75;
2338
+ width: 5px; } }
2339
+
2340
+ .cropper-point.point-se::before {
2341
+ background-color: #39f;
2342
+ bottom: -50%;
2343
+ content: ' ';
2344
+ display: block;
2345
+ height: 200%;
2346
+ opacity: 0;
2347
+ position: absolute;
2348
+ right: -50%;
2349
+ width: 200%; }
2350
+
2351
+ .cropper-invisible {
2352
+ opacity: 0; }
2353
+
2354
+ .cropper-bg {
2355
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
2356
+
2357
+ .cropper-hide {
2358
+ display: block;
2359
+ height: 0;
2360
+ position: absolute;
2361
+ width: 0; }
2362
+
2363
+ .cropper-hidden {
2364
+ display: none !important; }
1156
2365
 
1157
- .mdc-checkbox {
1158
- --mdc-ripple-fg-size: 0;
1159
- --mdc-ripple-left: 0;
1160
- --mdc-ripple-top: 0;
1161
- --mdc-ripple-fg-scale: 1;
1162
- --mdc-ripple-fg-translate-end: 0;
1163
- --mdc-ripple-fg-translate-start: 0;
1164
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1165
- will-change: transform, opacity; }
1166
- .mdc-checkbox::before, .mdc-checkbox::after {
1167
- position: absolute;
1168
- border-radius: 50%;
1169
- opacity: 0;
1170
- pointer-events: none;
1171
- content: ""; }
1172
- .mdc-checkbox::before {
1173
- transition: opacity 15ms linear, background-color 15ms linear;
1174
- z-index: 1; }
1175
- .mdc-checkbox.mdc-ripple-upgraded::before {
1176
- transform: scale(1);
1177
- transform: scale(var(--mdc-ripple-fg-scale, 1)); }
1178
- .mdc-checkbox.mdc-ripple-upgraded::after {
1179
- top: 0;
1180
- /* @noflip */
1181
- left: 0;
1182
- transform: scale(0);
1183
- transform-origin: center center; }
1184
- .mdc-checkbox.mdc-ripple-upgraded--unbounded::after {
1185
- top: 0;
1186
- top: var(--mdc-ripple-top, 0);
1187
- /* @noflip */
1188
- left: 0;
1189
- left: var(--mdc-ripple-left, 0); }
1190
- .mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after {
1191
- animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
1192
- .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after {
1193
- animation: mdc-ripple-fg-opacity-out 150ms;
1194
- transform: translate(0) scale(1);
1195
- transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
1196
- .mdc-checkbox::before, .mdc-checkbox::after {
1197
- background-color: #f05c6a; }
1198
- @supports not (-ms-ime-align: auto) {
1199
- .mdc-checkbox::before, .mdc-checkbox::after {
1200
- /* @alternate */
1201
- background-color: #f05c6a;
1202
- background-color: var(--mdc-theme-secondary, #f05c6a); } }
1203
- .mdc-checkbox:hover::before {
1204
- opacity: 0.04; }
1205
- .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before, .mdc-checkbox.mdc-ripple-upgraded--background-focused::before {
1206
- transition-duration: 75ms;
1207
- opacity: 0.12; }
1208
- .mdc-checkbox:not(.mdc-ripple-upgraded)::after {
1209
- transition: opacity 150ms linear; }
1210
- .mdc-checkbox:not(.mdc-ripple-upgraded):active::after {
1211
- transition-duration: 75ms;
1212
- opacity: 0.12; }
1213
- .mdc-checkbox.mdc-ripple-upgraded {
1214
- --mdc-ripple-fg-opacity: 0.12; }
1215
- .mdc-checkbox::before, .mdc-checkbox::after {
1216
- top: calc(50% - 50%);
1217
- /* @noflip */
1218
- left: calc(50% - 50%);
1219
- width: 100%;
1220
- height: 100%; }
1221
- .mdc-checkbox.mdc-ripple-upgraded::before, .mdc-checkbox.mdc-ripple-upgraded::after {
1222
- top: calc(50% - 50%);
1223
- top: var(--mdc-ripple-top, calc(50% - 50%));
1224
- /* @noflip */
1225
- left: calc(50% - 50%);
1226
- left: var(--mdc-ripple-left, calc(50% - 50%));
1227
- width: 100%;
1228
- width: var(--mdc-ripple-fg-size, 100%);
1229
- height: 100%;
1230
- height: var(--mdc-ripple-fg-size, 100%); }
1231
- .mdc-checkbox.mdc-ripple-upgraded::after {
1232
- width: 100%;
1233
- width: var(--mdc-ripple-fg-size, 100%);
1234
- height: 100%;
1235
- height: var(--mdc-ripple-fg-size, 100%); }
2366
+ .cropper-move {
2367
+ cursor: move; }
1236
2368
 
1237
- .mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
1238
- content: none; }
2369
+ .cropper-crop {
2370
+ cursor: crosshair; }
2371
+
2372
+ .cropper-disabled .cropper-drag-box,
2373
+ .cropper-disabled .cropper-face,
2374
+ .cropper-disabled .cropper-line,
2375
+ .cropper-disabled .cropper-point {
2376
+ cursor: not-allowed; }
1239
2377
 
1240
2378
  .mdc-elevation--z0 {
1241
2379
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12); }
@@ -1964,6 +3102,212 @@ a.mdc-list-item {
1964
3102
  .mdc-menu-item--selected .mdc-menu__selection-group-icon {
1965
3103
  display: inline; }
1966
3104
 
3105
+ .mdc-dialog,
3106
+ .mdc-dialog__scrim {
3107
+ position: fixed;
3108
+ top: 0;
3109
+ left: 0;
3110
+ align-items: center;
3111
+ justify-content: center;
3112
+ box-sizing: border-box;
3113
+ width: 100%;
3114
+ height: 100%; }
3115
+
3116
+ .mdc-dialog {
3117
+ display: none;
3118
+ z-index: 7; }
3119
+ .mdc-dialog .mdc-dialog__surface {
3120
+ background-color: #fff;
3121
+ /* @alternate */
3122
+ background-color: #fff;
3123
+ background-color: var(--mdc-theme-surface, #fff); }
3124
+ .mdc-dialog .mdc-dialog__scrim {
3125
+ background-color: rgba(0, 0, 0, 0.32); }
3126
+ .mdc-dialog .mdc-dialog__title {
3127
+ color: rgba(0, 0, 0, 0.87); }
3128
+ .mdc-dialog .mdc-dialog__content {
3129
+ color: rgba(0, 0, 0, 0.6); }
3130
+ .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
3131
+ .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
3132
+ border-color: rgba(0, 0, 0, 0.12); }
3133
+ .mdc-dialog .mdc-dialog__surface {
3134
+ min-width: 280px; }
3135
+ @media (max-width: 592px) {
3136
+ .mdc-dialog .mdc-dialog__surface {
3137
+ max-width: calc(100vw - 32px); } }
3138
+ @media (min-width: 592px) {
3139
+ .mdc-dialog .mdc-dialog__surface {
3140
+ max-width: 560px; } }
3141
+ .mdc-dialog .mdc-dialog__surface {
3142
+ max-height: calc(100vh - 32px); }
3143
+ .mdc-dialog .mdc-dialog__surface {
3144
+ border-radius: 4px; }
3145
+
3146
+ .mdc-dialog__scrim {
3147
+ opacity: 0;
3148
+ z-index: -1; }
3149
+
3150
+ .mdc-dialog__container {
3151
+ display: flex;
3152
+ flex-direction: row;
3153
+ justify-content: space-around;
3154
+ box-sizing: border-box;
3155
+ transform: scale(0.8);
3156
+ opacity: 0; }
3157
+
3158
+ .mdc-dialog__surface {
3159
+ box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
3160
+ display: flex;
3161
+ flex-direction: column;
3162
+ flex-grow: 0;
3163
+ flex-shrink: 0;
3164
+ box-sizing: border-box;
3165
+ max-width: 100%;
3166
+ max-height: 100%; }
3167
+ .mdc-dialog[dir="rtl"] .mdc-dialog__surface,
3168
+ [dir="rtl"] .mdc-dialog .mdc-dialog__surface {
3169
+ text-align: right; }
3170
+
3171
+ .mdc-dialog__title {
3172
+ display: block;
3173
+ margin-top: 0;
3174
+ /* @alternate */
3175
+ line-height: normal;
3176
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
3177
+ -moz-osx-font-smoothing: grayscale;
3178
+ -webkit-font-smoothing: antialiased;
3179
+ font-size: 1.25rem;
3180
+ line-height: 2rem;
3181
+ font-weight: 500;
3182
+ letter-spacing: 0.0125em;
3183
+ text-decoration: inherit;
3184
+ text-transform: inherit;
3185
+ display: block;
3186
+ position: relative;
3187
+ flex-shrink: 0;
3188
+ box-sizing: border-box;
3189
+ margin: 0;
3190
+ padding: 0 24px 9px;
3191
+ border-bottom: 1px solid transparent; }
3192
+ .mdc-dialog__title::before {
3193
+ display: inline-block;
3194
+ width: 0;
3195
+ height: 40px;
3196
+ content: "";
3197
+ vertical-align: 0; }
3198
+ .mdc-dialog[dir="rtl"] .mdc-dialog__title,
3199
+ [dir="rtl"] .mdc-dialog .mdc-dialog__title {
3200
+ text-align: right; }
3201
+
3202
+ .mdc-dialog--scrollable .mdc-dialog__title {
3203
+ padding-bottom: 15px; }
3204
+
3205
+ .mdc-dialog__content {
3206
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
3207
+ -moz-osx-font-smoothing: grayscale;
3208
+ -webkit-font-smoothing: antialiased;
3209
+ font-size: 1rem;
3210
+ line-height: 1.5rem;
3211
+ font-weight: 400;
3212
+ letter-spacing: 0.03125em;
3213
+ text-decoration: inherit;
3214
+ text-transform: inherit;
3215
+ flex-grow: 1;
3216
+ box-sizing: border-box;
3217
+ margin: 0;
3218
+ padding: 20px 24px;
3219
+ overflow: auto;
3220
+ -webkit-overflow-scrolling: touch; }
3221
+ .mdc-dialog__content > :first-child {
3222
+ margin-top: 0; }
3223
+ .mdc-dialog__content > :last-child {
3224
+ margin-bottom: 0; }
3225
+
3226
+ .mdc-dialog__title + .mdc-dialog__content {
3227
+ padding-top: 0; }
3228
+
3229
+ .mdc-dialog--scrollable .mdc-dialog__content {
3230
+ padding-top: 8px;
3231
+ padding-bottom: 8px; }
3232
+
3233
+ .mdc-dialog__content .mdc-list:first-child:last-child {
3234
+ padding: 6px 0 0; }
3235
+
3236
+ .mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
3237
+ padding: 0; }
3238
+
3239
+ .mdc-dialog__actions {
3240
+ display: flex;
3241
+ position: relative;
3242
+ flex-shrink: 0;
3243
+ flex-wrap: wrap;
3244
+ align-items: center;
3245
+ justify-content: flex-end;
3246
+ box-sizing: border-box;
3247
+ min-height: 52px;
3248
+ margin: 0;
3249
+ padding: 8px;
3250
+ border-top: 1px solid transparent; }
3251
+ .mdc-dialog--stacked .mdc-dialog__actions {
3252
+ flex-direction: column;
3253
+ align-items: flex-end; }
3254
+
3255
+ .mdc-dialog__button {
3256
+ /* @noflip */
3257
+ margin-left: 8px;
3258
+ /* @noflip */
3259
+ margin-right: 0;
3260
+ max-width: 100%;
3261
+ text-align: right; }
3262
+ [dir="rtl"] .mdc-dialog__button, .mdc-dialog__button[dir="rtl"] {
3263
+ /* @noflip */
3264
+ margin-left: 0;
3265
+ /* @noflip */
3266
+ margin-right: 8px; }
3267
+ .mdc-dialog__button:first-child {
3268
+ /* @noflip */
3269
+ margin-left: 0;
3270
+ /* @noflip */
3271
+ margin-right: 0; }
3272
+ [dir="rtl"] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir="rtl"] {
3273
+ /* @noflip */
3274
+ margin-left: 0;
3275
+ /* @noflip */
3276
+ margin-right: 0; }
3277
+ .mdc-dialog[dir="rtl"] .mdc-dialog__button,
3278
+ [dir="rtl"] .mdc-dialog .mdc-dialog__button {
3279
+ text-align: left; }
3280
+ .mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
3281
+ margin-top: 12px; }
3282
+
3283
+ .mdc-dialog--open,
3284
+ .mdc-dialog--opening,
3285
+ .mdc-dialog--closing {
3286
+ display: flex; }
3287
+
3288
+ .mdc-dialog--opening .mdc-dialog__scrim {
3289
+ transition: opacity 150ms linear; }
3290
+
3291
+ .mdc-dialog--opening .mdc-dialog__container {
3292
+ transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3293
+
3294
+ .mdc-dialog--closing .mdc-dialog__scrim,
3295
+ .mdc-dialog--closing .mdc-dialog__container {
3296
+ transition: opacity 75ms linear; }
3297
+
3298
+ .mdc-dialog--closing .mdc-dialog__container {
3299
+ transform: scale(1); }
3300
+
3301
+ .mdc-dialog--open .mdc-dialog__scrim {
3302
+ opacity: 1; }
3303
+
3304
+ .mdc-dialog--open .mdc-dialog__container {
3305
+ transform: scale(1);
3306
+ opacity: 1; }
3307
+
3308
+ .mdc-dialog-scroll-lock {
3309
+ overflow: hidden; }
3310
+
1967
3311
  .mdc-radio {
1968
3312
  display: inline-block;
1969
3313
  position: relative;
@@ -3534,6 +4878,12 @@ a.mdc-list-item {
3534
4878
  .mdc-notched-outline__trailing {
3535
4879
  border-color: #9e9e9e; }
3536
4880
 
4881
+ .mdc-select--no-arrow .mdc-select__native-control {
4882
+ padding-right: 1rem; }
4883
+
4884
+ .mdc-select--no-arrow .mdc-select__dropdown-icon {
4885
+ display: none; }
4886
+
3537
4887
  .mdc-switch {
3538
4888
  display: inline-block;
3539
4889
  position: relative;
@@ -5074,8 +6424,8 @@ a.mdc-list-item {
5074
6424
  .mdc-text-field--dense + .mdc-text-field-helper-line {
5075
6425
  margin-bottom: 4px; }
5076
6426
  .mdc-text-field + .mdc-text-field-helper-line {
5077
- padding-right: 16px;
5078
- padding-left: 16px; }
6427
+ padding-right: 0;
6428
+ padding-left: 0; }
5079
6429
 
5080
6430
  .mdc-form-field > .mdc-text-field + label {
5081
6431
  align-self: flex-start; }
@@ -5414,3 +6764,129 @@ a.mdc-list-item {
5414
6764
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
5415
6765
  .mdc-notched-outline__trailing {
5416
6766
  border-color: #9e9e9e; }
6767
+
6768
+ .dzu-dropzone {
6769
+ display: flex;
6770
+ flex-direction: column;
6771
+ align-items: center;
6772
+ width: 100%;
6773
+ min-height: 120px;
6774
+ overflow: scroll;
6775
+ margin: 0 auto;
6776
+ position: relative;
6777
+ box-sizing: border-box;
6778
+ transition: all .15s linear;
6779
+ border: 2px solid #d9d9d9;
6780
+ border-radius: 4px; }
6781
+
6782
+ .dzu-dropzoneActive {
6783
+ background-color: #DEEBFF;
6784
+ border-color: #2484FF; }
6785
+
6786
+ .dzu-dropzoneDisabled {
6787
+ opacity: 0.5; }
6788
+
6789
+ .dzu-dropzoneDisabled *:hover {
6790
+ cursor: unset; }
6791
+
6792
+ .dzu-input {
6793
+ display: none; }
6794
+
6795
+ .dzu-inputLabel {
6796
+ display: flex;
6797
+ justify-content: center;
6798
+ align-items: center;
6799
+ position: absolute;
6800
+ top: 0;
6801
+ bottom: 0;
6802
+ left: 0;
6803
+ right: 0;
6804
+ font-family: 'Helvetica', sans-serif;
6805
+ font-size: 20px;
6806
+ font-weight: 600;
6807
+ color: #2484FF;
6808
+ -moz-osx-font-smoothing: grayscale;
6809
+ -webkit-font-smoothing: antialiased;
6810
+ cursor: pointer; }
6811
+
6812
+ .dzu-inputLabelWithFiles {
6813
+ display: flex;
6814
+ justify-content: center;
6815
+ align-items: center;
6816
+ align-self: flex-start;
6817
+ padding: 0 14px;
6818
+ min-height: 32px;
6819
+ background-color: #E6E6E6;
6820
+ color: #2484FF;
6821
+ border: none;
6822
+ font-family: 'Helvetica', sans-serif;
6823
+ border-radius: 4px;
6824
+ font-size: 14px;
6825
+ font-weight: 600;
6826
+ margin-top: 20px;
6827
+ margin-left: 3%;
6828
+ -moz-osx-font-smoothing: grayscale;
6829
+ -webkit-font-smoothing: antialiased;
6830
+ cursor: pointer; }
6831
+
6832
+ .dzu-previewContainer {
6833
+ padding: 40px 3%;
6834
+ display: flex;
6835
+ flex-direction: row;
6836
+ align-items: center;
6837
+ justify-content: space-between;
6838
+ position: relative;
6839
+ width: 100%;
6840
+ min-height: 60px;
6841
+ z-index: 1;
6842
+ border-bottom: 1px solid #ECECEC;
6843
+ box-sizing: border-box; }
6844
+
6845
+ .dzu-previewStatusContainer {
6846
+ display: flex;
6847
+ align-items: center; }
6848
+
6849
+ .dzu-previewFileName {
6850
+ font-family: 'Helvetica', sans-serif;
6851
+ font-size: 14px;
6852
+ font-weight: 400;
6853
+ color: #333333; }
6854
+
6855
+ .dzu-previewImage {
6856
+ width: auto;
6857
+ max-height: 40px;
6858
+ max-width: 140px;
6859
+ border-radius: 4px; }
6860
+
6861
+ .dzu-previewButton {
6862
+ background-size: 14px 14px;
6863
+ background-position: center;
6864
+ background-repeat: no-repeat;
6865
+ width: 14px;
6866
+ height: 14px;
6867
+ cursor: pointer;
6868
+ opacity: 0.9;
6869
+ margin: 0 0 2px 10px; }
6870
+
6871
+ .dzu-submitButtonContainer {
6872
+ margin: 24px 0;
6873
+ z-index: 1; }
6874
+
6875
+ .dzu-submitButton {
6876
+ padding: 0 14px;
6877
+ min-height: 32px;
6878
+ background-color: #2484FF;
6879
+ border: none;
6880
+ border-radius: 4px;
6881
+ font-family: 'Helvetica', sans-serif;
6882
+ font-size: 14px;
6883
+ font-weight: 600;
6884
+ color: #FFF;
6885
+ -moz-osx-font-smoothing: grayscale;
6886
+ -webkit-font-smoothing: antialiased;
6887
+ cursor: pointer; }
6888
+
6889
+ .dzu-submitButton:disabled {
6890
+ background-color: #E6E6E6;
6891
+ color: #333333;
6892
+ cursor: unset; }