@mycause/ui 0.0.0-cc06e357 → 0.0.0-ccff32ce

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 (165) hide show
  1. package/CHANGELOG.md +472 -1
  2. package/README.md +9 -0
  3. package/dist/components/anchor/anchor.d.ts +1 -1
  4. package/dist/components/anchor/anchor.stories.d.ts +1 -1
  5. package/dist/components/anchor/bold-anchor.d.ts +1 -1
  6. package/dist/components/button-select/button-select.d.ts +12 -0
  7. package/dist/components/button-select/button-select.stories.d.ts +13 -0
  8. package/dist/components/button-select/index.d.ts +1 -0
  9. package/dist/components/campaign-card/campaign-card.d.ts +9 -0
  10. package/dist/components/campaign-card/campaign-card.stories.d.ts +14 -0
  11. package/dist/components/campaign-card/index.d.ts +1 -0
  12. package/dist/components/campaign-of-month/campaign-of-month.d.ts +14 -0
  13. package/dist/components/campaign-of-month/campaign-of-month.stories.d.ts +14 -0
  14. package/dist/components/campaign-of-month/index.d.ts +1 -0
  15. package/dist/components/charity-card/charity-card.d.ts +7 -0
  16. package/dist/components/charity-card/charity-card.stories.d.ts +14 -0
  17. package/dist/components/charity-card/index.d.ts +1 -0
  18. package/dist/components/checkbox/checkbox.d.ts +16 -0
  19. package/dist/components/checkbox/checkbox.stories.d.ts +25 -0
  20. package/dist/components/checkbox/index.d.ts +1 -0
  21. package/dist/components/combo-field/combo-field.d.ts +5 -2
  22. package/dist/components/comment-section/comment-section.d.ts +23 -0
  23. package/dist/components/comment-section/comment-section.stories.d.ts +13 -0
  24. package/dist/components/comment-section/index.d.ts +1 -0
  25. package/dist/components/comment-section/sub-comments.d.ts +6 -0
  26. package/dist/components/cropper/cropper.d.ts +22 -0
  27. package/dist/components/cropper/cropper.stories.d.ts +12 -0
  28. package/dist/components/cropper/index.d.ts +1 -0
  29. package/dist/components/date-picker/date-picker.d.ts +27 -0
  30. package/dist/components/date-picker/date-picker.stories.d.ts +32 -0
  31. package/dist/components/date-picker/index.d.ts +2 -0
  32. package/dist/components/date-picker/single-date-picker.d.ts +25 -0
  33. package/dist/components/donate-card/donate-card.d.ts +8 -0
  34. package/dist/components/donate-card/donate-card.stories.d.ts +14 -0
  35. package/dist/components/donate-card/index.d.ts +1 -0
  36. package/dist/components/donation-form/donation-details.d.ts +12 -0
  37. package/dist/components/donation-form/donation-form-v2/donation-form-v2.d.ts +6 -0
  38. package/dist/components/donation-form/donation-form.d.ts +64 -0
  39. package/dist/components/donation-form/donation-form.stories.d.ts +18 -0
  40. package/dist/components/donation-form/donation-payment.d.ts +13 -0
  41. package/dist/components/donation-form/donation-select.d.ts +13 -0
  42. package/dist/components/donation-form/index.d.ts +2 -0
  43. package/dist/components/elevation/elevation.d.ts +13 -0
  44. package/dist/components/elevation/elevation.stories.d.ts +13 -0
  45. package/dist/components/elevation/index.d.ts +1 -0
  46. package/dist/components/featured-campaign-card/featured-campaign-card.d.ts +14 -0
  47. package/dist/components/featured-campaign-card/featured-campaign-card.stories.d.ts +14 -0
  48. package/dist/components/featured-campaign-card/index.d.ts +1 -0
  49. package/dist/components/featured-campaign-card /featured-campaign-card.d.ts +14 -0
  50. package/dist/components/featured-campaign-card /featured-campaign-card.stories.d.ts +14 -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/fundraising-section/fundraising-section.d.ts +9 -0
  55. package/dist/components/fundraising-section/fundraising-section.stories.d.ts +14 -0
  56. package/dist/components/fundraising-section/index.d.ts +1 -0
  57. package/dist/components/hero-banner/hero-banner.d.ts +9 -0
  58. package/dist/components/hero-banner/hero-banner.stories.d.ts +14 -0
  59. package/dist/components/hero-banner/index.d.ts +1 -0
  60. package/dist/components/horizontalbar/horizontalbar.d.ts +11 -0
  61. package/dist/components/horizontalbar/horizontalbar.stories.d.ts +26 -0
  62. package/dist/components/horizontalbar/index.d.ts +1 -0
  63. package/dist/components/icon/heart-toggle.d.ts +11 -0
  64. package/dist/components/icon/heart-toggle.stories.d.ts +13 -0
  65. package/dist/components/icon/index.d.ts +1 -1
  66. package/dist/components/index.d.ts +28 -0
  67. package/dist/components/info-procurator-campaign/index.d.ts +1 -0
  68. package/dist/components/info-procurator-campaign/info-procurator-campaign.d.ts +6 -0
  69. package/dist/components/info-procurator-campaign/info-procurator-campaign.stories.d.ts +12 -0
  70. package/dist/components/layout/box.d.ts +382 -0
  71. package/dist/components/layout/flex.d.ts +2 -1
  72. package/dist/components/layout/grid.d.ts +9 -0
  73. package/dist/components/layout/grid.stories.d.ts +13 -0
  74. package/dist/components/layout/index.d.ts +2 -0
  75. package/dist/components/list/index.d.ts +1 -0
  76. package/dist/components/list/list.d.ts +42 -0
  77. package/dist/components/list/list.stories.d.ts +43 -0
  78. package/dist/components/login/index.d.ts +1 -0
  79. package/dist/components/login/login.d.ts +15 -0
  80. package/dist/components/login/login.stories.d.ts +19 -0
  81. package/dist/components/logo/logo-type.d.ts +2 -1
  82. package/dist/components/menu/index.d.ts +2 -0
  83. package/dist/components/menu/menu-list-divider.d.ts +2 -0
  84. package/dist/components/menu/menu-list-item-meta.d.ts +2 -0
  85. package/dist/components/modal/index.d.ts +1 -0
  86. package/dist/components/modal/modal.d.ts +20 -0
  87. package/dist/components/modal/modal.stories.d.ts +31 -0
  88. package/dist/components/nav/icons/IconBigger.d.ts +5 -0
  89. package/dist/components/nav/icons/IconSmaller.d.ts +5 -0
  90. package/dist/components/nav/index.d.ts +1 -0
  91. package/dist/components/nav/nav-actions.d.ts +5 -0
  92. package/dist/components/nav/nav-bar.d.ts +7 -0
  93. package/dist/components/nav/nav-call-to-action.d.ts +5 -0
  94. package/dist/components/nav/nav-expanded-charity.d.ts +13 -0
  95. package/dist/components/nav/nav-expanded.d.ts +14 -0
  96. package/dist/components/nav/nav-list.d.ts +29 -0
  97. package/dist/components/nav/nav-menu-control.d.ts +8 -0
  98. package/dist/components/nav/nav-menu.d.ts +12 -0
  99. package/dist/components/nav/nav-search-control.d.ts +8 -0
  100. package/dist/components/nav/nav-search.d.ts +9 -0
  101. package/dist/components/nav/nav-sign-in-control.d.ts +12 -0
  102. package/dist/components/nav/nav-user-menu-items.d.ts +20 -0
  103. package/dist/components/nav/nav-user-menu.d.ts +18 -0
  104. package/dist/components/nav/nav.d.ts +56 -0
  105. package/dist/components/nav/nav.stories.d.ts +11 -0
  106. package/dist/components/navigation/navigation-bar.d.ts +2 -1
  107. package/dist/components/navigation/navigation-expanded.d.ts +3 -8
  108. package/dist/components/navigation/navigation-list.d.ts +3 -1
  109. package/dist/components/navigation/navigation-menu.d.ts +2 -1
  110. package/dist/components/navigation/navigation-sign-in-control.d.ts +6 -3
  111. package/dist/components/navigation/navigation-user-menu-items.d.ts +12 -9
  112. package/dist/components/navigation/navigation-user-menu.d.ts +4 -15
  113. package/dist/components/navigation/navigation.d.ts +37 -17
  114. package/dist/components/navigation/navigation.stories.d.ts +3 -21
  115. package/dist/components/phone-number-input/index.d.ts +2 -0
  116. package/dist/components/phone-number-input/phone-number-input.d.ts +25 -0
  117. package/dist/components/phone-number-input/phone-number-input.stories.d.ts +13 -0
  118. package/dist/components/phone-number-input/util.d.ts +2 -0
  119. package/dist/components/popup/index.d.ts +1 -0
  120. package/dist/components/popup/popup.d.ts +8 -0
  121. package/dist/components/popup/popup.stories.d.ts +14 -0
  122. package/dist/components/progressbar/index.d.ts +1 -0
  123. package/dist/components/progressbar/progressbar.d.ts +8 -0
  124. package/dist/components/progressbar/progressbar.stories.d.ts +14 -0
  125. package/dist/components/radio/index.d.ts +2 -0
  126. package/dist/components/radio/radio-group.d.ts +16 -0
  127. package/dist/components/radio/radio-group.stories.d.ts +13 -0
  128. package/dist/components/radio/radio.d.ts +17 -0
  129. package/dist/components/radio/radio.stories.d.ts +25 -0
  130. package/dist/components/select/index.d.ts +1 -0
  131. package/dist/components/select/select-helper-text.d.ts +7 -0
  132. package/dist/components/select/select.d.ts +11 -5
  133. package/dist/components/select/select.stories.d.ts +2 -21
  134. package/dist/components/spinner/index.d.ts +1 -0
  135. package/dist/components/spinner/spinner.d.ts +8 -0
  136. package/dist/components/spinner/spinner.stories.d.ts +13 -0
  137. package/dist/components/start-campaign-card/index.d.ts +1 -0
  138. package/dist/components/start-campaign-card/start-campaign-card.d.ts +8 -0
  139. package/dist/components/start-campaign-card/start-campaign-card.stories.d.ts +14 -0
  140. package/dist/components/statistics/index.d.ts +1 -0
  141. package/dist/components/statistics/statistics.d.ts +13 -0
  142. package/dist/components/statistics/statistics.stories.d.ts +13 -0
  143. package/dist/components/switch/index.d.ts +1 -0
  144. package/dist/components/switch/switch.d.ts +14 -0
  145. package/dist/components/switch/switch.stories.d.ts +25 -0
  146. package/dist/components/tabs/nav-tabs.d.ts +18 -0
  147. package/dist/components/tabs/tab.d.ts +1 -0
  148. package/dist/components/tabs/tabs.d.ts +5 -2
  149. package/dist/components/text/text.d.ts +5 -2
  150. package/dist/components/text/text.stories.d.ts +10 -1
  151. package/dist/components/text-field/index.d.ts +1 -0
  152. package/dist/components/text-field/text-field.d.ts +5 -3
  153. package/dist/components/text-field/text-field.stories.d.ts +2 -51
  154. package/dist/components/uploader/index.d.ts +1 -0
  155. package/dist/components/uploader/uploader.d.ts +23 -0
  156. package/dist/index.d.ts +1 -1
  157. package/dist/index.esm.js +10047 -1191
  158. package/dist/index.js +10024 -1125
  159. package/dist/theme/index.d.ts +2 -0
  160. package/dist/utils/parse-numbers.d.ts +2 -0
  161. package/package.json +21 -1
  162. package/styles/index.css +2445 -16
  163. package/styles/reset.css +1 -0
  164. package/dist/components/mycause-statistics/index.d.ts +0 -1
  165. 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;
@@ -831,6 +832,1624 @@ svg.mdc-button__icon {
831
832
  .mdc-chip-set {
832
833
  padding: 4px 0; }
833
834
 
835
+ @keyframes mdc-checkbox-unchecked-checked-checkmark-path {
836
+ 0%,
837
+ 50% {
838
+ stroke-dashoffset: 29.78334; }
839
+ 50% {
840
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1); }
841
+ 100% {
842
+ stroke-dashoffset: 0; } }
843
+
844
+ @keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
845
+ 0%,
846
+ 68.2% {
847
+ transform: scaleX(0); }
848
+ 68.2% {
849
+ animation-timing-function: cubic-bezier(0, 0, 0, 1); }
850
+ 100% {
851
+ transform: scaleX(1); } }
852
+
853
+ @keyframes mdc-checkbox-checked-unchecked-checkmark-path {
854
+ from {
855
+ animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
856
+ opacity: 1;
857
+ stroke-dashoffset: 0; }
858
+ to {
859
+ opacity: 0;
860
+ stroke-dashoffset: -29.78334; } }
861
+
862
+ @keyframes mdc-checkbox-checked-indeterminate-checkmark {
863
+ from {
864
+ animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
865
+ transform: rotate(0deg);
866
+ opacity: 1; }
867
+ to {
868
+ transform: rotate(45deg);
869
+ opacity: 0; } }
870
+
871
+ @keyframes mdc-checkbox-indeterminate-checked-checkmark {
872
+ from {
873
+ animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
874
+ transform: rotate(45deg);
875
+ opacity: 0; }
876
+ to {
877
+ transform: rotate(360deg);
878
+ opacity: 1; } }
879
+
880
+ @keyframes mdc-checkbox-checked-indeterminate-mixedmark {
881
+ from {
882
+ animation-timing-function: mdc-animation-deceleration-curve-timing-function;
883
+ transform: rotate(-45deg);
884
+ opacity: 0; }
885
+ to {
886
+ transform: rotate(0deg);
887
+ opacity: 1; } }
888
+
889
+ @keyframes mdc-checkbox-indeterminate-checked-mixedmark {
890
+ from {
891
+ animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
892
+ transform: rotate(0deg);
893
+ opacity: 1; }
894
+ to {
895
+ transform: rotate(315deg);
896
+ opacity: 0; } }
897
+
898
+ @keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
899
+ 0% {
900
+ animation-timing-function: linear;
901
+ transform: scaleX(1);
902
+ opacity: 1; }
903
+ 32.8%,
904
+ 100% {
905
+ transform: scaleX(0);
906
+ opacity: 0; } }
907
+
908
+ .mdc-checkbox {
909
+ display: inline-block;
910
+ position: relative;
911
+ flex: 0 0 18px;
912
+ box-sizing: content-box;
913
+ width: 18px;
914
+ height: 18px;
915
+ padding: 11px;
916
+ line-height: 0;
917
+ white-space: nowrap;
918
+ cursor: pointer;
919
+ vertical-align: bottom; }
920
+
921
+ .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
922
+ border-color: rgba(0, 0, 0, 0.54);
923
+ background-color: transparent; }
924
+
925
+ .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
926
+ .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
927
+ border-color: #f05c6a;
928
+ /* @alternate */
929
+ border-color: #f05c6a;
930
+ border-color: var(--mdc-theme-secondary, #f05c6a);
931
+ background-color: #f05c6a;
932
+ /* @alternate */
933
+ background-color: #f05c6a;
934
+ background-color: var(--mdc-theme-secondary, #f05c6a); }
935
+
936
+ @keyframes mdc-checkbox-fade-in-background-0 {
937
+ 0% {
938
+ border-color: rgba(0, 0, 0, 0.54);
939
+ background-color: transparent; }
940
+ 50% {
941
+ border-color: #f05c6a;
942
+ /* @alternate */
943
+ border-color: #f05c6a;
944
+ border-color: var(--mdc-theme-secondary, #f05c6a);
945
+ background-color: #f05c6a;
946
+ /* @alternate */
947
+ background-color: #f05c6a;
948
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
949
+
950
+ @keyframes mdc-checkbox-fade-out-background-0 {
951
+ 0%,
952
+ 80% {
953
+ border-color: #f05c6a;
954
+ /* @alternate */
955
+ border-color: #f05c6a;
956
+ border-color: var(--mdc-theme-secondary, #f05c6a);
957
+ background-color: #f05c6a;
958
+ /* @alternate */
959
+ background-color: #f05c6a;
960
+ background-color: var(--mdc-theme-secondary, #f05c6a); }
961
+ 100% {
962
+ border-color: rgba(0, 0, 0, 0.54);
963
+ background-color: transparent; } }
964
+
965
+ .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
966
+ animation-name: mdc-checkbox-fade-in-background-0; }
967
+
968
+ .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
969
+ animation-name: mdc-checkbox-fade-out-background-0; }
970
+
971
+ .mdc-checkbox__checkmark {
972
+ color: #fff; }
973
+
974
+ .mdc-checkbox__mixedmark {
975
+ border-color: #fff; }
976
+
977
+ .mdc-checkbox__background::before {
978
+ background-color: #f05c6a; }
979
+ @supports not (-ms-ime-align: auto) {
980
+ .mdc-checkbox__background::before {
981
+ /* @alternate */
982
+ background-color: #f05c6a;
983
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
984
+
985
+ .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
986
+ border-color: rgba(0, 0, 0, 0.26); }
987
+
988
+ .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
989
+ .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
990
+ border-color: transparent;
991
+ background-color: rgba(0, 0, 0, 0.26); }
992
+
993
+ @media screen and (-ms-high-contrast: active) {
994
+ .mdc-checkbox__mixedmark {
995
+ margin: 0 1px; } }
996
+
997
+ .mdc-checkbox--disabled {
998
+ cursor: default;
999
+ pointer-events: none; }
1000
+
1001
+ .mdc-checkbox__background {
1002
+ /* @noflip */
1003
+ left: 11px;
1004
+ /* @noflip */
1005
+ right: auto;
1006
+ right: initial;
1007
+ display: inline-flex;
1008
+ position: absolute;
1009
+ top: 11px;
1010
+ bottom: 0;
1011
+ align-items: center;
1012
+ justify-content: center;
1013
+ box-sizing: border-box;
1014
+ width: 45%;
1015
+ height: 45%;
1016
+ border: 2px solid currentColor;
1017
+ border-radius: 2px;
1018
+ background-color: transparent;
1019
+ pointer-events: none;
1020
+ will-change: background-color, border-color;
1021
+ transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1022
+ .mdc-checkbox[dir="rtl"] .mdc-checkbox__background,
1023
+ [dir="rtl"] .mdc-checkbox .mdc-checkbox__background {
1024
+ /* @noflip */
1025
+ left: auto;
1026
+ left: initial;
1027
+ /* @noflip */
1028
+ right: 11px; }
1029
+
1030
+ .mdc-checkbox__checkmark {
1031
+ position: absolute;
1032
+ top: 0;
1033
+ right: 0;
1034
+ bottom: 0;
1035
+ left: 0;
1036
+ width: 100%;
1037
+ opacity: 0;
1038
+ transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1039
+ .mdc-checkbox--upgraded .mdc-checkbox__checkmark {
1040
+ opacity: 1; }
1041
+
1042
+ .mdc-checkbox__checkmark-path {
1043
+ transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
1044
+ stroke: currentColor;
1045
+ stroke-width: 3.12px;
1046
+ stroke-dashoffset: 29.78334;
1047
+ stroke-dasharray: 29.78334; }
1048
+
1049
+ .mdc-checkbox__mixedmark {
1050
+ width: 100%;
1051
+ height: 0;
1052
+ transform: scaleX(0) rotate(0deg);
1053
+ border-width: 1px;
1054
+ border-style: solid;
1055
+ opacity: 0;
1056
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1057
+
1058
+ .mdc-checkbox--upgraded .mdc-checkbox__background,
1059
+ .mdc-checkbox--upgraded .mdc-checkbox__checkmark,
1060
+ .mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
1061
+ .mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
1062
+ transition: none !important; }
1063
+
1064
+ .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background, .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background, .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background, .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
1065
+ animation-duration: 180ms;
1066
+ animation-timing-function: linear; }
1067
+
1068
+ .mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
1069
+ animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
1070
+ transition: none; }
1071
+
1072
+ .mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
1073
+ animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
1074
+ transition: none; }
1075
+
1076
+ .mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
1077
+ animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
1078
+ transition: none; }
1079
+
1080
+ .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
1081
+ animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
1082
+ transition: none; }
1083
+
1084
+ .mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
1085
+ animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
1086
+ transition: none; }
1087
+
1088
+ .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
1089
+ animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
1090
+ transition: none; }
1091
+
1092
+ .mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
1093
+ animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
1094
+ transition: none; }
1095
+
1096
+ .mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
1097
+ animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
1098
+ transition: none; }
1099
+
1100
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
1101
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
1102
+ transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1); }
1103
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path,
1104
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark-path {
1105
+ stroke-dashoffset: 0; }
1106
+
1107
+ .mdc-checkbox__background::before {
1108
+ position: absolute;
1109
+ top: 0;
1110
+ right: 0;
1111
+ bottom: 0;
1112
+ left: 0;
1113
+ width: 100%;
1114
+ height: 100%;
1115
+ transform: scale(0, 0);
1116
+ border-radius: 50%;
1117
+ opacity: 0;
1118
+ pointer-events: none;
1119
+ content: "";
1120
+ will-change: opacity, transform;
1121
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1122
+
1123
+ .mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
1124
+ transform: scale(2.75, 2.75);
1125
+ opacity: 0.12;
1126
+ transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1); }
1127
+
1128
+ .mdc-checkbox__native-control {
1129
+ position: absolute;
1130
+ top: 0;
1131
+ left: 0;
1132
+ width: 100%;
1133
+ height: 100%;
1134
+ margin: 0;
1135
+ padding: 0;
1136
+ opacity: 0;
1137
+ cursor: inherit; }
1138
+ .mdc-checkbox__native-control:disabled {
1139
+ cursor: default;
1140
+ pointer-events: none; }
1141
+
1142
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
1143
+ transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
1144
+ opacity: 1; }
1145
+
1146
+ .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
1147
+ transform: scaleX(1) rotate(-45deg); }
1148
+
1149
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
1150
+ transform: rotate(45deg);
1151
+ opacity: 0;
1152
+ transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
1153
+
1154
+ .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
1155
+ transform: scaleX(1) rotate(0deg);
1156
+ opacity: 1; }
1157
+
1158
+ .mdc-checkbox {
1159
+ --mdc-ripple-fg-size: 0;
1160
+ --mdc-ripple-left: 0;
1161
+ --mdc-ripple-top: 0;
1162
+ --mdc-ripple-fg-scale: 1;
1163
+ --mdc-ripple-fg-translate-end: 0;
1164
+ --mdc-ripple-fg-translate-start: 0;
1165
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
1166
+ will-change: transform, opacity; }
1167
+ .mdc-checkbox::before, .mdc-checkbox::after {
1168
+ position: absolute;
1169
+ border-radius: 50%;
1170
+ opacity: 0;
1171
+ pointer-events: none;
1172
+ content: ""; }
1173
+ .mdc-checkbox::before {
1174
+ transition: opacity 15ms linear, background-color 15ms linear;
1175
+ z-index: 1; }
1176
+ .mdc-checkbox.mdc-ripple-upgraded::before {
1177
+ transform: scale(1);
1178
+ transform: scale(var(--mdc-ripple-fg-scale, 1)); }
1179
+ .mdc-checkbox.mdc-ripple-upgraded::after {
1180
+ top: 0;
1181
+ /* @noflip */
1182
+ left: 0;
1183
+ transform: scale(0);
1184
+ transform-origin: center center; }
1185
+ .mdc-checkbox.mdc-ripple-upgraded--unbounded::after {
1186
+ top: 0;
1187
+ top: var(--mdc-ripple-top, 0);
1188
+ /* @noflip */
1189
+ left: 0;
1190
+ left: var(--mdc-ripple-left, 0); }
1191
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-activation::after {
1192
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
1193
+ .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation::after {
1194
+ animation: mdc-ripple-fg-opacity-out 150ms;
1195
+ transform: translate(0) scale(1);
1196
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
1197
+ .mdc-checkbox::before, .mdc-checkbox::after {
1198
+ background-color: #f05c6a; }
1199
+ @supports not (-ms-ime-align: auto) {
1200
+ .mdc-checkbox::before, .mdc-checkbox::after {
1201
+ /* @alternate */
1202
+ background-color: #f05c6a;
1203
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
1204
+ .mdc-checkbox:hover::before {
1205
+ opacity: 0.04; }
1206
+ .mdc-checkbox:not(.mdc-ripple-upgraded):focus::before, .mdc-checkbox.mdc-ripple-upgraded--background-focused::before {
1207
+ transition-duration: 75ms;
1208
+ opacity: 0.12; }
1209
+ .mdc-checkbox:not(.mdc-ripple-upgraded)::after {
1210
+ transition: opacity 150ms linear; }
1211
+ .mdc-checkbox:not(.mdc-ripple-upgraded):active::after {
1212
+ transition-duration: 75ms;
1213
+ opacity: 0.12; }
1214
+ .mdc-checkbox.mdc-ripple-upgraded {
1215
+ --mdc-ripple-fg-opacity: 0.12; }
1216
+ .mdc-checkbox::before, .mdc-checkbox::after {
1217
+ top: calc(50% - 50%);
1218
+ /* @noflip */
1219
+ left: calc(50% - 50%);
1220
+ width: 100%;
1221
+ height: 100%; }
1222
+ .mdc-checkbox.mdc-ripple-upgraded::before, .mdc-checkbox.mdc-ripple-upgraded::after {
1223
+ top: calc(50% - 50%);
1224
+ top: var(--mdc-ripple-top, calc(50% - 50%));
1225
+ /* @noflip */
1226
+ left: calc(50% - 50%);
1227
+ left: var(--mdc-ripple-left, calc(50% - 50%));
1228
+ width: 100%;
1229
+ width: var(--mdc-ripple-fg-size, 100%);
1230
+ height: 100%;
1231
+ height: var(--mdc-ripple-fg-size, 100%); }
1232
+ .mdc-checkbox.mdc-ripple-upgraded::after {
1233
+ width: 100%;
1234
+ width: var(--mdc-ripple-fg-size, 100%);
1235
+ height: 100%;
1236
+ height: var(--mdc-ripple-fg-size, 100%); }
1237
+
1238
+ .mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
1239
+ content: none; }
1240
+
1241
+ .PresetDateRangePicker_panel {
1242
+ padding: 0 22px 11px; }
1243
+
1244
+ .PresetDateRangePicker_button {
1245
+ position: relative;
1246
+ height: 100%;
1247
+ text-align: center;
1248
+ background: 0 0;
1249
+ border: 2px solid #00a699;
1250
+ color: #00a699;
1251
+ padding: 4px 12px;
1252
+ margin-right: 8px;
1253
+ font: inherit;
1254
+ font-weight: 700;
1255
+ line-height: normal;
1256
+ overflow: visible;
1257
+ box-sizing: border-box;
1258
+ cursor: pointer; }
1259
+
1260
+ .PresetDateRangePicker_button:active {
1261
+ outline: 0; }
1262
+
1263
+ .PresetDateRangePicker_button__selected {
1264
+ color: #fff;
1265
+ background: #00a699; }
1266
+
1267
+ .SingleDatePickerInput {
1268
+ display: inline-block;
1269
+ background-color: #fff; }
1270
+
1271
+ .SingleDatePickerInput__withBorder {
1272
+ border-radius: 2px;
1273
+ border: 1px solid #dbdbdb; }
1274
+
1275
+ .SingleDatePickerInput__rtl {
1276
+ direction: rtl; }
1277
+
1278
+ .SingleDatePickerInput__disabled {
1279
+ background-color: #f2f2f2; }
1280
+
1281
+ .SingleDatePickerInput__block {
1282
+ display: block; }
1283
+
1284
+ .SingleDatePickerInput__showClearDate {
1285
+ padding-right: 30px; }
1286
+
1287
+ .SingleDatePickerInput_clearDate {
1288
+ background: 0 0;
1289
+ border: 0;
1290
+ color: inherit;
1291
+ font: inherit;
1292
+ line-height: normal;
1293
+ overflow: visible;
1294
+ cursor: pointer;
1295
+ padding: 10px;
1296
+ margin: 0 10px 0 5px;
1297
+ position: absolute;
1298
+ right: 0;
1299
+ top: 50%;
1300
+ transform: translateY(-50%); }
1301
+
1302
+ .SingleDatePickerInput_clearDate__default:focus,
1303
+ .SingleDatePickerInput_clearDate__default:hover {
1304
+ background: #dbdbdb;
1305
+ border-radius: 50%; }
1306
+
1307
+ .SingleDatePickerInput_clearDate__small {
1308
+ padding: 6px; }
1309
+
1310
+ .SingleDatePickerInput_clearDate__hide {
1311
+ visibility: hidden; }
1312
+
1313
+ .SingleDatePickerInput_clearDate_svg {
1314
+ fill: #82888a;
1315
+ height: 12px;
1316
+ width: 15px;
1317
+ vertical-align: middle; }
1318
+
1319
+ .SingleDatePickerInput_clearDate_svg__small {
1320
+ height: 9px; }
1321
+
1322
+ .SingleDatePickerInput_calendarIcon {
1323
+ background: 0 0;
1324
+ border: 0;
1325
+ color: inherit;
1326
+ font: inherit;
1327
+ line-height: normal;
1328
+ overflow: visible;
1329
+ cursor: pointer;
1330
+ display: inline-block;
1331
+ vertical-align: middle;
1332
+ padding: 10px;
1333
+ margin: 0 5px 0 10px; }
1334
+
1335
+ .SingleDatePickerInput_calendarIcon_svg {
1336
+ fill: #82888a;
1337
+ height: 15px;
1338
+ width: 14px;
1339
+ vertical-align: middle; }
1340
+
1341
+ .SingleDatePicker {
1342
+ position: relative;
1343
+ display: inline-block; }
1344
+
1345
+ .SingleDatePicker__block {
1346
+ display: block; }
1347
+
1348
+ .SingleDatePicker_picker {
1349
+ z-index: 1;
1350
+ background-color: #fff;
1351
+ position: absolute; }
1352
+
1353
+ .SingleDatePicker_picker__rtl {
1354
+ direction: rtl; }
1355
+
1356
+ .SingleDatePicker_picker__directionLeft {
1357
+ left: 0; }
1358
+
1359
+ .SingleDatePicker_picker__directionRight {
1360
+ right: 0; }
1361
+
1362
+ .SingleDatePicker_picker__portal {
1363
+ background-color: rgba(0, 0, 0, 0.3);
1364
+ position: fixed;
1365
+ top: 0;
1366
+ left: 0;
1367
+ height: 100%;
1368
+ width: 100%; }
1369
+
1370
+ .SingleDatePicker_picker__fullScreenPortal {
1371
+ background-color: #fff; }
1372
+
1373
+ .SingleDatePicker_closeButton {
1374
+ background: 0 0;
1375
+ border: 0;
1376
+ color: inherit;
1377
+ font: inherit;
1378
+ line-height: normal;
1379
+ overflow: visible;
1380
+ cursor: pointer;
1381
+ position: absolute;
1382
+ top: 0;
1383
+ right: 0;
1384
+ padding: 15px;
1385
+ z-index: 2; }
1386
+
1387
+ .SingleDatePicker_closeButton:focus,
1388
+ .SingleDatePicker_closeButton:hover {
1389
+ color: #b0b3b4;
1390
+ text-decoration: none; }
1391
+
1392
+ .SingleDatePicker_closeButton_svg {
1393
+ height: 15px;
1394
+ width: 15px;
1395
+ fill: #cacccd; }
1396
+
1397
+ .DayPickerKeyboardShortcuts_buttonReset {
1398
+ background: 0 0;
1399
+ border: 0;
1400
+ border-radius: 0;
1401
+ color: inherit;
1402
+ font: inherit;
1403
+ line-height: normal;
1404
+ overflow: visible;
1405
+ padding: 0;
1406
+ cursor: pointer;
1407
+ font-size: 14px; }
1408
+
1409
+ .DayPickerKeyboardShortcuts_buttonReset:active {
1410
+ outline: 0; }
1411
+
1412
+ .DayPickerKeyboardShortcuts_show {
1413
+ width: 33px;
1414
+ height: 26px;
1415
+ position: absolute;
1416
+ z-index: 2; }
1417
+
1418
+ .DayPickerKeyboardShortcuts_show::before {
1419
+ content: "";
1420
+ display: block;
1421
+ position: absolute; }
1422
+
1423
+ .DayPickerKeyboardShortcuts_show__bottomRight {
1424
+ bottom: 0;
1425
+ right: 0; }
1426
+
1427
+ .DayPickerKeyboardShortcuts_show__bottomRight::before {
1428
+ border-top: 26px solid transparent;
1429
+ border-right: 33px solid #00a699;
1430
+ bottom: 0;
1431
+ right: 0; }
1432
+
1433
+ .DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
1434
+ border-right: 33px solid #008489; }
1435
+
1436
+ .DayPickerKeyboardShortcuts_show__topRight {
1437
+ top: 0;
1438
+ right: 0; }
1439
+
1440
+ .DayPickerKeyboardShortcuts_show__topRight::before {
1441
+ border-bottom: 26px solid transparent;
1442
+ border-right: 33px solid #00a699;
1443
+ top: 0;
1444
+ right: 0; }
1445
+
1446
+ .DayPickerKeyboardShortcuts_show__topRight:hover::before {
1447
+ border-right: 33px solid #008489; }
1448
+
1449
+ .DayPickerKeyboardShortcuts_show__topLeft {
1450
+ top: 0;
1451
+ left: 0; }
1452
+
1453
+ .DayPickerKeyboardShortcuts_show__topLeft::before {
1454
+ border-bottom: 26px solid transparent;
1455
+ border-left: 33px solid #00a699;
1456
+ top: 0;
1457
+ left: 0; }
1458
+
1459
+ .DayPickerKeyboardShortcuts_show__topLeft:hover::before {
1460
+ border-left: 33px solid #008489; }
1461
+
1462
+ .DayPickerKeyboardShortcuts_showSpan {
1463
+ color: #fff;
1464
+ position: absolute; }
1465
+
1466
+ .DayPickerKeyboardShortcuts_showSpan__bottomRight {
1467
+ bottom: 0;
1468
+ right: 5px; }
1469
+
1470
+ .DayPickerKeyboardShortcuts_showSpan__topRight {
1471
+ top: 1px;
1472
+ right: 5px; }
1473
+
1474
+ .DayPickerKeyboardShortcuts_showSpan__topLeft {
1475
+ top: 1px;
1476
+ left: 5px; }
1477
+
1478
+ .DayPickerKeyboardShortcuts_panel {
1479
+ overflow: auto;
1480
+ background: #fff;
1481
+ border: 1px solid #dbdbdb;
1482
+ border-radius: 2px;
1483
+ position: absolute;
1484
+ top: 0;
1485
+ bottom: 0;
1486
+ right: 0;
1487
+ left: 0;
1488
+ z-index: 2;
1489
+ padding: 22px;
1490
+ margin: 33px;
1491
+ text-align: left; }
1492
+
1493
+ .DayPickerKeyboardShortcuts_title {
1494
+ font-size: 16px;
1495
+ font-weight: 700;
1496
+ margin: 0; }
1497
+
1498
+ .DayPickerKeyboardShortcuts_list {
1499
+ list-style: none;
1500
+ padding: 0;
1501
+ font-size: 14px; }
1502
+
1503
+ .DayPickerKeyboardShortcuts_close {
1504
+ position: absolute;
1505
+ right: 22px;
1506
+ top: 22px;
1507
+ z-index: 2; }
1508
+
1509
+ .DayPickerKeyboardShortcuts_close:active {
1510
+ outline: 0; }
1511
+
1512
+ .DayPickerKeyboardShortcuts_closeSvg {
1513
+ height: 15px;
1514
+ width: 15px;
1515
+ fill: #cacccd; }
1516
+
1517
+ .DayPickerKeyboardShortcuts_closeSvg:focus,
1518
+ .DayPickerKeyboardShortcuts_closeSvg:hover {
1519
+ fill: #82888a; }
1520
+
1521
+ .CalendarDay {
1522
+ box-sizing: border-box;
1523
+ cursor: pointer;
1524
+ font-size: 14px;
1525
+ text-align: center; }
1526
+
1527
+ .CalendarDay:active {
1528
+ outline: 0; }
1529
+
1530
+ .CalendarDay__defaultCursor {
1531
+ cursor: default; }
1532
+
1533
+ .CalendarDay__default {
1534
+ border: 1px solid #e4e7e7;
1535
+ color: #484848;
1536
+ background: #fff; }
1537
+
1538
+ .CalendarDay__default:hover {
1539
+ background: #e4e7e7;
1540
+ border: 1px solid #e4e7e7;
1541
+ color: inherit; }
1542
+
1543
+ .CalendarDay__hovered_offset {
1544
+ background: #f4f5f5;
1545
+ border: 1px double #e4e7e7;
1546
+ color: inherit; }
1547
+
1548
+ .CalendarDay__outside {
1549
+ border: 0;
1550
+ background: #fff;
1551
+ color: #484848; }
1552
+
1553
+ .CalendarDay__outside:hover {
1554
+ border: 0; }
1555
+
1556
+ .CalendarDay__blocked_minimum_nights {
1557
+ background: #fff;
1558
+ border: 1px solid #eceeee;
1559
+ color: #cacccd; }
1560
+
1561
+ .CalendarDay__blocked_minimum_nights:active,
1562
+ .CalendarDay__blocked_minimum_nights:hover {
1563
+ background: #fff;
1564
+ color: #cacccd; }
1565
+
1566
+ .CalendarDay__highlighted_calendar {
1567
+ background: #ffe8bc;
1568
+ color: #484848; }
1569
+
1570
+ .CalendarDay__highlighted_calendar:active,
1571
+ .CalendarDay__highlighted_calendar:hover {
1572
+ background: #ffce71;
1573
+ color: #484848; }
1574
+
1575
+ .CalendarDay__selected_span {
1576
+ background: #66e2da;
1577
+ border: 1px double #33dacd;
1578
+ color: #fff; }
1579
+
1580
+ .CalendarDay__selected_span:active,
1581
+ .CalendarDay__selected_span:hover {
1582
+ background: #33dacd;
1583
+ border: 1px double #33dacd;
1584
+ color: #fff; }
1585
+
1586
+ .CalendarDay__selected,
1587
+ .CalendarDay__selected:active,
1588
+ .CalendarDay__selected:hover {
1589
+ background: #00a699;
1590
+ border: 1px double #00a699;
1591
+ color: #fff; }
1592
+
1593
+ .CalendarDay__hovered_span,
1594
+ .CalendarDay__hovered_span:hover {
1595
+ background: #b2f1ec;
1596
+ border: 1px double #80e8e0;
1597
+ color: #007a87; }
1598
+
1599
+ .CalendarDay__hovered_span:active {
1600
+ background: #80e8e0;
1601
+ border: 1px double #80e8e0;
1602
+ color: #007a87; }
1603
+
1604
+ .CalendarDay__blocked_calendar,
1605
+ .CalendarDay__blocked_calendar:active,
1606
+ .CalendarDay__blocked_calendar:hover {
1607
+ background: #cacccd;
1608
+ border: 1px solid #cacccd;
1609
+ color: #82888a; }
1610
+
1611
+ .CalendarDay__blocked_out_of_range,
1612
+ .CalendarDay__blocked_out_of_range:active,
1613
+ .CalendarDay__blocked_out_of_range:hover {
1614
+ background: #fff;
1615
+ border: 1px solid #e4e7e7;
1616
+ color: #cacccd; }
1617
+
1618
+ .CalendarDay__hovered_start_first_possible_end {
1619
+ background: #eceeee;
1620
+ border: 1px double #eceeee; }
1621
+
1622
+ .CalendarDay__hovered_start_blocked_min_nights {
1623
+ background: #eceeee;
1624
+ border: 1px double #e4e7e7; }
1625
+
1626
+ .CalendarMonth {
1627
+ background: #fff;
1628
+ text-align: center;
1629
+ vertical-align: top;
1630
+ -webkit-user-select: none;
1631
+ -moz-user-select: none;
1632
+ -ms-user-select: none;
1633
+ user-select: none; }
1634
+
1635
+ .CalendarMonth_table {
1636
+ border-collapse: collapse;
1637
+ border-spacing: 0; }
1638
+
1639
+ .CalendarMonth_verticalSpacing {
1640
+ border-collapse: separate; }
1641
+
1642
+ .CalendarMonth_caption {
1643
+ color: #484848;
1644
+ font-size: 18px;
1645
+ text-align: center;
1646
+ padding-top: 22px;
1647
+ padding-bottom: 37px;
1648
+ caption-side: top;
1649
+ caption-side: initial; }
1650
+
1651
+ .CalendarMonth_caption__verticalScrollable {
1652
+ padding-top: 12px;
1653
+ padding-bottom: 7px; }
1654
+
1655
+ .CalendarMonthGrid {
1656
+ background: #fff;
1657
+ text-align: left;
1658
+ z-index: 0; }
1659
+
1660
+ .CalendarMonthGrid__animating {
1661
+ z-index: 1; }
1662
+
1663
+ .CalendarMonthGrid__horizontal {
1664
+ position: absolute;
1665
+ left: 9px; }
1666
+
1667
+ .CalendarMonthGrid__vertical {
1668
+ margin: 0 auto; }
1669
+
1670
+ .CalendarMonthGrid__vertical_scrollable {
1671
+ margin: 0 auto;
1672
+ overflow-y: scroll; }
1673
+
1674
+ .CalendarMonthGrid_month__horizontal {
1675
+ display: inline-block;
1676
+ vertical-align: top;
1677
+ min-height: 100%; }
1678
+
1679
+ .CalendarMonthGrid_month__hideForAnimation {
1680
+ position: absolute;
1681
+ z-index: -1;
1682
+ opacity: 0;
1683
+ pointer-events: none; }
1684
+
1685
+ .CalendarMonthGrid_month__hidden {
1686
+ visibility: hidden; }
1687
+
1688
+ .DayPickerNavigation {
1689
+ position: relative;
1690
+ z-index: 2; }
1691
+
1692
+ .DayPickerNavigation__horizontal {
1693
+ height: 0; }
1694
+
1695
+ .DayPickerNavigation__verticalDefault {
1696
+ position: absolute;
1697
+ width: 100%;
1698
+ height: 52px;
1699
+ bottom: 0;
1700
+ left: 0; }
1701
+
1702
+ .DayPickerNavigation__verticalScrollableDefault {
1703
+ position: relative; }
1704
+
1705
+ .DayPickerNavigation__bottom {
1706
+ height: auto; }
1707
+
1708
+ .DayPickerNavigation__bottomDefault {
1709
+ -webkit-box-pack: justify;
1710
+ -ms-flex-pack: justify;
1711
+ display: flex;
1712
+ justify-content: space-between; }
1713
+
1714
+ .DayPickerNavigation_button {
1715
+ cursor: pointer;
1716
+ -webkit-user-select: none;
1717
+ -moz-user-select: none;
1718
+ -ms-user-select: none;
1719
+ user-select: none;
1720
+ border: 0;
1721
+ padding: 0;
1722
+ margin: 0; }
1723
+
1724
+ .DayPickerNavigation_button__default {
1725
+ border: 1px solid #e4e7e7;
1726
+ background-color: #fff;
1727
+ color: #757575; }
1728
+
1729
+ .DayPickerNavigation_button__default:focus,
1730
+ .DayPickerNavigation_button__default:hover {
1731
+ border: 1px solid #c4c4c4; }
1732
+
1733
+ .DayPickerNavigation_button__default:active {
1734
+ background: #f2f2f2; }
1735
+
1736
+ .DayPickerNavigation_button__disabled {
1737
+ cursor: default;
1738
+ border: 1px solid #f2f2f2; }
1739
+
1740
+ .DayPickerNavigation_button__disabled:focus,
1741
+ .DayPickerNavigation_button__disabled:hover {
1742
+ border: 1px solid #f2f2f2; }
1743
+
1744
+ .DayPickerNavigation_button__disabled:active {
1745
+ background: 0 0; }
1746
+
1747
+ .DayPickerNavigation_button__horizontalDefault {
1748
+ position: absolute;
1749
+ top: 18px;
1750
+ line-height: .78;
1751
+ border-radius: 3px;
1752
+ padding: 6px 9px; }
1753
+
1754
+ .DayPickerNavigation_bottomButton__horizontalDefault {
1755
+ position: static;
1756
+ margin: -10px 22px 30px; }
1757
+
1758
+ .DayPickerNavigation_leftButton__horizontalDefault {
1759
+ left: 22px; }
1760
+
1761
+ .DayPickerNavigation_rightButton__horizontalDefault {
1762
+ right: 22px; }
1763
+
1764
+ .DayPickerNavigation_button__verticalDefault {
1765
+ padding: 5px;
1766
+ background: #fff;
1767
+ box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
1768
+ position: relative;
1769
+ display: inline-block;
1770
+ text-align: center;
1771
+ height: 100%;
1772
+ width: 50%; }
1773
+
1774
+ .DayPickerNavigation_nextButton__verticalDefault {
1775
+ border-left: 0; }
1776
+
1777
+ .DayPickerNavigation_nextButton__verticalScrollableDefault {
1778
+ width: 100%; }
1779
+
1780
+ .DayPickerNavigation_svg__horizontal {
1781
+ height: 19px;
1782
+ width: 19px;
1783
+ fill: #82888a;
1784
+ display: block; }
1785
+
1786
+ .DayPickerNavigation_svg__vertical {
1787
+ height: 42px;
1788
+ width: 42px;
1789
+ fill: #484848; }
1790
+
1791
+ .DayPickerNavigation_svg__disabled {
1792
+ fill: #f2f2f2; }
1793
+
1794
+ .DayPicker {
1795
+ background: #fff;
1796
+ position: relative;
1797
+ text-align: left; }
1798
+
1799
+ .DayPicker__horizontal {
1800
+ background: #fff; }
1801
+
1802
+ .DayPicker__verticalScrollable {
1803
+ height: 100%; }
1804
+
1805
+ .DayPicker__hidden {
1806
+ visibility: hidden; }
1807
+
1808
+ .DayPicker__withBorder {
1809
+ box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
1810
+ border-radius: 3px; }
1811
+
1812
+ .DayPicker_portal__horizontal {
1813
+ box-shadow: none;
1814
+ position: absolute;
1815
+ left: 50%;
1816
+ top: 50%; }
1817
+
1818
+ .DayPicker_portal__vertical {
1819
+ position: static;
1820
+ position: initial; }
1821
+
1822
+ .DayPicker_focusRegion {
1823
+ outline: 0; }
1824
+
1825
+ .DayPicker_calendarInfo__horizontal,
1826
+ .DayPicker_wrapper__horizontal {
1827
+ display: inline-block;
1828
+ vertical-align: top; }
1829
+
1830
+ .DayPicker_weekHeaders {
1831
+ position: relative; }
1832
+
1833
+ .DayPicker_weekHeaders__horizontal {
1834
+ margin-left: 9px; }
1835
+
1836
+ .DayPicker_weekHeader {
1837
+ color: #757575;
1838
+ position: absolute;
1839
+ top: 62px;
1840
+ z-index: 2;
1841
+ text-align: left; }
1842
+
1843
+ .DayPicker_weekHeader__vertical {
1844
+ left: 50%; }
1845
+
1846
+ .DayPicker_weekHeader__verticalScrollable {
1847
+ top: 0;
1848
+ display: table-row;
1849
+ border-bottom: 1px solid #dbdbdb;
1850
+ background: #fff;
1851
+ margin-left: 0;
1852
+ left: 0;
1853
+ width: 100%;
1854
+ text-align: center; }
1855
+
1856
+ .DayPicker_weekHeader_ul {
1857
+ list-style: none;
1858
+ margin: 1px 0;
1859
+ padding-left: 0;
1860
+ padding-right: 0;
1861
+ font-size: 14px; }
1862
+
1863
+ .DayPicker_weekHeader_li {
1864
+ display: inline-block;
1865
+ text-align: center; }
1866
+
1867
+ .DayPicker_transitionContainer {
1868
+ position: relative;
1869
+ overflow: hidden;
1870
+ border-radius: 3px; }
1871
+
1872
+ .DayPicker_transitionContainer__horizontal {
1873
+ transition: height .2s ease-in-out; }
1874
+
1875
+ .DayPicker_transitionContainer__vertical {
1876
+ width: 100%; }
1877
+
1878
+ .DayPicker_transitionContainer__verticalScrollable {
1879
+ padding-top: 20px;
1880
+ height: 100%;
1881
+ position: absolute;
1882
+ top: 0;
1883
+ bottom: 0;
1884
+ right: 0;
1885
+ left: 0;
1886
+ overflow-y: scroll; }
1887
+
1888
+ .DateInput {
1889
+ margin: 0;
1890
+ padding: 0;
1891
+ background: #fff;
1892
+ position: relative;
1893
+ display: inline-block;
1894
+ width: 130px;
1895
+ vertical-align: middle; }
1896
+
1897
+ .DateInput__small {
1898
+ width: 97px; }
1899
+
1900
+ .DateInput__block {
1901
+ width: 100%; }
1902
+
1903
+ .DateInput__disabled {
1904
+ background: #f2f2f2;
1905
+ color: #dbdbdb; }
1906
+
1907
+ .DateInput_input {
1908
+ font-weight: 200;
1909
+ font-size: 19px;
1910
+ line-height: 24px;
1911
+ color: #484848;
1912
+ background-color: #fff;
1913
+ width: 100%;
1914
+ padding: 11px 11px 9px;
1915
+ border: 0;
1916
+ border-top: 0;
1917
+ border-right: 0;
1918
+ border-bottom: 2px solid transparent;
1919
+ border-left: 0;
1920
+ border-radius: 0; }
1921
+
1922
+ .DateInput_input__small {
1923
+ font-size: 15px;
1924
+ line-height: 18px;
1925
+ letter-spacing: .2px;
1926
+ padding: 7px 7px 5px; }
1927
+
1928
+ .DateInput_input__regular {
1929
+ font-weight: auto; }
1930
+
1931
+ .DateInput_input__readOnly {
1932
+ -webkit-user-select: none;
1933
+ -moz-user-select: none;
1934
+ -ms-user-select: none;
1935
+ user-select: none; }
1936
+
1937
+ .DateInput_input__focused {
1938
+ outline: 0;
1939
+ background: #fff;
1940
+ border: 0;
1941
+ border-top: 0;
1942
+ border-right: 0;
1943
+ border-bottom: 2px solid #008489;
1944
+ border-left: 0; }
1945
+
1946
+ .DateInput_input__disabled {
1947
+ background: #f2f2f2;
1948
+ font-style: italic; }
1949
+
1950
+ .DateInput_screenReaderMessage {
1951
+ border: 0;
1952
+ clip: rect(0, 0, 0, 0);
1953
+ height: 1px;
1954
+ margin: -1px;
1955
+ overflow: hidden;
1956
+ padding: 0;
1957
+ position: absolute;
1958
+ width: 1px; }
1959
+
1960
+ .DateInput_fang {
1961
+ position: absolute;
1962
+ width: 20px;
1963
+ height: 10px;
1964
+ left: 22px;
1965
+ z-index: 2; }
1966
+
1967
+ .DateInput_fangShape {
1968
+ fill: #fff; }
1969
+
1970
+ .DateInput_fangStroke {
1971
+ stroke: #dbdbdb;
1972
+ fill: transparent; }
1973
+
1974
+ .DateRangePickerInput {
1975
+ background-color: #fff;
1976
+ display: inline-block; }
1977
+
1978
+ .DateRangePickerInput__disabled {
1979
+ background: #f2f2f2; }
1980
+
1981
+ .DateRangePickerInput__withBorder {
1982
+ border-radius: 2px;
1983
+ border: 1px solid #dbdbdb; }
1984
+
1985
+ .DateRangePickerInput__rtl {
1986
+ direction: rtl; }
1987
+
1988
+ .DateRangePickerInput__block {
1989
+ display: block; }
1990
+
1991
+ .DateRangePickerInput__showClearDates {
1992
+ padding-right: 30px; }
1993
+
1994
+ .DateRangePickerInput_arrow {
1995
+ display: inline-block;
1996
+ vertical-align: middle;
1997
+ color: #484848; }
1998
+
1999
+ .DateRangePickerInput_arrow_svg {
2000
+ vertical-align: middle;
2001
+ fill: #484848;
2002
+ height: 24px;
2003
+ width: 24px; }
2004
+
2005
+ .DateRangePickerInput_clearDates {
2006
+ background: 0 0;
2007
+ border: 0;
2008
+ color: inherit;
2009
+ font: inherit;
2010
+ line-height: normal;
2011
+ overflow: visible;
2012
+ cursor: pointer;
2013
+ padding: 10px;
2014
+ margin: 0 10px 0 5px;
2015
+ position: absolute;
2016
+ right: 0;
2017
+ top: 50%;
2018
+ transform: translateY(-50%); }
2019
+
2020
+ .DateRangePickerInput_clearDates__small {
2021
+ padding: 6px; }
2022
+
2023
+ .DateRangePickerInput_clearDates_default:focus,
2024
+ .DateRangePickerInput_clearDates_default:hover {
2025
+ background: #dbdbdb;
2026
+ border-radius: 50%; }
2027
+
2028
+ .DateRangePickerInput_clearDates__hide {
2029
+ visibility: hidden; }
2030
+
2031
+ .DateRangePickerInput_clearDates_svg {
2032
+ fill: #82888a;
2033
+ height: 12px;
2034
+ width: 15px;
2035
+ vertical-align: middle; }
2036
+
2037
+ .DateRangePickerInput_clearDates_svg__small {
2038
+ height: 9px; }
2039
+
2040
+ .DateRangePickerInput_calendarIcon {
2041
+ background: 0 0;
2042
+ border: 0;
2043
+ color: inherit;
2044
+ font: inherit;
2045
+ line-height: normal;
2046
+ overflow: visible;
2047
+ cursor: pointer;
2048
+ display: inline-block;
2049
+ vertical-align: middle;
2050
+ padding: 10px;
2051
+ margin: 0 5px 0 10px; }
2052
+
2053
+ .DateRangePickerInput_calendarIcon_svg {
2054
+ fill: #82888a;
2055
+ height: 15px;
2056
+ width: 14px;
2057
+ vertical-align: middle; }
2058
+
2059
+ .DateRangePicker {
2060
+ position: relative;
2061
+ display: inline-block; }
2062
+
2063
+ .DateRangePicker__block {
2064
+ display: block; }
2065
+
2066
+ .DateRangePicker_picker {
2067
+ z-index: 1;
2068
+ background-color: #fff;
2069
+ position: absolute; }
2070
+
2071
+ .DateRangePicker_picker__rtl {
2072
+ direction: rtl; }
2073
+
2074
+ .DateRangePicker_picker__directionLeft {
2075
+ left: 0; }
2076
+
2077
+ .DateRangePicker_picker__directionRight {
2078
+ right: 0; }
2079
+
2080
+ .DateRangePicker_picker__portal {
2081
+ background-color: rgba(0, 0, 0, 0.3);
2082
+ position: fixed;
2083
+ top: 0;
2084
+ left: 0;
2085
+ height: 100%;
2086
+ width: 100%; }
2087
+
2088
+ .DateRangePicker_picker__fullScreenPortal {
2089
+ background-color: #fff; }
2090
+
2091
+ .DateRangePicker_closeButton {
2092
+ background: 0 0;
2093
+ border: 0;
2094
+ color: inherit;
2095
+ font: inherit;
2096
+ line-height: normal;
2097
+ overflow: visible;
2098
+ cursor: pointer;
2099
+ position: absolute;
2100
+ top: 0;
2101
+ right: 0;
2102
+ padding: 15px;
2103
+ z-index: 2; }
2104
+
2105
+ .DateRangePicker_closeButton:focus,
2106
+ .DateRangePicker_closeButton:hover {
2107
+ color: #b0b3b4;
2108
+ text-decoration: none; }
2109
+
2110
+ .DateRangePicker_closeButton_svg {
2111
+ height: 15px;
2112
+ width: 15px;
2113
+ fill: #cacccd; }
2114
+
2115
+ /*!
2116
+ * Cropper.js v1.5.6
2117
+ * https://fengyuanchen.github.io/cropperjs
2118
+ *
2119
+ * Copyright 2015-present Chen Fengyuan
2120
+ * Released under the MIT license
2121
+ *
2122
+ * Date: 2019-10-04T04:33:44.164Z
2123
+ */
2124
+ .cropper-container {
2125
+ direction: ltr;
2126
+ font-size: 0;
2127
+ line-height: 0;
2128
+ position: relative;
2129
+ touch-action: none;
2130
+ -webkit-user-select: none;
2131
+ -moz-user-select: none;
2132
+ -ms-user-select: none;
2133
+ user-select: none; }
2134
+
2135
+ .cropper-container img {
2136
+ display: block;
2137
+ height: 100%;
2138
+ image-orientation: 0deg;
2139
+ max-height: none !important;
2140
+ max-width: none !important;
2141
+ min-height: 0 !important;
2142
+ min-width: 0 !important;
2143
+ width: 100%; }
2144
+
2145
+ .cropper-wrap-box,
2146
+ .cropper-canvas,
2147
+ .cropper-drag-box,
2148
+ .cropper-crop-box,
2149
+ .cropper-modal {
2150
+ bottom: 0;
2151
+ left: 0;
2152
+ position: absolute;
2153
+ right: 0;
2154
+ top: 0; }
2155
+
2156
+ .cropper-wrap-box,
2157
+ .cropper-canvas {
2158
+ overflow: hidden; }
2159
+
2160
+ .cropper-drag-box {
2161
+ background-color: #fff;
2162
+ opacity: 0; }
2163
+
2164
+ .cropper-modal {
2165
+ background-color: #000;
2166
+ opacity: 0.5; }
2167
+
2168
+ .cropper-view-box {
2169
+ display: block;
2170
+ height: 100%;
2171
+ outline: 1px solid #39f;
2172
+ outline-color: rgba(51, 153, 255, 0.75);
2173
+ overflow: hidden;
2174
+ width: 100%; }
2175
+
2176
+ .cropper-dashed {
2177
+ border: 0 dashed #eee;
2178
+ display: block;
2179
+ opacity: 0.5;
2180
+ position: absolute; }
2181
+
2182
+ .cropper-dashed.dashed-h {
2183
+ border-bottom-width: 1px;
2184
+ border-top-width: 1px;
2185
+ height: calc(100% / 3);
2186
+ left: 0;
2187
+ top: calc(100% / 3);
2188
+ width: 100%; }
2189
+
2190
+ .cropper-dashed.dashed-v {
2191
+ border-left-width: 1px;
2192
+ border-right-width: 1px;
2193
+ height: 100%;
2194
+ left: calc(100% / 3);
2195
+ top: 0;
2196
+ width: calc(100% / 3); }
2197
+
2198
+ .cropper-center {
2199
+ display: block;
2200
+ height: 0;
2201
+ left: 50%;
2202
+ opacity: 0.75;
2203
+ position: absolute;
2204
+ top: 50%;
2205
+ width: 0; }
2206
+
2207
+ .cropper-center::before,
2208
+ .cropper-center::after {
2209
+ background-color: #eee;
2210
+ content: ' ';
2211
+ display: block;
2212
+ position: absolute; }
2213
+
2214
+ .cropper-center::before {
2215
+ height: 1px;
2216
+ left: -3px;
2217
+ top: 0;
2218
+ width: 7px; }
2219
+
2220
+ .cropper-center::after {
2221
+ height: 7px;
2222
+ left: 0;
2223
+ top: -3px;
2224
+ width: 1px; }
2225
+
2226
+ .cropper-face,
2227
+ .cropper-line,
2228
+ .cropper-point {
2229
+ display: block;
2230
+ height: 100%;
2231
+ opacity: 0.1;
2232
+ position: absolute;
2233
+ width: 100%; }
2234
+
2235
+ .cropper-face {
2236
+ background-color: #fff;
2237
+ left: 0;
2238
+ top: 0; }
2239
+
2240
+ .cropper-line {
2241
+ background-color: #39f; }
2242
+
2243
+ .cropper-line.line-e {
2244
+ cursor: ew-resize;
2245
+ right: -3px;
2246
+ top: 0;
2247
+ width: 5px; }
2248
+
2249
+ .cropper-line.line-n {
2250
+ cursor: ns-resize;
2251
+ height: 5px;
2252
+ left: 0;
2253
+ top: -3px; }
2254
+
2255
+ .cropper-line.line-w {
2256
+ cursor: ew-resize;
2257
+ left: -3px;
2258
+ top: 0;
2259
+ width: 5px; }
2260
+
2261
+ .cropper-line.line-s {
2262
+ bottom: -3px;
2263
+ cursor: ns-resize;
2264
+ height: 5px;
2265
+ left: 0; }
2266
+
2267
+ .cropper-point {
2268
+ background-color: #39f;
2269
+ height: 5px;
2270
+ opacity: 0.75;
2271
+ width: 5px; }
2272
+
2273
+ .cropper-point.point-e {
2274
+ cursor: ew-resize;
2275
+ margin-top: -3px;
2276
+ right: -3px;
2277
+ top: 50%; }
2278
+
2279
+ .cropper-point.point-n {
2280
+ cursor: ns-resize;
2281
+ left: 50%;
2282
+ margin-left: -3px;
2283
+ top: -3px; }
2284
+
2285
+ .cropper-point.point-w {
2286
+ cursor: ew-resize;
2287
+ left: -3px;
2288
+ margin-top: -3px;
2289
+ top: 50%; }
2290
+
2291
+ .cropper-point.point-s {
2292
+ bottom: -3px;
2293
+ cursor: s-resize;
2294
+ left: 50%;
2295
+ margin-left: -3px; }
2296
+
2297
+ .cropper-point.point-ne {
2298
+ cursor: nesw-resize;
2299
+ right: -3px;
2300
+ top: -3px; }
2301
+
2302
+ .cropper-point.point-nw {
2303
+ cursor: nwse-resize;
2304
+ left: -3px;
2305
+ top: -3px; }
2306
+
2307
+ .cropper-point.point-sw {
2308
+ bottom: -3px;
2309
+ cursor: nesw-resize;
2310
+ left: -3px; }
2311
+
2312
+ .cropper-point.point-se {
2313
+ bottom: -3px;
2314
+ cursor: nwse-resize;
2315
+ height: 20px;
2316
+ opacity: 1;
2317
+ right: -3px;
2318
+ width: 20px; }
2319
+
2320
+ @media (min-width: 768px) {
2321
+ .cropper-point.point-se {
2322
+ height: 15px;
2323
+ width: 15px; } }
2324
+
2325
+ @media (min-width: 992px) {
2326
+ .cropper-point.point-se {
2327
+ height: 10px;
2328
+ width: 10px; } }
2329
+
2330
+ @media (min-width: 1200px) {
2331
+ .cropper-point.point-se {
2332
+ height: 5px;
2333
+ opacity: 0.75;
2334
+ width: 5px; } }
2335
+
2336
+ .cropper-point.point-se::before {
2337
+ background-color: #39f;
2338
+ bottom: -50%;
2339
+ content: ' ';
2340
+ display: block;
2341
+ height: 200%;
2342
+ opacity: 0;
2343
+ position: absolute;
2344
+ right: -50%;
2345
+ width: 200%; }
2346
+
2347
+ .cropper-invisible {
2348
+ opacity: 0; }
2349
+
2350
+ .cropper-bg {
2351
+ background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC"); }
2352
+
2353
+ .cropper-hide {
2354
+ display: block;
2355
+ height: 0;
2356
+ position: absolute;
2357
+ width: 0; }
2358
+
2359
+ .cropper-hidden {
2360
+ display: none !important; }
2361
+
2362
+ .cropper-move {
2363
+ cursor: move; }
2364
+
2365
+ .cropper-crop {
2366
+ cursor: crosshair; }
2367
+
2368
+ .cropper-disabled .cropper-drag-box,
2369
+ .cropper-disabled .cropper-face,
2370
+ .cropper-disabled .cropper-line,
2371
+ .cropper-disabled .cropper-point {
2372
+ cursor: not-allowed; }
2373
+
2374
+ .mdc-elevation--z0 {
2375
+ 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); }
2376
+
2377
+ .mdc-elevation--z1 {
2378
+ box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12); }
2379
+
2380
+ .mdc-elevation--z2 {
2381
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }
2382
+
2383
+ .mdc-elevation--z3 {
2384
+ box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12); }
2385
+
2386
+ .mdc-elevation--z4 {
2387
+ box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12); }
2388
+
2389
+ .mdc-elevation--z5 {
2390
+ box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12); }
2391
+
2392
+ .mdc-elevation--z6 {
2393
+ box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12); }
2394
+
2395
+ .mdc-elevation--z7 {
2396
+ box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12); }
2397
+
2398
+ .mdc-elevation--z8 {
2399
+ box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12); }
2400
+
2401
+ .mdc-elevation--z9 {
2402
+ box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12); }
2403
+
2404
+ .mdc-elevation--z10 {
2405
+ box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12); }
2406
+
2407
+ .mdc-elevation--z11 {
2408
+ box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12); }
2409
+
2410
+ .mdc-elevation--z12 {
2411
+ box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12); }
2412
+
2413
+ .mdc-elevation--z13 {
2414
+ box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12); }
2415
+
2416
+ .mdc-elevation--z14 {
2417
+ box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12); }
2418
+
2419
+ .mdc-elevation--z15 {
2420
+ box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12); }
2421
+
2422
+ .mdc-elevation--z16 {
2423
+ box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12); }
2424
+
2425
+ .mdc-elevation--z17 {
2426
+ box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12); }
2427
+
2428
+ .mdc-elevation--z18 {
2429
+ box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12); }
2430
+
2431
+ .mdc-elevation--z19 {
2432
+ box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12); }
2433
+
2434
+ .mdc-elevation--z20 {
2435
+ box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12); }
2436
+
2437
+ .mdc-elevation--z21 {
2438
+ box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12); }
2439
+
2440
+ .mdc-elevation--z22 {
2441
+ box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12); }
2442
+
2443
+ .mdc-elevation--z23 {
2444
+ box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12); }
2445
+
2446
+ .mdc-elevation--z24 {
2447
+ 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); }
2448
+
2449
+ .mdc-elevation-transition {
2450
+ transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
2451
+ will-change: box-shadow; }
2452
+
834
2453
  .mdc-icon-button {
835
2454
  width: 48px;
836
2455
  height: 48px;
@@ -947,6 +2566,12 @@ svg.mdc-button__icon {
947
2566
  .mdc-icon-button.mdc-ripple-upgraded {
948
2567
  --mdc-ripple-fg-opacity: 0.12; }
949
2568
 
2569
+ .main-list-text-left > .mdc-list-item__secondary-text {
2570
+ text-align: left; }
2571
+
2572
+ .main-list-text-right > .mdc-list-item__secondary-text {
2573
+ text-align: right; }
2574
+
950
2575
  .mdc-list {
951
2576
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
952
2577
  -moz-osx-font-smoothing: grayscale;
@@ -1457,21 +3082,460 @@ a.mdc-list-item {
1457
3082
  padding-right: 56px; }
1458
3083
  .mdc-menu__selection-group .mdc-menu__selection-group-icon {
1459
3084
  /* @noflip */
1460
- left: 16px;
3085
+ left: 16px;
3086
+ /* @noflip */
3087
+ right: auto;
3088
+ right: initial;
3089
+ display: none;
3090
+ position: absolute; }
3091
+ [dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
3092
+ /* @noflip */
3093
+ left: auto;
3094
+ left: initial;
3095
+ /* @noflip */
3096
+ right: 16px; }
3097
+
3098
+ .mdc-menu-item--selected .mdc-menu__selection-group-icon {
3099
+ display: inline; }
3100
+
3101
+ .mdc-dialog,
3102
+ .mdc-dialog__scrim {
3103
+ position: fixed;
3104
+ top: 0;
3105
+ left: 0;
3106
+ align-items: center;
3107
+ justify-content: center;
3108
+ box-sizing: border-box;
3109
+ width: 100%;
3110
+ height: 100%; }
3111
+
3112
+ .mdc-dialog {
3113
+ display: none;
3114
+ z-index: 7; }
3115
+ .mdc-dialog .mdc-dialog__surface {
3116
+ background-color: #fff;
3117
+ /* @alternate */
3118
+ background-color: #fff;
3119
+ background-color: var(--mdc-theme-surface, #fff); }
3120
+ .mdc-dialog .mdc-dialog__scrim {
3121
+ background-color: rgba(0, 0, 0, 0.32); }
3122
+ .mdc-dialog .mdc-dialog__title {
3123
+ color: rgba(0, 0, 0, 0.87); }
3124
+ .mdc-dialog .mdc-dialog__content {
3125
+ color: rgba(0, 0, 0, 0.6); }
3126
+ .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
3127
+ .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
3128
+ border-color: rgba(0, 0, 0, 0.12); }
3129
+ .mdc-dialog .mdc-dialog__surface {
3130
+ min-width: 280px; }
3131
+ @media (max-width: 592px) {
3132
+ .mdc-dialog .mdc-dialog__surface {
3133
+ max-width: calc(100vw - 32px); } }
3134
+ @media (min-width: 592px) {
3135
+ .mdc-dialog .mdc-dialog__surface {
3136
+ max-width: 560px; } }
3137
+ .mdc-dialog .mdc-dialog__surface {
3138
+ max-height: calc(100vh - 32px); }
3139
+ .mdc-dialog .mdc-dialog__surface {
3140
+ border-radius: 4px; }
3141
+
3142
+ .mdc-dialog__scrim {
3143
+ opacity: 0;
3144
+ z-index: -1; }
3145
+
3146
+ .mdc-dialog__container {
3147
+ display: flex;
3148
+ flex-direction: row;
3149
+ justify-content: space-around;
3150
+ box-sizing: border-box;
3151
+ transform: scale(0.8);
3152
+ opacity: 0; }
3153
+
3154
+ .mdc-dialog__surface {
3155
+ 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);
3156
+ display: flex;
3157
+ flex-direction: column;
3158
+ flex-grow: 0;
3159
+ flex-shrink: 0;
3160
+ box-sizing: border-box;
3161
+ max-width: 100%;
3162
+ max-height: 100%; }
3163
+ .mdc-dialog[dir="rtl"] .mdc-dialog__surface,
3164
+ [dir="rtl"] .mdc-dialog .mdc-dialog__surface {
3165
+ text-align: right; }
3166
+
3167
+ .mdc-dialog__title {
3168
+ display: block;
3169
+ margin-top: 0;
3170
+ /* @alternate */
3171
+ line-height: normal;
3172
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
3173
+ -moz-osx-font-smoothing: grayscale;
3174
+ -webkit-font-smoothing: antialiased;
3175
+ font-size: 1.25rem;
3176
+ line-height: 2rem;
3177
+ font-weight: 500;
3178
+ letter-spacing: 0.0125em;
3179
+ text-decoration: inherit;
3180
+ text-transform: inherit;
3181
+ display: block;
3182
+ position: relative;
3183
+ flex-shrink: 0;
3184
+ box-sizing: border-box;
3185
+ margin: 0;
3186
+ padding: 0 24px 9px;
3187
+ border-bottom: 1px solid transparent; }
3188
+ .mdc-dialog__title::before {
3189
+ display: inline-block;
3190
+ width: 0;
3191
+ height: 40px;
3192
+ content: "";
3193
+ vertical-align: 0; }
3194
+ .mdc-dialog[dir="rtl"] .mdc-dialog__title,
3195
+ [dir="rtl"] .mdc-dialog .mdc-dialog__title {
3196
+ text-align: right; }
3197
+
3198
+ .mdc-dialog--scrollable .mdc-dialog__title {
3199
+ padding-bottom: 15px; }
3200
+
3201
+ .mdc-dialog__content {
3202
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
3203
+ -moz-osx-font-smoothing: grayscale;
3204
+ -webkit-font-smoothing: antialiased;
3205
+ font-size: 1rem;
3206
+ line-height: 1.5rem;
3207
+ font-weight: 400;
3208
+ letter-spacing: 0.03125em;
3209
+ text-decoration: inherit;
3210
+ text-transform: inherit;
3211
+ flex-grow: 1;
3212
+ box-sizing: border-box;
3213
+ margin: 0;
3214
+ padding: 20px 24px;
3215
+ overflow: auto;
3216
+ -webkit-overflow-scrolling: touch; }
3217
+ .mdc-dialog__content > :first-child {
3218
+ margin-top: 0; }
3219
+ .mdc-dialog__content > :last-child {
3220
+ margin-bottom: 0; }
3221
+
3222
+ .mdc-dialog__title + .mdc-dialog__content {
3223
+ padding-top: 0; }
3224
+
3225
+ .mdc-dialog--scrollable .mdc-dialog__content {
3226
+ padding-top: 8px;
3227
+ padding-bottom: 8px; }
3228
+
3229
+ .mdc-dialog__content .mdc-list:first-child:last-child {
3230
+ padding: 6px 0 0; }
3231
+
3232
+ .mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
3233
+ padding: 0; }
3234
+
3235
+ .mdc-dialog__actions {
3236
+ display: flex;
3237
+ position: relative;
3238
+ flex-shrink: 0;
3239
+ flex-wrap: wrap;
3240
+ align-items: center;
3241
+ justify-content: flex-end;
3242
+ box-sizing: border-box;
3243
+ min-height: 52px;
3244
+ margin: 0;
3245
+ padding: 8px;
3246
+ border-top: 1px solid transparent; }
3247
+ .mdc-dialog--stacked .mdc-dialog__actions {
3248
+ flex-direction: column;
3249
+ align-items: flex-end; }
3250
+
3251
+ .mdc-dialog__button {
3252
+ /* @noflip */
3253
+ margin-left: 8px;
3254
+ /* @noflip */
3255
+ margin-right: 0;
3256
+ max-width: 100%;
3257
+ text-align: right; }
3258
+ [dir="rtl"] .mdc-dialog__button, .mdc-dialog__button[dir="rtl"] {
3259
+ /* @noflip */
3260
+ margin-left: 0;
3261
+ /* @noflip */
3262
+ margin-right: 8px; }
3263
+ .mdc-dialog__button:first-child {
3264
+ /* @noflip */
3265
+ margin-left: 0;
3266
+ /* @noflip */
3267
+ margin-right: 0; }
3268
+ [dir="rtl"] .mdc-dialog__button:first-child, .mdc-dialog__button:first-child[dir="rtl"] {
3269
+ /* @noflip */
3270
+ margin-left: 0;
3271
+ /* @noflip */
3272
+ margin-right: 0; }
3273
+ .mdc-dialog[dir="rtl"] .mdc-dialog__button,
3274
+ [dir="rtl"] .mdc-dialog .mdc-dialog__button {
3275
+ text-align: left; }
3276
+ .mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
3277
+ margin-top: 12px; }
3278
+
3279
+ .mdc-dialog--open,
3280
+ .mdc-dialog--opening,
3281
+ .mdc-dialog--closing {
3282
+ display: flex; }
3283
+
3284
+ .mdc-dialog--opening .mdc-dialog__scrim {
3285
+ transition: opacity 150ms linear; }
3286
+
3287
+ .mdc-dialog--opening .mdc-dialog__container {
3288
+ transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3289
+
3290
+ .mdc-dialog--closing .mdc-dialog__scrim,
3291
+ .mdc-dialog--closing .mdc-dialog__container {
3292
+ transition: opacity 75ms linear; }
3293
+
3294
+ .mdc-dialog--closing .mdc-dialog__container {
3295
+ transform: scale(1); }
3296
+
3297
+ .mdc-dialog--open .mdc-dialog__scrim {
3298
+ opacity: 1; }
3299
+
3300
+ .mdc-dialog--open .mdc-dialog__container {
3301
+ transform: scale(1);
3302
+ opacity: 1; }
3303
+
3304
+ .mdc-dialog-scroll-lock {
3305
+ overflow: hidden; }
3306
+
3307
+ .mdc-radio {
3308
+ display: inline-block;
3309
+ position: relative;
3310
+ flex: 0 0 auto;
3311
+ box-sizing: border-box;
3312
+ width: 40px;
3313
+ height: 40px;
3314
+ padding: 10px;
3315
+ cursor: pointer;
3316
+ /* @alternate */
3317
+ will-change: opacity, transform, border-color, color; }
3318
+ .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
3319
+ border-color: rgba(0, 0, 0, 0.54); }
3320
+ .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
3321
+ border-color: #f05c6a;
3322
+ /* @alternate */
3323
+ border-color: #f05c6a;
3324
+ border-color: var(--mdc-theme-secondary, #f05c6a); }
3325
+ .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
3326
+ border-color: #f05c6a;
3327
+ /* @alternate */
3328
+ border-color: #f05c6a;
3329
+ border-color: var(--mdc-theme-secondary, #f05c6a); }
3330
+ .mdc-radio .mdc-radio__background::before {
3331
+ background-color: #f05c6a; }
3332
+ @supports not (-ms-ime-align: auto) {
3333
+ .mdc-radio .mdc-radio__background::before {
3334
+ /* @alternate */
3335
+ background-color: #f05c6a;
3336
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
3337
+ .mdc-radio__background {
3338
+ display: inline-block;
3339
+ position: absolute;
3340
+ left: 10px;
3341
+ box-sizing: border-box;
3342
+ width: 50%;
3343
+ height: 50%; }
3344
+ .mdc-radio__background::before {
3345
+ position: absolute;
3346
+ top: 0;
3347
+ left: 0;
3348
+ width: 100%;
3349
+ height: 100%;
3350
+ transform: scale(0, 0);
3351
+ border-radius: 50%;
3352
+ opacity: 0;
3353
+ pointer-events: none;
3354
+ content: "";
3355
+ transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
3356
+ .mdc-radio__outer-circle {
3357
+ position: absolute;
3358
+ top: 0;
3359
+ left: 0;
3360
+ box-sizing: border-box;
3361
+ width: 100%;
3362
+ height: 100%;
3363
+ border-width: 2px;
3364
+ border-style: solid;
3365
+ border-radius: 50%;
3366
+ transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
3367
+ .mdc-radio__inner-circle {
3368
+ position: absolute;
3369
+ top: 0;
3370
+ left: 0;
3371
+ box-sizing: border-box;
3372
+ width: 100%;
3373
+ height: 100%;
3374
+ transform: scale(0, 0);
3375
+ border-width: 10px;
3376
+ border-style: solid;
3377
+ border-radius: 50%;
3378
+ transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1); }
3379
+ .mdc-radio__native-control {
3380
+ position: absolute;
3381
+ top: 0;
3382
+ left: 0;
3383
+ width: 100%;
3384
+ height: 100%;
3385
+ margin: 0;
3386
+ padding: 0;
3387
+ opacity: 0;
3388
+ cursor: inherit;
3389
+ z-index: 1; }
3390
+
3391
+ .mdc-radio__native-control:checked + .mdc-radio__background,
3392
+ .mdc-radio__native-control:disabled + .mdc-radio__background {
3393
+ transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3394
+ .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__outer-circle,
3395
+ .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle {
3396
+ transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3397
+ .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle,
3398
+ .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle {
3399
+ transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3400
+
3401
+ .mdc-radio--disabled {
3402
+ cursor: default;
3403
+ pointer-events: none; }
3404
+
3405
+ .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
3406
+ transform: scale(0.5);
3407
+ transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3408
+
3409
+ .mdc-radio__native-control:disabled + .mdc-radio__background,
3410
+ [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
3411
+ cursor: default; }
3412
+ .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__outer-circle,
3413
+ [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__outer-circle {
3414
+ border-color: rgba(0, 0, 0, 0.26); }
3415
+ .mdc-radio__native-control:disabled + .mdc-radio__background .mdc-radio__inner-circle,
3416
+ [aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background .mdc-radio__inner-circle {
3417
+ border-color: rgba(0, 0, 0, 0.26); }
3418
+
3419
+ .mdc-radio__native-control:focus + .mdc-radio__background::before {
3420
+ transform: scale(2, 2);
3421
+ opacity: 0.12;
3422
+ transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1); }
3423
+
3424
+ .mdc-radio {
3425
+ --mdc-ripple-fg-size: 0;
3426
+ --mdc-ripple-left: 0;
3427
+ --mdc-ripple-top: 0;
3428
+ --mdc-ripple-fg-scale: 1;
3429
+ --mdc-ripple-fg-translate-end: 0;
3430
+ --mdc-ripple-fg-translate-start: 0;
3431
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
3432
+ will-change: transform, opacity; }
3433
+ .mdc-radio::before, .mdc-radio::after {
3434
+ position: absolute;
3435
+ border-radius: 50%;
3436
+ opacity: 0;
3437
+ pointer-events: none;
3438
+ content: ""; }
3439
+ .mdc-radio::before {
3440
+ transition: opacity 15ms linear, background-color 15ms linear;
3441
+ z-index: 1; }
3442
+ .mdc-radio.mdc-ripple-upgraded::before {
3443
+ transform: scale(1);
3444
+ transform: scale(var(--mdc-ripple-fg-scale, 1)); }
3445
+ .mdc-radio.mdc-ripple-upgraded::after {
3446
+ top: 0;
3447
+ /* @noflip */
3448
+ left: 0;
3449
+ transform: scale(0);
3450
+ transform-origin: center center; }
3451
+ .mdc-radio.mdc-ripple-upgraded--unbounded::after {
3452
+ top: 0;
3453
+ top: var(--mdc-ripple-top, 0);
3454
+ /* @noflip */
3455
+ left: 0;
3456
+ left: var(--mdc-ripple-left, 0); }
3457
+ .mdc-radio.mdc-ripple-upgraded--foreground-activation::after {
3458
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
3459
+ .mdc-radio.mdc-ripple-upgraded--foreground-deactivation::after {
3460
+ animation: mdc-ripple-fg-opacity-out 150ms;
3461
+ transform: translate(0) scale(1);
3462
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
3463
+ .mdc-radio::before, .mdc-radio::after {
3464
+ top: calc(50% - 50%);
3465
+ /* @noflip */
3466
+ left: calc(50% - 50%);
3467
+ width: 100%;
3468
+ height: 100%; }
3469
+ .mdc-radio.mdc-ripple-upgraded::before, .mdc-radio.mdc-ripple-upgraded::after {
3470
+ top: calc(50% - 50%);
3471
+ top: var(--mdc-ripple-top, calc(50% - 50%));
1461
3472
  /* @noflip */
1462
- right: auto;
1463
- right: initial;
1464
- display: none;
1465
- position: absolute; }
1466
- [dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon, .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
1467
- /* @noflip */
1468
- left: auto;
1469
- left: initial;
1470
- /* @noflip */
1471
- right: 16px; }
3473
+ left: calc(50% - 50%);
3474
+ left: var(--mdc-ripple-left, calc(50% - 50%));
3475
+ width: 100%;
3476
+ width: var(--mdc-ripple-fg-size, 100%);
3477
+ height: 100%;
3478
+ height: var(--mdc-ripple-fg-size, 100%); }
3479
+ .mdc-radio.mdc-ripple-upgraded::after {
3480
+ width: 100%;
3481
+ width: var(--mdc-ripple-fg-size, 100%);
3482
+ height: 100%;
3483
+ height: var(--mdc-ripple-fg-size, 100%); }
3484
+ .mdc-radio::before, .mdc-radio::after {
3485
+ background-color: #f05c6a; }
3486
+ @supports not (-ms-ime-align: auto) {
3487
+ .mdc-radio::before, .mdc-radio::after {
3488
+ /* @alternate */
3489
+ background-color: #f05c6a;
3490
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
3491
+ .mdc-radio:hover::before {
3492
+ opacity: 0.04; }
3493
+ .mdc-radio:not(.mdc-ripple-upgraded):focus::before, .mdc-radio.mdc-ripple-upgraded--background-focused::before {
3494
+ transition-duration: 75ms;
3495
+ opacity: 0.12; }
3496
+ .mdc-radio:not(.mdc-ripple-upgraded)::after {
3497
+ transition: opacity 150ms linear; }
3498
+ .mdc-radio:not(.mdc-ripple-upgraded):active::after {
3499
+ transition-duration: 75ms;
3500
+ opacity: 0.12; }
3501
+ .mdc-radio.mdc-ripple-upgraded {
3502
+ --mdc-ripple-fg-opacity: 0.12; }
3503
+ .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__background::before {
3504
+ content: none; }
1472
3505
 
1473
- .mdc-menu-item--selected .mdc-menu__selection-group-icon {
1474
- display: inline; }
3506
+ .mdc-form-field {
3507
+ font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
3508
+ -moz-osx-font-smoothing: grayscale;
3509
+ -webkit-font-smoothing: antialiased;
3510
+ font-size: 0.875rem;
3511
+ line-height: 1.25rem;
3512
+ font-weight: 400;
3513
+ letter-spacing: 0.01786em;
3514
+ text-decoration: inherit;
3515
+ text-transform: inherit;
3516
+ color: rgba(0, 0, 0, 0.87);
3517
+ /* @alternate */
3518
+ color: rgba(0, 0, 0, 0.87);
3519
+ color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
3520
+ display: inline-flex;
3521
+ align-items: center;
3522
+ vertical-align: middle; }
3523
+ .mdc-form-field > label {
3524
+ order: 0;
3525
+ margin-right: auto;
3526
+ padding-left: 4px; }
3527
+ [dir="rtl"] .mdc-form-field > label, .mdc-form-field[dir="rtl"] > label {
3528
+ margin-left: auto;
3529
+ padding-right: 4px; }
3530
+
3531
+ .mdc-form-field--align-end > label {
3532
+ order: -1;
3533
+ margin-left: auto;
3534
+ padding-right: 4px; }
3535
+
3536
+ [dir="rtl"] .mdc-form-field--align-end > label, .mdc-form-field--align-end[dir="rtl"] > label {
3537
+ margin-right: auto;
3538
+ padding-left: 4px; }
1475
3539
 
1476
3540
  .mdc-list {
1477
3541
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
@@ -2792,6 +4856,12 @@ a.mdc-list-item {
2792
4856
  .mdc-select--dense .mdc-select__dropdown-icon {
2793
4857
  bottom: 12px; }
2794
4858
 
4859
+ .mdc-select--with-leading-icon.mdc-select--dense .mdc-select__icon {
4860
+ bottom: 12px;
4861
+ left: 12px;
4862
+ right: 12px;
4863
+ transform: scale(0.8); }
4864
+
2795
4865
  .mdc-select--outlined.mdc-select--dense
2796
4866
  .mdc-notched-outline--upgraded
2797
4867
  .mdc-floating-label--float-above {
@@ -2804,6 +4874,229 @@ a.mdc-list-item {
2804
4874
  .mdc-notched-outline__trailing {
2805
4875
  border-color: #9e9e9e; }
2806
4876
 
4877
+ .mdc-select--no-arrow .mdc-select__native-control {
4878
+ padding-right: 1rem; }
4879
+
4880
+ .mdc-select--no-arrow .mdc-select__dropdown-icon {
4881
+ display: none; }
4882
+
4883
+ .mdc-switch {
4884
+ display: inline-block;
4885
+ position: relative;
4886
+ outline: none;
4887
+ -webkit-user-select: none;
4888
+ -moz-user-select: none;
4889
+ -ms-user-select: none;
4890
+ user-select: none; }
4891
+ .mdc-switch.mdc-switch--checked .mdc-switch__track {
4892
+ background-color: #f05c6a;
4893
+ /* @alternate */
4894
+ background-color: #f05c6a;
4895
+ background-color: var(--mdc-theme-secondary, #f05c6a);
4896
+ border-color: #f05c6a;
4897
+ /* @alternate */
4898
+ border-color: #f05c6a;
4899
+ border-color: var(--mdc-theme-secondary, #f05c6a); }
4900
+ .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
4901
+ background-color: #f05c6a;
4902
+ /* @alternate */
4903
+ background-color: #f05c6a;
4904
+ background-color: var(--mdc-theme-secondary, #f05c6a);
4905
+ border-color: #f05c6a;
4906
+ /* @alternate */
4907
+ border-color: #f05c6a;
4908
+ border-color: var(--mdc-theme-secondary, #f05c6a); }
4909
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
4910
+ background-color: #000;
4911
+ border-color: #000; }
4912
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
4913
+ background-color: #fff;
4914
+ border-color: #fff; }
4915
+
4916
+ .mdc-switch__native-control {
4917
+ /* @noflip */
4918
+ left: 0;
4919
+ /* @noflip */
4920
+ right: auto;
4921
+ right: initial;
4922
+ position: absolute;
4923
+ top: 0;
4924
+ width: 68px;
4925
+ height: 48px;
4926
+ margin: 0;
4927
+ opacity: 0;
4928
+ cursor: pointer;
4929
+ pointer-events: auto; }
4930
+ [dir="rtl"] .mdc-switch__native-control, .mdc-switch__native-control[dir="rtl"] {
4931
+ /* @noflip */
4932
+ left: auto;
4933
+ left: initial;
4934
+ /* @noflip */
4935
+ right: 0; }
4936
+
4937
+ .mdc-switch__track {
4938
+ box-sizing: border-box;
4939
+ width: 32px;
4940
+ height: 14px;
4941
+ border: 1px solid;
4942
+ border-radius: 7px;
4943
+ opacity: .38;
4944
+ transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1); }
4945
+
4946
+ .mdc-switch__thumb-underlay {
4947
+ /* @noflip */
4948
+ left: -18px;
4949
+ /* @noflip */
4950
+ right: auto;
4951
+ right: initial;
4952
+ display: flex;
4953
+ position: absolute;
4954
+ top: -17px;
4955
+ align-items: center;
4956
+ justify-content: center;
4957
+ width: 48px;
4958
+ height: 48px;
4959
+ transform: translateX(0);
4960
+ transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1); }
4961
+ [dir="rtl"] .mdc-switch__thumb-underlay, .mdc-switch__thumb-underlay[dir="rtl"] {
4962
+ /* @noflip */
4963
+ left: auto;
4964
+ left: initial;
4965
+ /* @noflip */
4966
+ right: -18px; }
4967
+
4968
+ .mdc-switch__thumb {
4969
+ box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
4970
+ box-sizing: border-box;
4971
+ width: 20px;
4972
+ height: 20px;
4973
+ border: 10px solid;
4974
+ border-radius: 50%;
4975
+ pointer-events: none;
4976
+ z-index: 1; }
4977
+
4978
+ .mdc-switch--checked .mdc-switch__track {
4979
+ opacity: .54; }
4980
+
4981
+ .mdc-switch--checked .mdc-switch__thumb-underlay {
4982
+ transform: translateX(20px); }
4983
+ [dir="rtl"] .mdc-switch--checked .mdc-switch__thumb-underlay, .mdc-switch--checked .mdc-switch__thumb-underlay[dir="rtl"] {
4984
+ transform: translateX(-20px); }
4985
+
4986
+ .mdc-switch--checked .mdc-switch__native-control {
4987
+ transform: translateX(-20px); }
4988
+ [dir="rtl"] .mdc-switch--checked .mdc-switch__native-control, .mdc-switch--checked .mdc-switch__native-control[dir="rtl"] {
4989
+ transform: translateX(20px); }
4990
+
4991
+ .mdc-switch--disabled {
4992
+ opacity: .38;
4993
+ pointer-events: none; }
4994
+ .mdc-switch--disabled .mdc-switch__thumb {
4995
+ border-width: 1px; }
4996
+ .mdc-switch--disabled .mdc-switch__native-control {
4997
+ cursor: default;
4998
+ pointer-events: none; }
4999
+
5000
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
5001
+ background-color: #9e9e9e; }
5002
+
5003
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:hover::before {
5004
+ opacity: 0.08; }
5005
+
5006
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
5007
+ transition-duration: 75ms;
5008
+ opacity: 0.24; }
5009
+
5010
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
5011
+ transition: opacity 150ms linear; }
5012
+
5013
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
5014
+ transition-duration: 75ms;
5015
+ opacity: 0.24; }
5016
+
5017
+ .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
5018
+ --mdc-ripple-fg-opacity: 0.24; }
5019
+
5020
+ .mdc-switch__thumb-underlay {
5021
+ --mdc-ripple-fg-size: 0;
5022
+ --mdc-ripple-left: 0;
5023
+ --mdc-ripple-top: 0;
5024
+ --mdc-ripple-fg-scale: 1;
5025
+ --mdc-ripple-fg-translate-end: 0;
5026
+ --mdc-ripple-fg-translate-start: 0;
5027
+ -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
5028
+ will-change: transform, opacity; }
5029
+ .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5030
+ position: absolute;
5031
+ border-radius: 50%;
5032
+ opacity: 0;
5033
+ pointer-events: none;
5034
+ content: ""; }
5035
+ .mdc-switch__thumb-underlay::before {
5036
+ transition: opacity 15ms linear, background-color 15ms linear;
5037
+ z-index: 1; }
5038
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before {
5039
+ transform: scale(1);
5040
+ transform: scale(var(--mdc-ripple-fg-scale, 1)); }
5041
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
5042
+ top: 0;
5043
+ /* @noflip */
5044
+ left: 0;
5045
+ transform: scale(0);
5046
+ transform-origin: center center; }
5047
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after {
5048
+ top: 0;
5049
+ top: var(--mdc-ripple-top, 0);
5050
+ /* @noflip */
5051
+ left: 0;
5052
+ left: var(--mdc-ripple-left, 0); }
5053
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after {
5054
+ animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards; }
5055
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after {
5056
+ animation: mdc-ripple-fg-opacity-out 150ms;
5057
+ transform: translate(0) scale(1);
5058
+ transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1)); }
5059
+ .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5060
+ top: calc(50% - 50%);
5061
+ /* @noflip */
5062
+ left: calc(50% - 50%);
5063
+ width: 100%;
5064
+ height: 100%; }
5065
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before, .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
5066
+ top: calc(50% - 50%);
5067
+ top: var(--mdc-ripple-top, calc(50% - 50%));
5068
+ /* @noflip */
5069
+ left: calc(50% - 50%);
5070
+ left: var(--mdc-ripple-left, calc(50% - 50%));
5071
+ width: 100%;
5072
+ width: var(--mdc-ripple-fg-size, 100%);
5073
+ height: 100%;
5074
+ height: var(--mdc-ripple-fg-size, 100%); }
5075
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
5076
+ width: 100%;
5077
+ width: var(--mdc-ripple-fg-size, 100%);
5078
+ height: 100%;
5079
+ height: var(--mdc-ripple-fg-size, 100%); }
5080
+ .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5081
+ background-color: #f05c6a; }
5082
+ @supports not (-ms-ime-align: auto) {
5083
+ .mdc-switch__thumb-underlay::before, .mdc-switch__thumb-underlay::after {
5084
+ /* @alternate */
5085
+ background-color: #f05c6a;
5086
+ background-color: var(--mdc-theme-secondary, #f05c6a); } }
5087
+ .mdc-switch__thumb-underlay:hover::before {
5088
+ opacity: 0.04; }
5089
+ .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before, .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before {
5090
+ transition-duration: 75ms;
5091
+ opacity: 0.12; }
5092
+ .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
5093
+ transition: opacity 150ms linear; }
5094
+ .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
5095
+ transition-duration: 75ms;
5096
+ opacity: 0.12; }
5097
+ .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
5098
+ --mdc-ripple-fg-opacity: 0.12; }
5099
+
2807
5100
  /**
2808
5101
  * @license
2809
5102
  * Copyright 2018 Google Inc.
@@ -4127,8 +6420,8 @@ a.mdc-list-item {
4127
6420
  .mdc-text-field--dense + .mdc-text-field-helper-line {
4128
6421
  margin-bottom: 4px; }
4129
6422
  .mdc-text-field + .mdc-text-field-helper-line {
4130
- padding-right: 16px;
4131
- padding-left: 16px; }
6423
+ padding-right: 0;
6424
+ padding-left: 0; }
4132
6425
 
4133
6426
  .mdc-form-field > .mdc-text-field + label {
4134
6427
  align-self: flex-start; }
@@ -4423,6 +6716,10 @@ a.mdc-list-item {
4423
6716
  .mdc-floating-label--float-above {
4424
6717
  font-size: 0.875rem; }
4425
6718
 
6719
+ /* fix line-height for dense textarea text fields */
6720
+ .mdc-text-field--dense.mdc-text-field--textarea .mdc-text-field__input {
6721
+ line-height: 1.25rem; }
6722
+
4426
6723
  /* recenter the text for dense text fields */
4427
6724
  .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
4428
6725
  padding: 9px 12px 10px 12px; }
@@ -4434,6 +6731,12 @@ a.mdc-list-item {
4434
6731
  .mdc-text-field__input {
4435
6732
  padding-left: 2.5rem; }
4436
6733
 
6734
+ .mdc-text-field--textarea.mdc-text-field--dense {
6735
+ height: auto; }
6736
+
6737
+ .mdc-text-field--outlined .mdc-notched-outline__notch {
6738
+ min-width: 50px; }
6739
+
4437
6740
  .mdc-text-field--outlined.mdc-text-field--dense.mdc-text-field--with-leading-icon
4438
6741
  .mdc-floating-label:not(.mdc-floating-label--float-above) {
4439
6742
  transform: translateX(0.25rem); }
@@ -4443,7 +6746,7 @@ a.mdc-list-item {
4443
6746
  .mdc-floating-label--float-above {
4444
6747
  transform: translateY(-120%) translateX(-28px) scale(0.8); }
4445
6748
 
4446
- /* path a bug in the outlined style where the label will be
6749
+ /* patch a bug in the outlined style where the label will be
4447
6750
  * rendered despite noLabel being set to true */
4448
6751
  .mdc-text-field--outlined.mdc-text-field--no-label .mdc-floating-label,
4449
6752
  .mdc-text-field--outlined.mdc-text-field--no-label .mdc-notched-outline__notch {
@@ -4457,3 +6760,129 @@ a.mdc-list-item {
4457
6760
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
4458
6761
  .mdc-notched-outline__trailing {
4459
6762
  border-color: #9e9e9e; }
6763
+
6764
+ .dzu-dropzone {
6765
+ display: flex;
6766
+ flex-direction: column;
6767
+ align-items: center;
6768
+ width: 100%;
6769
+ min-height: 120px;
6770
+ overflow: scroll;
6771
+ margin: 0 auto;
6772
+ position: relative;
6773
+ box-sizing: border-box;
6774
+ transition: all .15s linear;
6775
+ border: 2px solid #d9d9d9;
6776
+ border-radius: 4px; }
6777
+
6778
+ .dzu-dropzoneActive {
6779
+ background-color: #DEEBFF;
6780
+ border-color: #2484FF; }
6781
+
6782
+ .dzu-dropzoneDisabled {
6783
+ opacity: 0.5; }
6784
+
6785
+ .dzu-dropzoneDisabled *:hover {
6786
+ cursor: unset; }
6787
+
6788
+ .dzu-input {
6789
+ display: none; }
6790
+
6791
+ .dzu-inputLabel {
6792
+ display: flex;
6793
+ justify-content: center;
6794
+ align-items: center;
6795
+ position: absolute;
6796
+ top: 0;
6797
+ bottom: 0;
6798
+ left: 0;
6799
+ right: 0;
6800
+ font-family: 'Helvetica', sans-serif;
6801
+ font-size: 20px;
6802
+ font-weight: 600;
6803
+ color: #2484FF;
6804
+ -moz-osx-font-smoothing: grayscale;
6805
+ -webkit-font-smoothing: antialiased;
6806
+ cursor: pointer; }
6807
+
6808
+ .dzu-inputLabelWithFiles {
6809
+ display: flex;
6810
+ justify-content: center;
6811
+ align-items: center;
6812
+ align-self: flex-start;
6813
+ padding: 0 14px;
6814
+ min-height: 32px;
6815
+ background-color: #E6E6E6;
6816
+ color: #2484FF;
6817
+ border: none;
6818
+ font-family: 'Helvetica', sans-serif;
6819
+ border-radius: 4px;
6820
+ font-size: 14px;
6821
+ font-weight: 600;
6822
+ margin-top: 20px;
6823
+ margin-left: 3%;
6824
+ -moz-osx-font-smoothing: grayscale;
6825
+ -webkit-font-smoothing: antialiased;
6826
+ cursor: pointer; }
6827
+
6828
+ .dzu-previewContainer {
6829
+ padding: 40px 3%;
6830
+ display: flex;
6831
+ flex-direction: row;
6832
+ align-items: center;
6833
+ justify-content: space-between;
6834
+ position: relative;
6835
+ width: 100%;
6836
+ min-height: 60px;
6837
+ z-index: 1;
6838
+ border-bottom: 1px solid #ECECEC;
6839
+ box-sizing: border-box; }
6840
+
6841
+ .dzu-previewStatusContainer {
6842
+ display: flex;
6843
+ align-items: center; }
6844
+
6845
+ .dzu-previewFileName {
6846
+ font-family: 'Helvetica', sans-serif;
6847
+ font-size: 14px;
6848
+ font-weight: 400;
6849
+ color: #333333; }
6850
+
6851
+ .dzu-previewImage {
6852
+ width: auto;
6853
+ max-height: 40px;
6854
+ max-width: 140px;
6855
+ border-radius: 4px; }
6856
+
6857
+ .dzu-previewButton {
6858
+ background-size: 14px 14px;
6859
+ background-position: center;
6860
+ background-repeat: no-repeat;
6861
+ width: 14px;
6862
+ height: 14px;
6863
+ cursor: pointer;
6864
+ opacity: 0.9;
6865
+ margin: 0 0 2px 10px; }
6866
+
6867
+ .dzu-submitButtonContainer {
6868
+ margin: 24px 0;
6869
+ z-index: 1; }
6870
+
6871
+ .dzu-submitButton {
6872
+ padding: 0 14px;
6873
+ min-height: 32px;
6874
+ background-color: #2484FF;
6875
+ border: none;
6876
+ border-radius: 4px;
6877
+ font-family: 'Helvetica', sans-serif;
6878
+ font-size: 14px;
6879
+ font-weight: 600;
6880
+ color: #FFF;
6881
+ -moz-osx-font-smoothing: grayscale;
6882
+ -webkit-font-smoothing: antialiased;
6883
+ cursor: pointer; }
6884
+
6885
+ .dzu-submitButton:disabled {
6886
+ background-color: #E6E6E6;
6887
+ color: #333333;
6888
+ cursor: unset; }