@oliasoft-open-source/react-ui-library 3.3.17 → 3.3.18

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 (3) hide show
  1. package/dist/global.css +857 -873
  2. package/dist/index.js +8165 -8129
  3. package/package.json +1 -1
package/dist/global.css CHANGED
@@ -1772,10 +1772,12 @@ html[data-theme='dark'] {
1772
1772
  /*
1773
1773
  Z-INDEX
1774
1774
  */
1775
- ._checkbox_1c5sb_333 {
1775
+ ._checkbox_11y8l_333 {
1776
1776
  margin: 10px 0 11px 0;
1777
1777
  position: relative;
1778
- display: inline-block;
1778
+ display: inline-flex;
1779
+ align-items: center;
1780
+ gap: 8px;
1779
1781
  backface-visibility: hidden;
1780
1782
  vertical-align: baseline;
1781
1783
  font-style: normal;
@@ -1785,14 +1787,14 @@ html[data-theme='dark'] {
1785
1787
  min-width: 17px;
1786
1788
  outline: 0px;
1787
1789
  }
1788
- ._checkbox_1c5sb_333._noLabel_1c5sb_346 {
1790
+ ._checkbox_11y8l_333._noLabel_11y8l_348 {
1789
1791
  width: 17px;
1790
1792
  }
1791
- ._checkbox_1c5sb_333._small_1c5sb_349 {
1793
+ ._checkbox_11y8l_333._small_11y8l_351 {
1792
1794
  margin: 3px 0;
1793
1795
  font-size: 12px;
1794
1796
  }
1795
- ._checkbox_1c5sb_333 input {
1797
+ ._checkbox_11y8l_333 input {
1796
1798
  cursor: pointer;
1797
1799
  position: absolute;
1798
1800
  top: 0px;
@@ -1803,7 +1805,7 @@ html[data-theme='dark'] {
1803
1805
  outline: 0px;
1804
1806
  z-index: -1;
1805
1807
  }
1806
- ._checkbox_1c5sb_333 label {
1808
+ ._checkbox_11y8l_333 label {
1807
1809
  cursor: pointer;
1808
1810
  user-select: none;
1809
1811
  color: var(--color-text);
@@ -1814,7 +1816,7 @@ html[data-theme='dark'] {
1814
1816
  font-size: 1em;
1815
1817
  outline: 0px;
1816
1818
  }
1817
- ._checkbox_1c5sb_333 label ._checkmark_1c5sb_375 {
1819
+ ._checkbox_11y8l_333 label ._checkmark_11y8l_377 {
1818
1820
  position: absolute;
1819
1821
  top: 0px;
1820
1822
  left: 0px;
@@ -1827,32 +1829,32 @@ html[data-theme='dark'] {
1827
1829
  border: 1px solid var(--color-border-checkbox);
1828
1830
  color: transparent;
1829
1831
  }
1830
- ._checkbox_1c5sb_333 label ._checkmark_1c5sb_375:hover {
1832
+ ._checkbox_11y8l_333 label ._checkmark_11y8l_377:hover {
1831
1833
  border-color: var(--color-border-hover);
1832
1834
  }
1833
- ._checkbox_1c5sb_333 input:checked ~ label ._checkmark_1c5sb_375 {
1835
+ ._checkbox_11y8l_333 input:checked ~ label ._checkmark_11y8l_377 {
1834
1836
  background: var(--color-background-primary);
1835
1837
  border-color: transparent;
1836
1838
  color: white;
1837
1839
  }
1838
- ._checkbox_1c5sb_333._disabled_1c5sb_396 {
1840
+ ._checkbox_11y8l_333._disabled_11y8l_398 {
1839
1841
  cursor: default;
1840
1842
  pointer-events: none;
1841
1843
  }
1842
- ._checkbox_1c5sb_333._disabled_1c5sb_396 label {
1844
+ ._checkbox_11y8l_333._disabled_11y8l_398 label {
1843
1845
  color: var(--color-text-muted);
1844
1846
  }
1845
- ._checkbox_1c5sb_333._disabled_1c5sb_396 ._checkmark_1c5sb_375 {
1847
+ ._checkbox_11y8l_333._disabled_11y8l_398 ._checkmark_11y8l_377 {
1846
1848
  background: var(--color-background-disabled) !important;
1847
1849
  border-color: var(--color-border-checkbox) !important;
1848
1850
  }
1849
- ._checkbox_1c5sb_333._disabled_1c5sb_396 input:checked ~ label ._checkmark_1c5sb_375 {
1851
+ ._checkbox_11y8l_333._disabled_11y8l_398 input:checked ~ label ._checkmark_11y8l_377 {
1850
1852
  color: var(--color-text-faint);
1851
1853
  }
1852
- ._noMargin_1c5sb_410 {
1854
+ ._noMargin_11y8l_412 {
1853
1855
  margin: 0;
1854
1856
  }
1855
- ._isInTable_1c5sb_413 {
1857
+ ._isInTable_11y8l_415 {
1856
1858
  margin: 0;
1857
1859
  position: relative;
1858
1860
  top: 1px;
@@ -2189,23 +2191,46 @@ html[data-theme='dark'] {
2189
2191
  /*
2190
2192
  Z-INDEX
2191
2193
  */
2192
- ._bordered_m5hme_333 {
2193
- border: 1px solid var(--color-border);
2194
- border-radius: 0 0 4px 4px;
2195
- border-top: none;
2196
- background-color: var(--color-background-raised);
2194
+ ._tooltip_63bin_333 {
2195
+ background: var(--color-text);
2196
+ fill: var(--color-text);
2197
+ z-index: 2003;
2198
+ color: var(--color-background);
2199
+ border-radius: 3px;
2197
2200
  }
2198
- ._checkboxWrapper_m5hme_339 {
2199
- padding: 2px 15px;
2201
+ ._tooltip_63bin_333 * {
2202
+ color: var(--color-background);
2200
2203
  }
2201
- ._checkboxWrapper_m5hme_339:last-child {
2202
- border-radius: 0 0 inherit inherit;
2204
+ ._tooltip_63bin_333 > svg,
2205
+ ._tooltip_63bin_333 > svg > * {
2206
+ fill: inherit !important;
2203
2207
  }
2204
- ._padding_m5hme_345 {
2205
- padding: 10px 15px;
2208
+ ._tooltip_63bin_333._error_63bin_347 {
2209
+ background: var(--color-error-500);
2210
+ fill: var(--color-error-500);
2206
2211
  }
2207
- ._contentWrapper_m5hme_348 {
2208
- border-radius: inherit;
2212
+ ._tooltip_63bin_333._warning_63bin_351 {
2213
+ background: var(--color-warning-500);
2214
+ fill: var(--color-warning-500);
2215
+ }
2216
+ ._helpIcon_1yokl_1 {
2217
+ color: var(--color-text-faint);
2218
+ font-size: 13px;
2219
+ display: inline-flex;
2220
+ align-items: center;
2221
+ }
2222
+ ._active_1yokl_7 {
2223
+ color: var(--color-text);
2224
+ }
2225
+ ._clickable_1yokl_10 {
2226
+ cursor: pointer;
2227
+ }
2228
+ ._clickable_1yokl_10:hover,
2229
+ ._clickable_1yokl_10:focus {
2230
+ color: var(--color-text-primary-hover);
2231
+ }
2232
+ ._clickable_1yokl_10:active {
2233
+ color: var(--color-text-primary-active);
2209
2234
  }
2210
2235
  /*
2211
2236
  This file has shared variables that are re-used in other LESS files/modules
@@ -2539,31 +2564,23 @@ html[data-theme='dark'] {
2539
2564
  /*
2540
2565
  Z-INDEX
2541
2566
  */
2542
- ._wrapper_xr2gg_333 {
2543
- color: inherit;
2544
- fill: inherit;
2545
- display: inline-flex;
2546
- align-items: center;
2547
- justify-content: center;
2548
- }
2549
- ._wrapper_xr2gg_333 ._customSvg_xr2gg_340 {
2550
- line-height: 0;
2567
+ ._bordered_m5hme_333 {
2568
+ border: 1px solid var(--color-border);
2569
+ border-radius: 0 0 4px 4px;
2570
+ border-top: none;
2571
+ background-color: var(--color-background-raised);
2551
2572
  }
2552
- ._wrapper_xr2gg_333 ._customPng_xr2gg_343 {
2553
- max-width: 100%;
2554
- max-height: 100%;
2555
- object-fit: contain;
2573
+ ._checkboxWrapper_m5hme_339 {
2574
+ padding: 2px 15px;
2556
2575
  }
2557
- ._clickable_xr2gg_348 {
2558
- cursor: pointer;
2576
+ ._checkboxWrapper_m5hme_339:last-child {
2577
+ border-radius: 0 0 inherit inherit;
2559
2578
  }
2560
- ._clickable_xr2gg_348:hover {
2561
- color: var(--color-text-primary-hover) !important;
2562
- fill: var(--color-text-primary-hover) !important;
2579
+ ._padding_m5hme_345 {
2580
+ padding: 10px 15px;
2563
2581
  }
2564
- ._clickable_xr2gg_348:active {
2565
- color: var(--color-text-primary-active) !important;
2566
- fill: var(--color-text-primary-active) !important;
2582
+ ._contentWrapper_m5hme_348 {
2583
+ border-radius: inherit;
2567
2584
  }
2568
2585
  /*
2569
2586
  This file has shared variables that are re-used in other LESS files/modules
@@ -2897,210 +2914,31 @@ html[data-theme='dark'] {
2897
2914
  /*
2898
2915
  Z-INDEX
2899
2916
  */
2900
- ._wrapper_4b1ge_333 {
2901
- display: inline-flex;
2902
- max-width: 100%;
2903
- }
2904
- ._layer_4b1ge_337 ._wrapper_4b1ge_333 {
2905
- width: 100%;
2906
- }
2907
- ._layerContainer_4b1ge_340 {
2908
- z-index: 2002;
2909
- }
2910
- ._layer_4b1ge_337 {
2911
- border: 1px solid var(--color-border);
2912
- border-radius: 4px;
2913
- overflow: hidden;
2914
- margin: 2px 0;
2915
- background: var(--color-background-raised);
2916
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
2917
- min-width: 10em;
2918
- max-width: 30em;
2919
- position: relative;
2920
- overflow-y: auto;
2921
- }
2922
- ._layer_4b1ge_337._nested_4b1ge_355 {
2923
- margin: -1px 2px;
2924
- }
2925
- ._layer_4b1ge_337 ul {
2926
- margin: 0;
2927
- padding: 0;
2928
- list-style-type: none;
2929
- }
2930
- ._layer_4b1ge_337 ul li {
2931
- list-style: none;
2932
- display: block;
2933
- }
2934
- ._fileInput_4b1ge_367 {
2935
- width: 100%;
2936
- height: 100%;
2937
- opacity: 0;
2938
- position: absolute;
2939
- }
2940
- ._trigger_4b1ge_373 {
2941
- display: inline-flex;
2942
- align-items: center;
2943
- cursor: pointer;
2944
- overflow: hidden;
2945
- max-width: 100%;
2946
- }
2947
- ._layer_4b1ge_337 ._trigger_4b1ge_373 {
2948
- width: 100%;
2949
- }
2950
- ._middleAlignedInline_4b1ge_383 {
2951
- display: flex;
2952
- align-items: center;
2953
- overflow: hidden;
2954
- width: 100%;
2955
- }
2956
- ._heading_4b1ge_389 {
2957
- color: var(--color-text-muted);
2958
- letter-spacing: 0.1em;
2959
- text-transform: uppercase;
2960
- font-size: 12px;
2961
- }
2962
- ._heading_4b1ge_389 ._headingIcon_4b1ge_395 {
2963
- float: right;
2964
- }
2965
- ._heading_4b1ge_389 ._headingIcon_4b1ge_395 svg {
2966
- color: var(--color-text-faint);
2967
- }
2968
- ._heading_4b1ge_389 ._headingIcon_4b1ge_395:hover {
2969
- cursor: pointer;
2970
- }
2971
- ._heading_4b1ge_389 ._headingIcon_4b1ge_395:hover svg {
2972
- color: var(--color-text-primary-hover);
2973
- }
2974
- ._option_4b1ge_407 {
2917
+ ._wrapper_xr2gg_333 {
2975
2918
  color: inherit;
2976
- display: block;
2977
- }
2978
- ._heading_4b1ge_389,
2979
- ._option_4b1ge_407,
2980
- ._layer_4b1ge_337 ._trigger_4b1ge_373 {
2981
- padding: 8px 12px;
2982
- }
2983
- ._option_4b1ge_407,
2984
- ._layer_4b1ge_337 ._trigger_4b1ge_373 {
2985
- line-height: 20px;
2986
- display: flex;
2987
- align-items: flex-start;
2988
- }
2989
- ._option_4b1ge_407:hover,
2990
- ._layer_4b1ge_337 ._trigger_4b1ge_373:hover,
2991
- ._option_4b1ge_407._active_4b1ge_424,
2992
- ._layer_4b1ge_337 ._trigger_4b1ge_373._active_4b1ge_424 {
2993
- background-color: var(--color-background-menuitem-hover);
2994
- cursor: pointer;
2995
- }
2996
- ._option_4b1ge_407._selected_4b1ge_429 {
2997
- background-color: var(--color-background-menuitem-active);
2998
- font-weight: bold;
2999
- }
3000
- ._layer_4b1ge_337 ._trigger_4b1ge_373 {
3001
- align-items: center;
3002
- }
3003
- ._optionContent_4b1ge_436 {
3004
- flex-wrap: wrap;
3005
- margin-right: auto;
3006
- position: relative;
3007
- }
3008
- ._inline_4b1ge_441 ._optionContent_4b1ge_436 {
3009
- display: flex;
3010
- justify-content: space-between;
3011
- flex-grow: 1;
3012
- }
3013
- ._icon_4b1ge_446,
3014
- ._check_4b1ge_447 {
3015
- display: flex;
3016
- flex-shrink: 1;
3017
- width: 16px;
3018
- height: 20px;
3019
- justify-content: center;
3020
- align-items: center;
3021
- }
3022
- ._icon_4b1ge_446 {
3023
- margin-right: 8px;
3024
- color: var(--color-text-primary);
3025
- }
3026
- ._icon_4b1ge_446:empty {
3027
- display: none;
3028
- }
3029
- ._icon_4b1ge_446 img {
3030
- max-height: 16px;
3031
- max-width: 16px;
3032
- width: auto;
3033
- height: auto;
3034
- }
3035
- ._check_4b1ge_447 {
3036
- font-size: 12px;
3037
- color: #a5a7a9;
3038
- margin-left: 10px;
3039
- }
3040
- ._text_4b1ge_473 {
2919
+ fill: inherit;
3041
2920
  display: inline-flex;
3042
2921
  align-items: center;
3043
- cursor: pointer;
2922
+ justify-content: center;
3044
2923
  }
3045
- ._label_4b1ge_478 {
3046
- margin-right: auto;
2924
+ ._wrapper_xr2gg_333 ._customSvg_xr2gg_340 {
2925
+ line-height: 0;
3047
2926
  }
3048
- ._label_4b1ge_478,
3049
- ._heading_4b1ge_389 {
2927
+ ._wrapper_xr2gg_333 ._customPng_xr2gg_343 {
3050
2928
  max-width: 100%;
3051
- display: block;
3052
- overflow: hidden;
3053
- text-overflow: ellipsis;
3054
- white-space: nowrap;
2929
+ max-height: 100%;
2930
+ object-fit: contain;
3055
2931
  }
3056
- ._description_4b1ge_489 {
3057
- color: #999;
3058
- display: block;
2932
+ ._clickable_xr2gg_348 {
2933
+ cursor: pointer;
3059
2934
  }
3060
- ._arrow_4b1ge_493 {
3061
- margin-left: 10px;
3062
- opacity: 0.4;
2935
+ ._clickable_xr2gg_348:hover {
2936
+ color: var(--color-text-primary-hover) !important;
2937
+ fill: var(--color-text-primary-hover) !important;
3063
2938
  }
3064
- ._divider_4b1ge_497 {
3065
- border: 0;
3066
- border-top: 1px solid var(--color-border);
3067
- }
3068
- ._deprecatedSemanticIcon_4b1ge_501 {
3069
- color: var(--color-text-primary) !important;
3070
- margin: -5px 0 0 !important;
3071
- }
3072
- ._disabled_4b1ge_505 {
3073
- color: var(--color-text-faint);
3074
- pointer-events: none;
3075
- cursor: not-allowed !important;
3076
- }
3077
- ._buttonLabel_4b1ge_510 {
3078
- overflow: hidden;
3079
- text-overflow: ellipsis;
3080
- display: block;
3081
- margin-right: auto;
3082
- line-height: 1.2;
3083
- }
3084
- ._buttonCaret_4b1ge_517 {
3085
- margin-left: 5px;
3086
- }
3087
- ._component_4b1ge_520 {
3088
- display: inline-flex;
3089
- align-items: center;
3090
- justify-content: center;
3091
- cursor: pointer;
3092
- }
3093
- ._right_4b1ge_526 {
3094
- margin-left: auto;
3095
- display: flex;
3096
- align-items: center;
3097
- }
3098
- ._actions_4b1ge_531 {
3099
- margin-left: 8px;
3100
- display: flex;
3101
- align-items: center;
3102
- margin-top: -2px;
3103
- margin-bottom: -2px;
2939
+ ._clickable_xr2gg_348:active {
2940
+ color: var(--color-text-primary-active) !important;
2941
+ fill: var(--color-text-primary-active) !important;
3104
2942
  }
3105
2943
  /*
3106
2944
  This file has shared variables that are re-used in other LESS files/modules
@@ -3434,124 +3272,283 @@ html[data-theme='dark'] {
3434
3272
  /*
3435
3273
  Z-INDEX
3436
3274
  */
3437
- ._wrapper_1n3f1_333 {
3275
+ ._wrapper_4b1ge_333 {
3438
3276
  display: inline-flex;
3277
+ max-width: 100%;
3278
+ }
3279
+ ._layer_4b1ge_337 ._wrapper_4b1ge_333 {
3280
+ width: 100%;
3281
+ }
3282
+ ._layerContainer_4b1ge_340 {
3283
+ z-index: 2002;
3284
+ }
3285
+ ._layer_4b1ge_337 {
3286
+ border: 1px solid var(--color-border);
3287
+ border-radius: 4px;
3288
+ overflow: hidden;
3289
+ margin: 2px 0;
3290
+ background: var(--color-background-raised);
3291
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
3292
+ min-width: 10em;
3293
+ max-width: 30em;
3439
3294
  position: relative;
3295
+ overflow-y: auto;
3440
3296
  }
3441
- ._badge_1n3f1_337 {
3442
- background: var(--color-background-primary);
3443
- display: inline-block;
3444
- position: static;
3297
+ ._layer_4b1ge_337._nested_4b1ge_355 {
3298
+ margin: -1px 2px;
3445
3299
  }
3446
- ._badge_1n3f1_337._label_1n3f1_342 {
3447
- line-height: 22px;
3448
- min-width: 22px;
3449
- padding: 0 5px;
3300
+ ._layer_4b1ge_337 ul {
3301
+ margin: 0;
3302
+ padding: 0;
3303
+ list-style-type: none;
3304
+ }
3305
+ ._layer_4b1ge_337 ul li {
3306
+ list-style: none;
3307
+ display: block;
3308
+ }
3309
+ ._fileInput_4b1ge_367 {
3310
+ width: 100%;
3311
+ height: 100%;
3312
+ opacity: 0;
3313
+ position: absolute;
3314
+ }
3315
+ ._trigger_4b1ge_373 {
3316
+ display: inline-flex;
3317
+ align-items: center;
3318
+ cursor: pointer;
3319
+ overflow: hidden;
3320
+ max-width: 100%;
3321
+ }
3322
+ ._layer_4b1ge_337 ._trigger_4b1ge_373 {
3323
+ width: 100%;
3324
+ }
3325
+ ._middleAlignedInline_4b1ge_383 {
3326
+ display: flex;
3327
+ align-items: center;
3328
+ overflow: hidden;
3329
+ width: 100%;
3330
+ }
3331
+ ._heading_4b1ge_389 {
3332
+ color: var(--color-text-muted);
3333
+ letter-spacing: 0.1em;
3334
+ text-transform: uppercase;
3450
3335
  font-size: 12px;
3451
- font-weight: 400;
3452
- text-align: center;
3453
- white-space: nowrap;
3454
- border-radius: 11px;
3336
+ }
3337
+ ._heading_4b1ge_389 ._headingIcon_4b1ge_395 {
3338
+ float: right;
3339
+ }
3340
+ ._heading_4b1ge_389 ._headingIcon_4b1ge_395 svg {
3341
+ color: var(--color-text-faint);
3342
+ }
3343
+ ._heading_4b1ge_389 ._headingIcon_4b1ge_395:hover {
3344
+ cursor: pointer;
3345
+ }
3346
+ ._heading_4b1ge_389 ._headingIcon_4b1ge_395:hover svg {
3347
+ color: var(--color-text-primary-hover);
3348
+ }
3349
+ ._option_4b1ge_407 {
3350
+ color: inherit;
3351
+ display: block;
3352
+ }
3353
+ ._heading_4b1ge_389,
3354
+ ._option_4b1ge_407,
3355
+ ._layer_4b1ge_337 ._trigger_4b1ge_373 {
3356
+ padding: 8px 12px;
3357
+ }
3358
+ ._option_4b1ge_407,
3359
+ ._layer_4b1ge_337 ._trigger_4b1ge_373 {
3360
+ line-height: 20px;
3361
+ display: flex;
3362
+ align-items: flex-start;
3363
+ }
3364
+ ._option_4b1ge_407:hover,
3365
+ ._layer_4b1ge_337 ._trigger_4b1ge_373:hover,
3366
+ ._option_4b1ge_407._active_4b1ge_424,
3367
+ ._layer_4b1ge_337 ._trigger_4b1ge_373._active_4b1ge_424 {
3368
+ background-color: var(--color-background-menuitem-hover);
3369
+ cursor: pointer;
3370
+ }
3371
+ ._option_4b1ge_407._selected_4b1ge_429 {
3372
+ background-color: var(--color-background-menuitem-active);
3455
3373
  font-weight: bold;
3456
- letter-spacing: normal;
3457
3374
  }
3458
- ._badge_1n3f1_337._label_1n3f1_342._dark_1n3f1_354 {
3459
- color: #fff;
3375
+ ._layer_4b1ge_337 ._trigger_4b1ge_373 {
3376
+ align-items: center;
3460
3377
  }
3461
- ._badge_1n3f1_337._label_1n3f1_342._light_1n3f1_357 {
3462
- color: rgba(0, 0, 0, 0.6);
3378
+ ._optionContent_4b1ge_436 {
3379
+ flex-wrap: wrap;
3380
+ margin-right: auto;
3381
+ position: relative;
3463
3382
  }
3464
- ._badge_1n3f1_337._small_1n3f1_360 {
3465
- line-height: 13px;
3466
- min-width: 13px;
3467
- font-size: 9px;
3468
- border-radius: 6.5px;
3383
+ ._inline_4b1ge_441 ._optionContent_4b1ge_436 {
3384
+ display: flex;
3385
+ justify-content: space-between;
3386
+ flex-grow: 1;
3469
3387
  }
3470
- ._badge_1n3f1_337._dot_1n3f1_366 {
3471
- width: 6px;
3472
- height: 6px;
3473
- border-radius: 100%;
3388
+ ._icon_4b1ge_446,
3389
+ ._check_4b1ge_447 {
3390
+ display: flex;
3391
+ flex-shrink: 1;
3392
+ width: 16px;
3393
+ height: 20px;
3394
+ justify-content: center;
3395
+ align-items: center;
3474
3396
  }
3475
- ._badge_1n3f1_337._hasChildren_1n3f1_371 {
3476
- position: absolute;
3477
- right: 0;
3478
- top: 0;
3479
- transform: translate(50%, -50%);
3480
- transform-origin: 100% 0%;
3481
- z-index: 3;
3397
+ ._icon_4b1ge_446 {
3398
+ margin-right: 8px;
3399
+ color: var(--color-text-primary);
3482
3400
  }
3483
- /*
3484
- This file has shared variables that are re-used in other LESS files/modules
3485
- Only use simple variables in this file
3486
- */
3487
- :root {
3488
- --color-primary-0: hsl(0, 0%, 100%);
3489
- --color-primary-50: hsl(18.24742268, 82.90598291%, 97.5%);
3490
- --color-primary-100: hsl(18.24742268, 82.90598291%, 92.5%);
3491
- --color-primary-150: hsl(18.24742268, 82.90598291%, 87.5%);
3492
- --color-primary-200: hsl(18.24742268, 82.90598291%, 82.5%);
3493
- --color-primary-250: hsl(18.24742268, 82.90598291%, 77.5%);
3494
- --color-primary-300: hsl(18.24742268, 82.90598291%, 72.5%);
3495
- --color-primary-350: hsl(18.24742268, 82.90598291%, 67.5%);
3496
- --color-primary-400: hsl(18.24742268, 82.90598291%, 62.5%);
3497
- --color-primary-450: hsl(18.24742268, 82.90598291%, 57.5%);
3498
- --color-primary-500: hsl(18.24742268, 82.90598291%, 52.5%);
3499
- --color-primary-550: hsl(18.24742268, 82.90598291%, 47.5%);
3500
- --color-primary-600: hsl(18.24742268, 82.90598291%, 42.5%);
3501
- --color-primary-650: hsl(18.24742268, 82.90598291%, 37.5%);
3502
- --color-primary-700: hsl(18.24742268, 82.90598291%, 32.5%);
3503
- --color-primary-750: hsl(18.24742268, 82.90598291%, 27.5%);
3504
- --color-primary-800: hsl(18.24742268, 82.90598291%, 22.5%);
3505
- --color-primary-850: hsl(18.24742268, 82.90598291%, 17.5%);
3506
- --color-primary-900: hsl(18.24742268, 82.90598291%, 12.5%);
3507
- --color-primary-950: hsl(18.24742268, 82.90598291%, 7.5%);
3508
- --color-primary-1000: hsl(18.24742268, 82.90598291%, 2.5%);
3509
- --color-error-0: hsl(180, 100%, 100%);
3510
- --color-error-50: hsl(0, 71.29186603%, 97.5%);
3511
- --color-error-100: hsl(0, 71.29186603%, 92.5%);
3512
- --color-error-150: hsl(0, 71.29186603%, 87.5%);
3513
- --color-error-200: hsl(0, 71.29186603%, 82.5%);
3514
- --color-error-250: hsl(0, 71.29186603%, 77.5%);
3515
- --color-error-300: hsl(0, 71.29186603%, 72.5%);
3516
- --color-error-350: hsl(0, 71.29186603%, 67.5%);
3517
- --color-error-400: hsl(0, 71.29186603%, 62.5%);
3518
- --color-error-450: hsl(0, 71.29186603%, 57.5%);
3519
- --color-error-500: hsl(0, 71.29186603%, 52.5%);
3520
- --color-error-550: hsl(0, 71.29186603%, 47.5%);
3521
- --color-error-600: hsl(0, 71.29186603%, 42.5%);
3522
- --color-error-650: hsl(0, 71.29186603%, 37.5%);
3523
- --color-error-700: hsl(0, 71.29186603%, 32.5%);
3524
- --color-error-750: hsl(0, 71.29186603%, 27.5%);
3525
- --color-error-800: hsl(0, 71.29186603%, 22.5%);
3526
- --color-error-850: hsl(0, 71.29186603%, 17.5%);
3527
- --color-error-900: hsl(0, 71.29186603%, 12.5%);
3528
- --color-error-950: hsl(0, 71.29186603%, 7.5%);
3529
- --color-error-1000: hsl(0, 71.29186603%, 2.5%);
3530
- --color-success-0: hsl(0, 0%, 100%);
3531
- --color-success-50: hsl(120, 52.03252033%, 97.5%);
3532
- --color-success-100: hsl(120, 52.03252033%, 92.5%);
3533
- --color-success-150: hsl(120, 52.03252033%, 87.5%);
3534
- --color-success-200: hsl(120, 52.03252033%, 82.5%);
3535
- --color-success-250: hsl(120, 52.03252033%, 77.5%);
3536
- --color-success-300: hsl(120, 52.03252033%, 72.5%);
3537
- --color-success-350: hsl(120, 52.03252033%, 67.5%);
3538
- --color-success-400: hsl(120, 52.03252033%, 62.5%);
3539
- --color-success-450: hsl(120, 52.03252033%, 57.5%);
3540
- --color-success-500: hsl(120, 52.03252033%, 52.5%);
3541
- --color-success-550: hsl(120, 52.03252033%, 47.5%);
3542
- --color-success-600: hsl(120, 52.03252033%, 42.5%);
3543
- --color-success-650: hsl(120, 52.03252033%, 37.5%);
3544
- --color-success-700: hsl(120, 52.03252033%, 32.5%);
3545
- --color-success-750: hsl(120, 52.03252033%, 27.5%);
3546
- --color-success-800: hsl(120, 52.03252033%, 22.5%);
3547
- --color-success-850: hsl(120, 52.03252033%, 17.5%);
3548
- --color-success-900: hsl(120, 52.03252033%, 12.5%);
3549
- --color-success-950: hsl(120, 52.03252033%, 7.5%);
3550
- --color-success-1000: hsl(120, 52.03252033%, 2.5%);
3551
- --color-warning-0: hsl(240, 100%, 100%);
3552
- --color-warning-50: hsl(44.9197861, 76.32653061%, 97.5%);
3553
- --color-warning-100: hsl(44.9197861, 76.32653061%, 92.5%);
3554
- --color-warning-150: hsl(44.9197861, 76.32653061%, 87.5%);
3401
+ ._icon_4b1ge_446:empty {
3402
+ display: none;
3403
+ }
3404
+ ._icon_4b1ge_446 img {
3405
+ max-height: 16px;
3406
+ max-width: 16px;
3407
+ width: auto;
3408
+ height: auto;
3409
+ }
3410
+ ._check_4b1ge_447 {
3411
+ font-size: 12px;
3412
+ color: #a5a7a9;
3413
+ margin-left: 10px;
3414
+ }
3415
+ ._text_4b1ge_473 {
3416
+ display: inline-flex;
3417
+ align-items: center;
3418
+ cursor: pointer;
3419
+ }
3420
+ ._label_4b1ge_478 {
3421
+ margin-right: auto;
3422
+ }
3423
+ ._label_4b1ge_478,
3424
+ ._heading_4b1ge_389 {
3425
+ max-width: 100%;
3426
+ display: block;
3427
+ overflow: hidden;
3428
+ text-overflow: ellipsis;
3429
+ white-space: nowrap;
3430
+ }
3431
+ ._description_4b1ge_489 {
3432
+ color: #999;
3433
+ display: block;
3434
+ }
3435
+ ._arrow_4b1ge_493 {
3436
+ margin-left: 10px;
3437
+ opacity: 0.4;
3438
+ }
3439
+ ._divider_4b1ge_497 {
3440
+ border: 0;
3441
+ border-top: 1px solid var(--color-border);
3442
+ }
3443
+ ._deprecatedSemanticIcon_4b1ge_501 {
3444
+ color: var(--color-text-primary) !important;
3445
+ margin: -5px 0 0 !important;
3446
+ }
3447
+ ._disabled_4b1ge_505 {
3448
+ color: var(--color-text-faint);
3449
+ pointer-events: none;
3450
+ cursor: not-allowed !important;
3451
+ }
3452
+ ._buttonLabel_4b1ge_510 {
3453
+ overflow: hidden;
3454
+ text-overflow: ellipsis;
3455
+ display: block;
3456
+ margin-right: auto;
3457
+ line-height: 1.2;
3458
+ }
3459
+ ._buttonCaret_4b1ge_517 {
3460
+ margin-left: 5px;
3461
+ }
3462
+ ._component_4b1ge_520 {
3463
+ display: inline-flex;
3464
+ align-items: center;
3465
+ justify-content: center;
3466
+ cursor: pointer;
3467
+ }
3468
+ ._right_4b1ge_526 {
3469
+ margin-left: auto;
3470
+ display: flex;
3471
+ align-items: center;
3472
+ }
3473
+ ._actions_4b1ge_531 {
3474
+ margin-left: 8px;
3475
+ display: flex;
3476
+ align-items: center;
3477
+ margin-top: -2px;
3478
+ margin-bottom: -2px;
3479
+ }
3480
+ /*
3481
+ This file has shared variables that are re-used in other LESS files/modules
3482
+ Only use simple variables in this file
3483
+ */
3484
+ :root {
3485
+ --color-primary-0: hsl(0, 0%, 100%);
3486
+ --color-primary-50: hsl(18.24742268, 82.90598291%, 97.5%);
3487
+ --color-primary-100: hsl(18.24742268, 82.90598291%, 92.5%);
3488
+ --color-primary-150: hsl(18.24742268, 82.90598291%, 87.5%);
3489
+ --color-primary-200: hsl(18.24742268, 82.90598291%, 82.5%);
3490
+ --color-primary-250: hsl(18.24742268, 82.90598291%, 77.5%);
3491
+ --color-primary-300: hsl(18.24742268, 82.90598291%, 72.5%);
3492
+ --color-primary-350: hsl(18.24742268, 82.90598291%, 67.5%);
3493
+ --color-primary-400: hsl(18.24742268, 82.90598291%, 62.5%);
3494
+ --color-primary-450: hsl(18.24742268, 82.90598291%, 57.5%);
3495
+ --color-primary-500: hsl(18.24742268, 82.90598291%, 52.5%);
3496
+ --color-primary-550: hsl(18.24742268, 82.90598291%, 47.5%);
3497
+ --color-primary-600: hsl(18.24742268, 82.90598291%, 42.5%);
3498
+ --color-primary-650: hsl(18.24742268, 82.90598291%, 37.5%);
3499
+ --color-primary-700: hsl(18.24742268, 82.90598291%, 32.5%);
3500
+ --color-primary-750: hsl(18.24742268, 82.90598291%, 27.5%);
3501
+ --color-primary-800: hsl(18.24742268, 82.90598291%, 22.5%);
3502
+ --color-primary-850: hsl(18.24742268, 82.90598291%, 17.5%);
3503
+ --color-primary-900: hsl(18.24742268, 82.90598291%, 12.5%);
3504
+ --color-primary-950: hsl(18.24742268, 82.90598291%, 7.5%);
3505
+ --color-primary-1000: hsl(18.24742268, 82.90598291%, 2.5%);
3506
+ --color-error-0: hsl(180, 100%, 100%);
3507
+ --color-error-50: hsl(0, 71.29186603%, 97.5%);
3508
+ --color-error-100: hsl(0, 71.29186603%, 92.5%);
3509
+ --color-error-150: hsl(0, 71.29186603%, 87.5%);
3510
+ --color-error-200: hsl(0, 71.29186603%, 82.5%);
3511
+ --color-error-250: hsl(0, 71.29186603%, 77.5%);
3512
+ --color-error-300: hsl(0, 71.29186603%, 72.5%);
3513
+ --color-error-350: hsl(0, 71.29186603%, 67.5%);
3514
+ --color-error-400: hsl(0, 71.29186603%, 62.5%);
3515
+ --color-error-450: hsl(0, 71.29186603%, 57.5%);
3516
+ --color-error-500: hsl(0, 71.29186603%, 52.5%);
3517
+ --color-error-550: hsl(0, 71.29186603%, 47.5%);
3518
+ --color-error-600: hsl(0, 71.29186603%, 42.5%);
3519
+ --color-error-650: hsl(0, 71.29186603%, 37.5%);
3520
+ --color-error-700: hsl(0, 71.29186603%, 32.5%);
3521
+ --color-error-750: hsl(0, 71.29186603%, 27.5%);
3522
+ --color-error-800: hsl(0, 71.29186603%, 22.5%);
3523
+ --color-error-850: hsl(0, 71.29186603%, 17.5%);
3524
+ --color-error-900: hsl(0, 71.29186603%, 12.5%);
3525
+ --color-error-950: hsl(0, 71.29186603%, 7.5%);
3526
+ --color-error-1000: hsl(0, 71.29186603%, 2.5%);
3527
+ --color-success-0: hsl(0, 0%, 100%);
3528
+ --color-success-50: hsl(120, 52.03252033%, 97.5%);
3529
+ --color-success-100: hsl(120, 52.03252033%, 92.5%);
3530
+ --color-success-150: hsl(120, 52.03252033%, 87.5%);
3531
+ --color-success-200: hsl(120, 52.03252033%, 82.5%);
3532
+ --color-success-250: hsl(120, 52.03252033%, 77.5%);
3533
+ --color-success-300: hsl(120, 52.03252033%, 72.5%);
3534
+ --color-success-350: hsl(120, 52.03252033%, 67.5%);
3535
+ --color-success-400: hsl(120, 52.03252033%, 62.5%);
3536
+ --color-success-450: hsl(120, 52.03252033%, 57.5%);
3537
+ --color-success-500: hsl(120, 52.03252033%, 52.5%);
3538
+ --color-success-550: hsl(120, 52.03252033%, 47.5%);
3539
+ --color-success-600: hsl(120, 52.03252033%, 42.5%);
3540
+ --color-success-650: hsl(120, 52.03252033%, 37.5%);
3541
+ --color-success-700: hsl(120, 52.03252033%, 32.5%);
3542
+ --color-success-750: hsl(120, 52.03252033%, 27.5%);
3543
+ --color-success-800: hsl(120, 52.03252033%, 22.5%);
3544
+ --color-success-850: hsl(120, 52.03252033%, 17.5%);
3545
+ --color-success-900: hsl(120, 52.03252033%, 12.5%);
3546
+ --color-success-950: hsl(120, 52.03252033%, 7.5%);
3547
+ --color-success-1000: hsl(120, 52.03252033%, 2.5%);
3548
+ --color-warning-0: hsl(240, 100%, 100%);
3549
+ --color-warning-50: hsl(44.9197861, 76.32653061%, 97.5%);
3550
+ --color-warning-100: hsl(44.9197861, 76.32653061%, 92.5%);
3551
+ --color-warning-150: hsl(44.9197861, 76.32653061%, 87.5%);
3555
3552
  --color-warning-200: hsl(44.9197861, 76.32653061%, 82.5%);
3556
3553
  --color-warning-250: hsl(44.9197861, 76.32653061%, 77.5%);
3557
3554
  --color-warning-300: hsl(44.9197861, 76.32653061%, 72.5%);
@@ -3812,260 +3809,51 @@ html[data-theme='dark'] {
3812
3809
  /*
3813
3810
  Z-INDEX
3814
3811
  */
3815
- :root {
3816
- --color-background-button-default: var(--color-neutral-0);
3817
- --color-background-button-default-hover: var(--color-neutral-50);
3818
- --color-background-button-default-active: var(--color-neutral-100);
3819
- --color-background-button-primary: var(--color-primary-500);
3820
- --color-background-button-primary-hover: var(--color-primary-550);
3821
- --color-background-button-primary-active: var(--color-primary-600);
3822
- --color-background-button-success: var(--color-success-500);
3823
- --color-background-button-success-hover: var(--color-success-550);
3824
- --color-background-button-success-active: var(--color-success-600);
3825
- --color-background-button-error: var(--color-error-500);
3826
- --color-background-button-error-hover: var(--color-error-550);
3827
- --color-background-button-error-active: var(--color-error-600);
3828
- --color-border-button: rgba(0, 0, 0, 0.15);
3829
- --color-border-button-hover: rgba(0, 0, 0, 0.2);
3830
- --color-text-button-muted: rgba(0, 0, 0, 0.4);
3812
+ ._wrapper_1n3f1_333 {
3813
+ display: inline-flex;
3814
+ position: relative;
3831
3815
  }
3832
- html[data-theme='dark'] {
3833
- --color-background-button-default: var(--color-neutral-700);
3834
- --color-background-button-default-hover: var(--color-neutral-650);
3835
- --color-background-button-default-active: var(--color-neutral-600);
3836
- --color-background-button-primary: var(--color-primary-muted-500);
3837
- --color-background-button-primary-hover: var(--color-primary-muted-550);
3838
- --color-background-button-primary-active: var(--color-primary-muted-600);
3839
- --color-background-button-success: var(--color-success-muted-500);
3840
- --color-background-button-success-hover: var(--color-success-muted-550);
3841
- --color-background-button-success-active: var(--color-success-muted-600);
3842
- --color-background-button-error: var(--color-error-muted-500);
3843
- --color-background-button-error-hover: var(--color-error-muted-550);
3844
- --color-background-button-error-active: var(--color-error-muted-600);
3845
- --color-border-button: var(--color-border);
3846
- --color-border-button-hover: var(--color-border);
3847
- --color-text-button-muted: rgba(255, 255, 255, 0.4);
3816
+ ._badge_1n3f1_337 {
3817
+ background: var(--color-background-primary);
3818
+ display: inline-block;
3819
+ position: static;
3848
3820
  }
3849
- ._button_1uuml_367 {
3850
- cursor: pointer;
3851
- display: inline-flex;
3852
- align-items: center;
3853
- justify-content: center;
3854
- outline: 0;
3855
- border: 1px solid var(--color-border-button);
3856
- vertical-align: baseline;
3857
- background: var(--color-background-button-default);
3858
- color: var(--color-text);
3859
- font-family: 'Lato', sans-serif;
3860
- padding: 9.5px 14px;
3861
- text-transform: none;
3862
- text-shadow: none;
3863
- font-weight: 700;
3864
- line-height: 1em;
3865
- font-style: normal;
3821
+ ._badge_1n3f1_337._label_1n3f1_342 {
3822
+ line-height: 22px;
3823
+ min-width: 22px;
3824
+ padding: 0 5px;
3825
+ font-size: 12px;
3826
+ font-weight: 400;
3866
3827
  text-align: center;
3867
- text-decoration: none;
3868
- border-radius: 4px;
3869
- user-select: none;
3870
- transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
3871
- max-width: 100%;
3872
- min-height: 38px;
3873
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
3874
- }
3875
- ._button_1uuml_367:hover {
3876
- background: var(--color-background-button-default-hover);
3877
- border-color: var(--color-border-button-hover);
3828
+ white-space: nowrap;
3829
+ border-radius: 11px;
3830
+ font-weight: bold;
3831
+ letter-spacing: normal;
3878
3832
  }
3879
- ._button_1uuml_367:focus {
3880
- box-shadow: var(--shadow-focus);
3833
+ ._badge_1n3f1_337._label_1n3f1_342._dark_1n3f1_354 {
3834
+ color: #fff;
3881
3835
  }
3882
- ._button_1uuml_367:active {
3883
- background: var(--color-background-button-default-active);
3884
- box-shadow: none;
3836
+ ._badge_1n3f1_337._label_1n3f1_342._light_1n3f1_357 {
3837
+ color: rgba(0, 0, 0, 0.6);
3885
3838
  }
3886
- ._button_1uuml_367._active_1uuml_404:not(._green_1uuml_404):not(._red_1uuml_404):not(._orange_1uuml_404) {
3887
- border-color: var(--color-background-button-primary);
3888
- color: var(--color-text-primary);
3889
- position: relative;
3890
- z-index: 2;
3839
+ ._badge_1n3f1_337._small_1n3f1_360 {
3840
+ line-height: 13px;
3841
+ min-width: 13px;
3842
+ font-size: 9px;
3843
+ border-radius: 6.5px;
3891
3844
  }
3892
- ._button_1uuml_367:hover,
3893
- ._button_1uuml_367:focus,
3894
- ._button_1uuml_367:active {
3895
- position: relative;
3896
- z-index: 1;
3845
+ ._badge_1n3f1_337._dot_1n3f1_366 {
3846
+ width: 6px;
3847
+ height: 6px;
3848
+ border-radius: 100%;
3897
3849
  }
3898
- ._button_1uuml_367 ._icon_1uuml_416 {
3899
- margin: 0 8px 0 -4px;
3900
- }
3901
- ._button_1uuml_367 ._icon_1uuml_416 svg {
3902
- height: 14px;
3903
- width: 14px;
3904
- }
3905
- ._iconOnly_1uuml_423 {
3906
- padding: 0.78571429em 0.78571429em 0.78571429em;
3907
- display: inline-flex;
3908
- align-items: center;
3909
- justify-content: center;
3910
- }
3911
- ._iconOnly_1uuml_423 ._icon_1uuml_416 {
3912
- margin: 0;
3913
- line-height: 0;
3914
- }
3915
- ._basic_1uuml_433 {
3916
- color: var(--color-text-primary);
3917
- background: transparent;
3918
- box-shadow: none !important;
3919
- border: none !important;
3920
- }
3921
- ._basic_1uuml_433._muted_1uuml_439 {
3922
- color: var(--color-text-button-muted);
3923
- }
3924
- ._basic_1uuml_433:hover,
3925
- ._basic_1uuml_433:focus {
3926
- color: var(--color-text-primary-hover);
3927
- background: rgba(0, 0, 0, 0.05);
3928
- }
3929
- ._basic_1uuml_433:active,
3930
- ._basic_1uuml_433._active_1uuml_404 {
3931
- color: var(--color-text-primary-active);
3932
- background: rgba(0, 0, 0, 0.1);
3933
- }
3934
- ._disabled_1uuml_452 {
3935
- cursor: default;
3936
- pointer-events: none !important;
3937
- color: var(--color-text-faint) !important;
3938
- box-shadow: none !important;
3939
- }
3940
- ._disabled_1uuml_452:not(._active_1uuml_404):not(._basic_1uuml_433) {
3941
- background: var(--color-background-disabled) !important;
3942
- border: 1px solid var(--color-border) !important;
3943
- }
3944
- ._small_1uuml_462 {
3945
- font-size: 12px;
3946
- min-height: 24px;
3947
- padding: 0 0.75rem;
3948
- }
3949
- ._pill_1uuml_467,
3950
- ._round_1uuml_468 {
3951
- text-transform: uppercase;
3952
- letter-spacing: 0.1em;
3953
- font-size: 13px;
3954
- font-weight: bold;
3955
- border-radius: 19px;
3956
- display: inline-flex;
3957
- align-items: center;
3958
- }
3959
- ._round_1uuml_468 {
3960
- padding: 0;
3961
- width: 38px;
3962
- line-height: 1;
3963
- }
3964
- ._round_1uuml_468._small_1uuml_462 {
3965
- width: 24px;
3966
- }
3967
- ._orange_1uuml_404 {
3968
- background-color: var(--color-background-button-primary);
3969
- }
3970
- ._orange_1uuml_404:hover,
3971
- ._orange_1uuml_404:focus {
3972
- background-color: var(--color-background-button-primary-hover);
3973
- }
3974
- ._orange_1uuml_404:active,
3975
- ._orange_1uuml_404._active_1uuml_404 {
3976
- background-color: var(--color-background-button-primary-active);
3977
- }
3978
- ._red_1uuml_404 {
3979
- background-color: var(--color-background-button-error);
3980
- }
3981
- ._red_1uuml_404:hover,
3982
- ._red_1uuml_404:focus {
3983
- background-color: var(--color-background-button-error-hover);
3984
- }
3985
- ._red_1uuml_404:active,
3986
- ._red_1uuml_404._active_1uuml_404 {
3987
- background-color: var(--color-background-button-error-active);
3988
- }
3989
- ._green_1uuml_404 {
3990
- background-color: var(--color-background-button-success);
3991
- }
3992
- ._green_1uuml_404:hover,
3993
- ._green_1uuml_404:focus {
3994
- background-color: var(--color-background-button-success-hover);
3995
- }
3996
- ._green_1uuml_404:active,
3997
- ._green_1uuml_404._active_1uuml_404 {
3998
- background-color: var(--color-background-button-success-active);
3999
- }
4000
- ._orange_1uuml_404,
4001
- ._red_1uuml_404,
4002
- ._green_1uuml_404 {
4003
- color: #fff;
4004
- }
4005
- ._orange_1uuml_404:hover,
4006
- ._red_1uuml_404:hover,
4007
- ._green_1uuml_404:hover,
4008
- ._orange_1uuml_404:focus,
4009
- ._red_1uuml_404:focus,
4010
- ._green_1uuml_404:focus {
4011
- color: #fff;
4012
- }
4013
- ._orange_1uuml_404:active,
4014
- ._red_1uuml_404:active,
4015
- ._green_1uuml_404:active,
4016
- ._orange_1uuml_404._active_1uuml_404,
4017
- ._red_1uuml_404._active_1uuml_404,
4018
- ._green_1uuml_404._active_1uuml_404 {
4019
- color: #fff;
4020
- }
4021
- ._inverted_1uuml_539 {
4022
- background-color: transparent;
4023
- border-color: var(--color-text);
4024
- box-shadow: none;
4025
- }
4026
- ._inverted_1uuml_539:hover,
4027
- ._inverted_1uuml_539:focus,
4028
- ._inverted_1uuml_539:active {
4029
- box-shadow: none;
4030
- }
4031
- ._inverted_1uuml_539._orange_1uuml_404 {
4032
- color: var(--color-background-button-primary);
4033
- border-color: var(--color-background-button-primary);
4034
- }
4035
- ._inverted_1uuml_539._red_1uuml_404 {
4036
- color: var(--color-background-button-error);
4037
- border-color: var(--color-background-button-error);
4038
- }
4039
- ._inverted_1uuml_539._green_1uuml_404 {
4040
- color: var(--color-background-button-success);
4041
- border-color: var(--color-background-button-success);
4042
- }
4043
- ._inverted_1uuml_539._orange_1uuml_404:hover,
4044
- ._inverted_1uuml_539._red_1uuml_404:hover,
4045
- ._inverted_1uuml_539._green_1uuml_404:hover,
4046
- ._inverted_1uuml_539._orange_1uuml_404:focus,
4047
- ._inverted_1uuml_539._red_1uuml_404:focus,
4048
- ._inverted_1uuml_539._green_1uuml_404:focus,
4049
- ._inverted_1uuml_539._orange_1uuml_404:active,
4050
- ._inverted_1uuml_539._red_1uuml_404:active,
4051
- ._inverted_1uuml_539._green_1uuml_404:active {
4052
- color: white;
4053
- box-shadow: none;
4054
- }
4055
- ._groupOrderFirst_1uuml_573,
4056
- ._groupOrderMiddle_1uuml_574,
4057
- ._groupOrderLast_1uuml_575 {
4058
- margin-right: 0;
4059
- }
4060
- ._groupOrderFirst_1uuml_573,
4061
- ._groupOrderMiddle_1uuml_574 {
4062
- border-top-right-radius: 0 !important;
4063
- border-bottom-right-radius: 0 !important;
4064
- }
4065
- ._groupOrderLast_1uuml_575,
4066
- ._groupOrderMiddle_1uuml_574 {
4067
- border-top-left-radius: 0 !important;
4068
- border-bottom-left-radius: 0 !important;
3850
+ ._badge_1n3f1_337._hasChildren_1n3f1_371 {
3851
+ position: absolute;
3852
+ right: 0;
3853
+ top: 0;
3854
+ transform: translate(50%, -50%);
3855
+ transform-origin: 100% 0%;
3856
+ z-index: 3;
4069
3857
  }
4070
3858
  /*
4071
3859
  This file has shared variables that are re-used in other LESS files/modules
@@ -4399,83 +4187,260 @@ html[data-theme='dark'] {
4399
4187
  /*
4400
4188
  Z-INDEX
4401
4189
  */
4402
- ._spinner_uudvl_333 {
4403
- display: inline-block;
4190
+ :root {
4191
+ --color-background-button-default: var(--color-neutral-0);
4192
+ --color-background-button-default-hover: var(--color-neutral-50);
4193
+ --color-background-button-default-active: var(--color-neutral-100);
4194
+ --color-background-button-primary: var(--color-primary-500);
4195
+ --color-background-button-primary-hover: var(--color-primary-550);
4196
+ --color-background-button-primary-active: var(--color-primary-600);
4197
+ --color-background-button-success: var(--color-success-500);
4198
+ --color-background-button-success-hover: var(--color-success-550);
4199
+ --color-background-button-success-active: var(--color-success-600);
4200
+ --color-background-button-error: var(--color-error-500);
4201
+ --color-background-button-error-hover: var(--color-error-550);
4202
+ --color-background-button-error-active: var(--color-error-600);
4203
+ --color-border-button: rgba(0, 0, 0, 0.15);
4204
+ --color-border-button-hover: rgba(0, 0, 0, 0.2);
4205
+ --color-text-button-muted: rgba(0, 0, 0, 0.4);
4206
+ }
4207
+ html[data-theme='dark'] {
4208
+ --color-background-button-default: var(--color-neutral-700);
4209
+ --color-background-button-default-hover: var(--color-neutral-650);
4210
+ --color-background-button-default-active: var(--color-neutral-600);
4211
+ --color-background-button-primary: var(--color-primary-muted-500);
4212
+ --color-background-button-primary-hover: var(--color-primary-muted-550);
4213
+ --color-background-button-primary-active: var(--color-primary-muted-600);
4214
+ --color-background-button-success: var(--color-success-muted-500);
4215
+ --color-background-button-success-hover: var(--color-success-muted-550);
4216
+ --color-background-button-success-active: var(--color-success-muted-600);
4217
+ --color-background-button-error: var(--color-error-muted-500);
4218
+ --color-background-button-error-hover: var(--color-error-muted-550);
4219
+ --color-background-button-error-active: var(--color-error-muted-600);
4220
+ --color-border-button: var(--color-border);
4221
+ --color-border-button-hover: var(--color-border);
4222
+ --color-text-button-muted: rgba(255, 255, 255, 0.4);
4223
+ }
4224
+ ._button_1uuml_367 {
4225
+ cursor: pointer;
4226
+ display: inline-flex;
4227
+ align-items: center;
4228
+ justify-content: center;
4229
+ outline: 0;
4230
+ border: 1px solid var(--color-border-button);
4231
+ vertical-align: baseline;
4232
+ background: var(--color-background-button-default);
4233
+ color: var(--color-text);
4234
+ font-family: 'Lato', sans-serif;
4235
+ padding: 9.5px 14px;
4236
+ text-transform: none;
4237
+ text-shadow: none;
4238
+ font-weight: 700;
4239
+ line-height: 1em;
4240
+ font-style: normal;
4241
+ text-align: center;
4242
+ text-decoration: none;
4243
+ border-radius: 4px;
4244
+ user-select: none;
4245
+ transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
4246
+ max-width: 100%;
4247
+ min-height: 38px;
4248
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
4249
+ }
4250
+ ._button_1uuml_367:hover {
4251
+ background: var(--color-background-button-default-hover);
4252
+ border-color: var(--color-border-button-hover);
4253
+ }
4254
+ ._button_1uuml_367:focus {
4255
+ box-shadow: var(--shadow-focus);
4256
+ }
4257
+ ._button_1uuml_367:active {
4258
+ background: var(--color-background-button-default-active);
4259
+ box-shadow: none;
4260
+ }
4261
+ ._button_1uuml_367._active_1uuml_404:not(._green_1uuml_404):not(._red_1uuml_404):not(._orange_1uuml_404) {
4262
+ border-color: var(--color-background-button-primary);
4263
+ color: var(--color-text-primary);
4404
4264
  position: relative;
4405
- width: 40px;
4406
- height: 40px;
4265
+ z-index: 2;
4407
4266
  }
4408
- ._spinner_uudvl_333._small_uudvl_339 {
4409
- width: 14px;
4267
+ ._button_1uuml_367:hover,
4268
+ ._button_1uuml_367:focus,
4269
+ ._button_1uuml_367:active {
4270
+ position: relative;
4271
+ z-index: 1;
4272
+ }
4273
+ ._button_1uuml_367 ._icon_1uuml_416 {
4274
+ margin: 0 8px 0 -4px;
4275
+ }
4276
+ ._button_1uuml_367 ._icon_1uuml_416 svg {
4410
4277
  height: 14px;
4278
+ width: 14px;
4411
4279
  }
4412
- ._spinner_uudvl_333._tiny_uudvl_343 {
4413
- width: 10px;
4414
- height: 10px;
4280
+ ._iconOnly_1uuml_423 {
4281
+ padding: 0.78571429em 0.78571429em 0.78571429em;
4282
+ display: inline-flex;
4283
+ align-items: center;
4284
+ justify-content: center;
4415
4285
  }
4416
- ._spinner_uudvl_333 div {
4417
- box-sizing: border-box;
4418
- display: block;
4419
- position: absolute;
4420
- width: 40px;
4421
- height: 40px;
4422
- border: 6px solid #fff;
4423
- border-radius: 50%;
4424
- animation: _spinner_uudvl_333 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
4425
- border-color: #fff transparent transparent transparent;
4286
+ ._iconOnly_1uuml_423 ._icon_1uuml_416 {
4287
+ margin: 0;
4288
+ line-height: 0;
4426
4289
  }
4427
- ._spinner_uudvl_333._small_uudvl_339 div {
4428
- width: 14px;
4429
- height: 14px;
4430
- border: 3px solid #fff;
4431
- border-color: #fff transparent transparent transparent;
4290
+ ._basic_1uuml_433 {
4291
+ color: var(--color-text-primary);
4292
+ background: transparent;
4293
+ box-shadow: none !important;
4294
+ border: none !important;
4432
4295
  }
4433
- ._spinner_uudvl_333._tiny_uudvl_343 div {
4434
- width: 10px;
4435
- height: 10px;
4436
- border: 2px solid #fff;
4437
- border-color: #fff transparent transparent transparent;
4296
+ ._basic_1uuml_433._muted_1uuml_439 {
4297
+ color: var(--color-text-button-muted);
4438
4298
  }
4439
- ._spinner_uudvl_333._colored_uudvl_370 div {
4440
- border: 6px solid var(--color-background-primary);
4441
- border-color: var(--color-background-primary) transparent transparent transparent;
4299
+ ._basic_1uuml_433:hover,
4300
+ ._basic_1uuml_433:focus {
4301
+ color: var(--color-text-primary-hover);
4302
+ background: rgba(0, 0, 0, 0.05);
4442
4303
  }
4443
- ._spinner_uudvl_333._small_uudvl_339._colored_uudvl_370 div {
4444
- border: 3px solid var(--color-background-primary);
4445
- border-color: var(--color-background-primary) transparent transparent transparent;
4304
+ ._basic_1uuml_433:active,
4305
+ ._basic_1uuml_433._active_1uuml_404 {
4306
+ color: var(--color-text-primary-active);
4307
+ background: rgba(0, 0, 0, 0.1);
4446
4308
  }
4447
- ._spinner_uudvl_333._tiny_uudvl_343._colored_uudvl_370 div {
4448
- border: 2px solid var(--color-background-primary);
4449
- border-color: var(--color-background-primary) transparent transparent transparent;
4309
+ ._disabled_1uuml_452 {
4310
+ cursor: default;
4311
+ pointer-events: none !important;
4312
+ color: var(--color-text-faint) !important;
4313
+ box-shadow: none !important;
4450
4314
  }
4451
- ._spinner_uudvl_333._dark_uudvl_382 div {
4452
- border: 6px solid var(--color-text-muted);
4453
- border-color: var(--color-text-muted) transparent transparent transparent;
4315
+ ._disabled_1uuml_452:not(._active_1uuml_404):not(._basic_1uuml_433) {
4316
+ background: var(--color-background-disabled) !important;
4317
+ border: 1px solid var(--color-border) !important;
4454
4318
  }
4455
- ._spinner_uudvl_333._small_uudvl_339._dark_uudvl_382 div {
4456
- border: 3px solid var(--color-text-muted);
4457
- border-color: var(--color-text-muted) transparent transparent transparent;
4319
+ ._small_1uuml_462 {
4320
+ font-size: 12px;
4321
+ min-height: 24px;
4322
+ padding: 0 0.75rem;
4458
4323
  }
4459
- ._spinner_uudvl_333._tiny_uudvl_343._dark_uudvl_382 div {
4460
- border: 2px solid var(--color-text-muted);
4461
- border-color: var(--color-text-muted) transparent transparent transparent;
4324
+ ._pill_1uuml_467,
4325
+ ._round_1uuml_468 {
4326
+ text-transform: uppercase;
4327
+ letter-spacing: 0.1em;
4328
+ font-size: 13px;
4329
+ font-weight: bold;
4330
+ border-radius: 19px;
4331
+ display: inline-flex;
4332
+ align-items: center;
4462
4333
  }
4463
- ._spinner_uudvl_333 div:nth-child(1) {
4464
- animation-delay: -0.45s;
4334
+ ._round_1uuml_468 {
4335
+ padding: 0;
4336
+ width: 38px;
4337
+ line-height: 1;
4338
+ }
4339
+ ._round_1uuml_468._small_1uuml_462 {
4340
+ width: 24px;
4341
+ }
4342
+ ._orange_1uuml_404 {
4343
+ background-color: var(--color-background-button-primary);
4344
+ }
4345
+ ._orange_1uuml_404:hover,
4346
+ ._orange_1uuml_404:focus {
4347
+ background-color: var(--color-background-button-primary-hover);
4348
+ }
4349
+ ._orange_1uuml_404:active,
4350
+ ._orange_1uuml_404._active_1uuml_404 {
4351
+ background-color: var(--color-background-button-primary-active);
4352
+ }
4353
+ ._red_1uuml_404 {
4354
+ background-color: var(--color-background-button-error);
4355
+ }
4356
+ ._red_1uuml_404:hover,
4357
+ ._red_1uuml_404:focus {
4358
+ background-color: var(--color-background-button-error-hover);
4359
+ }
4360
+ ._red_1uuml_404:active,
4361
+ ._red_1uuml_404._active_1uuml_404 {
4362
+ background-color: var(--color-background-button-error-active);
4363
+ }
4364
+ ._green_1uuml_404 {
4365
+ background-color: var(--color-background-button-success);
4366
+ }
4367
+ ._green_1uuml_404:hover,
4368
+ ._green_1uuml_404:focus {
4369
+ background-color: var(--color-background-button-success-hover);
4370
+ }
4371
+ ._green_1uuml_404:active,
4372
+ ._green_1uuml_404._active_1uuml_404 {
4373
+ background-color: var(--color-background-button-success-active);
4374
+ }
4375
+ ._orange_1uuml_404,
4376
+ ._red_1uuml_404,
4377
+ ._green_1uuml_404 {
4378
+ color: #fff;
4379
+ }
4380
+ ._orange_1uuml_404:hover,
4381
+ ._red_1uuml_404:hover,
4382
+ ._green_1uuml_404:hover,
4383
+ ._orange_1uuml_404:focus,
4384
+ ._red_1uuml_404:focus,
4385
+ ._green_1uuml_404:focus {
4386
+ color: #fff;
4387
+ }
4388
+ ._orange_1uuml_404:active,
4389
+ ._red_1uuml_404:active,
4390
+ ._green_1uuml_404:active,
4391
+ ._orange_1uuml_404._active_1uuml_404,
4392
+ ._red_1uuml_404._active_1uuml_404,
4393
+ ._green_1uuml_404._active_1uuml_404 {
4394
+ color: #fff;
4395
+ }
4396
+ ._inverted_1uuml_539 {
4397
+ background-color: transparent;
4398
+ border-color: var(--color-text);
4399
+ box-shadow: none;
4400
+ }
4401
+ ._inverted_1uuml_539:hover,
4402
+ ._inverted_1uuml_539:focus,
4403
+ ._inverted_1uuml_539:active {
4404
+ box-shadow: none;
4405
+ }
4406
+ ._inverted_1uuml_539._orange_1uuml_404 {
4407
+ color: var(--color-background-button-primary);
4408
+ border-color: var(--color-background-button-primary);
4409
+ }
4410
+ ._inverted_1uuml_539._red_1uuml_404 {
4411
+ color: var(--color-background-button-error);
4412
+ border-color: var(--color-background-button-error);
4413
+ }
4414
+ ._inverted_1uuml_539._green_1uuml_404 {
4415
+ color: var(--color-background-button-success);
4416
+ border-color: var(--color-background-button-success);
4417
+ }
4418
+ ._inverted_1uuml_539._orange_1uuml_404:hover,
4419
+ ._inverted_1uuml_539._red_1uuml_404:hover,
4420
+ ._inverted_1uuml_539._green_1uuml_404:hover,
4421
+ ._inverted_1uuml_539._orange_1uuml_404:focus,
4422
+ ._inverted_1uuml_539._red_1uuml_404:focus,
4423
+ ._inverted_1uuml_539._green_1uuml_404:focus,
4424
+ ._inverted_1uuml_539._orange_1uuml_404:active,
4425
+ ._inverted_1uuml_539._red_1uuml_404:active,
4426
+ ._inverted_1uuml_539._green_1uuml_404:active {
4427
+ color: white;
4428
+ box-shadow: none;
4465
4429
  }
4466
- ._spinner_uudvl_333 div:nth-child(2) {
4467
- animation-delay: -0.3s;
4430
+ ._groupOrderFirst_1uuml_573,
4431
+ ._groupOrderMiddle_1uuml_574,
4432
+ ._groupOrderLast_1uuml_575 {
4433
+ margin-right: 0;
4468
4434
  }
4469
- ._spinner_uudvl_333 div:nth-child(3) {
4470
- animation-delay: -0.15s;
4435
+ ._groupOrderFirst_1uuml_573,
4436
+ ._groupOrderMiddle_1uuml_574 {
4437
+ border-top-right-radius: 0 !important;
4438
+ border-bottom-right-radius: 0 !important;
4471
4439
  }
4472
- @keyframes _spinner_uudvl_333 {
4473
- 0% {
4474
- transform: rotate(0deg);
4475
- }
4476
- 100% {
4477
- transform: rotate(360deg);
4478
- }
4440
+ ._groupOrderLast_1uuml_575,
4441
+ ._groupOrderMiddle_1uuml_574 {
4442
+ border-top-left-radius: 0 !important;
4443
+ border-bottom-left-radius: 0 !important;
4479
4444
  }
4480
4445
  /*
4481
4446
  This file has shared variables that are re-used in other LESS files/modules
@@ -4809,40 +4774,83 @@ html[data-theme='dark'] {
4809
4774
  /*
4810
4775
  Z-INDEX
4811
4776
  */
4812
- ._actions_tdvpn_333 {
4813
- margin-left: auto;
4814
- display: flex;
4815
- flex-wrap: nowrap;
4816
- justify-content: flex-end;
4817
- align-items: center;
4777
+ ._spinner_uudvl_333 {
4778
+ display: inline-block;
4779
+ position: relative;
4780
+ width: 40px;
4781
+ height: 40px;
4818
4782
  }
4819
- ._actions_tdvpn_333 > *:not(:last-child) {
4820
- margin-right: 3px;
4783
+ ._spinner_uudvl_333._small_uudvl_339 {
4784
+ width: 14px;
4785
+ height: 14px;
4821
4786
  }
4822
- ._actionComponentContainer_tdvpn_343 {
4823
- width: 24px;
4824
- height: 24px;
4825
- display: inline-flex;
4826
- align-items: center;
4827
- justify-content: center;
4828
- cursor: pointer;
4829
- color: #c8c8c8;
4830
- position: relative;
4831
- z-index: 2;
4832
- transition: color 0.2s;
4833
- line-height: 0;
4787
+ ._spinner_uudvl_333._tiny_uudvl_343 {
4788
+ width: 10px;
4789
+ height: 10px;
4834
4790
  }
4835
- ._actionComponentContainer_tdvpn_343 i {
4836
- margin: 0;
4837
- line-height: 1 !important;
4791
+ ._spinner_uudvl_333 div {
4792
+ box-sizing: border-box;
4793
+ display: block;
4794
+ position: absolute;
4795
+ width: 40px;
4796
+ height: 40px;
4797
+ border: 6px solid #fff;
4798
+ border-radius: 50%;
4799
+ animation: _spinner_uudvl_333 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
4800
+ border-color: #fff transparent transparent transparent;
4838
4801
  }
4839
- ._actionComponentContainer_tdvpn_343:hover,
4840
- ._actionComponentContainer_tdvpn_343:focus {
4841
- color: var(--color-text-primary-hover);
4802
+ ._spinner_uudvl_333._small_uudvl_339 div {
4803
+ width: 14px;
4804
+ height: 14px;
4805
+ border: 3px solid #fff;
4806
+ border-color: #fff transparent transparent transparent;
4842
4807
  }
4843
- ._actionComponentContainer_tdvpn_343:active,
4844
- ._actionComponentContainer_tdvpn_343._active_tdvpn_365 {
4845
- color: var(--color-text-primary-active);
4808
+ ._spinner_uudvl_333._tiny_uudvl_343 div {
4809
+ width: 10px;
4810
+ height: 10px;
4811
+ border: 2px solid #fff;
4812
+ border-color: #fff transparent transparent transparent;
4813
+ }
4814
+ ._spinner_uudvl_333._colored_uudvl_370 div {
4815
+ border: 6px solid var(--color-background-primary);
4816
+ border-color: var(--color-background-primary) transparent transparent transparent;
4817
+ }
4818
+ ._spinner_uudvl_333._small_uudvl_339._colored_uudvl_370 div {
4819
+ border: 3px solid var(--color-background-primary);
4820
+ border-color: var(--color-background-primary) transparent transparent transparent;
4821
+ }
4822
+ ._spinner_uudvl_333._tiny_uudvl_343._colored_uudvl_370 div {
4823
+ border: 2px solid var(--color-background-primary);
4824
+ border-color: var(--color-background-primary) transparent transparent transparent;
4825
+ }
4826
+ ._spinner_uudvl_333._dark_uudvl_382 div {
4827
+ border: 6px solid var(--color-text-muted);
4828
+ border-color: var(--color-text-muted) transparent transparent transparent;
4829
+ }
4830
+ ._spinner_uudvl_333._small_uudvl_339._dark_uudvl_382 div {
4831
+ border: 3px solid var(--color-text-muted);
4832
+ border-color: var(--color-text-muted) transparent transparent transparent;
4833
+ }
4834
+ ._spinner_uudvl_333._tiny_uudvl_343._dark_uudvl_382 div {
4835
+ border: 2px solid var(--color-text-muted);
4836
+ border-color: var(--color-text-muted) transparent transparent transparent;
4837
+ }
4838
+ ._spinner_uudvl_333 div:nth-child(1) {
4839
+ animation-delay: -0.45s;
4840
+ }
4841
+ ._spinner_uudvl_333 div:nth-child(2) {
4842
+ animation-delay: -0.3s;
4843
+ }
4844
+ ._spinner_uudvl_333 div:nth-child(3) {
4845
+ animation-delay: -0.15s;
4846
+ }
4847
+ @keyframes _spinner_uudvl_333 {
4848
+ 0% {
4849
+ transform: rotate(0deg);
4850
+ }
4851
+ 100% {
4852
+ transform: rotate(360deg);
4853
+ }
4846
4854
  }
4847
4855
  /*
4848
4856
  This file has shared variables that are re-used in other LESS files/modules
@@ -5176,36 +5184,41 @@ html[data-theme='dark'] {
5176
5184
  /*
5177
5185
  Z-INDEX
5178
5186
  */
5179
- ._breadcrumb_16235_333 {
5180
- font-size: 1.5rem;
5187
+ ._actions_tdvpn_333 {
5188
+ margin-left: auto;
5189
+ display: flex;
5190
+ flex-wrap: nowrap;
5191
+ justify-content: flex-end;
5192
+ align-items: center;
5181
5193
  }
5182
- ._breadcrumb_16235_333._small_16235_336 {
5183
- font-size: inherit;
5194
+ ._actions_tdvpn_333 > *:not(:last-child) {
5195
+ margin-right: 3px;
5184
5196
  }
5185
- ._breadcrumb_16235_333 ._labelContainer_16235_339 {
5186
- color: var(--color-text-primary);
5197
+ ._actionComponentContainer_tdvpn_343 {
5198
+ width: 24px;
5199
+ height: 24px;
5200
+ display: inline-flex;
5201
+ align-items: center;
5202
+ justify-content: center;
5187
5203
  cursor: pointer;
5204
+ color: #c8c8c8;
5205
+ position: relative;
5206
+ z-index: 2;
5207
+ transition: color 0.2s;
5208
+ line-height: 0;
5188
5209
  }
5189
- ._breadcrumb_16235_333 ._labelContainer_16235_339:hover {
5210
+ ._actionComponentContainer_tdvpn_343 i {
5211
+ margin: 0;
5212
+ line-height: 1 !important;
5213
+ }
5214
+ ._actionComponentContainer_tdvpn_343:hover,
5215
+ ._actionComponentContainer_tdvpn_343:focus {
5190
5216
  color: var(--color-text-primary-hover);
5191
5217
  }
5192
- ._breadcrumb_16235_333 ._labelContainer_16235_339:active {
5218
+ ._actionComponentContainer_tdvpn_343:active,
5219
+ ._actionComponentContainer_tdvpn_343._active_tdvpn_365 {
5193
5220
  color: var(--color-text-primary-active);
5194
5221
  }
5195
- ._breadcrumb_16235_333 ._labelContainer_16235_339._active_16235_349 {
5196
- color: inherit;
5197
- cursor: default;
5198
- pointer-events: none;
5199
- }
5200
- ._breadcrumb_16235_333 ._labelContainer_16235_339._disabled_16235_354 {
5201
- color: var(--color-text-faint);
5202
- cursor: default;
5203
- pointer-events: none;
5204
- }
5205
- ._breadcrumb_16235_333 ._separator_16235_359 {
5206
- margin: 0 10px;
5207
- color: var(--color-border);
5208
- }
5209
5222
  /*
5210
5223
  This file has shared variables that are re-used in other LESS files/modules
5211
5224
  Only use simple variables in this file
@@ -5538,27 +5551,35 @@ html[data-theme='dark'] {
5538
5551
  /*
5539
5552
  Z-INDEX
5540
5553
  */
5541
- ._tooltip_63bin_333 {
5542
- background: var(--color-text);
5543
- fill: var(--color-text);
5544
- z-index: 2003;
5545
- color: var(--color-background);
5546
- border-radius: 3px;
5554
+ ._breadcrumb_16235_333 {
5555
+ font-size: 1.5rem;
5547
5556
  }
5548
- ._tooltip_63bin_333 * {
5549
- color: var(--color-background);
5557
+ ._breadcrumb_16235_333._small_16235_336 {
5558
+ font-size: inherit;
5550
5559
  }
5551
- ._tooltip_63bin_333 > svg,
5552
- ._tooltip_63bin_333 > svg > * {
5553
- fill: inherit !important;
5560
+ ._breadcrumb_16235_333 ._labelContainer_16235_339 {
5561
+ color: var(--color-text-primary);
5562
+ cursor: pointer;
5554
5563
  }
5555
- ._tooltip_63bin_333._error_63bin_347 {
5556
- background: var(--color-error-500);
5557
- fill: var(--color-error-500);
5564
+ ._breadcrumb_16235_333 ._labelContainer_16235_339:hover {
5565
+ color: var(--color-text-primary-hover);
5558
5566
  }
5559
- ._tooltip_63bin_333._warning_63bin_351 {
5560
- background: var(--color-warning-500);
5561
- fill: var(--color-warning-500);
5567
+ ._breadcrumb_16235_333 ._labelContainer_16235_339:active {
5568
+ color: var(--color-text-primary-active);
5569
+ }
5570
+ ._breadcrumb_16235_333 ._labelContainer_16235_339._active_16235_349 {
5571
+ color: inherit;
5572
+ cursor: default;
5573
+ pointer-events: none;
5574
+ }
5575
+ ._breadcrumb_16235_333 ._labelContainer_16235_339._disabled_16235_354 {
5576
+ color: var(--color-text-faint);
5577
+ cursor: default;
5578
+ pointer-events: none;
5579
+ }
5580
+ ._breadcrumb_16235_333 ._separator_16235_359 {
5581
+ margin: 0 10px;
5582
+ color: var(--color-border);
5562
5583
  }
5563
5584
  /*
5564
5585
  This file has shared variables that are re-used in other LESS files/modules
@@ -7333,7 +7354,7 @@ html[data-theme='dark'] {
7333
7354
  /*
7334
7355
  Z-INDEX
7335
7356
  */
7336
- ._heading_1ub73_333 {
7357
+ ._heading_1gsqp_333 {
7337
7358
  color: var(--color-text);
7338
7359
  font-weight: 600;
7339
7360
  display: flex;
@@ -7341,46 +7362,24 @@ html[data-theme='dark'] {
7341
7362
  user-select: none;
7342
7363
  padding: 0;
7343
7364
  }
7344
- ._heading_1ub73_333._top_1ub73_341 {
7365
+ ._heading_1gsqp_333._top_1gsqp_341 {
7345
7366
  font-size: 18px;
7346
7367
  margin-bottom: 20px;
7347
7368
  line-height: 1.2;
7348
7369
  }
7349
- ._heading_1ub73_333:not(._top_1ub73_341) {
7370
+ ._heading_1gsqp_333:not(._top_1gsqp_341) {
7350
7371
  font-size: 13px;
7351
7372
  line-height: 20px;
7352
7373
  color: var(--color-text-muted);
7353
7374
  text-transform: uppercase;
7354
7375
  letter-spacing: 0.1em;
7355
7376
  }
7356
- ._icons_1ub73_353 {
7377
+ ._icons_1gsqp_353 {
7357
7378
  display: inline-flex;
7358
7379
  }
7359
- ._icons_1ub73_353 > * {
7380
+ ._icons_1gsqp_353 > * {
7360
7381
  margin-left: 8px;
7361
7382
  }
7362
- ._icon_1ub73_353 {
7363
- color: var(--color-text-faint);
7364
- cursor: pointer;
7365
- line-height: 0;
7366
- font-size: 13px;
7367
- display: flex;
7368
- align-items: center;
7369
- }
7370
- ._icon_1ub73_353._lock_1ub73_367 {
7371
- color: var(--color-text);
7372
- }
7373
- ._icon_1ub73_353._faint_1ub73_370 {
7374
- color: var(--color-text-faint);
7375
- }
7376
- ._icon_1ub73_353:hover,
7377
- ._icon_1ub73_353:focus {
7378
- color: var(--color-text-primary-hover);
7379
- }
7380
- ._icon_1ub73_353:active,
7381
- ._icon_1ub73_353._active_1ub73_378 {
7382
- color: var(--color-text-primary-active);
7383
- }
7384
7383
  ._dialog_11kaj_1 {
7385
7384
  border-radius: 4px;
7386
7385
  background: var(--color-background-raised);
@@ -9540,40 +9539,32 @@ html[data-theme='dark'] {
9540
9539
  /*
9541
9540
  Z-INDEX
9542
9541
  */
9543
- ._label_ko2k0_333 {
9542
+ ._label_8383j_333 {
9544
9543
  display: flex;
9545
9544
  align-items: center;
9546
9545
  }
9547
- ._label_ko2k0_333._labelLeft_ko2k0_337 {
9546
+ ._label_8383j_333._labelLeft_8383j_337 {
9548
9547
  margin-bottom: 0;
9549
9548
  flex-shrink: 0;
9550
9549
  padding-right: 10px;
9551
9550
  }
9552
- ._label_ko2k0_333._labelLeft_ko2k0_337 > label {
9551
+ ._label_8383j_333._labelLeft_8383j_337 > label {
9553
9552
  margin-bottom: 0;
9554
9553
  }
9555
- ._label_ko2k0_333 ._icons_ko2k0_345 {
9554
+ ._label_8383j_333 ._icons_8383j_345 {
9556
9555
  display: inline-flex;
9556
+ margin-top: -1px;
9557
9557
  }
9558
- ._label_ko2k0_333 ._icons_ko2k0_345 > * {
9558
+ ._label_8383j_333 ._icons_8383j_345 > * {
9559
9559
  margin-left: 8px;
9560
9560
  }
9561
- ._label_ko2k0_333 ._icon_ko2k0_345 {
9562
- margin-left: auto;
9563
- color: var(--color-text-faint);
9564
- line-height: 0;
9565
- font-size: 13px;
9566
- }
9567
- ._label_ko2k0_333 > label {
9561
+ ._label_8383j_333 > label {
9568
9562
  display: flex;
9569
9563
  align-items: center;
9570
9564
  font-weight: bold;
9571
9565
  font-size: 13px;
9572
9566
  margin-bottom: 5px;
9573
9567
  }
9574
- ._label_ko2k0_333 > label span {
9575
- line-height: 0;
9576
- }
9577
9568
  /*
9578
9569
  This file has shared variables that are re-used in other LESS files/modules
9579
9570
  Only use simple variables in this file
@@ -15592,20 +15583,22 @@ html[data-theme='dark'] {
15592
15583
  /*
15593
15584
  Z-INDEX
15594
15585
  */
15595
- ._wrapper_7h7qu_333._inline_7h7qu_333 {
15586
+ ._wrapper_7ev01_333._inline_7ev01_333 {
15596
15587
  display: flex;
15597
15588
  align-items: center;
15598
15589
  }
15599
- ._wrapper_7h7qu_333._inline_7h7qu_333 ._radio_7h7qu_337:not(:last-child) {
15590
+ ._wrapper_7ev01_333._inline_7ev01_333 ._radio_7ev01_337:not(:last-child) {
15600
15591
  margin-right: 16px;
15601
15592
  }
15602
- ._wrapper_7h7qu_333 ._labelMargin_7h7qu_340 {
15593
+ ._wrapper_7ev01_333 ._labelMargin_7ev01_340 {
15603
15594
  margin-right: 10px;
15604
15595
  }
15605
- ._radio_7h7qu_337 {
15596
+ ._radio_7ev01_337 {
15606
15597
  margin: 10px 0 11px 0;
15607
15598
  position: relative;
15608
- display: block;
15599
+ display: flex;
15600
+ align-items: center;
15601
+ gap: 8px;
15609
15602
  backface-visibility: hidden;
15610
15603
  vertical-align: baseline;
15611
15604
  font-style: normal;
@@ -15615,15 +15608,15 @@ html[data-theme='dark'] {
15615
15608
  min-width: 17px;
15616
15609
  outline: 0px;
15617
15610
  }
15618
- ._radio_7h7qu_337._small_7h7qu_356 {
15611
+ ._radio_7ev01_337._small_7ev01_358 {
15619
15612
  margin: 3px 0;
15620
15613
  font-size: 12px;
15621
15614
  }
15622
- ._radio_7h7qu_337._noMargin_7h7qu_360 {
15615
+ ._radio_7ev01_337._noMargin_7ev01_362 {
15623
15616
  margin-top: 0;
15624
15617
  margin-bottom: 0;
15625
15618
  }
15626
- ._radio_7h7qu_337 input {
15619
+ ._radio_7ev01_337 input {
15627
15620
  cursor: pointer;
15628
15621
  position: absolute;
15629
15622
  top: 0;
@@ -15634,7 +15627,7 @@ html[data-theme='dark'] {
15634
15627
  height: 17px;
15635
15628
  z-index: -1;
15636
15629
  }
15637
- ._radio_7h7qu_337 label {
15630
+ ._radio_7ev01_337 label {
15638
15631
  cursor: pointer;
15639
15632
  position: relative;
15640
15633
  display: block;
@@ -15644,8 +15637,8 @@ html[data-theme='dark'] {
15644
15637
  color: var(--color-text);
15645
15638
  transition: color 0.1s ease;
15646
15639
  }
15647
- ._radio_7h7qu_337 label:before,
15648
- ._radio_7h7qu_337 label:after {
15640
+ ._radio_7ev01_337 label:before,
15641
+ ._radio_7ev01_337 label:after {
15649
15642
  content: '';
15650
15643
  position: absolute;
15651
15644
  top: 1px;
@@ -15656,45 +15649,45 @@ html[data-theme='dark'] {
15656
15649
  border-radius: 500rem;
15657
15650
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
15658
15651
  }
15659
- ._radio_7h7qu_337 label:before {
15652
+ ._radio_7ev01_337 label:before {
15660
15653
  background: var(--color-background-input);
15661
15654
  border: 1px solid var(--color-border-checkbox);
15662
15655
  transform: none;
15663
15656
  }
15664
- ._radio_7h7qu_337 label:hover:before {
15657
+ ._radio_7ev01_337 label:hover:before {
15665
15658
  border-color: var(--color-border-hover);
15666
15659
  }
15667
- ._radio_7h7qu_337 label:after {
15660
+ ._radio_7ev01_337 label:after {
15668
15661
  border: none;
15669
15662
  transform: scale(0.46666667);
15670
15663
  background-color: white;
15671
15664
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
15672
15665
  opacity: 0;
15673
15666
  }
15674
- ._radio_7h7qu_337 input:checked ~ label:before {
15667
+ ._radio_7ev01_337 input:checked ~ label:before {
15675
15668
  background-color: var(--color-background-primary);
15676
15669
  border-color: transparent;
15677
15670
  }
15678
- ._radio_7h7qu_337 input:checked ~ label:after {
15671
+ ._radio_7ev01_337 input:checked ~ label:after {
15679
15672
  opacity: 1;
15680
15673
  }
15681
- ._radio_7h7qu_337._disabled_7h7qu_419 {
15674
+ ._radio_7ev01_337._disabled_7ev01_421 {
15682
15675
  cursor: default;
15683
15676
  pointer-events: none;
15684
15677
  }
15685
- ._radio_7h7qu_337._disabled_7h7qu_419 label {
15678
+ ._radio_7ev01_337._disabled_7ev01_421 label {
15686
15679
  color: var(--color-text-muted);
15687
15680
  }
15688
- ._radio_7h7qu_337._disabled_7h7qu_419 label:before {
15681
+ ._radio_7ev01_337._disabled_7ev01_421 label:before {
15689
15682
  background-color: var(--color-background-disabled) !important;
15690
15683
  }
15691
- ._radio_7h7qu_337._disabled_7h7qu_419 input:checked ~ label:before {
15684
+ ._radio_7ev01_337._disabled_7ev01_421 input:checked ~ label:before {
15692
15685
  border-color: var(--color-border-checkbox);
15693
15686
  }
15694
- ._radio_7h7qu_337._disabled_7h7qu_419 input:checked ~ label:after {
15687
+ ._radio_7ev01_337._disabled_7ev01_421 input:checked ~ label:after {
15695
15688
  background-color: var(--color-border-checkbox);
15696
15689
  }
15697
- ._isInTable_7h7qu_435 {
15690
+ ._isInTable_7ev01_437 {
15698
15691
  margin: 0;
15699
15692
  position: relative;
15700
15693
  top: 1px;
@@ -19091,130 +19084,130 @@ html[data-theme='dark'] {
19091
19084
  /*
19092
19085
  Z-INDEX
19093
19086
  */
19094
- ._inputInTable_1w3p2_333 {
19087
+ ._inputInTable_9fk99_333 {
19095
19088
  background-color: transparent;
19096
19089
  border-radius: inherit !important;
19097
19090
  height: 38px;
19098
19091
  min-height: 100%;
19099
19092
  }
19100
- ._inputHover_1w3p2_339 {
19093
+ ._inputHover_9fk99_339 {
19101
19094
  position: relative;
19102
19095
  border-color: var(--color-border-hover);
19103
19096
  z-index: 2;
19104
19097
  }
19105
- ._inputFocus_1w3p2_344 {
19098
+ ._inputFocus_9fk99_344 {
19106
19099
  position: relative;
19107
19100
  outline: none !important;
19108
19101
  border-color: var(--color-border-focus) !important;
19109
19102
  box-shadow: var(--shadow-focus);
19110
19103
  z-index: 3;
19111
19104
  }
19112
- ._inputError_1w3p2_351,
19113
- ._inputWarning_1w3p2_352 {
19105
+ ._inputError_9fk99_351,
19106
+ ._inputWarning_9fk99_352 {
19114
19107
  position: relative;
19115
19108
  }
19116
- ._inputError_1w3p2_351 {
19109
+ ._inputError_9fk99_351 {
19117
19110
  z-index: 2;
19118
19111
  border-color: var(--color-border-error) !important;
19119
19112
  color: var(--color-text-error) !important;
19120
19113
  background-color: var(--color-background-error);
19121
19114
  }
19122
- ._inputError_1w3p2_351:hover {
19115
+ ._inputError_9fk99_351:hover {
19123
19116
  border-color: var(--color-border-error-hover) !important;
19124
19117
  }
19125
- ._inputError_1w3p2_351:focus {
19118
+ ._inputError_9fk99_351:focus {
19126
19119
  position: relative;
19127
19120
  outline: none !important;
19128
19121
  border-color: var(--color-border-focus) !important;
19129
19122
  box-shadow: var(--shadow-focus);
19130
19123
  z-index: 3;
19131
19124
  }
19132
- ._inputWarning_1w3p2_352 {
19125
+ ._inputWarning_9fk99_352 {
19133
19126
  z-index: 1;
19134
19127
  border-color: var(--color-border-warning) !important;
19135
19128
  color: var(--color-text-warning) !important;
19136
19129
  background-color: var(--color-background-warning);
19137
19130
  }
19138
- ._inputWarning_1w3p2_352:hover {
19131
+ ._inputWarning_9fk99_352:hover {
19139
19132
  border-color: var(--color-border-warning-hover) !important;
19140
19133
  }
19141
- ._inputWarning_1w3p2_352:focus {
19134
+ ._inputWarning_9fk99_352:focus {
19142
19135
  position: relative;
19143
19136
  outline: none !important;
19144
19137
  border-color: var(--color-border-focus) !important;
19145
19138
  box-shadow: var(--shadow-focus);
19146
19139
  z-index: 3;
19147
19140
  }
19148
- ._inputDisabled_1w3p2_387 {
19141
+ ._inputDisabled_9fk99_387 {
19149
19142
  pointer-events: none;
19150
19143
  background-color: var(--color-background-disabled);
19151
19144
  color: var(--color-text-muted);
19152
19145
  }
19153
- ._hideScrollbars_1w3p2_392 {
19146
+ ._hideScrollbars_9fk99_392 {
19154
19147
  /* Firefox */
19155
19148
  scrollbar-width: none;
19156
19149
  /* IE 10+ */
19157
19150
  -ms-overflow-style: none;
19158
19151
  /* Chrome, Safari and Opera */
19159
19152
  }
19160
- ._hideScrollbars_1w3p2_392::-webkit-scrollbar {
19153
+ ._hideScrollbars_9fk99_392::-webkit-scrollbar {
19161
19154
  display: none;
19162
19155
  }
19163
- ._cellWrapperPadding_1w3p2_402 {
19156
+ ._cellWrapperPadding_9fk99_402 {
19164
19157
  padding: 9.5px 14px !important;
19165
19158
  }
19166
- ._flexBlock_1w3p2_405 {
19159
+ ._flexBlock_9fk99_405 {
19167
19160
  display: flex;
19168
19161
  align-items: center;
19169
19162
  justify-content: space-between;
19170
19163
  }
19171
- ._cellWrapper_1w3p2_402 {
19164
+ ._cellWrapper_9fk99_402 {
19172
19165
  padding: 9.5px 14px !important;
19173
19166
  }
19174
- ._cellWrapper_1w3p2_402 a {
19167
+ ._cellWrapper_9fk99_402 a {
19175
19168
  cursor: pointer;
19176
19169
  color: var(--color-text-primary) !important;
19177
19170
  }
19178
- ._cellWrapper_1w3p2_402 a:hover {
19171
+ ._cellWrapper_9fk99_402 a:hover {
19179
19172
  color: var(--color-text-primary-hover) !important;
19180
19173
  }
19181
- ._cellWrapper_1w3p2_402 a:active {
19174
+ ._cellWrapper_9fk99_402 a:active {
19182
19175
  color: var(--color-text-primary-active) !important;
19183
19176
  }
19184
- ._cellWrapper_1w3p2_402 a._disabledLink_1w3p2_423 {
19177
+ ._cellWrapper_9fk99_402 a._disabledLink_9fk99_423 {
19185
19178
  color: var(--color-text-faint) !important;
19186
19179
  cursor: default !important;
19187
19180
  }
19188
- ._inputWrapper_1w3p2_427 {
19181
+ ._inputWrapper_9fk99_427 {
19189
19182
  margin: -1px;
19190
19183
  height: calc(100% + 2px);
19191
19184
  border-radius: inherit;
19192
19185
  }
19193
- ._inputWrapper_1w3p2_427 > span,
19194
- ._inputWrapper_1w3p2_427 > span > span,
19195
- ._inputWrapper_1w3p2_427 > span > span > div {
19186
+ ._inputWrapper_9fk99_427 > span,
19187
+ ._inputWrapper_9fk99_427 > span > span,
19188
+ ._inputWrapper_9fk99_427 > span > span > div {
19196
19189
  height: 100%;
19197
19190
  border-radius: inherit;
19198
19191
  }
19199
- ._inputWrapper_1w3p2_427 > div,
19200
- ._inputWrapper_1w3p2_427 > div > span {
19192
+ ._inputWrapper_9fk99_427 > div,
19193
+ ._inputWrapper_9fk99_427 > div > span {
19201
19194
  height: 100%;
19202
19195
  border-radius: inherit;
19203
19196
  }
19204
- ._breakWord_1w3p2_443 {
19197
+ ._breakWord_9fk99_443 {
19205
19198
  word-break: break-word;
19206
19199
  }
19207
- ._inputCell_1w3p2_446 {
19200
+ ._inputCell_9fk99_446 {
19208
19201
  padding: 0 !important;
19209
19202
  }
19210
- ._sliderCell_1w3p2_449 {
19203
+ ._sliderCell_9fk99_449 {
19211
19204
  padding-top: 0 !important;
19212
19205
  padding-bottom: 0 !important;
19213
19206
  }
19214
- ._staticCell_1w3p2_453 {
19207
+ ._staticCell_9fk99_453 {
19215
19208
  padding: 0 !important;
19216
19209
  }
19217
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456 {
19210
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456 {
19218
19211
  min-height: 100%;
19219
19212
  padding: 9.5px 14px !important;
19220
19213
  line-height: 17px;
@@ -19223,115 +19216,104 @@ html[data-theme='dark'] {
19223
19216
  display: flex;
19224
19217
  align-items: center;
19225
19218
  }
19226
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._error_1w3p2_465,
19227
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._warning_1w3p2_466 {
19219
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._error_9fk99_465,
19220
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._warning_9fk99_466 {
19228
19221
  border: 1px solid transparent;
19229
19222
  }
19230
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._error_1w3p2_465 {
19223
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._error_9fk99_465 {
19231
19224
  position: relative;
19232
19225
  z-index: 2;
19233
19226
  border-color: var(--color-border-error) !important;
19234
19227
  color: var(--color-text-error) !important;
19235
19228
  background-color: var(--color-background-error);
19236
19229
  }
19237
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._error_1w3p2_465:hover {
19230
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._error_9fk99_465:hover {
19238
19231
  border-color: var(--color-border-error-hover) !important;
19239
19232
  }
19240
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._error_1w3p2_465:focus {
19233
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._error_9fk99_465:focus {
19241
19234
  position: relative;
19242
19235
  outline: none !important;
19243
19236
  border-color: var(--color-border-focus) !important;
19244
19237
  box-shadow: var(--shadow-focus);
19245
19238
  z-index: 3;
19246
19239
  }
19247
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._warning_1w3p2_466 {
19240
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._warning_9fk99_466 {
19248
19241
  position: relative;
19249
19242
  z-index: 1;
19250
19243
  border-color: var(--color-border-warning) !important;
19251
19244
  color: var(--color-text-warning) !important;
19252
19245
  background-color: var(--color-background-warning);
19253
19246
  }
19254
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._warning_1w3p2_466:hover {
19247
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._warning_9fk99_466:hover {
19255
19248
  border-color: var(--color-border-warning-hover) !important;
19256
19249
  }
19257
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._warning_1w3p2_466:focus {
19250
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._warning_9fk99_466:focus {
19258
19251
  position: relative;
19259
19252
  outline: none !important;
19260
19253
  border-color: var(--color-border-focus) !important;
19261
19254
  box-shadow: var(--shadow-focus);
19262
19255
  z-index: 3;
19263
19256
  }
19264
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._unit_1w3p2_503 {
19257
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._unit_9fk99_503 {
19265
19258
  font-weight: normal;
19266
19259
  }
19267
- ._staticCell_1w3p2_453 ._staticCellContent_1w3p2_456._disabled_1w3p2_423 {
19260
+ ._staticCell_9fk99_453 ._staticCellContent_9fk99_456._disabled_9fk99_423 {
19268
19261
  pointer-events: none;
19269
19262
  background-color: var(--color-background-disabled);
19270
19263
  color: var(--color-text-muted);
19271
19264
  }
19272
- ._sortingCell_1w3p2_511 ._staticCellContent_1w3p2_456 {
19265
+ ._sortingCell_9fk99_511 ._staticCellContent_9fk99_456 {
19273
19266
  position: relative;
19274
19267
  padding-right: 45px !important;
19275
19268
  cursor: pointer !important;
19276
19269
  }
19277
- ._sortingCell_1w3p2_511 ._staticCellContent_1w3p2_456:hover {
19270
+ ._sortingCell_9fk99_511 ._staticCellContent_9fk99_456:hover {
19278
19271
  background-color: rgba(0, 0, 0, 0.05) !important;
19279
19272
  }
19280
- ._sortingCell_1w3p2_511 ._sortingCellIcon_1w3p2_519 {
19273
+ ._sortingCell_9fk99_511 ._sortingCellIcon_9fk99_519 {
19281
19274
  font-size: 20px;
19282
19275
  position: absolute;
19283
19276
  right: 10px;
19284
19277
  top: 50%;
19285
19278
  transform: translateY(-50%);
19286
19279
  }
19287
- ._icon_1w3p2_526 {
19288
- display: inline-block;
19280
+ ._icon_9fk99_526 {
19281
+ display: inline-flex;
19289
19282
  margin-left: 8px;
19290
- position: relative;
19291
- top: 1px;
19292
- font-size: 13px;
19293
- color: var(--color-text-faint);
19294
- }
19295
- ._icon_1w3p2_526:hover {
19296
- color: var(--color-text-muted);
19297
- }
19298
- ._icon_1w3p2_526._clickable_1w3p2_537:hover {
19299
- cursor: pointer;
19300
- color: var(--color-text-primary-hover);
19301
19283
  }
19302
- ._checkBoxCell_1w3p2_541 {
19284
+ ._checkBoxCell_9fk99_530 {
19303
19285
  padding-top: 0 !important;
19304
19286
  padding-bottom: 0 !important;
19305
19287
  }
19306
- ._iconCell_1w3p2_545 {
19288
+ ._iconCell_9fk99_534 {
19307
19289
  width: 37px;
19308
19290
  text-align: center;
19309
19291
  padding: 0 !important;
19310
19292
  }
19311
- ._iconCell_1w3p2_545 ._iconWrapper_1w3p2_550 {
19293
+ ._iconCell_9fk99_534 ._iconWrapper_9fk99_539 {
19312
19294
  display: flex;
19313
19295
  justify-content: center;
19314
19296
  }
19315
- ._actionsCell_1w3p2_554 {
19297
+ ._actionsCell_9fk99_543 {
19316
19298
  width: 24px;
19317
19299
  padding: 0 6px !important;
19318
19300
  }
19319
- ._rightAligned_1w3p2_558 {
19301
+ ._rightAligned_9fk99_547 {
19320
19302
  text-align: right !important;
19321
19303
  }
19322
- ._rightAligned_1w3p2_558 ._staticCellContent_1w3p2_456 {
19304
+ ._rightAligned_9fk99_547 ._staticCellContent_9fk99_456 {
19323
19305
  justify-content: flex-end;
19324
19306
  }
19325
- ._centerAligned_1w3p2_564 {
19307
+ ._centerAligned_9fk99_553 {
19326
19308
  text-align: center !important;
19327
19309
  }
19328
- ._leftAligned_1w3p2_567 {
19310
+ ._leftAligned_9fk99_556 {
19329
19311
  text-align: left !important;
19330
19312
  }
19331
- ._popover_1w3p2_570 {
19313
+ ._popover_9fk99_559 {
19332
19314
  padding: 9.5px 14px;
19333
19315
  }
19334
- ._disabledPointerEvents_1w3p2_573 {
19316
+ ._disabledPointerEvents_9fk99_562 {
19335
19317
  pointer-events: none;
19336
19318
  }
19337
19319
  /*
@@ -21619,9 +21601,11 @@ html[data-theme='dark'] {
21619
21601
  --color-background-toggle: rgba(255, 255, 255, 0.2);
21620
21602
  --color-background-toggle-hover: rgba(255, 255, 255, 0.3);
21621
21603
  }
21622
- ._toggle_1att7_341 {
21604
+ ._toggle_1wgzq_341 {
21623
21605
  position: relative;
21624
- display: inline-block;
21606
+ display: inline-flex;
21607
+ align-items: center;
21608
+ gap: 8px;
21625
21609
  backface-visibility: hidden;
21626
21610
  outline: 0;
21627
21611
  vertical-align: baseline;
@@ -21632,11 +21616,11 @@ html[data-theme='dark'] {
21632
21616
  min-width: 17px;
21633
21617
  margin: 10px 0 11px 0;
21634
21618
  }
21635
- ._toggle_1att7_341._small_1att7_354 {
21619
+ ._toggle_1wgzq_341._small_1wgzq_356 {
21636
21620
  margin: 3px 0;
21637
21621
  font-size: 12px;
21638
21622
  }
21639
- ._toggle_1att7_341 input {
21623
+ ._toggle_1wgzq_341 input {
21640
21624
  width: 34px;
21641
21625
  height: 17px;
21642
21626
  cursor: pointer;
@@ -21654,7 +21638,7 @@ html[data-theme='dark'] {
21654
21638
  line-height: 1.15;
21655
21639
  margin: 0;
21656
21640
  }
21657
- ._toggle_1att7_341 label {
21641
+ ._toggle_1wgzq_341 label {
21658
21642
  min-height: 17px;
21659
21643
  padding-left: 43px;
21660
21644
  transition: color 0.1s ease;
@@ -21664,8 +21648,8 @@ html[data-theme='dark'] {
21664
21648
  outline: 0;
21665
21649
  font-size: 1em;
21666
21650
  }
21667
- ._toggle_1att7_341 label:before,
21668
- ._toggle_1att7_341 label:after {
21651
+ ._toggle_1wgzq_341 label:before,
21652
+ ._toggle_1wgzq_341 label:after {
21669
21653
  display: block;
21670
21654
  position: absolute;
21671
21655
  content: '';
@@ -21673,7 +21657,7 @@ html[data-theme='dark'] {
21673
21657
  height: 17px;
21674
21658
  border-radius: calc(17px / 2);
21675
21659
  }
21676
- ._toggle_1att7_341 label:before {
21660
+ ._toggle_1wgzq_341 label:before {
21677
21661
  z-index: 1;
21678
21662
  transform: none;
21679
21663
  background: var(--color-background-toggle);
@@ -21682,7 +21666,7 @@ html[data-theme='dark'] {
21682
21666
  left: 0;
21683
21667
  transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
21684
21668
  }
21685
- ._toggle_1att7_341 label:after {
21669
+ ._toggle_1wgzq_341 label:after {
21686
21670
  left: -0.05rem;
21687
21671
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
21688
21672
  background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
@@ -21691,31 +21675,31 @@ html[data-theme='dark'] {
21691
21675
  width: 17px;
21692
21676
  transition: background 0.3s ease, left 0.3s ease;
21693
21677
  }
21694
- ._toggle_1att7_341 input:hover ~ label:before {
21678
+ ._toggle_1wgzq_341 input:hover ~ label:before {
21695
21679
  background: var(--color-background-toggle-hover);
21696
21680
  }
21697
- ._toggle_1att7_341 input:checked ~ label:before {
21681
+ ._toggle_1wgzq_341 input:checked ~ label:before {
21698
21682
  border-color: rgba(34, 36, 38, 0.35);
21699
21683
  background-color: var(--color-background-button-primary);
21700
21684
  }
21701
- ._toggle_1att7_341 input:checked ~ label:after {
21685
+ ._toggle_1wgzq_341 input:checked ~ label:after {
21702
21686
  left: 17px;
21703
21687
  }
21704
- ._toggle_1att7_341 input:checked:hover ~ label:before {
21688
+ ._toggle_1wgzq_341 input:checked:hover ~ label:before {
21705
21689
  background-color: var(--color-background-button-primary-hover);
21706
21690
  }
21707
- ._toggle_1att7_341._disabled_1att7_426 {
21691
+ ._toggle_1wgzq_341._disabled_1wgzq_428 {
21708
21692
  cursor: default;
21709
21693
  pointer-events: none;
21710
21694
  color: var(--color-text-muted);
21711
21695
  }
21712
- ._toggle_1att7_341._disabled_1att7_426 label:before {
21696
+ ._toggle_1wgzq_341._disabled_1wgzq_428 label:before {
21713
21697
  background-color: var(--color-background-disabled) !important;
21714
21698
  }
21715
- ._toggle_1att7_341._disabled_1att7_426 input:checked ~ label:before {
21699
+ ._toggle_1wgzq_341._disabled_1wgzq_428 input:checked ~ label:before {
21716
21700
  background-color: var(--color-text-faint);
21717
21701
  }
21718
- ._noMargin_1att7_437 {
21702
+ ._noMargin_1wgzq_439 {
21719
21703
  margin: 0;
21720
21704
  }
21721
21705
  /*