@flywheel-io/vision 0.2.4 → 0.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/styles.css CHANGED
@@ -2,6 +2,11 @@
2
2
  @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap");
3
3
  @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700");
4
4
  @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600");
5
+ /* Colors for the ripple elements.*/
6
+ /* stylelint-disable-next-line material/theme-mixin-api */
7
+ /* stylelint-disable-next-line material/theme-mixin-api */
8
+ /* stylelint-disable material/no-prefixes */
9
+ /* stylelint-enable */
5
10
  /* http://meyerweb.com/eric/tools/css/reset/
6
11
  v2.0 | 20110126
7
12
  License: none (public domain)
@@ -56,11 +61,6 @@ table {
56
61
  border-spacing: 0;
57
62
  }
58
63
 
59
- /* Colors for the ripple elements.*/
60
- /* stylelint-disable-next-line material/theme-mixin-api */
61
- /* stylelint-disable-next-line material/theme-mixin-api */
62
- /* stylelint-disable material/no-prefixes */
63
- /* stylelint-enable */
64
64
  .mat-badge-content {
65
65
  font-weight: 600;
66
66
  font-size: 12px;
@@ -780,7 +780,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
780
780
  }
781
781
 
782
782
  .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
783
- color: #2e72f6;
783
+ color: #1b68fa;
784
784
  }
785
785
 
786
786
  .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
@@ -812,7 +812,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
812
812
 
813
813
  .mat-primary .mat-pseudo-checkbox-checked,
814
814
  .mat-primary .mat-pseudo-checkbox-indeterminate {
815
- background: #2e72f6;
815
+ background: #1b68fa;
816
816
  }
817
817
 
818
818
  .mat-pseudo-checkbox-checked,
@@ -957,7 +957,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
957
957
 
958
958
  .mat-badge-content {
959
959
  color: white;
960
- background: #2e72f6;
960
+ background: #1b68fa;
961
961
  }
962
962
  .cdk-high-contrast-active .mat-badge-content {
963
963
  outline: solid 1px;
@@ -1140,7 +1140,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
1140
1140
  background: transparent;
1141
1141
  }
1142
1142
  .mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
1143
- color: #2e72f6;
1143
+ color: #1b68fa;
1144
1144
  }
1145
1145
  .mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
1146
1146
  color: #59b96b;
@@ -1152,7 +1152,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
1152
1152
  color: rgba(0, 0, 0, 0.26);
1153
1153
  }
1154
1154
  .mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
1155
- background-color: #2e72f6;
1155
+ background-color: #1b68fa;
1156
1156
  }
1157
1157
  .mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
1158
1158
  background-color: #59b96b;
@@ -1193,7 +1193,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
1193
1193
  color: rgba(0, 0, 0, 0.26);
1194
1194
  }
1195
1195
  .mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
1196
- background-color: #2e72f6;
1196
+ background-color: #1b68fa;
1197
1197
  }
1198
1198
  .mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
1199
1199
  background-color: #59b96b;
@@ -1338,7 +1338,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
1338
1338
  }
1339
1339
 
1340
1340
  .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
1341
- background-color: #2e72f6;
1341
+ background-color: #1b68fa;
1342
1342
  }
1343
1343
  .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
1344
1344
  background-color: #59b96b;
@@ -1363,7 +1363,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
1363
1363
 
1364
1364
  .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
1365
1365
  .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
1366
- background: #2e72f6;
1366
+ background: #1b68fa;
1367
1367
  }
1368
1368
  .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
1369
1369
  .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
@@ -1396,7 +1396,7 @@ textarea.cdk-textarea-autosize-measuring-firefox {
1396
1396
  }
1397
1397
 
1398
1398
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
1399
- background-color: #2e72f6;
1399
+ background-color: #1b68fa;
1400
1400
  color: white;
1401
1401
  }
1402
1402
  .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
@@ -1502,7 +1502,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1502
1502
  }
1503
1503
 
1504
1504
  .mat-calendar-body-in-range::before {
1505
- background: rgba(46, 114, 246, 0.2);
1505
+ background: rgba(27, 104, 250, 0.2);
1506
1506
  }
1507
1507
 
1508
1508
  .mat-calendar-body-comparison-identical,
@@ -1512,12 +1512,12 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1512
1512
 
1513
1513
  .mat-calendar-body-comparison-bridge-start::before,
1514
1514
  [dir=rtl] .mat-calendar-body-comparison-bridge-end::before {
1515
- background: linear-gradient(to right, rgba(46, 114, 246, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
1515
+ background: linear-gradient(to right, rgba(27, 104, 250, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
1516
1516
  }
1517
1517
 
1518
1518
  .mat-calendar-body-comparison-bridge-end::before,
1519
1519
  [dir=rtl] .mat-calendar-body-comparison-bridge-start::before {
1520
- background: linear-gradient(to left, rgba(46, 114, 246, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
1520
+ background: linear-gradient(to left, rgba(27, 104, 250, 0.2) 50%, rgba(249, 171, 0, 0.2) 50%);
1521
1521
  }
1522
1522
 
1523
1523
  .mat-calendar-body-in-range > .mat-calendar-body-comparison-identical,
@@ -1531,12 +1531,12 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1531
1531
  }
1532
1532
 
1533
1533
  .mat-calendar-body-selected {
1534
- background-color: #2e72f6;
1534
+ background-color: #1b68fa;
1535
1535
  color: white;
1536
1536
  }
1537
1537
 
1538
1538
  .mat-calendar-body-disabled > .mat-calendar-body-selected {
1539
- background-color: rgba(46, 114, 246, 0.4);
1539
+ background-color: rgba(27, 104, 250, 0.4);
1540
1540
  }
1541
1541
 
1542
1542
  .mat-calendar-body-today.mat-calendar-body-selected {
@@ -1546,7 +1546,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1546
1546
  .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
1547
1547
  .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
1548
1548
  .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
1549
- background-color: rgba(46, 114, 246, 0.3);
1549
+ background-color: rgba(27, 104, 250, 0.3);
1550
1550
  }
1551
1551
 
1552
1552
  .mat-datepicker-content {
@@ -1636,7 +1636,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1636
1636
  }
1637
1637
 
1638
1638
  .mat-datepicker-toggle-active {
1639
- color: #2e72f6;
1639
+ color: #1b68fa;
1640
1640
  }
1641
1641
  .mat-datepicker-toggle-active.mat-accent {
1642
1642
  color: #59b96b;
@@ -1717,7 +1717,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1717
1717
  }
1718
1718
 
1719
1719
  .mat-form-field.mat-focused .mat-form-field-label {
1720
- color: #2e72f6;
1720
+ color: #1b68fa;
1721
1721
  }
1722
1722
  .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
1723
1723
  color: #59b96b;
@@ -1735,7 +1735,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1735
1735
  }
1736
1736
 
1737
1737
  .mat-form-field.mat-focused .mat-form-field-ripple {
1738
- background-color: #2e72f6;
1738
+ background-color: #1b68fa;
1739
1739
  }
1740
1740
  .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
1741
1741
  background-color: #59b96b;
@@ -1745,7 +1745,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1745
1745
  }
1746
1746
 
1747
1747
  .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
1748
- color: #2e72f6;
1748
+ color: #1b68fa;
1749
1749
  }
1750
1750
  .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
1751
1751
  color: #59b96b;
@@ -1817,7 +1817,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1817
1817
  color: rgba(0, 0, 0, 0.87);
1818
1818
  }
1819
1819
  .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
1820
- color: #2e72f6;
1820
+ color: #1b68fa;
1821
1821
  }
1822
1822
  .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
1823
1823
  color: #59b96b;
@@ -1836,7 +1836,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1836
1836
  }
1837
1837
 
1838
1838
  .mat-icon.mat-primary {
1839
- color: #2e72f6;
1839
+ color: #1b68fa;
1840
1840
  }
1841
1841
  .mat-icon.mat-accent {
1842
1842
  color: #59b96b;
@@ -1855,7 +1855,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1855
1855
  }
1856
1856
 
1857
1857
  .mat-input-element {
1858
- caret-color: #2e72f6;
1858
+ caret-color: #1b68fa;
1859
1859
  }
1860
1860
  .mat-input-element::placeholder {
1861
1861
  color: rgba(0, 0, 0, 0.42);
@@ -1969,15 +1969,15 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
1969
1969
  }
1970
1970
 
1971
1971
  .mat-progress-bar-background {
1972
- fill: #c0d5fc;
1972
+ fill: #bbd2fe;
1973
1973
  }
1974
1974
 
1975
1975
  .mat-progress-bar-buffer {
1976
- background-color: #c0d5fc;
1976
+ background-color: #bbd2fe;
1977
1977
  }
1978
1978
 
1979
1979
  .mat-progress-bar-fill::after {
1980
- background-color: #2e72f6;
1980
+ background-color: #1b68fa;
1981
1981
  }
1982
1982
 
1983
1983
  .mat-progress-bar.mat-accent .mat-progress-bar-background {
@@ -2001,7 +2001,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2001
2001
  }
2002
2002
 
2003
2003
  .mat-progress-spinner circle, .mat-spinner circle {
2004
- stroke: #2e72f6;
2004
+ stroke: #1b68fa;
2005
2005
  }
2006
2006
  .mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
2007
2007
  stroke: #59b96b;
@@ -2015,11 +2015,11 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2015
2015
  }
2016
2016
 
2017
2017
  .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
2018
- border-color: #2e72f6;
2018
+ border-color: #1b68fa;
2019
2019
  }
2020
2020
  .mat-radio-button.mat-primary .mat-radio-inner-circle,
2021
2021
  .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
2022
- background-color: #2e72f6;
2022
+ background-color: #1b68fa;
2023
2023
  }
2024
2024
  .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
2025
2025
  border-color: #59b96b;
@@ -2077,7 +2077,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2077
2077
  }
2078
2078
 
2079
2079
  .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
2080
- color: #2e72f6;
2080
+ color: #1b68fa;
2081
2081
  }
2082
2082
  .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
2083
2083
  color: #59b96b;
@@ -2139,13 +2139,13 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2139
2139
  background-color: #59b96b;
2140
2140
  }
2141
2141
  .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
2142
- background-color: #2e72f6;
2142
+ background-color: #1b68fa;
2143
2143
  }
2144
2144
  .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
2145
- background-color: rgba(46, 114, 246, 0.54);
2145
+ background-color: rgba(27, 104, 250, 0.54);
2146
2146
  }
2147
2147
  .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
2148
- background-color: #2e72f6;
2148
+ background-color: #1b68fa;
2149
2149
  }
2150
2150
  .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
2151
2151
  background-color: #d9534b;
@@ -2176,13 +2176,13 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2176
2176
  .mat-primary .mat-slider-track-fill,
2177
2177
  .mat-primary .mat-slider-thumb,
2178
2178
  .mat-primary .mat-slider-thumb-label {
2179
- background-color: #2e72f6;
2179
+ background-color: #1b68fa;
2180
2180
  }
2181
2181
  .mat-primary .mat-slider-thumb-label-text {
2182
2182
  color: white;
2183
2183
  }
2184
2184
  .mat-primary .mat-slider-focus-ring {
2185
- background-color: rgba(46, 114, 246, 0.2);
2185
+ background-color: rgba(27, 104, 250, 0.2);
2186
2186
  }
2187
2187
 
2188
2188
  .mat-accent .mat-slider-track-fill,
@@ -2277,7 +2277,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2277
2277
  .mat-step-header .mat-step-icon-selected,
2278
2278
  .mat-step-header .mat-step-icon-state-done,
2279
2279
  .mat-step-header .mat-step-icon-state-edit {
2280
- background-color: #2e72f6;
2280
+ background-color: #1b68fa;
2281
2281
  color: white;
2282
2282
  }
2283
2283
  .mat-step-header.mat-accent .mat-step-icon {
@@ -2386,10 +2386,10 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2386
2386
  .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
2387
2387
  .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
2388
2388
  .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
2389
- background-color: rgba(192, 213, 252, 0.3);
2389
+ background-color: rgba(187, 210, 254, 0.3);
2390
2390
  }
2391
2391
  .mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
2392
- background-color: #2e72f6;
2392
+ background-color: #1b68fa;
2393
2393
  }
2394
2394
  .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-group.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-header .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary > .mat-tab-link-container .mat-ink-bar {
2395
2395
  background-color: white;
@@ -2425,10 +2425,10 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2425
2425
  .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
2426
2426
  .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
2427
2427
  .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
2428
- background-color: rgba(192, 213, 252, 0.3);
2428
+ background-color: rgba(187, 210, 254, 0.3);
2429
2429
  }
2430
2430
  .mat-tab-group.mat-background-primary > .mat-tab-header, .mat-tab-group.mat-background-primary > .mat-tab-link-container, .mat-tab-group.mat-background-primary > .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header-pagination {
2431
- background-color: #2e72f6;
2431
+ background-color: #1b68fa;
2432
2432
  }
2433
2433
  .mat-tab-group.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-group.mat-background-primary > .mat-tab-link-container .mat-tab-link, .mat-tab-nav-bar.mat-background-primary > .mat-tab-header .mat-tab-label, .mat-tab-nav-bar.mat-background-primary > .mat-tab-link-container .mat-tab-link {
2434
2434
  color: white;
@@ -2519,7 +2519,7 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2519
2519
  color: rgba(0, 0, 0, 0.87);
2520
2520
  }
2521
2521
  .mat-toolbar.mat-primary {
2522
- background: #2e72f6;
2522
+ background: #1b68fa;
2523
2523
  color: white;
2524
2524
  }
2525
2525
  .mat-toolbar.mat-accent {
@@ -2607,10 +2607,10 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2607
2607
  }
2608
2608
 
2609
2609
  .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
2610
- background-color: #2e72f6;
2610
+ background-color: #1b68fa;
2611
2611
  }
2612
2612
  .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
2613
- background-color: #2e72f6;
2613
+ background-color: #1b68fa;
2614
2614
  }
2615
2615
  .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
2616
2616
  background-color: #d9534b;
@@ -2632,34 +2632,67 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2632
2632
 
2633
2633
  .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
2634
2634
  .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
2635
- background: #2e72f6;
2635
+ background: #1b68fa;
2636
2636
  }
2637
2637
  .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
2638
2638
  .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
2639
- background: #2e72f6;
2639
+ background: #1b68fa;
2640
2640
  }
2641
2641
  .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
2642
2642
  .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
2643
2643
  background: #d9534b;
2644
2644
  }
2645
2645
 
2646
+ .mat-pseudo-checkbox {
2647
+ color: rgba(0, 0, 0, 0.54);
2648
+ }
2649
+ .mat-pseudo-checkbox::after {
2650
+ color: #fafafa;
2651
+ }
2652
+
2653
+ .mat-pseudo-checkbox-disabled {
2654
+ color: #b0b0b0;
2655
+ }
2656
+
2657
+ .mat-primary .mat-pseudo-checkbox-checked,
2658
+ .mat-primary .mat-pseudo-checkbox-indeterminate {
2659
+ background: #1b68fa;
2660
+ }
2661
+
2662
+ .mat-pseudo-checkbox-checked,
2663
+ .mat-pseudo-checkbox-indeterminate,
2664
+ .mat-accent .mat-pseudo-checkbox-checked,
2665
+ .mat-accent .mat-pseudo-checkbox-indeterminate {
2666
+ background: #1b68fa;
2667
+ }
2668
+
2669
+ .mat-warn .mat-pseudo-checkbox-checked,
2670
+ .mat-warn .mat-pseudo-checkbox-indeterminate {
2671
+ background: #d9534b;
2672
+ }
2673
+
2674
+ .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
2675
+ .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
2676
+ background: #b0b0b0;
2677
+ }
2678
+
2646
2679
  .mat-radio-outer-circle {
2647
2680
  border-color: rgba(0, 0, 0, 0.54);
2648
2681
  }
2649
2682
 
2650
2683
  .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
2651
- border-color: #2e72f6;
2684
+ border-color: #1b68fa;
2652
2685
  }
2653
2686
  .mat-radio-button.mat-primary .mat-radio-inner-circle,
2654
2687
  .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
2655
- background-color: #2e72f6;
2688
+ background-color: #1b68fa;
2656
2689
  }
2657
2690
  .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
2658
- border-color: #2e72f6;
2691
+ border-color: #1b68fa;
2659
2692
  }
2660
2693
  .mat-radio-button.mat-accent .mat-radio-inner-circle,
2661
2694
  .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
2662
- background-color: #2e72f6;
2695
+ background-color: #1b68fa;
2663
2696
  }
2664
2697
  .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
2665
2698
  border-color: #d9534b;
@@ -2684,22 +2717,22 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2684
2717
  }
2685
2718
 
2686
2719
  .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
2687
- background-color: #2e72f6;
2720
+ background-color: #1b68fa;
2688
2721
  }
2689
2722
  .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
2690
- background-color: rgba(46, 114, 246, 0.54);
2723
+ background-color: rgba(27, 104, 250, 0.54);
2691
2724
  }
2692
2725
  .mat-slide-toggle.mat-checked .mat-ripple-element {
2693
- background-color: #2e72f6;
2726
+ background-color: #1b68fa;
2694
2727
  }
2695
2728
  .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
2696
- background-color: #2e72f6;
2729
+ background-color: #1b68fa;
2697
2730
  }
2698
2731
  .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
2699
- background-color: rgba(46, 114, 246, 0.54);
2732
+ background-color: rgba(27, 104, 250, 0.54);
2700
2733
  }
2701
2734
  .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
2702
- background-color: #2e72f6;
2735
+ background-color: #1b68fa;
2703
2736
  }
2704
2737
  .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
2705
2738
  background-color: #d9534b;
@@ -2730,25 +2763,25 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2730
2763
  .mat-primary .mat-slider-track-fill,
2731
2764
  .mat-primary .mat-slider-thumb,
2732
2765
  .mat-primary .mat-slider-thumb-label {
2733
- background-color: #2e72f6;
2766
+ background-color: #1b68fa;
2734
2767
  }
2735
2768
  .mat-primary .mat-slider-thumb-label-text {
2736
2769
  color: white;
2737
2770
  }
2738
2771
  .mat-primary .mat-slider-focus-ring {
2739
- background-color: rgba(46, 114, 246, 0.2);
2772
+ background-color: rgba(27, 104, 250, 0.2);
2740
2773
  }
2741
2774
 
2742
2775
  .mat-accent .mat-slider-track-fill,
2743
2776
  .mat-accent .mat-slider-thumb,
2744
2777
  .mat-accent .mat-slider-thumb-label {
2745
- background-color: #2e72f6;
2778
+ background-color: #1b68fa;
2746
2779
  }
2747
2780
  .mat-accent .mat-slider-thumb-label-text {
2748
2781
  color: white;
2749
2782
  }
2750
2783
  .mat-accent .mat-slider-focus-ring {
2751
- background-color: rgba(46, 114, 246, 0.2);
2784
+ background-color: rgba(27, 104, 250, 0.2);
2752
2785
  }
2753
2786
 
2754
2787
  .mat-warn .mat-slider-track-fill,
@@ -2812,6 +2845,11 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
2812
2845
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
2813
2846
  }
2814
2847
 
2848
+ /* Colors for the ripple elements.*/
2849
+ /* stylelint-disable-next-line material/theme-mixin-api */
2850
+ /* stylelint-disable-next-line material/theme-mixin-api */
2851
+ /* stylelint-disable material/no-prefixes */
2852
+ /* stylelint-enable */
2815
2853
  .white {
2816
2854
  color: #ffffff !important;
2817
2855
  }
@@ -3101,35 +3139,99 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
3101
3139
  }
3102
3140
 
3103
3141
  .bright-blue {
3104
- color: #2e72f6 !important;
3142
+ color: #1b68fa !important;
3105
3143
  }
3106
3144
 
3107
3145
  .fill-bright-blue {
3108
- background-color: #2e72f6 !important;
3146
+ background-color: #1b68fa !important;
3109
3147
  }
3110
3148
 
3111
3149
  .border-bright-blue {
3112
- border-color: #2e72f6 !important;
3150
+ border-color: #1b68fa !important;
3113
3151
  }
3114
3152
 
3115
3153
  .border-top-bright-blue {
3116
3154
  border-top: 1px solid;
3117
- border-color: #2e72f6 !important;
3155
+ border-color: #1b68fa !important;
3118
3156
  }
3119
3157
 
3120
3158
  .border-right-bright-blue {
3121
3159
  border-right: 1px solid;
3122
- border-color: #2e72f6 !important;
3160
+ border-color: #1b68fa !important;
3123
3161
  }
3124
3162
 
3125
3163
  .border-bottom-bright-blue {
3126
3164
  border-bottom: 1px solid;
3127
- border-color: #2e72f6 !important;
3165
+ border-color: #1b68fa !important;
3128
3166
  }
3129
3167
 
3130
3168
  .border-left-bright-blue {
3131
3169
  border-left: 1px solid;
3132
- border-color: #2e72f6 !important;
3170
+ border-color: #1b68fa !important;
3171
+ }
3172
+
3173
+ .admin-black {
3174
+ color: #01010a !important;
3175
+ }
3176
+
3177
+ .fill-admin-black {
3178
+ background-color: #01010a !important;
3179
+ }
3180
+
3181
+ .border-admin-black {
3182
+ border-color: #01010a !important;
3183
+ }
3184
+
3185
+ .border-top-admin-black {
3186
+ border-top: 1px solid;
3187
+ border-color: #01010a !important;
3188
+ }
3189
+
3190
+ .border-right-admin-black {
3191
+ border-right: 1px solid;
3192
+ border-color: #01010a !important;
3193
+ }
3194
+
3195
+ .border-bottom-admin-black {
3196
+ border-bottom: 1px solid;
3197
+ border-color: #01010a !important;
3198
+ }
3199
+
3200
+ .border-left-admin-black {
3201
+ border-left: 1px solid;
3202
+ border-color: #01010a !important;
3203
+ }
3204
+
3205
+ .accent-purple {
3206
+ color: #b080fc !important;
3207
+ }
3208
+
3209
+ .fill-accent-purple {
3210
+ background-color: #b080fc !important;
3211
+ }
3212
+
3213
+ .border-accent-purple {
3214
+ border-color: #b080fc !important;
3215
+ }
3216
+
3217
+ .border-top-accent-purple {
3218
+ border-top: 1px solid;
3219
+ border-color: #b080fc !important;
3220
+ }
3221
+
3222
+ .border-right-accent-purple {
3223
+ border-right: 1px solid;
3224
+ border-color: #b080fc !important;
3225
+ }
3226
+
3227
+ .border-bottom-accent-purple {
3228
+ border-bottom: 1px solid;
3229
+ border-color: #b080fc !important;
3230
+ }
3231
+
3232
+ .border-left-accent-purple {
3233
+ border-left: 1px solid;
3234
+ border-color: #b080fc !important;
3133
3235
  }
3134
3236
 
3135
3237
  .grey {
@@ -3324,217 +3426,209 @@ th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
3324
3426
  border-color: #222222 !important;
3325
3427
  }
3326
3428
 
3327
- .iron-grey {
3328
- color: #d3d6db !important;
3429
+ .soft-blue {
3430
+ color: #eff1f5 !important;
3329
3431
  }
3330
3432
 
3331
- .fill-iron-grey {
3332
- background-color: #d3d6db !important;
3433
+ .fill-soft-blue {
3434
+ background-color: #eff1f5 !important;
3333
3435
  }
3334
3436
 
3335
- .border-iron-grey {
3336
- border-color: #d3d6db !important;
3437
+ .border-soft-blue {
3438
+ border-color: #eff1f5 !important;
3337
3439
  }
3338
3440
 
3339
- .border-top-iron-grey {
3441
+ .border-top-soft-blue {
3340
3442
  border-top: 1px solid;
3341
- border-color: #d3d6db !important;
3443
+ border-color: #eff1f5 !important;
3342
3444
  }
3343
3445
 
3344
- .border-right-iron-grey {
3446
+ .border-right-soft-blue {
3345
3447
  border-right: 1px solid;
3346
- border-color: #d3d6db !important;
3448
+ border-color: #eff1f5 !important;
3347
3449
  }
3348
3450
 
3349
- .border-bottom-iron-grey {
3451
+ .border-bottom-soft-blue {
3350
3452
  border-bottom: 1px solid;
3351
- border-color: #d3d6db !important;
3453
+ border-color: #eff1f5 !important;
3352
3454
  }
3353
3455
 
3354
- .border-left-iron-grey {
3456
+ .border-left-soft-blue {
3355
3457
  border-left: 1px solid;
3356
- border-color: #d3d6db !important;
3458
+ border-color: #eff1f5 !important;
3357
3459
  }
3358
3460
 
3359
- .bombay-grey {
3360
- color: #aaacb0 !important;
3461
+ .dark-soft-blue {
3462
+ color: #e9ecf1 !important;
3361
3463
  }
3362
3464
 
3363
- .fill-bombay-grey {
3364
- background-color: #aaacb0 !important;
3465
+ .fill-dark-soft-blue {
3466
+ background-color: #e9ecf1 !important;
3365
3467
  }
3366
3468
 
3367
- .border-bombay-grey {
3368
- border-color: #aaacb0 !important;
3469
+ .border-dark-soft-blue {
3470
+ border-color: #e9ecf1 !important;
3369
3471
  }
3370
3472
 
3371
- .border-top-bombay-grey {
3473
+ .border-top-dark-soft-blue {
3372
3474
  border-top: 1px solid;
3373
- border-color: #aaacb0 !important;
3475
+ border-color: #e9ecf1 !important;
3374
3476
  }
3375
3477
 
3376
- .border-right-bombay-grey {
3478
+ .border-right-dark-soft-blue {
3377
3479
  border-right: 1px solid;
3378
- border-color: #aaacb0 !important;
3480
+ border-color: #e9ecf1 !important;
3379
3481
  }
3380
3482
 
3381
- .border-bottom-bombay-grey {
3483
+ .border-bottom-dark-soft-blue {
3382
3484
  border-bottom: 1px solid;
3383
- border-color: #aaacb0 !important;
3485
+ border-color: #e9ecf1 !important;
3384
3486
  }
3385
3487
 
3386
- .border-left-bombay-grey {
3488
+ .border-left-dark-soft-blue {
3387
3489
  border-left: 1px solid;
3388
- border-color: #aaacb0 !important;
3490
+ border-color: #e9ecf1 !important;
3389
3491
  }
3390
3492
 
3391
- .soft-blue {
3392
- color: #eff1f5 !important;
3493
+ .darker-soft-blue {
3494
+ color: #e6e9ef !important;
3393
3495
  }
3394
3496
 
3395
- .fill-soft-blue {
3396
- background-color: #eff1f5 !important;
3497
+ .fill-darker-soft-blue {
3498
+ background-color: #e6e9ef !important;
3397
3499
  }
3398
3500
 
3399
- .border-soft-blue {
3400
- border-color: #eff1f5 !important;
3501
+ .border-darker-soft-blue {
3502
+ border-color: #e6e9ef !important;
3401
3503
  }
3402
3504
 
3403
- .border-top-soft-blue {
3505
+ .border-top-darker-soft-blue {
3404
3506
  border-top: 1px solid;
3405
- border-color: #eff1f5 !important;
3507
+ border-color: #e6e9ef !important;
3406
3508
  }
3407
3509
 
3408
- .border-right-soft-blue {
3510
+ .border-right-darker-soft-blue {
3409
3511
  border-right: 1px solid;
3410
- border-color: #eff1f5 !important;
3512
+ border-color: #e6e9ef !important;
3411
3513
  }
3412
3514
 
3413
- .border-bottom-soft-blue {
3515
+ .border-bottom-darker-soft-blue {
3414
3516
  border-bottom: 1px solid;
3415
- border-color: #eff1f5 !important;
3517
+ border-color: #e6e9ef !important;
3416
3518
  }
3417
3519
 
3418
- .border-left-soft-blue {
3520
+ .border-left-darker-soft-blue {
3419
3521
  border-left: 1px solid;
3420
- border-color: #eff1f5 !important;
3522
+ border-color: #e6e9ef !important;
3421
3523
  }
3422
3524
 
3423
- .darker-soft-blue {
3424
- color: #e9ecf1 !important;
3525
+ .light-soft-blue {
3526
+ color: #f5f6f9 !important;
3425
3527
  }
3426
3528
 
3427
- .fill-darker-soft-blue {
3428
- background-color: #e9ecf1 !important;
3529
+ .fill-light-soft-blue {
3530
+ background-color: #f5f6f9 !important;
3429
3531
  }
3430
3532
 
3431
- .border-darker-soft-blue {
3432
- border-color: #e9ecf1 !important;
3533
+ .border-light-soft-blue {
3534
+ border-color: #f5f6f9 !important;
3433
3535
  }
3434
3536
 
3435
- .border-top-darker-soft-blue {
3537
+ .border-top-light-soft-blue {
3436
3538
  border-top: 1px solid;
3437
- border-color: #e9ecf1 !important;
3539
+ border-color: #f5f6f9 !important;
3438
3540
  }
3439
3541
 
3440
- .border-right-darker-soft-blue {
3542
+ .border-right-light-soft-blue {
3441
3543
  border-right: 1px solid;
3442
- border-color: #e9ecf1 !important;
3544
+ border-color: #f5f6f9 !important;
3443
3545
  }
3444
3546
 
3445
- .border-bottom-darker-soft-blue {
3547
+ .border-bottom-light-soft-blue {
3446
3548
  border-bottom: 1px solid;
3447
- border-color: #e9ecf1 !important;
3549
+ border-color: #f5f6f9 !important;
3448
3550
  }
3449
3551
 
3450
- .border-left-darker-soft-blue {
3552
+ .border-left-light-soft-blue {
3451
3553
  border-left: 1px solid;
3452
- border-color: #e9ecf1 !important;
3554
+ border-color: #f5f6f9 !important;
3453
3555
  }
3454
3556
 
3455
3557
  .lighter-soft-blue {
3456
- color: #f5f6f9 !important;
3558
+ color: #f8f9fb !important;
3457
3559
  }
3458
3560
 
3459
3561
  .fill-lighter-soft-blue {
3460
- background-color: #f5f6f9 !important;
3562
+ background-color: #f8f9fb !important;
3461
3563
  }
3462
3564
 
3463
3565
  .border-lighter-soft-blue {
3464
- border-color: #f5f6f9 !important;
3566
+ border-color: #f8f9fb !important;
3465
3567
  }
3466
3568
 
3467
3569
  .border-top-lighter-soft-blue {
3468
3570
  border-top: 1px solid;
3469
- border-color: #f5f6f9 !important;
3571
+ border-color: #f8f9fb !important;
3470
3572
  }
3471
3573
 
3472
3574
  .border-right-lighter-soft-blue {
3473
3575
  border-right: 1px solid;
3474
- border-color: #f5f6f9 !important;
3576
+ border-color: #f8f9fb !important;
3475
3577
  }
3476
3578
 
3477
3579
  .border-bottom-lighter-soft-blue {
3478
3580
  border-bottom: 1px solid;
3479
- border-color: #f5f6f9 !important;
3581
+ border-color: #f8f9fb !important;
3480
3582
  }
3481
3583
 
3482
3584
  .border-left-lighter-soft-blue {
3483
3585
  border-left: 1px solid;
3484
- border-color: #f5f6f9 !important;
3586
+ border-color: #f8f9fb !important;
3485
3587
  }
3486
3588
 
3487
3589
  :root {
3488
3590
  --color-gray: var(--color-gray-100);
3489
3591
  --color-gray-50: #f6f7f8;
3490
- --color-gray-100: #EFF1F4;
3491
- --color-gray-200: #E3E5E8;
3492
- --color-gray-300: #D7D9DC;
3493
- --color-gray-400: #CBCDCF;
3494
- --color-gray-500: #BFC1C3;
3495
- --color-primary: var(--color-primary-1000);
3496
- --color-primary-100: #EAF1FE;
3497
- --color-primary-200: #D5E3FD;
3498
- --color-primary-300: #C0D5FC;
3499
- --color-primary-400: #ABC7FB;
3500
- --color-primary-500: #97B9FB;
3501
- --color-primary-600: #82AAFA;
3502
- --color-primary-700: #6DA2FF;
3503
- --color-primary-800: #588EF8;
3504
- --color-primary-900: #4380F7;
3505
- --color-primary-1000: #2E72F6;
3506
- --color-primary-1100: #2967DD;
3507
- --color-primary-1200: #255BC5;
3508
- --color-primary-1300: #2050AC;
3509
- --color-primary-1400: #1C4494;
3510
- --color-primary-1500: #083076;
3511
- --color-primary-1600: #122E62;
3512
- --color-primary-1700: #0E224A;
3513
- --color-primary-1800: #061734;
3514
- --color-primary-1900: #050B19;
3515
- --color-secondary: var(--color-secondary-900);
3516
- --color-secondary-100: #CCF1E4;
3517
- --color-secondary-200: #B3E9D7;
3518
- --color-secondary-300: #99E2C9;
3519
- --color-secondary-400: #80DBBC;
3520
- --color-secondary-500: #66D4AE;
3521
- --color-secondary-600: #4DCDA1;
3522
- --color-secondary-700: #33C593;
3523
- --color-secondary-800: #1ABE86;
3524
- --color-secondary-900: #00B778;
3525
- --color-secondary-1000: #00A56C;
3526
- --color-secondary-1100: #009260;
3527
- --color-secondary-1200: #008054;
3528
- --color-secondary-1300: #006E48;
3529
- --color-secondary-1400: #005C3C;
3530
- --color-secondary-1500: #004930;
3531
- --color-secondary-1600: #002518;
3532
- --color-secondary-1700: #00120C;
3592
+ --color-gray-100: #eff1f4;
3593
+ --color-gray-200: #e3e5e8;
3594
+ --color-gray-300: #d7d9dc;
3595
+ --color-gray-400: #cbcdcf;
3596
+ --color-gray-500: #bfc1c3;
3597
+ --color-primary: var(--color-primary-500);
3598
+ --color-primary-50: #e4edfe;
3599
+ --color-primary-100: #bbd2fe;
3600
+ --color-primary-200: #8db4fd;
3601
+ --color-primary-300: #5f95fc;
3602
+ --color-primary-400: #3d7ffb;
3603
+ --color-primary-500: #1b68fa;
3604
+ --color-primary-600: #1860f9;
3605
+ --color-primary-700: #1455f9;
3606
+ --color-primary-800: #104bf8;
3607
+ --color-primary-900: #083af6;
3608
+ --color-primary-A100: #ffffff;
3609
+ --color-primary-A200: #ebefff;
3610
+ --color-primary-A400: #b8c4ff;
3611
+ --color-primary-A700: #9fafff;
3612
+ --color-secondary: var(--color-secondary-500);
3613
+ --color-secondary-50: #ebf7ed;
3614
+ --color-secondary-100: #cdead3;
3615
+ --color-secondary-200: #acdcb5;
3616
+ --color-secondary-300: #8bce97;
3617
+ --color-secondary-400: #72c481;
3618
+ --color-secondary-500: #59b96b;
3619
+ --color-secondary-600: #51b263;
3620
+ --color-secondary-700: #48aa58;
3621
+ --color-secondary-800: #3ea24e;
3622
+ --color-secondary-900: #2e933c;
3623
+ --color-secondary-A100: #d9ffde;
3624
+ --color-secondary-A200: #a6ffb1;
3625
+ --color-secondary-A400: #73ff84;
3626
+ --color-secondary-A700: #59ff6e;
3533
3627
  }
3534
3628
 
3535
3629
  :root {
3536
- --font-primary: Helvetica Neue, Helvetica, arial, sans-serif;
3537
- --font-secondary: Roboto, Helvetica Neue, Helvetica, arial, sans-serif;
3630
+ --font-primary: Helvetica Neue, Helvetica, Arial, sans-serif;
3631
+ --font-secondary: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
3538
3632
  --sidebar-width: 55px;
3539
3633
  --menu-bar-width: 180px;
3540
3634
  --page-layout-padding: 235px;
@@ -3563,6 +3657,11 @@ html, body {
3563
3657
  height: 100%;
3564
3658
  }
3565
3659
 
3660
+ /* Colors for the ripple elements.*/
3661
+ /* stylelint-disable-next-line material/theme-mixin-api */
3662
+ /* stylelint-disable-next-line material/theme-mixin-api */
3663
+ /* stylelint-disable material/no-prefixes */
3664
+ /* stylelint-enable */
3566
3665
  .white {
3567
3666
  color: #ffffff !important;
3568
3667
  }
@@ -3852,35 +3951,99 @@ html, body {
3852
3951
  }
3853
3952
 
3854
3953
  .bright-blue {
3855
- color: #2e72f6 !important;
3954
+ color: #1b68fa !important;
3856
3955
  }
3857
3956
 
3858
3957
  .fill-bright-blue {
3859
- background-color: #2e72f6 !important;
3958
+ background-color: #1b68fa !important;
3860
3959
  }
3861
3960
 
3862
3961
  .border-bright-blue {
3863
- border-color: #2e72f6 !important;
3962
+ border-color: #1b68fa !important;
3864
3963
  }
3865
3964
 
3866
3965
  .border-top-bright-blue {
3867
3966
  border-top: 1px solid;
3868
- border-color: #2e72f6 !important;
3967
+ border-color: #1b68fa !important;
3869
3968
  }
3870
3969
 
3871
3970
  .border-right-bright-blue {
3872
3971
  border-right: 1px solid;
3873
- border-color: #2e72f6 !important;
3972
+ border-color: #1b68fa !important;
3874
3973
  }
3875
3974
 
3876
3975
  .border-bottom-bright-blue {
3877
3976
  border-bottom: 1px solid;
3878
- border-color: #2e72f6 !important;
3977
+ border-color: #1b68fa !important;
3879
3978
  }
3880
3979
 
3881
3980
  .border-left-bright-blue {
3882
3981
  border-left: 1px solid;
3883
- border-color: #2e72f6 !important;
3982
+ border-color: #1b68fa !important;
3983
+ }
3984
+
3985
+ .admin-black {
3986
+ color: #01010a !important;
3987
+ }
3988
+
3989
+ .fill-admin-black {
3990
+ background-color: #01010a !important;
3991
+ }
3992
+
3993
+ .border-admin-black {
3994
+ border-color: #01010a !important;
3995
+ }
3996
+
3997
+ .border-top-admin-black {
3998
+ border-top: 1px solid;
3999
+ border-color: #01010a !important;
4000
+ }
4001
+
4002
+ .border-right-admin-black {
4003
+ border-right: 1px solid;
4004
+ border-color: #01010a !important;
4005
+ }
4006
+
4007
+ .border-bottom-admin-black {
4008
+ border-bottom: 1px solid;
4009
+ border-color: #01010a !important;
4010
+ }
4011
+
4012
+ .border-left-admin-black {
4013
+ border-left: 1px solid;
4014
+ border-color: #01010a !important;
4015
+ }
4016
+
4017
+ .accent-purple {
4018
+ color: #b080fc !important;
4019
+ }
4020
+
4021
+ .fill-accent-purple {
4022
+ background-color: #b080fc !important;
4023
+ }
4024
+
4025
+ .border-accent-purple {
4026
+ border-color: #b080fc !important;
4027
+ }
4028
+
4029
+ .border-top-accent-purple {
4030
+ border-top: 1px solid;
4031
+ border-color: #b080fc !important;
4032
+ }
4033
+
4034
+ .border-right-accent-purple {
4035
+ border-right: 1px solid;
4036
+ border-color: #b080fc !important;
4037
+ }
4038
+
4039
+ .border-bottom-accent-purple {
4040
+ border-bottom: 1px solid;
4041
+ border-color: #b080fc !important;
4042
+ }
4043
+
4044
+ .border-left-accent-purple {
4045
+ border-left: 1px solid;
4046
+ border-color: #b080fc !important;
3884
4047
  }
3885
4048
 
3886
4049
  .grey {
@@ -4075,212 +4238,204 @@ html, body {
4075
4238
  border-color: #222222 !important;
4076
4239
  }
4077
4240
 
4078
- .iron-grey {
4079
- color: #d3d6db !important;
4241
+ .soft-blue {
4242
+ color: #eff1f5 !important;
4080
4243
  }
4081
4244
 
4082
- .fill-iron-grey {
4083
- background-color: #d3d6db !important;
4245
+ .fill-soft-blue {
4246
+ background-color: #eff1f5 !important;
4084
4247
  }
4085
4248
 
4086
- .border-iron-grey {
4087
- border-color: #d3d6db !important;
4249
+ .border-soft-blue {
4250
+ border-color: #eff1f5 !important;
4088
4251
  }
4089
4252
 
4090
- .border-top-iron-grey {
4253
+ .border-top-soft-blue {
4091
4254
  border-top: 1px solid;
4092
- border-color: #d3d6db !important;
4255
+ border-color: #eff1f5 !important;
4093
4256
  }
4094
4257
 
4095
- .border-right-iron-grey {
4258
+ .border-right-soft-blue {
4096
4259
  border-right: 1px solid;
4097
- border-color: #d3d6db !important;
4260
+ border-color: #eff1f5 !important;
4098
4261
  }
4099
4262
 
4100
- .border-bottom-iron-grey {
4263
+ .border-bottom-soft-blue {
4101
4264
  border-bottom: 1px solid;
4102
- border-color: #d3d6db !important;
4265
+ border-color: #eff1f5 !important;
4103
4266
  }
4104
4267
 
4105
- .border-left-iron-grey {
4268
+ .border-left-soft-blue {
4106
4269
  border-left: 1px solid;
4107
- border-color: #d3d6db !important;
4270
+ border-color: #eff1f5 !important;
4108
4271
  }
4109
4272
 
4110
- .bombay-grey {
4111
- color: #aaacb0 !important;
4273
+ .dark-soft-blue {
4274
+ color: #e9ecf1 !important;
4112
4275
  }
4113
4276
 
4114
- .fill-bombay-grey {
4115
- background-color: #aaacb0 !important;
4277
+ .fill-dark-soft-blue {
4278
+ background-color: #e9ecf1 !important;
4116
4279
  }
4117
4280
 
4118
- .border-bombay-grey {
4119
- border-color: #aaacb0 !important;
4281
+ .border-dark-soft-blue {
4282
+ border-color: #e9ecf1 !important;
4120
4283
  }
4121
4284
 
4122
- .border-top-bombay-grey {
4285
+ .border-top-dark-soft-blue {
4123
4286
  border-top: 1px solid;
4124
- border-color: #aaacb0 !important;
4287
+ border-color: #e9ecf1 !important;
4125
4288
  }
4126
4289
 
4127
- .border-right-bombay-grey {
4290
+ .border-right-dark-soft-blue {
4128
4291
  border-right: 1px solid;
4129
- border-color: #aaacb0 !important;
4292
+ border-color: #e9ecf1 !important;
4130
4293
  }
4131
4294
 
4132
- .border-bottom-bombay-grey {
4295
+ .border-bottom-dark-soft-blue {
4133
4296
  border-bottom: 1px solid;
4134
- border-color: #aaacb0 !important;
4297
+ border-color: #e9ecf1 !important;
4135
4298
  }
4136
4299
 
4137
- .border-left-bombay-grey {
4300
+ .border-left-dark-soft-blue {
4138
4301
  border-left: 1px solid;
4139
- border-color: #aaacb0 !important;
4302
+ border-color: #e9ecf1 !important;
4140
4303
  }
4141
4304
 
4142
- .soft-blue {
4143
- color: #eff1f5 !important;
4305
+ .darker-soft-blue {
4306
+ color: #e6e9ef !important;
4144
4307
  }
4145
4308
 
4146
- .fill-soft-blue {
4147
- background-color: #eff1f5 !important;
4309
+ .fill-darker-soft-blue {
4310
+ background-color: #e6e9ef !important;
4148
4311
  }
4149
4312
 
4150
- .border-soft-blue {
4151
- border-color: #eff1f5 !important;
4313
+ .border-darker-soft-blue {
4314
+ border-color: #e6e9ef !important;
4152
4315
  }
4153
4316
 
4154
- .border-top-soft-blue {
4317
+ .border-top-darker-soft-blue {
4155
4318
  border-top: 1px solid;
4156
- border-color: #eff1f5 !important;
4319
+ border-color: #e6e9ef !important;
4157
4320
  }
4158
4321
 
4159
- .border-right-soft-blue {
4322
+ .border-right-darker-soft-blue {
4160
4323
  border-right: 1px solid;
4161
- border-color: #eff1f5 !important;
4324
+ border-color: #e6e9ef !important;
4162
4325
  }
4163
4326
 
4164
- .border-bottom-soft-blue {
4327
+ .border-bottom-darker-soft-blue {
4165
4328
  border-bottom: 1px solid;
4166
- border-color: #eff1f5 !important;
4329
+ border-color: #e6e9ef !important;
4167
4330
  }
4168
4331
 
4169
- .border-left-soft-blue {
4332
+ .border-left-darker-soft-blue {
4170
4333
  border-left: 1px solid;
4171
- border-color: #eff1f5 !important;
4334
+ border-color: #e6e9ef !important;
4172
4335
  }
4173
4336
 
4174
- .darker-soft-blue {
4175
- color: #e9ecf1 !important;
4337
+ .light-soft-blue {
4338
+ color: #f5f6f9 !important;
4176
4339
  }
4177
4340
 
4178
- .fill-darker-soft-blue {
4179
- background-color: #e9ecf1 !important;
4341
+ .fill-light-soft-blue {
4342
+ background-color: #f5f6f9 !important;
4180
4343
  }
4181
4344
 
4182
- .border-darker-soft-blue {
4183
- border-color: #e9ecf1 !important;
4345
+ .border-light-soft-blue {
4346
+ border-color: #f5f6f9 !important;
4184
4347
  }
4185
4348
 
4186
- .border-top-darker-soft-blue {
4349
+ .border-top-light-soft-blue {
4187
4350
  border-top: 1px solid;
4188
- border-color: #e9ecf1 !important;
4351
+ border-color: #f5f6f9 !important;
4189
4352
  }
4190
4353
 
4191
- .border-right-darker-soft-blue {
4354
+ .border-right-light-soft-blue {
4192
4355
  border-right: 1px solid;
4193
- border-color: #e9ecf1 !important;
4356
+ border-color: #f5f6f9 !important;
4194
4357
  }
4195
4358
 
4196
- .border-bottom-darker-soft-blue {
4359
+ .border-bottom-light-soft-blue {
4197
4360
  border-bottom: 1px solid;
4198
- border-color: #e9ecf1 !important;
4361
+ border-color: #f5f6f9 !important;
4199
4362
  }
4200
4363
 
4201
- .border-left-darker-soft-blue {
4364
+ .border-left-light-soft-blue {
4202
4365
  border-left: 1px solid;
4203
- border-color: #e9ecf1 !important;
4366
+ border-color: #f5f6f9 !important;
4204
4367
  }
4205
4368
 
4206
4369
  .lighter-soft-blue {
4207
- color: #f5f6f9 !important;
4370
+ color: #f8f9fb !important;
4208
4371
  }
4209
4372
 
4210
4373
  .fill-lighter-soft-blue {
4211
- background-color: #f5f6f9 !important;
4374
+ background-color: #f8f9fb !important;
4212
4375
  }
4213
4376
 
4214
4377
  .border-lighter-soft-blue {
4215
- border-color: #f5f6f9 !important;
4378
+ border-color: #f8f9fb !important;
4216
4379
  }
4217
4380
 
4218
4381
  .border-top-lighter-soft-blue {
4219
4382
  border-top: 1px solid;
4220
- border-color: #f5f6f9 !important;
4383
+ border-color: #f8f9fb !important;
4221
4384
  }
4222
4385
 
4223
4386
  .border-right-lighter-soft-blue {
4224
4387
  border-right: 1px solid;
4225
- border-color: #f5f6f9 !important;
4388
+ border-color: #f8f9fb !important;
4226
4389
  }
4227
4390
 
4228
4391
  .border-bottom-lighter-soft-blue {
4229
4392
  border-bottom: 1px solid;
4230
- border-color: #f5f6f9 !important;
4393
+ border-color: #f8f9fb !important;
4231
4394
  }
4232
4395
 
4233
4396
  .border-left-lighter-soft-blue {
4234
4397
  border-left: 1px solid;
4235
- border-color: #f5f6f9 !important;
4398
+ border-color: #f8f9fb !important;
4236
4399
  }
4237
4400
 
4238
4401
  :root {
4239
4402
  --color-gray: var(--color-gray-100);
4240
4403
  --color-gray-50: #f6f7f8;
4241
- --color-gray-100: #EFF1F4;
4242
- --color-gray-200: #E3E5E8;
4243
- --color-gray-300: #D7D9DC;
4244
- --color-gray-400: #CBCDCF;
4245
- --color-gray-500: #BFC1C3;
4246
- --color-primary: var(--color-primary-1000);
4247
- --color-primary-100: #EAF1FE;
4248
- --color-primary-200: #D5E3FD;
4249
- --color-primary-300: #C0D5FC;
4250
- --color-primary-400: #ABC7FB;
4251
- --color-primary-500: #97B9FB;
4252
- --color-primary-600: #82AAFA;
4253
- --color-primary-700: #6DA2FF;
4254
- --color-primary-800: #588EF8;
4255
- --color-primary-900: #4380F7;
4256
- --color-primary-1000: #2E72F6;
4257
- --color-primary-1100: #2967DD;
4258
- --color-primary-1200: #255BC5;
4259
- --color-primary-1300: #2050AC;
4260
- --color-primary-1400: #1C4494;
4261
- --color-primary-1500: #083076;
4262
- --color-primary-1600: #122E62;
4263
- --color-primary-1700: #0E224A;
4264
- --color-primary-1800: #061734;
4265
- --color-primary-1900: #050B19;
4266
- --color-secondary: var(--color-secondary-900);
4267
- --color-secondary-100: #CCF1E4;
4268
- --color-secondary-200: #B3E9D7;
4269
- --color-secondary-300: #99E2C9;
4270
- --color-secondary-400: #80DBBC;
4271
- --color-secondary-500: #66D4AE;
4272
- --color-secondary-600: #4DCDA1;
4273
- --color-secondary-700: #33C593;
4274
- --color-secondary-800: #1ABE86;
4275
- --color-secondary-900: #00B778;
4276
- --color-secondary-1000: #00A56C;
4277
- --color-secondary-1100: #009260;
4278
- --color-secondary-1200: #008054;
4279
- --color-secondary-1300: #006E48;
4280
- --color-secondary-1400: #005C3C;
4281
- --color-secondary-1500: #004930;
4282
- --color-secondary-1600: #002518;
4283
- --color-secondary-1700: #00120C;
4404
+ --color-gray-100: #eff1f4;
4405
+ --color-gray-200: #e3e5e8;
4406
+ --color-gray-300: #d7d9dc;
4407
+ --color-gray-400: #cbcdcf;
4408
+ --color-gray-500: #bfc1c3;
4409
+ --color-primary: var(--color-primary-500);
4410
+ --color-primary-50: #e4edfe;
4411
+ --color-primary-100: #bbd2fe;
4412
+ --color-primary-200: #8db4fd;
4413
+ --color-primary-300: #5f95fc;
4414
+ --color-primary-400: #3d7ffb;
4415
+ --color-primary-500: #1b68fa;
4416
+ --color-primary-600: #1860f9;
4417
+ --color-primary-700: #1455f9;
4418
+ --color-primary-800: #104bf8;
4419
+ --color-primary-900: #083af6;
4420
+ --color-primary-A100: #ffffff;
4421
+ --color-primary-A200: #ebefff;
4422
+ --color-primary-A400: #b8c4ff;
4423
+ --color-primary-A700: #9fafff;
4424
+ --color-secondary: var(--color-secondary-500);
4425
+ --color-secondary-50: #ebf7ed;
4426
+ --color-secondary-100: #cdead3;
4427
+ --color-secondary-200: #acdcb5;
4428
+ --color-secondary-300: #8bce97;
4429
+ --color-secondary-400: #72c481;
4430
+ --color-secondary-500: #59b96b;
4431
+ --color-secondary-600: #51b263;
4432
+ --color-secondary-700: #48aa58;
4433
+ --color-secondary-800: #3ea24e;
4434
+ --color-secondary-900: #2e933c;
4435
+ --color-secondary-A100: #d9ffde;
4436
+ --color-secondary-A200: #a6ffb1;
4437
+ --color-secondary-A400: #73ff84;
4438
+ --color-secondary-A700: #59ff6e;
4284
4439
  }
4285
4440
 
4286
4441
  /* Dialogs */