@oliasoft-open-source/react-ui-library 4.0.0-beta-17 → 4.0.0-beta-19

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/dist/global.css CHANGED
@@ -524,35 +524,34 @@ a {
524
524
  :root {
525
525
  color-scheme: initial;
526
526
  --font-family: 'Roobert', sans-serif;
527
- --font-size-xl: 18px;
528
- --font-size-lg: 16px;
529
- --font-size: 14px;
527
+ --font-size-xl: 17px;
528
+ --font-size-lg: 15px;
529
+ --font-size: 13px;
530
530
  --font-size-sm: 12px;
531
- --font-size-xs: 10px;
531
+ --font-size-xs: 11px;
532
532
  --line-height: 20px;
533
533
  --size-xl: 48px;
534
534
  --size-lg: 40px;
535
- --size: 32px;
535
+ --size: 28px;
536
536
  --size-sm: 24px;
537
537
  --size-xs: 16px;
538
- --spacing-2xl: 28px;
539
- --spacing-xl: 24px;
540
- --spacing-lg: 20px;
541
- --spacing: 16px;
542
- --spacing-sm: 12px;
543
- --spacing-xs: 8px;
544
- --spacing-2xs: 4px;
545
- --padding-x: var(--spacing-lg);
546
- --padding-y: var(--spacing);
538
+ --spacing-1: 4px;
539
+ --spacing-2: 8px;
540
+ --spacing-3: 12px;
541
+ --spacing-4: 16px;
542
+ --spacing-5: 20px;
543
+ --spacing-6: 24px;
544
+ --padding-x: var(--spacing-4);
545
+ --padding-y: var(--spacing-3);
547
546
  --padding: var(--padding-y) var(--padding-x);
548
- --padding-card-x: var(--spacing-sm);
549
- --padding-card-y: var(--spacing-xs);
547
+ --padding-card-x: var(--spacing-3);
548
+ --padding-card-y: var(--spacing-2);
550
549
  --padding-card: var(--padding-card-y) var(--padding-card-x);
551
- --padding-input-x: 10px;
552
- --padding-input-y: 6.5px;
550
+ --padding-input-x: var(--spacing-2);
551
+ --padding-input-y: calc((var(--size) - var(--line-height) - 2px) / 2);
553
552
  --padding-input: var(--padding-input-y) var(--padding-input-x);
554
- --padding-input-sm-x: 7px;
555
- --padding-input-sm-y: 3.5px;
553
+ --padding-input-sm-x: var(--spacing-2);
554
+ --padding-input-sm-y: calc((var(--size-sm) - var(--line-height) - 2px) / 2);
556
555
  --padding-input-sm: var(--padding-input-sm-y) var(--padding-input-sm-x);
557
556
  --border-radius: 4px;
558
557
  --border-radius-sm: 2px;
@@ -579,7 +578,7 @@ a {
579
578
  --color-text-placeholder: rgba(0, 0, 0, 0.3);
580
579
  --color-background: var(--color-neutral-50);
581
580
  --color-background-raised: white;
582
- --color-background-disabled: rgba(0, 0, 0, 0.05);
581
+ --color-background-disabled: rgba(0, 0, 0, 0.025);
583
582
  --color-background-info: var(--color-info-150);
584
583
  --color-background-error: var(--color-error-150);
585
584
  --color-background-success: var(--color-success-150);
@@ -661,7 +660,7 @@ html[data-theme='dark'] {
661
660
  }
662
661
 
663
662
  .field {
664
- margin-bottom: var(--spacing-sm);
663
+ margin-bottom: var(--spacing-3);
665
664
  color: var(--color-text);
666
665
  }
667
666
 
@@ -683,12 +682,12 @@ html[data-theme='dark'] {
683
682
 
684
683
  .formRow > *:not(:last-child),
685
684
  .form-row > *:not(:last-child) {
686
- margin-right: var(--spacing);
685
+ margin-right: var(--spacing-4);
687
686
  }
688
687
 
689
688
  .formRow .button,
690
689
  .form-row .button {
691
- margin-bottom: var(--spacing-sm);
690
+ margin-bottom: var(--spacing-4);
692
691
  }
693
692
 
694
693
  html {
@@ -697,7 +696,7 @@ html {
697
696
 
698
697
  body {
699
698
  color: var(--color-text);
700
- line-height: 1.4285em;
699
+ line-height: var(--line-height);
701
700
  font-family: var(--font-family);
702
701
  font-size: var(--font-size);
703
702
  font-variant-numeric: tabular-nums;
@@ -724,7 +723,7 @@ p,
724
723
  ul,
725
724
  ol {
726
725
  margin: 0 0 1rem;
727
- line-height: 1.4285em;
726
+ line-height: var(--line-height);
728
727
  }
729
728
 
730
729
  p:last-child,
@@ -741,15 +740,15 @@ ol {
741
740
  a {
742
741
  text-decoration: none;
743
742
  }
744
- ._chevron_1u6ki_1 {
745
- margin-right: var(--spacing-xs);
743
+ ._chevron_1osz3_1 {
744
+ margin-right: var(--spacing-1);
746
745
  display: flex;
747
746
  font-size: var(--font-size);
748
747
  transition: transform 0.3s;
749
748
  color: var(--color-text-muted);
750
749
  pointer-events: none;
751
750
  }
752
- ._chevron_1u6ki_1._expanded_1u6ki_9 {
751
+ ._chevron_1osz3_1._expanded_1osz3_9 {
753
752
  transform: rotate(90deg);
754
753
  }
755
754
  ._wrapper_18jt2_1 {
@@ -778,59 +777,59 @@ a {
778
777
  color: var(--color-text-primary-active) !important;
779
778
  fill: var(--color-text-primary-active) !important;
780
779
  }
781
- ._accordion_1xanb_1 {
780
+ ._accordion_1bs7l_1 {
782
781
  position: relative;
783
782
  color: var(--color-text);
784
783
  }
785
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5 {
784
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5 {
786
785
  display: flex;
787
786
  align-items: center;
788
787
  }
789
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5 ._heading_1xanb_9 {
788
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5 ._heading_1bs7l_9 {
790
789
  flex-grow: 1;
791
790
  }
792
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5._clickable_1xanb_12:hover {
791
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5._clickable_1bs7l_12:hover {
793
792
  cursor: pointer;
794
793
  }
795
- ._accordion_1xanb_1 ._accordionHeader_1xanb_5._clickable_1xanb_12:hover > * {
794
+ ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5._clickable_1bs7l_12:hover > * {
796
795
  color: var(--color-text) !important;
797
796
  }
798
- ._accordion_1xanb_1:not(._bordered_1xanb_18) ._accordionContent_1xanb_18 {
799
- margin-top: 15px;
797
+ ._accordion_1bs7l_1:not(._bordered_1bs7l_18) ._accordionContent_1bs7l_18 {
798
+ margin-top: var(--padding-card-y);
800
799
  }
801
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionHeader_1xanb_5,
802
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionContent_1xanb_18 {
800
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionHeader_1bs7l_5,
801
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18 {
803
802
  border: 1px solid var(--color-border);
804
803
  line-height: var(--line-height);
805
804
  }
806
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionHeader_1xanb_5 {
807
- padding: var(--padding-card);
805
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionHeader_1bs7l_5 {
806
+ padding: var(--spacing-1) var(--padding-card-x);
808
807
  border-radius: var(--border-radius);
809
808
  background-color: var(--color-background);
810
809
  }
811
- ._accordion_1xanb_1._bordered_1xanb_18._expanded_1xanb_31 ._accordionHeader_1xanb_5 {
810
+ ._accordion_1bs7l_1._bordered_1bs7l_18._expanded_1bs7l_31 ._accordionHeader_1bs7l_5 {
812
811
  border-bottom-left-radius: 0;
813
812
  border-bottom-right-radius: 0;
814
813
  }
815
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionContent_1xanb_18 {
814
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18 {
816
815
  border-top: none;
817
816
  border-radius: 0 0 var(--border-radius) var(--border-radius);
818
817
  background-color: var(--color-background-raised);
819
818
  }
820
- ._accordion_1xanb_1._bordered_1xanb_18 ._accordionContent_1xanb_18._padding_1xanb_40 {
819
+ ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18._padding_1bs7l_40 {
821
820
  padding: var(--padding-card);
822
821
  }
823
- ._accordion_1xanb_1._bordered_1xanb_18._squareBottom_1xanb_43 ._accordionHeader_1xanb_5 {
822
+ ._accordion_1bs7l_1._bordered_1bs7l_18._squareBottom_1bs7l_43 ._accordionHeader_1bs7l_5 {
824
823
  border-bottom-left-radius: 0;
825
824
  border-bottom-right-radius: 0;
826
825
  }
827
- ._checkbox_1c926_1 {
826
+ ._checkbox_h1pva_1 {
828
827
  --size-checkbox: var(--size-xs);
829
828
  margin: calc((var(--size) - var(--size-checkbox)) / 2) 0;
830
829
  position: relative;
831
830
  display: flex;
832
831
  align-items: center;
833
- gap: var(--spacing-2xs);
832
+ gap: var(--spacing-1);
834
833
  backface-visibility: hidden;
835
834
  vertical-align: baseline;
836
835
  font-style: normal;
@@ -840,15 +839,15 @@ a {
840
839
  min-width: var(--size-checkbox);
841
840
  outline: 0px;
842
841
  }
843
- ._checkbox_1c926_1._noLabel_1c926_17 {
842
+ ._checkbox_h1pva_1._noLabel_h1pva_17 {
844
843
  width: var(--size-checkbox);
845
844
  }
846
- ._checkbox_1c926_1._small_1c926_20 {
845
+ ._checkbox_h1pva_1._small_h1pva_20 {
847
846
  --size-checkbox: calc(var(--size-xs) - 4px);
848
847
  margin: calc((var(--size-sm) - var(--size-checkbox)) / 2) 0;
849
848
  font-size: var(--font-size-sm);
850
849
  }
851
- ._checkbox_1c926_1 input {
850
+ ._checkbox_h1pva_1 input {
852
851
  cursor: pointer;
853
852
  position: absolute;
854
853
  top: 0px;
@@ -857,16 +856,16 @@ a {
857
856
  outline: 0px;
858
857
  z-index: -1;
859
858
  }
860
- ._checkbox_1c926_1 label {
859
+ ._checkbox_h1pva_1 label {
861
860
  cursor: pointer;
862
861
  user-select: none;
863
862
  color: var(--color-text);
864
863
  transition: color 0.1s ease 0s;
865
864
  display: block;
866
- padding-left: calc(var(--size-checkbox) + var(--spacing-xs));
865
+ padding-left: calc(var(--size-checkbox) + var(--spacing-2));
867
866
  outline: 0px;
868
867
  }
869
- ._checkbox_1c926_1 label ._checkmark_1c926_43 {
868
+ ._checkbox_h1pva_1 label ._checkmark_h1pva_43 {
870
869
  position: absolute;
871
870
  top: 0px;
872
871
  left: 0px;
@@ -882,32 +881,32 @@ a {
882
881
  border: 1px solid var(--color-border-checkbox);
883
882
  color: transparent;
884
883
  }
885
- ._checkbox_1c926_1 label ._checkmark_1c926_43:hover {
884
+ ._checkbox_h1pva_1 label ._checkmark_h1pva_43:hover {
886
885
  border-color: var(--color-border-hover);
887
886
  }
888
- ._checkbox_1c926_1 input:checked ~ label ._checkmark_1c926_43 {
887
+ ._checkbox_h1pva_1 input:checked ~ label ._checkmark_h1pva_43 {
889
888
  background: var(--color-background-primary);
890
889
  border-color: transparent;
891
890
  color: white;
892
891
  }
893
- ._checkbox_1c926_1._disabled_1c926_67 {
892
+ ._checkbox_h1pva_1._disabled_h1pva_67 {
894
893
  cursor: default;
895
894
  pointer-events: none;
896
895
  }
897
- ._checkbox_1c926_1._disabled_1c926_67 label {
896
+ ._checkbox_h1pva_1._disabled_h1pva_67 label {
898
897
  color: var(--color-text-muted);
899
898
  }
900
- ._checkbox_1c926_1._disabled_1c926_67 ._checkmark_1c926_43 {
899
+ ._checkbox_h1pva_1._disabled_h1pva_67 ._checkmark_h1pva_43 {
901
900
  background: var(--color-background-disabled) !important;
902
901
  border-color: var(--color-border-checkbox) !important;
903
902
  }
904
- ._checkbox_1c926_1._disabled_1c926_67 input:checked ~ label ._checkmark_1c926_43 {
903
+ ._checkbox_h1pva_1._disabled_h1pva_67 input:checked ~ label ._checkmark_h1pva_43 {
905
904
  color: var(--color-text-faint);
906
905
  }
907
- ._noMargin_1c926_81 {
906
+ ._noMargin_h1pva_81 {
908
907
  margin: 0;
909
908
  }
910
- ._isInTable_1c926_84 {
909
+ ._isInTable_h1pva_84 {
911
910
  margin: 0;
912
911
  }
913
912
  ._tooltip_wli9z_1 {
@@ -950,35 +949,35 @@ a {
950
949
  ._clickable_1uk4t_9:active {
951
950
  color: var(--color-text-primary-active);
952
951
  }
953
- ._bordered_109k5_1 {
952
+ ._bordered_1p7x7_1 {
954
953
  border: 1px solid var(--color-border);
955
954
  border-radius: 0 0 var(--border-radius) var(--border-radius);
956
955
  border-top: none;
957
956
  background-color: var(--color-background-raised);
958
957
  }
959
- ._checkboxWrapper_109k5_7 {
960
- padding: var(--spacing-sm) var(--padding-card-x);
958
+ ._checkboxWrapper_1p7x7_7 {
959
+ padding: var(--spacing-1) var(--padding-card-x);
961
960
  }
962
- ._checkboxWrapper_109k5_7:last-child {
961
+ ._checkboxWrapper_1p7x7_7:last-child {
963
962
  border-radius: 0 0 inherit inherit;
964
963
  }
965
- ._padding_109k5_13 {
964
+ ._padding_1p7x7_13 {
966
965
  padding: var(--padding-card);
967
966
  }
968
- ._contentWrapper_109k5_16 {
967
+ ._contentWrapper_1p7x7_16 {
969
968
  border-radius: inherit;
970
969
  }
971
- ._wrapper_jynuc_1 {
970
+ ._wrapper_5n8qf_1 {
972
971
  display: inline-flex;
973
972
  max-width: 100%;
974
973
  }
975
- ._layer_jynuc_5 ._wrapper_jynuc_1 {
974
+ ._layer_5n8qf_5 ._wrapper_5n8qf_1 {
976
975
  width: 100%;
977
976
  }
978
- ._layerContainer_jynuc_8 {
977
+ ._layerContainer_5n8qf_8 {
979
978
  z-index: var(--zindex-dropdown);
980
979
  }
981
- ._layer_jynuc_5 {
980
+ ._layer_5n8qf_5 {
982
981
  border: 1px solid var(--color-border);
983
982
  border-radius: var(--border-radius);
984
983
  overflow: hidden;
@@ -990,98 +989,99 @@ a {
990
989
  position: relative;
991
990
  overflow-y: auto;
992
991
  }
993
- ._layer_jynuc_5._nested_jynuc_23 {
992
+ ._layer_5n8qf_5._nested_5n8qf_23 {
994
993
  margin: -1px 2px;
995
994
  }
996
- ._layer_jynuc_5 ul {
995
+ ._layer_5n8qf_5 ul {
997
996
  margin: 0;
998
997
  padding: 0;
999
998
  list-style-type: none;
1000
999
  }
1001
- ._layer_jynuc_5 ul li {
1000
+ ._layer_5n8qf_5 ul li {
1002
1001
  list-style: none;
1003
1002
  display: block;
1004
1003
  }
1005
- ._fileInput_jynuc_35 {
1004
+ ._fileInput_5n8qf_35 {
1006
1005
  width: 100%;
1007
1006
  height: 100%;
1008
1007
  opacity: 0;
1009
1008
  position: absolute;
1010
1009
  }
1011
- ._trigger_jynuc_41 {
1010
+ ._trigger_5n8qf_41 {
1012
1011
  display: inline-flex;
1013
1012
  align-items: center;
1014
1013
  cursor: pointer;
1015
1014
  max-width: 100%;
1016
1015
  }
1017
- ._layer_jynuc_5 ._trigger_jynuc_41 {
1016
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1018
1017
  width: 100%;
1019
1018
  }
1020
- ._middleAlignedInline_jynuc_50 {
1019
+ ._middleAlignedInline_5n8qf_50 {
1021
1020
  display: flex;
1022
1021
  align-items: center;
1023
1022
  overflow: hidden;
1024
1023
  width: 100%;
1025
1024
  }
1026
- ._heading_jynuc_56 {
1025
+ ._heading_5n8qf_56 {
1027
1026
  color: var(--color-text-muted);
1028
1027
  letter-spacing: 0.1em;
1029
1028
  text-transform: uppercase;
1030
1029
  font-size: var(--font-size-sm);
1031
1030
  }
1032
- ._heading_jynuc_56 ._headingIcon_jynuc_62 {
1031
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62 {
1033
1032
  float: right;
1034
1033
  }
1035
- ._heading_jynuc_56 ._headingIcon_jynuc_62 svg {
1034
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62 svg {
1036
1035
  color: var(--color-text-faint);
1037
1036
  }
1038
- ._heading_jynuc_56 ._headingIcon_jynuc_62:hover {
1037
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62:hover {
1039
1038
  cursor: pointer;
1040
1039
  }
1041
- ._heading_jynuc_56 ._headingIcon_jynuc_62:hover svg {
1040
+ ._heading_5n8qf_56 ._headingIcon_5n8qf_62:hover svg {
1042
1041
  color: var(--color-text-primary-hover);
1043
1042
  }
1044
- ._option_jynuc_74 {
1043
+ ._option_5n8qf_74 {
1045
1044
  color: inherit;
1046
1045
  display: block;
1047
1046
  }
1048
- ._heading_jynuc_56,
1049
- ._option_jynuc_74,
1050
- ._layer_jynuc_5 ._trigger_jynuc_41 {
1047
+ ._heading_5n8qf_56,
1048
+ ._option_5n8qf_74,
1049
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1051
1050
  padding: var(--padding-input);
1051
+ border: 1px solid transparent;
1052
1052
  }
1053
- ._option_jynuc_74,
1054
- ._layer_jynuc_5 ._trigger_jynuc_41 {
1053
+ ._option_5n8qf_74,
1054
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1055
1055
  line-height: var(--line-height);
1056
1056
  display: flex;
1057
1057
  align-items: flex-start;
1058
1058
  }
1059
- ._option_jynuc_74:hover,
1060
- ._layer_jynuc_5 ._trigger_jynuc_41:hover,
1061
- ._option_jynuc_74._active_jynuc_91,
1062
- ._layer_jynuc_5 ._trigger_jynuc_41._active_jynuc_91 {
1059
+ ._option_5n8qf_74:hover,
1060
+ ._layer_5n8qf_5 ._trigger_5n8qf_41:hover,
1061
+ ._option_5n8qf_74._active_5n8qf_92,
1062
+ ._layer_5n8qf_5 ._trigger_5n8qf_41._active_5n8qf_92 {
1063
1063
  background-color: var(--color-background-listitem-hover);
1064
1064
  cursor: pointer;
1065
1065
  }
1066
- ._option_jynuc_74._selected_jynuc_96 {
1066
+ ._option_5n8qf_74._selected_5n8qf_97 {
1067
1067
  background-color: var(--color-background-listitem-active);
1068
1068
  font-weight: bold;
1069
1069
  }
1070
- ._layer_jynuc_5 ._trigger_jynuc_41 {
1070
+ ._layer_5n8qf_5 ._trigger_5n8qf_41 {
1071
1071
  align-items: center;
1072
1072
  }
1073
- ._optionContent_jynuc_103 {
1073
+ ._optionContent_5n8qf_104 {
1074
1074
  flex-wrap: wrap;
1075
1075
  margin-right: auto;
1076
1076
  position: relative;
1077
1077
  }
1078
- ._inline_jynuc_108 ._optionContent_jynuc_103 {
1078
+ ._inline_5n8qf_109 ._optionContent_5n8qf_104 {
1079
1079
  display: flex;
1080
1080
  justify-content: space-between;
1081
1081
  flex-grow: 1;
1082
1082
  }
1083
- ._icon_jynuc_113,
1084
- ._check_jynuc_114 {
1083
+ ._icon_5n8qf_114,
1084
+ ._check_5n8qf_115 {
1085
1085
  display: flex;
1086
1086
  flex-shrink: 1;
1087
1087
  width: var(--size-xs);
@@ -1089,124 +1089,122 @@ a {
1089
1089
  justify-content: center;
1090
1090
  align-items: center;
1091
1091
  }
1092
- ._icon_jynuc_113 {
1093
- margin-right: var(--spacing-xs);
1092
+ ._icon_5n8qf_114 {
1093
+ margin-right: var(--spacing-2);
1094
1094
  color: var(--color-text-primary);
1095
1095
  }
1096
- ._icon_jynuc_113:empty {
1096
+ ._icon_5n8qf_114:empty {
1097
1097
  display: none;
1098
1098
  }
1099
- ._icon_jynuc_113 img {
1099
+ ._icon_5n8qf_114 img {
1100
1100
  max-height: 16px;
1101
1101
  max-width: 16px;
1102
1102
  width: auto;
1103
1103
  height: auto;
1104
1104
  }
1105
- ._text_jynuc_135 {
1105
+ ._text_5n8qf_136 {
1106
1106
  display: inline-flex;
1107
1107
  align-items: center;
1108
1108
  cursor: pointer;
1109
1109
  }
1110
- ._label_jynuc_140 {
1110
+ ._label_5n8qf_141 {
1111
1111
  margin-right: auto;
1112
1112
  }
1113
- ._label_jynuc_140,
1114
- ._heading_jynuc_56 {
1113
+ ._label_5n8qf_141,
1114
+ ._heading_5n8qf_56 {
1115
1115
  max-width: 100%;
1116
1116
  display: block;
1117
1117
  overflow: hidden;
1118
1118
  text-overflow: ellipsis;
1119
1119
  white-space: nowrap;
1120
1120
  }
1121
- ._description_jynuc_151 {
1121
+ ._description_5n8qf_152 {
1122
1122
  color: #999;
1123
1123
  display: block;
1124
1124
  }
1125
- ._arrow_jynuc_155 {
1126
- margin-left: var(--spacing-xs);
1125
+ ._arrow_5n8qf_156 {
1126
+ margin-left: var(--spacing-1);
1127
1127
  display: flex;
1128
1128
  }
1129
- ._divider_jynuc_159 {
1129
+ ._divider_5n8qf_160 {
1130
1130
  border: 0;
1131
1131
  border-top: 1px solid var(--color-border);
1132
1132
  }
1133
- ._deprecatedSemanticIcon_jynuc_163 {
1133
+ ._deprecatedSemanticIcon_5n8qf_164 {
1134
1134
  color: var(--color-text-primary) !important;
1135
1135
  margin: -5px 0 0 !important;
1136
1136
  }
1137
- ._disabled_jynuc_167 {
1137
+ ._disabled_5n8qf_168 {
1138
1138
  color: var(--color-text-faint);
1139
1139
  pointer-events: none;
1140
1140
  cursor: not-allowed !important;
1141
1141
  }
1142
- ._buttonLabel_jynuc_172 {
1142
+ ._buttonLabel_5n8qf_173 {
1143
1143
  overflow: hidden;
1144
1144
  text-overflow: ellipsis;
1145
1145
  display: block;
1146
1146
  margin-right: auto;
1147
- line-height: 1.2;
1148
1147
  }
1149
- ._buttonCaret_jynuc_179 {
1148
+ ._buttonCaret_5n8qf_179 {
1150
1149
  display: flex;
1151
- margin-left: var(--spacing-2xs);
1150
+ margin-left: var(--spacing-1);
1152
1151
  }
1153
- ._component_jynuc_183 {
1152
+ ._component_5n8qf_183 {
1154
1153
  display: inline-flex;
1155
1154
  align-items: center;
1156
1155
  justify-content: center;
1157
1156
  cursor: pointer;
1158
1157
  }
1159
- ._right_jynuc_189 {
1158
+ ._right_5n8qf_189 {
1160
1159
  margin-left: auto;
1161
1160
  display: flex;
1162
1161
  align-items: center;
1163
1162
  }
1164
- ._actions_jynuc_194 {
1165
- margin-left: var(--spacing-xs);
1163
+ ._actions_5n8qf_194 {
1164
+ margin-left: var(--spacing-2);
1166
1165
  display: flex;
1167
1166
  align-items: center;
1168
1167
  margin-top: -2px;
1169
1168
  margin-bottom: -2px;
1170
1169
  }
1171
- ._wrapper_fwejc_1 {
1170
+ ._wrapper_eo4yb_1 {
1172
1171
  display: inline-flex;
1173
1172
  position: relative;
1174
1173
  }
1175
- ._badge_fwejc_5 {
1174
+ ._badge_eo4yb_5 {
1175
+ --size-badge: calc(var(--size-sm) - 4px);
1176
1176
  background: var(--color-background-primary);
1177
1177
  display: inline-block;
1178
1178
  position: static;
1179
1179
  }
1180
- ._badge_fwejc_5._label_fwejc_10 {
1181
- line-height: var(--size-sm);
1182
- min-width: var(--size-sm);
1183
- padding: 0 5px;
1180
+ ._badge_eo4yb_5._label_eo4yb_11 {
1181
+ line-height: var(--size-badge);
1182
+ min-width: var(--size-badge);
1183
+ padding: 0 var(--spacing-1);
1184
1184
  font-size: var(--font-size-sm);
1185
1185
  font-weight: 400;
1186
1186
  text-align: center;
1187
1187
  white-space: nowrap;
1188
- border-radius: calc(var(--size-sm) / 2);
1188
+ border-radius: calc(var(--size-badge) / 2);
1189
1189
  font-weight: bold;
1190
1190
  letter-spacing: normal;
1191
1191
  }
1192
- ._badge_fwejc_5._label_fwejc_10._dark_fwejc_22 {
1192
+ ._badge_eo4yb_5._label_eo4yb_11._dark_eo4yb_23 {
1193
1193
  color: #fff;
1194
1194
  }
1195
- ._badge_fwejc_5._label_fwejc_10._light_fwejc_25 {
1195
+ ._badge_eo4yb_5._label_eo4yb_11._light_eo4yb_26 {
1196
1196
  color: rgba(0, 0, 0, 0.6);
1197
1197
  }
1198
- ._badge_fwejc_5._small_fwejc_28 {
1199
- line-height: var(--size-xs);
1200
- min-width: var(--size-xs);
1198
+ ._badge_eo4yb_5._small_eo4yb_29 {
1199
+ --size-badge: var(--size-xs);
1201
1200
  font-size: var(--font-size-xs);
1202
- border-radius: calc(var(--size-xs) / 2);
1203
1201
  }
1204
- ._badge_fwejc_5._dot_fwejc_34 {
1202
+ ._badge_eo4yb_5._dot_eo4yb_33 {
1205
1203
  width: 6px;
1206
1204
  height: 6px;
1207
1205
  border-radius: 100%;
1208
1206
  }
1209
- ._badge_fwejc_5._hasChildren_fwejc_39 {
1207
+ ._badge_eo4yb_5._hasChildren_eo4yb_38 {
1210
1208
  position: absolute;
1211
1209
  right: 0;
1212
1210
  top: 0;
@@ -1214,80 +1212,80 @@ a {
1214
1212
  transform-origin: 100% 0%;
1215
1213
  z-index: 3;
1216
1214
  }
1217
- ._inputInTable_1aa9x_1 {
1215
+ ._inputInTable_1qg1u_1 {
1218
1216
  background-color: transparent;
1219
1217
  border-radius: inherit !important;
1220
1218
  height: var(--size);
1221
1219
  min-height: 100%;
1222
1220
  }
1223
- ._inputInTable_1aa9x_1:not(:hover) {
1221
+ ._inputInTable_1qg1u_1:not(:hover) {
1224
1222
  border-color: transparent;
1225
1223
  }
1226
- ._inputInTable_1aa9x_1:not(:focus) {
1224
+ ._inputInTable_1qg1u_1:not(:focus) {
1227
1225
  box-shadow: none;
1228
1226
  }
1229
- ._inputHover_1aa9x_13 {
1227
+ ._inputHover_1qg1u_13 {
1230
1228
  position: relative;
1231
1229
  border-color: var(--color-border-hover);
1232
1230
  z-index: 2;
1233
1231
  }
1234
- ._inputFocus_1aa9x_18 {
1232
+ ._inputFocus_1qg1u_18 {
1235
1233
  position: relative;
1236
1234
  outline: none !important;
1237
1235
  border-color: var(--color-border-focus) !important;
1238
1236
  box-shadow: var(--shadow-focus);
1239
1237
  z-index: 3;
1240
1238
  }
1241
- ._inputError_1aa9x_25,
1242
- ._inputWarning_1aa9x_26 {
1239
+ ._inputError_1qg1u_25,
1240
+ ._inputWarning_1qg1u_26 {
1243
1241
  position: relative;
1244
1242
  }
1245
- ._inputError_1aa9x_25 {
1243
+ ._inputError_1qg1u_25 {
1246
1244
  z-index: 2;
1247
1245
  border-color: var(--color-border-error);
1248
1246
  color: var(--color-text-error) !important;
1249
1247
  background-color: var(--color-background-error);
1250
1248
  }
1251
- ._inputError_1aa9x_25:hover {
1249
+ ._inputError_1qg1u_25:hover {
1252
1250
  border-color: var(--color-border-error-hover) !important;
1253
1251
  }
1254
- ._inputError_1aa9x_25:focus {
1252
+ ._inputError_1qg1u_25:focus {
1255
1253
  position: relative;
1256
1254
  outline: none !important;
1257
1255
  border-color: var(--color-border-focus) !important;
1258
1256
  box-shadow: var(--shadow-focus);
1259
1257
  z-index: 3;
1260
1258
  }
1261
- ._inputWarning_1aa9x_26 {
1259
+ ._inputWarning_1qg1u_26 {
1262
1260
  z-index: 1;
1263
1261
  border-color: var(--color-border-warning);
1264
1262
  color: var(--color-text-warning) !important;
1265
1263
  background-color: var(--color-background-warning);
1266
1264
  }
1267
- ._inputWarning_1aa9x_26:hover {
1265
+ ._inputWarning_1qg1u_26:hover {
1268
1266
  border-color: var(--color-border-warning-hover) !important;
1269
1267
  }
1270
- ._inputWarning_1aa9x_26:focus {
1268
+ ._inputWarning_1qg1u_26:focus {
1271
1269
  position: relative;
1272
1270
  outline: none !important;
1273
1271
  border-color: var(--color-border-focus) !important;
1274
1272
  box-shadow: var(--shadow-focus);
1275
1273
  z-index: 3;
1276
1274
  }
1277
- ._inputDisabled_1aa9x_61 {
1275
+ ._inputDisabled_1qg1u_61 {
1278
1276
  pointer-events: none;
1279
1277
  background-color: var(--color-background-disabled);
1280
1278
  color: var(--color-text-muted);
1281
1279
  box-shadow: none;
1282
1280
  }
1283
- ._hideScrollbars_1aa9x_67 {
1281
+ ._hideScrollbars_1qg1u_67 {
1284
1282
  /* Firefox */
1285
1283
  scrollbar-width: none;
1286
1284
  /* IE 10+ */
1287
1285
  -ms-overflow-style: none;
1288
1286
  /* Chrome, Safari and Opera */
1289
1287
  }
1290
- ._hideScrollbars_1aa9x_67::-webkit-scrollbar {
1288
+ ._hideScrollbars_1qg1u_67::-webkit-scrollbar {
1291
1289
  display: none;
1292
1290
  }
1293
1291
  :root {
@@ -1316,7 +1314,7 @@ html[data-theme='dark'] {
1316
1314
  --color-border-button: rgba(255, 255, 255, 0.1);
1317
1315
  --color-border-button-hover: rgba(255, 255, 255, 0.15);
1318
1316
  }
1319
- ._button_1aa9x_103 {
1317
+ ._button_1qg1u_103 {
1320
1318
  cursor: pointer;
1321
1319
  display: inline-flex;
1322
1320
  align-items: center;
@@ -1331,7 +1329,7 @@ html[data-theme='dark'] {
1331
1329
  text-transform: none;
1332
1330
  text-shadow: none;
1333
1331
  font-weight: bold;
1334
- line-height: 1em;
1332
+ line-height: var(--line-height);
1335
1333
  font-style: normal;
1336
1334
  text-align: center;
1337
1335
  text-decoration: none;
@@ -1342,221 +1340,229 @@ html[data-theme='dark'] {
1342
1340
  min-height: var(--size);
1343
1341
  box-shadow: var(--shadow-button);
1344
1342
  }
1345
- ._button_1aa9x_103:hover {
1343
+ ._button_1qg1u_103:hover {
1346
1344
  background: var(--color-background-button-default-hover);
1347
1345
  border-color: var(--color-border-button-hover);
1348
1346
  }
1349
- ._button_1aa9x_103:focus {
1347
+ ._button_1qg1u_103:focus {
1350
1348
  box-shadow: var(--shadow-focus) !important;
1351
1349
  }
1352
- ._button_1aa9x_103:active {
1350
+ ._button_1qg1u_103:active {
1353
1351
  background: var(--color-background-button-default-active);
1354
1352
  box-shadow: none;
1355
1353
  }
1356
- ._button_1aa9x_103._active_1aa9x_140:not(._green_1aa9x_140):not(._red_1aa9x_140):not(._orange_1aa9x_140) {
1354
+ ._button_1qg1u_103._active_1qg1u_140:not(._green_1qg1u_140):not(._red_1qg1u_140):not(._orange_1qg1u_140) {
1357
1355
  border-color: var(--color-border-button-default-active);
1358
1356
  color: var(--color-text-button-default-active);
1359
1357
  position: relative;
1360
1358
  z-index: 2;
1361
1359
  }
1362
- ._button_1aa9x_103:hover,
1363
- ._button_1aa9x_103:focus,
1364
- ._button_1aa9x_103:active {
1360
+ ._button_1qg1u_103:hover,
1361
+ ._button_1qg1u_103:focus,
1362
+ ._button_1qg1u_103:active {
1365
1363
  position: relative;
1366
1364
  z-index: 1;
1367
1365
  }
1368
- ._button_1aa9x_103 ._icon_1aa9x_152 {
1366
+ ._button_1qg1u_103 ._icon_1qg1u_152 {
1369
1367
  margin: -2px;
1370
- margin-right: var(--spacing-xs);
1368
+ margin-right: var(--spacing-1);
1371
1369
  font-size: 1.25em;
1370
+ display: flex;
1372
1371
  }
1373
- ._iconOnly_1aa9x_157 {
1372
+ ._iconOnly_1qg1u_158 {
1374
1373
  width: var(--size);
1375
1374
  display: inline-flex;
1376
1375
  align-items: center;
1377
1376
  justify-content: center;
1378
1377
  }
1379
- ._iconOnly_1aa9x_157 ._icon_1aa9x_152 {
1378
+ ._iconOnly_1qg1u_158 ._icon_1qg1u_152 {
1380
1379
  margin: 0;
1381
1380
  line-height: 0;
1382
1381
  }
1383
- ._basic_1aa9x_167 {
1382
+ ._basic_1qg1u_168 {
1384
1383
  color: var(--color-text-primary);
1385
1384
  background: transparent;
1386
1385
  box-shadow: none !important;
1387
1386
  border: none !important;
1388
1387
  }
1389
- ._basic_1aa9x_167._muted_1aa9x_173 {
1388
+ ._basic_1qg1u_168._muted_1qg1u_174 {
1390
1389
  color: var(--color-text-muted);
1391
1390
  }
1392
- ._basic_1aa9x_167:hover {
1391
+ ._basic_1qg1u_168:hover {
1393
1392
  color: var(--color-text-primary-hover);
1394
1393
  background: rgba(0, 0, 0, 0.05);
1395
1394
  }
1396
- ._basic_1aa9x_167:active,
1397
- ._basic_1aa9x_167._active_1aa9x_140 {
1395
+ [data-theme='dark'] ._basic_1qg1u_168:hover {
1396
+ background: rgba(255, 255, 255, 0.1);
1397
+ }
1398
+ ._basic_1qg1u_168:active,
1399
+ ._basic_1qg1u_168._active_1qg1u_140 {
1398
1400
  color: var(--color-text-primary-active);
1399
1401
  background: rgba(0, 0, 0, 0.1);
1400
1402
  }
1401
- ._disabled_1aa9x_185 {
1403
+ [data-theme='dark'] ._basic_1qg1u_168:active,
1404
+ [data-theme='dark'] ._basic_1qg1u_168._active_1qg1u_140 {
1405
+ background: rgba(255, 255, 255, 0.2);
1406
+ }
1407
+ ._disabled_1qg1u_193 {
1402
1408
  cursor: default;
1403
1409
  pointer-events: none !important;
1404
- color: var(--color-text-muted) !important;
1410
+ color: var(--color-text-faint) !important;
1405
1411
  box-shadow: none !important;
1406
1412
  }
1407
- ._disabled_1aa9x_185:not(._active_1aa9x_140):not(._basic_1aa9x_167) {
1413
+ ._disabled_1qg1u_193:not(._active_1qg1u_140):not(._basic_1qg1u_168) {
1408
1414
  background: var(--color-background-disabled) !important;
1409
1415
  border: 1px solid var(--color-border) !important;
1410
1416
  }
1411
- ._small_1aa9x_195 {
1417
+ ._small_1qg1u_203 {
1412
1418
  font-size: var(--font-size-sm);
1413
1419
  min-height: var(--size-sm);
1414
1420
  padding: var(--padding-input-sm);
1415
1421
  }
1416
- ._pill_1aa9x_200,
1417
- ._round_1aa9x_201 {
1422
+ ._pill_1qg1u_208,
1423
+ ._round_1qg1u_209 {
1418
1424
  border-radius: 19px;
1419
1425
  display: inline-flex;
1420
1426
  align-items: center;
1421
1427
  }
1422
- ._round_1aa9x_201 {
1428
+ ._round_1qg1u_209 {
1423
1429
  padding: 0;
1424
1430
  width: var(--size);
1425
1431
  line-height: 1;
1426
1432
  }
1427
- ._round_1aa9x_201._small_1aa9x_195 {
1433
+ ._round_1qg1u_209._small_1qg1u_203 {
1428
1434
  width: var(--size-sm);
1429
1435
  }
1430
- ._orange_1aa9x_140:not(._basic_1aa9x_167) {
1436
+ ._orange_1qg1u_140:not(._basic_1qg1u_168) {
1431
1437
  background-color: var(--color-background-button-primary);
1432
1438
  }
1433
- ._orange_1aa9x_140:not(._basic_1aa9x_167):hover {
1439
+ ._orange_1qg1u_140:not(._basic_1qg1u_168):hover {
1434
1440
  background-color: var(--color-background-button-primary-hover);
1435
1441
  }
1436
- ._orange_1aa9x_140:not(._basic_1aa9x_167):active,
1437
- ._orange_1aa9x_140:not(._basic_1aa9x_167)._active_1aa9x_140 {
1442
+ ._orange_1qg1u_140:not(._basic_1qg1u_168):active,
1443
+ ._orange_1qg1u_140:not(._basic_1qg1u_168)._active_1qg1u_140 {
1438
1444
  background-color: var(--color-background-button-primary-active);
1439
1445
  }
1440
- ._red_1aa9x_140:not(._basic_1aa9x_167) {
1446
+ ._red_1qg1u_140:not(._basic_1qg1u_168) {
1441
1447
  background-color: var(--color-background-button-error);
1442
1448
  }
1443
- ._red_1aa9x_140:not(._basic_1aa9x_167):hover {
1449
+ ._red_1qg1u_140:not(._basic_1qg1u_168):hover {
1444
1450
  background-color: var(--color-background-button-error-hover);
1445
1451
  }
1446
- ._red_1aa9x_140:not(._basic_1aa9x_167):active,
1447
- ._red_1aa9x_140:not(._basic_1aa9x_167)._active_1aa9x_140 {
1452
+ ._red_1qg1u_140:not(._basic_1qg1u_168):active,
1453
+ ._red_1qg1u_140:not(._basic_1qg1u_168)._active_1qg1u_140 {
1448
1454
  background-color: var(--color-background-button-error-active);
1449
1455
  }
1450
- ._red_1aa9x_140._basic_1aa9x_167 {
1456
+ ._red_1qg1u_140._basic_1qg1u_168 {
1451
1457
  color: var(--color-text-error);
1452
1458
  }
1453
- ._green_1aa9x_140:not(._basic_1aa9x_167) {
1459
+ ._green_1qg1u_140:not(._basic_1qg1u_168) {
1454
1460
  background-color: var(--color-background-button-success);
1455
1461
  }
1456
- ._green_1aa9x_140:not(._basic_1aa9x_167):hover {
1462
+ ._green_1qg1u_140:not(._basic_1qg1u_168):hover {
1457
1463
  background-color: var(--color-background-button-success-hover);
1458
1464
  }
1459
- ._green_1aa9x_140:not(._basic_1aa9x_167):active,
1460
- ._green_1aa9x_140:not(._basic_1aa9x_167)._active_1aa9x_140 {
1465
+ ._green_1qg1u_140:not(._basic_1qg1u_168):active,
1466
+ ._green_1qg1u_140:not(._basic_1qg1u_168)._active_1qg1u_140 {
1461
1467
  background-color: var(--color-background-button-success-active);
1462
1468
  }
1463
- ._green_1aa9x_140._basic_1aa9x_167 {
1469
+ ._green_1qg1u_140._basic_1qg1u_168 {
1464
1470
  color: var(--color-text-success);
1465
1471
  }
1466
- ._orange_1aa9x_140:not(._basic_1aa9x_167),
1467
- ._red_1aa9x_140:not(._basic_1aa9x_167),
1468
- ._green_1aa9x_140:not(._basic_1aa9x_167) {
1472
+ ._orange_1qg1u_140:not(._basic_1qg1u_168),
1473
+ ._red_1qg1u_140:not(._basic_1qg1u_168),
1474
+ ._green_1qg1u_140:not(._basic_1qg1u_168) {
1469
1475
  color: #fff;
1470
1476
  }
1471
- ._orange_1aa9x_140:not(._basic_1aa9x_167):hover,
1472
- ._red_1aa9x_140:not(._basic_1aa9x_167):hover,
1473
- ._green_1aa9x_140:not(._basic_1aa9x_167):hover {
1477
+ ._orange_1qg1u_140:not(._basic_1qg1u_168):hover,
1478
+ ._red_1qg1u_140:not(._basic_1qg1u_168):hover,
1479
+ ._green_1qg1u_140:not(._basic_1qg1u_168):hover {
1474
1480
  color: #fff;
1475
1481
  }
1476
- ._orange_1aa9x_140:not(._basic_1aa9x_167):active,
1477
- ._red_1aa9x_140:not(._basic_1aa9x_167):active,
1478
- ._green_1aa9x_140:not(._basic_1aa9x_167):active,
1479
- ._orange_1aa9x_140:not(._basic_1aa9x_167)._active_1aa9x_140,
1480
- ._red_1aa9x_140:not(._basic_1aa9x_167)._active_1aa9x_140,
1481
- ._green_1aa9x_140:not(._basic_1aa9x_167)._active_1aa9x_140 {
1482
+ ._orange_1qg1u_140:not(._basic_1qg1u_168):active,
1483
+ ._red_1qg1u_140:not(._basic_1qg1u_168):active,
1484
+ ._green_1qg1u_140:not(._basic_1qg1u_168):active,
1485
+ ._orange_1qg1u_140:not(._basic_1qg1u_168)._active_1qg1u_140,
1486
+ ._red_1qg1u_140:not(._basic_1qg1u_168)._active_1qg1u_140,
1487
+ ._green_1qg1u_140:not(._basic_1qg1u_168)._active_1qg1u_140 {
1482
1488
  color: #fff;
1483
1489
  }
1484
- ._error_1aa9x_268 {
1490
+ ._error_1qg1u_276 {
1485
1491
  position: relative;
1486
1492
  z-index: 2;
1487
1493
  border-color: var(--color-border-error);
1488
1494
  color: var(--color-text-error) !important;
1489
1495
  background-color: var(--color-background-error);
1490
1496
  }
1491
- ._error_1aa9x_268:hover {
1497
+ ._error_1qg1u_276:hover {
1492
1498
  border-color: var(--color-border-error-hover) !important;
1493
1499
  }
1494
- ._error_1aa9x_268:focus {
1500
+ ._error_1qg1u_276:focus {
1495
1501
  position: relative;
1496
1502
  outline: none !important;
1497
1503
  border-color: var(--color-border-focus) !important;
1498
1504
  box-shadow: var(--shadow-focus);
1499
1505
  z-index: 3;
1500
1506
  }
1501
- ._warning_1aa9x_285 {
1507
+ ._warning_1qg1u_293 {
1502
1508
  position: relative;
1503
1509
  z-index: 1;
1504
1510
  border-color: var(--color-border-warning);
1505
1511
  color: var(--color-text-warning) !important;
1506
1512
  background-color: var(--color-background-warning);
1507
1513
  }
1508
- ._warning_1aa9x_285:hover {
1514
+ ._warning_1qg1u_293:hover {
1509
1515
  border-color: var(--color-border-warning-hover) !important;
1510
1516
  }
1511
- ._warning_1aa9x_285:focus {
1517
+ ._warning_1qg1u_293:focus {
1512
1518
  position: relative;
1513
1519
  outline: none !important;
1514
1520
  border-color: var(--color-border-focus) !important;
1515
1521
  box-shadow: var(--shadow-focus);
1516
1522
  z-index: 3;
1517
1523
  }
1518
- ._inverted_1aa9x_302 {
1524
+ ._inverted_1qg1u_310 {
1519
1525
  background-color: transparent;
1520
1526
  border-color: var(--color-text);
1521
1527
  box-shadow: none;
1522
1528
  }
1523
- ._inverted_1aa9x_302:hover,
1524
- ._inverted_1aa9x_302:active {
1529
+ ._inverted_1qg1u_310:hover,
1530
+ ._inverted_1qg1u_310:active {
1525
1531
  box-shadow: none;
1526
1532
  }
1527
- ._inverted_1aa9x_302._orange_1aa9x_140 {
1533
+ ._inverted_1qg1u_310._orange_1qg1u_140 {
1528
1534
  color: var(--color-background-button-primary);
1529
1535
  border-color: var(--color-background-button-primary);
1530
1536
  }
1531
- ._inverted_1aa9x_302._red_1aa9x_140 {
1537
+ ._inverted_1qg1u_310._red_1qg1u_140 {
1532
1538
  color: var(--color-background-button-error);
1533
1539
  border-color: var(--color-background-button-error);
1534
1540
  }
1535
- ._inverted_1aa9x_302._green_1aa9x_140 {
1541
+ ._inverted_1qg1u_310._green_1qg1u_140 {
1536
1542
  color: var(--color-background-button-success);
1537
1543
  border-color: var(--color-background-button-success);
1538
1544
  }
1539
- ._inverted_1aa9x_302._orange_1aa9x_140:hover,
1540
- ._inverted_1aa9x_302._red_1aa9x_140:hover,
1541
- ._inverted_1aa9x_302._green_1aa9x_140:hover,
1542
- ._inverted_1aa9x_302._orange_1aa9x_140:active,
1543
- ._inverted_1aa9x_302._red_1aa9x_140:active,
1544
- ._inverted_1aa9x_302._green_1aa9x_140:active {
1545
+ ._inverted_1qg1u_310._orange_1qg1u_140:hover,
1546
+ ._inverted_1qg1u_310._red_1qg1u_140:hover,
1547
+ ._inverted_1qg1u_310._green_1qg1u_140:hover,
1548
+ ._inverted_1qg1u_310._orange_1qg1u_140:active,
1549
+ ._inverted_1qg1u_310._red_1qg1u_140:active,
1550
+ ._inverted_1qg1u_310._green_1qg1u_140:active {
1545
1551
  color: white;
1546
1552
  box-shadow: none;
1547
1553
  }
1548
- ._groupOrderFirst_1aa9x_332,
1549
- ._groupOrderMiddle_1aa9x_333,
1550
- ._groupOrderLast_1aa9x_334 {
1554
+ ._groupOrderFirst_1qg1u_340,
1555
+ ._groupOrderMiddle_1qg1u_341,
1556
+ ._groupOrderLast_1qg1u_342 {
1551
1557
  margin-right: 0;
1552
1558
  }
1553
- ._groupOrderFirst_1aa9x_332,
1554
- ._groupOrderMiddle_1aa9x_333 {
1559
+ ._groupOrderFirst_1qg1u_340,
1560
+ ._groupOrderMiddle_1qg1u_341 {
1555
1561
  border-top-right-radius: 0 !important;
1556
1562
  border-bottom-right-radius: 0 !important;
1557
1563
  }
1558
- ._groupOrderLast_1aa9x_334,
1559
- ._groupOrderMiddle_1aa9x_333 {
1564
+ ._groupOrderLast_1qg1u_342,
1565
+ ._groupOrderMiddle_1qg1u_341 {
1560
1566
  border-top-left-radius: 0 !important;
1561
1567
  border-bottom-left-radius: 0 !important;
1562
1568
  }
@@ -1638,17 +1644,17 @@ html[data-theme='dark'] {
1638
1644
  transform: rotate(360deg);
1639
1645
  }
1640
1646
  }
1641
- ._actions_p0xkh_1 {
1647
+ ._actions_1nb2u_1 {
1642
1648
  margin-left: auto;
1643
1649
  display: flex;
1644
1650
  flex-wrap: nowrap;
1645
1651
  justify-content: flex-end;
1646
1652
  align-items: center;
1647
1653
  }
1648
- ._actions_p0xkh_1 > *:not(:last-child) {
1649
- margin-right: var(--spacing-2xs);
1654
+ ._actions_1nb2u_1 > *:not(:last-child) {
1655
+ margin-right: var(--spacing-1);
1650
1656
  }
1651
- ._actionComponentContainer_p0xkh_11 {
1657
+ ._actionComponentContainer_1nb2u_11 {
1652
1658
  width: 24px;
1653
1659
  height: 24px;
1654
1660
  display: inline-flex;
@@ -1661,46 +1667,46 @@ html[data-theme='dark'] {
1661
1667
  transition: color 0.2s;
1662
1668
  line-height: 0;
1663
1669
  }
1664
- ._actionComponentContainer_p0xkh_11 i {
1670
+ ._actionComponentContainer_1nb2u_11 i {
1665
1671
  margin: 0;
1666
1672
  line-height: 1 !important;
1667
1673
  }
1668
- ._actionComponentContainer_p0xkh_11:hover,
1669
- ._actionComponentContainer_p0xkh_11:focus {
1674
+ ._actionComponentContainer_1nb2u_11:hover,
1675
+ ._actionComponentContainer_1nb2u_11:focus {
1670
1676
  color: var(--color-text-primary-hover);
1671
1677
  }
1672
- ._actionComponentContainer_p0xkh_11:active,
1673
- ._actionComponentContainer_p0xkh_11._active_p0xkh_33 {
1678
+ ._actionComponentContainer_1nb2u_11:active,
1679
+ ._actionComponentContainer_1nb2u_11._active_1nb2u_33 {
1674
1680
  color: var(--color-text-primary-active);
1675
1681
  }
1676
- ._breadcrumb_1yvg5_1 {
1682
+ ._breadcrumb_1oab5_1 {
1677
1683
  font-size: var(--font-size-xl);
1678
1684
  }
1679
- ._breadcrumb_1yvg5_1._small_1yvg5_4 {
1685
+ ._breadcrumb_1oab5_1._small_1oab5_4 {
1680
1686
  font-size: var(--font-size);
1681
1687
  }
1682
- ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7 {
1688
+ ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7 {
1683
1689
  color: var(--color-text-primary);
1684
1690
  cursor: pointer;
1685
1691
  }
1686
- ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7:hover {
1692
+ ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7:hover {
1687
1693
  color: var(--color-text-primary-hover);
1688
1694
  }
1689
- ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7:active {
1695
+ ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7:active {
1690
1696
  color: var(--color-text-primary-active);
1691
1697
  }
1692
- ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7._active_1yvg5_17 {
1698
+ ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7._active_1oab5_17 {
1693
1699
  color: inherit;
1694
1700
  cursor: default;
1695
1701
  pointer-events: none;
1696
1702
  }
1697
- ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7._disabled_1yvg5_22 {
1703
+ ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7._disabled_1oab5_22 {
1698
1704
  color: var(--color-text-faint);
1699
1705
  cursor: default;
1700
1706
  pointer-events: none;
1701
1707
  }
1702
- ._breadcrumb_1yvg5_1 ._separator_1yvg5_27 {
1703
- margin: 0 var(--spacing-xs);
1708
+ ._breadcrumb_1oab5_1 ._separator_1oab5_27 {
1709
+ margin: 0 var(--spacing-2);
1704
1710
  color: var(--color-border);
1705
1711
  }
1706
1712
  ._label_1m8h2_1 {
@@ -1722,39 +1728,39 @@ html[data-theme='dark'] {
1722
1728
  ._buttonGroup_1m8h2_11 > *:not(:last-child) {
1723
1729
  margin-right: -1px;
1724
1730
  }
1725
- ._card_w1z7w_1 {
1731
+ ._card_1febj_1 {
1726
1732
  color: var(--color-text);
1727
1733
  }
1728
- ._card_w1z7w_1._bordered_w1z7w_4 {
1734
+ ._card_1febj_1._bordered_1febj_4 {
1729
1735
  background: var(--color-background-raised);
1730
1736
  border: 1px solid var(--color-border);
1731
1737
  box-shadow: var(--shadow-button);
1732
1738
  border-radius: var(--border-radius);
1733
1739
  }
1734
- ._card_w1z7w_1._bordered_w1z7w_4._raised_w1z7w_10 {
1740
+ ._card_1febj_1._bordered_1febj_4._raised_1febj_10 {
1735
1741
  box-shadow: var(--shadow-layer);
1736
1742
  }
1737
- ._card_w1z7w_1._bordered_w1z7w_4 ._cardHeader_w1z7w_13 {
1743
+ ._card_1febj_1._bordered_1febj_4 ._cardHeader_1febj_13 {
1738
1744
  background: var(--color-background);
1739
- padding: var(--padding-card);
1745
+ padding: var(--spacing-1) var(--padding-card-x);
1740
1746
  border-top-left-radius: inherit;
1741
1747
  border-top-right-radius: inherit;
1742
1748
  }
1743
- ._card_w1z7w_1._bordered_w1z7w_4 ._cardContentBorderTop_w1z7w_19 {
1749
+ ._card_1febj_1._bordered_1febj_4 ._cardContentBorderTop_1febj_19 {
1744
1750
  border-top: 1px solid var(--color-border);
1745
1751
  }
1746
- ._card_w1z7w_1._bordered_w1z7w_4 ._padding_w1z7w_22 {
1752
+ ._card_1febj_1._bordered_1febj_4 ._padding_1febj_22 {
1747
1753
  padding: var(--padding-card);
1748
1754
  }
1749
- ._cardContent_w1z7w_19:first-child {
1755
+ ._cardContent_1febj_19:first-child {
1750
1756
  border-top-left-radius: inherit;
1751
1757
  border-top-right-radius: inherit;
1752
1758
  }
1753
- ._cardContent_w1z7w_19:last-child {
1759
+ ._cardContent_1febj_19:last-child {
1754
1760
  border-bottom-left-radius: inherit;
1755
1761
  border-bottom-right-radius: inherit;
1756
1762
  }
1757
- ._cardHeader_w1z7w_13 {
1763
+ ._cardHeader_1febj_13 {
1758
1764
  display: flex;
1759
1765
  align-items: center;
1760
1766
  padding: var(--padding-card-y) 0;
@@ -1816,34 +1822,33 @@ html[data-theme='dark'] {
1816
1822
  ._link_11ofj_25:active {
1817
1823
  color: var(--color-text-primary-active);
1818
1824
  }
1819
- ._heading_16sf2_1 {
1825
+ ._heading_ed8hr_1 {
1820
1826
  color: var(--color-text);
1827
+ line-height: var(--size-sm);
1821
1828
  font-weight: bold;
1822
1829
  display: flex;
1823
1830
  align-items: center;
1824
1831
  user-select: none;
1825
1832
  padding: 0;
1826
1833
  }
1827
- ._heading_16sf2_1._top_16sf2_9 {
1834
+ ._heading_ed8hr_1._top_ed8hr_10 {
1828
1835
  font-size: var(--font-size-xl);
1829
- margin-bottom: var(--spacing);
1830
- line-height: var(--size-sm);
1836
+ margin-bottom: var(--spacing-4);
1831
1837
  }
1832
- ._heading_16sf2_1:not(._top_16sf2_9) {
1838
+ ._heading_ed8hr_1:not(._top_ed8hr_10) {
1833
1839
  font-size: var(--font-size-sm);
1834
- line-height: var(--line-height);
1835
1840
  color: var(--color-text-muted);
1836
1841
  text-transform: uppercase;
1837
1842
  letter-spacing: 0.1em;
1838
1843
  }
1839
- ._icons_16sf2_21 {
1844
+ ._icons_ed8hr_20 {
1840
1845
  display: inline-flex;
1841
1846
  font-size: 1.25em;
1842
1847
  }
1843
- ._icons_16sf2_21 > * {
1844
- margin-left: var(--spacing-xs);
1848
+ ._icons_ed8hr_20 > * {
1849
+ margin-left: var(--spacing-1);
1845
1850
  }
1846
- ._dialog_15xxd_1 {
1851
+ ._dialog_122co_1 {
1847
1852
  border-radius: var(--border-radius);
1848
1853
  background: var(--color-background-raised);
1849
1854
  line-height: var(--line-height);
@@ -1852,21 +1857,21 @@ html[data-theme='dark'] {
1852
1857
  display: flex;
1853
1858
  flex-direction: column;
1854
1859
  }
1855
- ._dialog_15xxd_1 > :first-child {
1860
+ ._dialog_122co_1 > :first-child {
1856
1861
  border-top-left-radius: inherit;
1857
1862
  border-top-right-radius: inherit;
1858
1863
  }
1859
- ._dialog_15xxd_1 > :last-child {
1864
+ ._dialog_122co_1 > :last-child {
1860
1865
  border-bottom-left-radius: inherit;
1861
1866
  border-bottom-right-radius: inherit;
1862
1867
  }
1863
- ._dialog_15xxd_1._inline_15xxd_18 {
1868
+ ._dialog_122co_1._inline_122co_18 {
1864
1869
  display: inline-flex;
1865
1870
  }
1866
- ._dialog_15xxd_1._scroll_15xxd_21 {
1871
+ ._dialog_122co_1._scroll_122co_21 {
1867
1872
  max-height: 100%;
1868
1873
  }
1869
- ._header_15xxd_24 {
1874
+ ._header_122co_24 {
1870
1875
  display: flex;
1871
1876
  justify-content: space-between;
1872
1877
  align-items: flex-start;
@@ -1875,29 +1880,29 @@ html[data-theme='dark'] {
1875
1880
  border-bottom: 1px solid var(--color-border);
1876
1881
  flex-shrink: 0;
1877
1882
  }
1878
- ._header_15xxd_24 ._dismiss_15xxd_33 {
1879
- margin: -5px -8px;
1880
- margin-left: var(--spacing);
1883
+ ._header_122co_24 ._dismiss_122co_33 {
1884
+ margin-right: calc(var(--spacing-1) * -1);
1885
+ margin-left: var(--spacing-2);
1881
1886
  flex-shrink: 0;
1882
1887
  }
1883
- ._content_15xxd_38 {
1888
+ ._content_122co_38 {
1884
1889
  flex-grow: 1;
1885
1890
  }
1886
- ._scroll_15xxd_21 ._content_15xxd_38 {
1891
+ ._scroll_122co_21 ._content_122co_38 {
1887
1892
  overflow: auto;
1888
1893
  min-height: 0;
1889
1894
  height: 100%;
1890
1895
  flex: 1 1 auto;
1891
1896
  }
1892
- ._footer_15xxd_47 {
1897
+ ._footer_122co_47 {
1893
1898
  display: flex;
1894
1899
  padding: var(--padding);
1895
1900
  background-color: var(--color-background);
1896
1901
  border-top: 1px solid var(--color-border);
1897
1902
  flex-shrink: 0;
1898
1903
  }
1899
- ._footer_15xxd_47 button:not(:last-child) {
1900
- margin-right: var(--spacing);
1904
+ ._footer_122co_47 button:not(:last-child) {
1905
+ margin-right: var(--spacing-3);
1901
1906
  }
1902
1907
  ._inputInTable_1yqw7_1 {
1903
1908
  background-color: transparent;
@@ -2151,7 +2156,7 @@ html[data-theme='dark'] {
2151
2156
  ._right_1yqw7_97 ._resizeHandle_1yqw7_226 {
2152
2157
  left: 0;
2153
2158
  }
2154
- ._empty_1erlc_1 {
2159
+ ._empty_m194c_1 {
2155
2160
  position: relative;
2156
2161
  border-radius: inherit;
2157
2162
  display: inline-flex;
@@ -2159,11 +2164,11 @@ html[data-theme='dark'] {
2159
2164
  align-items: center;
2160
2165
  justify-content: center;
2161
2166
  text-align: center;
2162
- gap: var(--spacing-sm);
2167
+ gap: var(--spacing-2);
2163
2168
  }
2164
- ._empty_1erlc_1 ._text_1erlc_11 {
2169
+ ._empty_m194c_1 ._text_m194c_11 {
2165
2170
  max-width: 40ch;
2166
- gap: var(--spacing-2xs);
2171
+ gap: var(--spacing-1);
2167
2172
  }
2168
2173
  ._inputGroup_biuoa_1 {
2169
2174
  display: flex;
@@ -2172,83 +2177,83 @@ html[data-theme='dark'] {
2172
2177
  ._inputGroup_biuoa_1 > *:not(:last-child) {
2173
2178
  margin-right: -1px;
2174
2179
  }
2175
- ._inputInTable_d8i46_1 {
2180
+ ._inputInTable_1hjsm_1 {
2176
2181
  background-color: transparent;
2177
2182
  border-radius: inherit !important;
2178
2183
  height: var(--size);
2179
2184
  min-height: 100%;
2180
2185
  }
2181
- ._inputInTable_d8i46_1:not(:hover) {
2186
+ ._inputInTable_1hjsm_1:not(:hover) {
2182
2187
  border-color: transparent;
2183
2188
  }
2184
- ._inputInTable_d8i46_1:not(:focus) {
2189
+ ._inputInTable_1hjsm_1:not(:focus) {
2185
2190
  box-shadow: none;
2186
2191
  }
2187
- ._inputHover_d8i46_13 {
2192
+ ._inputHover_1hjsm_13 {
2188
2193
  position: relative;
2189
2194
  border-color: var(--color-border-hover);
2190
2195
  z-index: 2;
2191
2196
  }
2192
- ._inputFocus_d8i46_18 {
2197
+ ._inputFocus_1hjsm_18 {
2193
2198
  position: relative;
2194
2199
  outline: none !important;
2195
2200
  border-color: var(--color-border-focus) !important;
2196
2201
  box-shadow: var(--shadow-focus);
2197
2202
  z-index: 3;
2198
2203
  }
2199
- ._inputError_d8i46_25,
2200
- ._inputWarning_d8i46_26 {
2204
+ ._inputError_1hjsm_25,
2205
+ ._inputWarning_1hjsm_26 {
2201
2206
  position: relative;
2202
2207
  }
2203
- ._inputError_d8i46_25 {
2208
+ ._inputError_1hjsm_25 {
2204
2209
  z-index: 2;
2205
2210
  border-color: var(--color-border-error);
2206
2211
  color: var(--color-text-error) !important;
2207
2212
  background-color: var(--color-background-error);
2208
2213
  }
2209
- ._inputError_d8i46_25:hover {
2214
+ ._inputError_1hjsm_25:hover {
2210
2215
  border-color: var(--color-border-error-hover) !important;
2211
2216
  }
2212
- ._inputError_d8i46_25:focus {
2217
+ ._inputError_1hjsm_25:focus {
2213
2218
  position: relative;
2214
2219
  outline: none !important;
2215
2220
  border-color: var(--color-border-focus) !important;
2216
2221
  box-shadow: var(--shadow-focus);
2217
2222
  z-index: 3;
2218
2223
  }
2219
- ._inputWarning_d8i46_26 {
2224
+ ._inputWarning_1hjsm_26 {
2220
2225
  z-index: 1;
2221
2226
  border-color: var(--color-border-warning);
2222
2227
  color: var(--color-text-warning) !important;
2223
2228
  background-color: var(--color-background-warning);
2224
2229
  }
2225
- ._inputWarning_d8i46_26:hover {
2230
+ ._inputWarning_1hjsm_26:hover {
2226
2231
  border-color: var(--color-border-warning-hover) !important;
2227
2232
  }
2228
- ._inputWarning_d8i46_26:focus {
2233
+ ._inputWarning_1hjsm_26:focus {
2229
2234
  position: relative;
2230
2235
  outline: none !important;
2231
2236
  border-color: var(--color-border-focus) !important;
2232
2237
  box-shadow: var(--shadow-focus);
2233
2238
  z-index: 3;
2234
2239
  }
2235
- ._inputDisabled_d8i46_61 {
2240
+ ._inputDisabled_1hjsm_61 {
2236
2241
  pointer-events: none;
2237
2242
  background-color: var(--color-background-disabled);
2238
2243
  color: var(--color-text-muted);
2239
2244
  box-shadow: none;
2240
2245
  }
2241
- ._hideScrollbars_d8i46_67 {
2246
+ ._hideScrollbars_1hjsm_67 {
2242
2247
  /* Firefox */
2243
2248
  scrollbar-width: none;
2244
2249
  /* IE 10+ */
2245
2250
  -ms-overflow-style: none;
2246
2251
  /* Chrome, Safari and Opera */
2247
2252
  }
2248
- ._hideScrollbars_d8i46_67::-webkit-scrollbar {
2253
+ ._hideScrollbars_1hjsm_67::-webkit-scrollbar {
2249
2254
  display: none;
2250
2255
  }
2251
- ._input_d8i46_1 {
2256
+ ._input_1hjsm_1 {
2252
2257
  margin: 0;
2253
2258
  outline: 0;
2254
2259
  text-align: left;
@@ -2261,163 +2266,164 @@ html[data-theme='dark'] {
2261
2266
  transition: box-shadow 0.1s ease, border-color 0.1s ease;
2262
2267
  box-shadow: none;
2263
2268
  height: var(--size);
2269
+ line-height: var(--line-height);
2264
2270
  width: 100%;
2265
2271
  font-weight: 400;
2266
2272
  font-style: normal;
2267
2273
  position: relative;
2268
2274
  }
2269
- ._input_d8i46_1::placeholder {
2275
+ ._input_1hjsm_1::placeholder {
2270
2276
  color: var(--color-text-placeholder);
2271
2277
  }
2272
- ._input_d8i46_1._isInTable_d8i46_98 {
2278
+ ._input_1hjsm_1._isInTable_1hjsm_99 {
2273
2279
  background-color: transparent;
2274
2280
  border-radius: inherit !important;
2275
2281
  height: var(--size);
2276
2282
  min-height: 100%;
2277
2283
  }
2278
- ._input_d8i46_1._isInTable_d8i46_98:not(:hover) {
2284
+ ._input_1hjsm_1._isInTable_1hjsm_99:not(:hover) {
2279
2285
  border-color: transparent;
2280
2286
  }
2281
- ._input_d8i46_1._isInTable_d8i46_98:not(:focus) {
2287
+ ._input_1hjsm_1._isInTable_1hjsm_99:not(:focus) {
2282
2288
  box-shadow: none;
2283
2289
  }
2284
- ._input_d8i46_1:hover {
2290
+ ._input_1hjsm_1:hover {
2285
2291
  position: relative;
2286
2292
  border-color: var(--color-border-hover);
2287
2293
  z-index: 2;
2288
2294
  }
2289
- ._input_d8i46_1:focus {
2295
+ ._input_1hjsm_1:focus {
2290
2296
  position: relative;
2291
2297
  outline: none !important;
2292
2298
  border-color: var(--color-border-focus) !important;
2293
2299
  box-shadow: var(--shadow-focus);
2294
2300
  z-index: 3;
2295
2301
  }
2296
- ._input_d8i46_1._small_d8i46_122 {
2302
+ ._input_1hjsm_1._small_1hjsm_123 {
2297
2303
  font-size: var(--font-size-sm);
2298
2304
  height: var(--size-sm);
2299
2305
  padding: var(--padding-input-sm);
2300
2306
  line-height: var(--size-sm);
2301
2307
  }
2302
- ._input_d8i46_1._error_d8i46_128 {
2308
+ ._input_1hjsm_1._error_1hjsm_129 {
2303
2309
  position: relative;
2304
2310
  z-index: 2;
2305
2311
  border-color: var(--color-border-error);
2306
2312
  color: var(--color-text-error) !important;
2307
2313
  background-color: var(--color-background-error);
2308
2314
  }
2309
- ._input_d8i46_1._error_d8i46_128:hover {
2315
+ ._input_1hjsm_1._error_1hjsm_129:hover {
2310
2316
  border-color: var(--color-border-error-hover) !important;
2311
2317
  }
2312
- ._input_d8i46_1._error_d8i46_128:focus {
2318
+ ._input_1hjsm_1._error_1hjsm_129:focus {
2313
2319
  position: relative;
2314
2320
  outline: none !important;
2315
2321
  border-color: var(--color-border-focus) !important;
2316
2322
  box-shadow: var(--shadow-focus);
2317
2323
  z-index: 3;
2318
2324
  }
2319
- ._input_d8i46_1._warning_d8i46_145 {
2325
+ ._input_1hjsm_1._warning_1hjsm_146 {
2320
2326
  position: relative;
2321
2327
  z-index: 1;
2322
2328
  border-color: var(--color-border-warning);
2323
2329
  color: var(--color-text-warning) !important;
2324
2330
  background-color: var(--color-background-warning);
2325
2331
  }
2326
- ._input_d8i46_1._warning_d8i46_145:hover {
2332
+ ._input_1hjsm_1._warning_1hjsm_146:hover {
2327
2333
  border-color: var(--color-border-warning-hover) !important;
2328
2334
  }
2329
- ._input_d8i46_1._warning_d8i46_145:focus {
2335
+ ._input_1hjsm_1._warning_1hjsm_146:focus {
2330
2336
  position: relative;
2331
2337
  outline: none !important;
2332
2338
  border-color: var(--color-border-focus) !important;
2333
2339
  box-shadow: var(--shadow-focus);
2334
2340
  z-index: 3;
2335
2341
  }
2336
- ._input_d8i46_1[disabled] {
2342
+ ._input_1hjsm_1[disabled] {
2337
2343
  pointer-events: none;
2338
2344
  background-color: var(--color-background-disabled);
2339
2345
  color: var(--color-text-muted);
2340
2346
  box-shadow: none;
2341
2347
  }
2342
- ._input_d8i46_1._right_d8i46_168 {
2348
+ ._input_1hjsm_1._right_1hjsm_169 {
2343
2349
  text-align: right;
2344
2350
  }
2345
- ._groupOrderFirst_d8i46_171,
2346
- ._groupOrderMiddle_d8i46_172,
2347
- ._groupOrderLast_d8i46_173 {
2351
+ ._groupOrderFirst_1hjsm_172,
2352
+ ._groupOrderMiddle_1hjsm_173,
2353
+ ._groupOrderLast_1hjsm_174 {
2348
2354
  flex: 1;
2349
2355
  }
2350
- ._groupOrderFirst_d8i46_171 ._input_d8i46_1,
2351
- ._groupOrderMiddle_d8i46_172 ._input_d8i46_1 {
2356
+ ._groupOrderFirst_1hjsm_172 ._input_1hjsm_1,
2357
+ ._groupOrderMiddle_1hjsm_173 ._input_1hjsm_1 {
2352
2358
  border-top-right-radius: 0 !important;
2353
2359
  border-bottom-right-radius: 0 !important;
2354
2360
  }
2355
- ._groupOrderLast_d8i46_173 ._input_d8i46_1,
2356
- ._groupOrderMiddle_d8i46_172 ._input_d8i46_1 {
2361
+ ._groupOrderLast_1hjsm_174 ._input_1hjsm_1,
2362
+ ._groupOrderMiddle_1hjsm_173 ._input_1hjsm_1 {
2357
2363
  border-top-left-radius: 0 !important;
2358
2364
  border-bottom-left-radius: 0 !important;
2359
2365
  }
2360
2366
  ._fileInput_1elar_1 {
2361
2367
  display: none !important;
2362
2368
  }
2363
- ._label_ll0e3_1 {
2369
+ ._label_r02ug_1 {
2364
2370
  display: flex;
2365
2371
  align-items: center;
2366
2372
  }
2367
- ._label_ll0e3_1._labelLeft_ll0e3_5 {
2373
+ ._label_r02ug_1._labelLeft_r02ug_5 {
2368
2374
  margin-bottom: 0;
2369
2375
  flex-shrink: 0;
2370
- padding-right: var(--spacing-sm);
2376
+ padding-right: var(--spacing-2);
2371
2377
  }
2372
- ._label_ll0e3_1._labelLeft_ll0e3_5 > label {
2378
+ ._label_r02ug_1._labelLeft_r02ug_5 > label {
2373
2379
  margin-bottom: 0;
2374
2380
  }
2375
- ._label_ll0e3_1 ._icons_ll0e3_13 {
2381
+ ._label_r02ug_1 ._icons_r02ug_13 {
2376
2382
  display: inline-flex;
2377
2383
  font-size: 1.25em;
2378
2384
  }
2379
- ._label_ll0e3_1 ._icons_ll0e3_13 > * {
2380
- margin-left: var(--spacing-2xs);
2385
+ ._label_r02ug_1 ._icons_r02ug_13 > * {
2386
+ margin-left: var(--spacing-1);
2381
2387
  }
2382
- ._label_ll0e3_1 > label {
2388
+ ._label_r02ug_1 > label {
2383
2389
  display: flex;
2384
2390
  align-items: center;
2385
2391
  font-weight: bold;
2386
- font-size: var(--font-size-sm);
2387
- margin-bottom: var(--spacing-2xs);
2392
+ font-size: var(--font-size);
2393
+ margin-bottom: var(--spacing-1);
2388
2394
  }
2389
- ._field_abuqh_1 {
2390
- margin-bottom: var(--spacing-sm);
2395
+ ._field_2ll8c_1 {
2396
+ margin-bottom: var(--spacing-3);
2391
2397
  color: var(--color-text);
2392
2398
  }
2393
- ._field_abuqh_1._labelLeft_abuqh_5 {
2399
+ ._field_2ll8c_1._labelLeft_2ll8c_5 {
2394
2400
  display: flex;
2395
2401
  align-items: center;
2396
2402
  }
2397
- ._field_abuqh_1._labelLeft_abuqh_5 ._fieldInput_abuqh_9 {
2403
+ ._field_2ll8c_1._labelLeft_2ll8c_5 ._fieldInput_2ll8c_9 {
2398
2404
  flex-grow: 1;
2399
2405
  }
2400
- ._formRow_abuqh_12,
2401
- ._form-row_abuqh_13 {
2406
+ ._formRow_2ll8c_12,
2407
+ ._form-row_2ll8c_13 {
2402
2408
  display: flex;
2403
2409
  flex-wrap: wrap;
2404
2410
  align-items: flex-end;
2405
2411
  }
2406
- ._formRow_abuqh_12 > *:not(:last-child),
2407
- ._form-row_abuqh_13 > *:not(:last-child) {
2408
- margin-right: var(--spacing);
2412
+ ._formRow_2ll8c_12 > *:not(:last-child),
2413
+ ._form-row_2ll8c_13 > *:not(:last-child) {
2414
+ margin-right: var(--spacing-4);
2409
2415
  }
2410
- ._formRow_abuqh_12 ._button_abuqh_22,
2411
- ._form-row_abuqh_13 ._button_abuqh_22 {
2412
- margin-bottom: var(--spacing-sm);
2416
+ ._formRow_2ll8c_12 ._button_2ll8c_22,
2417
+ ._form-row_2ll8c_13 ._button_2ll8c_22 {
2418
+ margin-bottom: var(--spacing-4);
2413
2419
  }
2414
- ._formRow_1m3f8_1 {
2420
+ ._formRow_i2es6_1 {
2415
2421
  display: flex;
2416
2422
  flex-wrap: wrap;
2417
2423
  align-items: flex-end;
2418
2424
  }
2419
- ._formRow_1m3f8_1 > *:not(:last-child) {
2420
- margin-right: var(--spacing);
2425
+ ._formRow_i2es6_1 > *:not(:last-child) {
2426
+ margin-right: var(--spacing-3);
2421
2427
  }
2422
2428
  ._addon_b4w53_1 {
2423
2429
  flex-shrink: 0;
@@ -2444,123 +2450,123 @@ html[data-theme='dark'] {
2444
2450
  border-top-left-radius: 0 !important;
2445
2451
  border-bottom-left-radius: 0 !important;
2446
2452
  }
2447
- ._inputInTable_kq2bf_1 {
2453
+ ._inputInTable_1ygse_1 {
2448
2454
  background-color: transparent;
2449
2455
  border-radius: inherit !important;
2450
2456
  height: var(--size);
2451
2457
  min-height: 100%;
2452
2458
  }
2453
- ._inputInTable_kq2bf_1:not(:hover) {
2459
+ ._inputInTable_1ygse_1:not(:hover) {
2454
2460
  border-color: transparent;
2455
2461
  }
2456
- ._inputInTable_kq2bf_1:not(:focus) {
2462
+ ._inputInTable_1ygse_1:not(:focus) {
2457
2463
  box-shadow: none;
2458
2464
  }
2459
- ._inputHover_kq2bf_13 {
2465
+ ._inputHover_1ygse_13 {
2460
2466
  position: relative;
2461
2467
  border-color: var(--color-border-hover);
2462
2468
  z-index: 2;
2463
2469
  }
2464
- ._inputFocus_kq2bf_18 {
2470
+ ._inputFocus_1ygse_18 {
2465
2471
  position: relative;
2466
2472
  outline: none !important;
2467
2473
  border-color: var(--color-border-focus) !important;
2468
2474
  box-shadow: var(--shadow-focus);
2469
2475
  z-index: 3;
2470
2476
  }
2471
- ._inputError_kq2bf_25,
2472
- ._inputWarning_kq2bf_26 {
2477
+ ._inputError_1ygse_25,
2478
+ ._inputWarning_1ygse_26 {
2473
2479
  position: relative;
2474
2480
  }
2475
- ._inputError_kq2bf_25 {
2481
+ ._inputError_1ygse_25 {
2476
2482
  z-index: 2;
2477
2483
  border-color: var(--color-border-error);
2478
2484
  color: var(--color-text-error) !important;
2479
2485
  background-color: var(--color-background-error);
2480
2486
  }
2481
- ._inputError_kq2bf_25:hover {
2487
+ ._inputError_1ygse_25:hover {
2482
2488
  border-color: var(--color-border-error-hover) !important;
2483
2489
  }
2484
- ._inputError_kq2bf_25:focus {
2490
+ ._inputError_1ygse_25:focus {
2485
2491
  position: relative;
2486
2492
  outline: none !important;
2487
2493
  border-color: var(--color-border-focus) !important;
2488
2494
  box-shadow: var(--shadow-focus);
2489
2495
  z-index: 3;
2490
2496
  }
2491
- ._inputWarning_kq2bf_26 {
2497
+ ._inputWarning_1ygse_26 {
2492
2498
  z-index: 1;
2493
2499
  border-color: var(--color-border-warning);
2494
2500
  color: var(--color-text-warning) !important;
2495
2501
  background-color: var(--color-background-warning);
2496
2502
  }
2497
- ._inputWarning_kq2bf_26:hover {
2503
+ ._inputWarning_1ygse_26:hover {
2498
2504
  border-color: var(--color-border-warning-hover) !important;
2499
2505
  }
2500
- ._inputWarning_kq2bf_26:focus {
2506
+ ._inputWarning_1ygse_26:focus {
2501
2507
  position: relative;
2502
2508
  outline: none !important;
2503
2509
  border-color: var(--color-border-focus) !important;
2504
2510
  box-shadow: var(--shadow-focus);
2505
2511
  z-index: 3;
2506
2512
  }
2507
- ._inputDisabled_kq2bf_61 {
2513
+ ._inputDisabled_1ygse_61 {
2508
2514
  pointer-events: none;
2509
2515
  background-color: var(--color-background-disabled);
2510
2516
  color: var(--color-text-muted);
2511
2517
  box-shadow: none;
2512
2518
  }
2513
- ._hideScrollbars_kq2bf_67 {
2519
+ ._hideScrollbars_1ygse_67 {
2514
2520
  /* Firefox */
2515
2521
  scrollbar-width: none;
2516
2522
  /* IE 10+ */
2517
2523
  -ms-overflow-style: none;
2518
2524
  /* Chrome, Safari and Opera */
2519
2525
  }
2520
- ._hideScrollbars_kq2bf_67::-webkit-scrollbar {
2526
+ ._hideScrollbars_1ygse_67::-webkit-scrollbar {
2521
2527
  display: none;
2522
2528
  }
2523
- ._header_kq2bf_77 ._headerTitle_kq2bf_77,
2524
- ._heading_kq2bf_78 ._itemHeader_kq2bf_78 {
2529
+ ._header_1ygse_77 ._headerTitle_1ygse_77,
2530
+ ._heading_1ygse_78 ._itemHeader_1ygse_78 {
2525
2531
  transition: opacity 0.3s;
2526
2532
  }
2527
- ._narrow_kq2bf_81 ._header_kq2bf_77 ._headerTitle_kq2bf_77,
2528
- ._narrow_kq2bf_81 ._heading_kq2bf_78 ._itemHeader_kq2bf_78 {
2533
+ ._narrow_1ygse_81 ._header_1ygse_77 ._headerTitle_1ygse_77,
2534
+ ._narrow_1ygse_81 ._heading_1ygse_78 ._itemHeader_1ygse_78 {
2529
2535
  opacity: 0;
2530
2536
  }
2531
- ._stickyHeader_kq2bf_85 {
2537
+ ._stickyHeader_1ygse_85 {
2532
2538
  position: sticky;
2533
2539
  top: 0;
2534
2540
  background-color: var(--color-background);
2535
2541
  z-index: 10;
2536
2542
  }
2537
- ._itemHeader_kq2bf_78 {
2538
- padding: var(--spacing-sm) var(--padding-x);
2543
+ ._itemHeader_1ygse_78 {
2544
+ padding: var(--spacing-2) var(--padding-x);
2539
2545
  display: flex;
2540
2546
  align-items: flex-start;
2541
2547
  }
2542
- ._itemHeader_kq2bf_78 ._title_kq2bf_96 {
2548
+ ._itemHeader_1ygse_78 ._title_1ygse_96 {
2543
2549
  margin: 0;
2544
2550
  padding: 0;
2545
2551
  flex-grow: 1;
2546
2552
  min-width: 0;
2547
2553
  }
2548
- ._itemHeader_kq2bf_78 ._name_kq2bf_102 {
2554
+ ._itemHeader_1ygse_78 ._name_1ygse_102 {
2549
2555
  font-weight: 400;
2550
2556
  }
2551
- ._itemHeader_kq2bf_78 ._iconTooltipMargin_kq2bf_105 {
2552
- margin-left: var(--spacing-xs);
2557
+ ._itemHeader_1ygse_78 ._iconTooltipMargin_1ygse_105 {
2558
+ margin-left: var(--spacing-2);
2553
2559
  }
2554
- ._itemHeader_kq2bf_78 ._bold_kq2bf_108 {
2560
+ ._itemHeader_1ygse_78 ._bold_1ygse_108 {
2555
2561
  font-weight: bold;
2556
2562
  }
2557
- ._header_kq2bf_77 {
2563
+ ._header_1ygse_77 {
2558
2564
  padding: var(--padding);
2559
2565
  display: flex;
2560
2566
  align-items: center;
2561
2567
  border-bottom: 1px solid var(--color-border);
2562
2568
  }
2563
- ._toggleNarrow_kq2bf_117 {
2569
+ ._toggleNarrow_1ygse_117 {
2564
2570
  margin-right: 16px;
2565
2571
  margin-left: -5px;
2566
2572
  color: #c8c8c8;
@@ -2569,48 +2575,48 @@ html[data-theme='dark'] {
2569
2575
  width: 22px;
2570
2576
  justify-content: center;
2571
2577
  }
2572
- ._toggleNarrow_kq2bf_117:hover {
2578
+ ._toggleNarrow_1ygse_117:hover {
2573
2579
  color: var(--color-text-primary-hover);
2574
2580
  }
2575
- ._toggleNarrow_kq2bf_117:active {
2581
+ ._toggleNarrow_1ygse_117:active {
2576
2582
  color: var(--color-text-primary-active);
2577
2583
  }
2578
- ._narrow_kq2bf_81 ._toggleNarrow_kq2bf_117 {
2584
+ ._narrow_1ygse_81 ._toggleNarrow_1ygse_117 {
2579
2585
  transform: scaleX(-1);
2580
2586
  }
2581
- ._drag_kq2bf_135 {
2587
+ ._drag_1ygse_135 {
2582
2588
  color: var(--color-text-faint);
2583
2589
  display: flex;
2584
2590
  align-items: center;
2585
2591
  justify-content: center;
2586
- margin-right: var(--spacing-xs);
2592
+ margin-right: var(--spacing-2);
2587
2593
  margin-left: -6px;
2588
2594
  cursor: move;
2589
2595
  height: 19px;
2590
2596
  width: 19px;
2591
2597
  }
2592
- ._drag_kq2bf_135:hover {
2598
+ ._drag_1ygse_135:hover {
2593
2599
  color: var(--color-text-primary-hover);
2594
2600
  }
2595
- ._drag_kq2bf_135:active {
2601
+ ._drag_1ygse_135:active {
2596
2602
  color: var(--color-text-primary-active);
2597
2603
  }
2598
- ._list_kq2bf_152 {
2604
+ ._list_1ygse_152 {
2599
2605
  flex-shrink: 0;
2600
2606
  background: var(--color-background);
2601
2607
  }
2602
- ._list_kq2bf_152._bordered_kq2bf_156:first-child,
2603
- ._list_kq2bf_152._bordered_kq2bf_156:first-child > :first-child {
2608
+ ._list_1ygse_152._bordered_1ygse_156:first-child,
2609
+ ._list_1ygse_152._bordered_1ygse_156:first-child > :first-child {
2604
2610
  border-top-left-radius: inherit;
2605
2611
  border-top-right-radius: inherit;
2606
2612
  }
2607
- ._list_kq2bf_152._bordered_kq2bf_156:last-child,
2608
- ._list_kq2bf_152._bordered_kq2bf_156:last-child > :last-child {
2613
+ ._list_1ygse_152._bordered_1ygse_156:last-child,
2614
+ ._list_1ygse_152._bordered_1ygse_156:last-child > :last-child {
2609
2615
  border-bottom-left-radius: inherit;
2610
2616
  border-bottom-right-radius: inherit;
2611
2617
  border-bottom: 0;
2612
2618
  }
2613
- ._item_kq2bf_78 {
2619
+ ._item_1ygse_78 {
2614
2620
  color: inherit;
2615
2621
  display: block;
2616
2622
  transition: background-color 0.2s;
@@ -2621,84 +2627,84 @@ html[data-theme='dark'] {
2621
2627
  overflow-wrap: break-word;
2622
2628
  hyphens: auto;
2623
2629
  }
2624
- ._item_kq2bf_78:not(._heading_kq2bf_78):after {
2630
+ ._item_1ygse_78:not(._heading_1ygse_78):after {
2625
2631
  content: '';
2626
2632
  position: absolute;
2627
2633
  left: 0;
2628
2634
  top: 0;
2629
2635
  bottom: 0;
2630
- width: 5px;
2636
+ width: 2px;
2631
2637
  border-top-left-radius: inherit;
2632
2638
  border-bottom-left-radius: inherit;
2633
2639
  transition: background 0.3s;
2634
2640
  }
2635
- ._item_kq2bf_78._action_kq2bf_189 {
2641
+ ._item_1ygse_78._action_1ygse_189 {
2636
2642
  cursor: pointer;
2637
2643
  }
2638
- ._item_kq2bf_78._action_kq2bf_189:not(._active_kq2bf_192):hover {
2644
+ ._item_1ygse_78._action_1ygse_189:not(._active_1ygse_192):hover {
2639
2645
  background: var(--color-background-listitem-hover);
2640
2646
  }
2641
- ._item_kq2bf_78._action_kq2bf_189:not(._active_kq2bf_192):hover:after {
2647
+ ._item_1ygse_78._action_1ygse_189:not(._active_1ygse_192):hover:after {
2642
2648
  background: rgba(0, 0, 0, 0.1);
2643
2649
  }
2644
- ._item_kq2bf_78._active_kq2bf_192 {
2650
+ ._item_1ygse_78._active_1ygse_192 {
2645
2651
  cursor: default;
2646
2652
  position: relative;
2647
2653
  z-index: 1;
2648
2654
  background: var(--color-background-listitem-active);
2649
2655
  }
2650
- ._item_kq2bf_78._active_kq2bf_192:after {
2656
+ ._item_1ygse_78._active_1ygse_192:after {
2651
2657
  background: var(--color-background-primary) !important;
2652
2658
  }
2653
- ._item_kq2bf_78._disabled_kq2bf_207 {
2659
+ ._item_1ygse_78._disabled_1ygse_207 {
2654
2660
  color: var(--color-text-faint);
2655
2661
  pointer-events: none;
2656
2662
  }
2657
- ._item_kq2bf_78._heading_kq2bf_78 {
2663
+ ._item_1ygse_78._heading_1ygse_78 {
2658
2664
  color: var(--color-text-muted);
2659
2665
  background-color: transparent;
2660
2666
  }
2661
- ._item_kq2bf_78._heading_kq2bf_78._action_kq2bf_189:hover {
2667
+ ._item_1ygse_78._heading_1ygse_78._action_1ygse_189:hover {
2662
2668
  color: var(--color-text-primary-hover);
2663
2669
  }
2664
- ._item_kq2bf_78 ._label_kq2bf_218 {
2670
+ ._item_1ygse_78 ._label_1ygse_218 {
2665
2671
  margin-right: 15px;
2666
2672
  margin-left: -5px;
2667
2673
  margin-top: -2px;
2668
2674
  margin-bottom: -2px;
2669
2675
  flex-shrink: 0;
2670
2676
  }
2671
- ._item_kq2bf_78 ._details_kq2bf_225,
2672
- ._item_kq2bf_78 ._metadata_kq2bf_226 {
2677
+ ._item_1ygse_78 ._details_1ygse_225,
2678
+ ._item_1ygse_78 ._metadata_1ygse_226 {
2673
2679
  display: block;
2674
2680
  width: 100%;
2675
2681
  font-weight: normal;
2676
2682
  }
2677
- ._item_kq2bf_78 ._metadata_kq2bf_226 {
2683
+ ._item_1ygse_78 ._metadata_1ygse_226 {
2678
2684
  color: var(--color-text-muted);
2679
2685
  }
2680
- ._item_kq2bf_78 ._itemContent_kq2bf_234 {
2681
- padding: 0 var(--padding-x) var(--spacing-sm);
2686
+ ._item_1ygse_78 ._itemContent_1ygse_234 {
2687
+ padding: 0 var(--padding-x) var(--spacing-2);
2682
2688
  cursor: auto;
2683
2689
  }
2684
- ._item_kq2bf_78 ._itemContent_kq2bf_234:empty {
2690
+ ._item_1ygse_78 ._itemContent_1ygse_234:empty {
2685
2691
  padding: inherit;
2686
2692
  }
2687
- ._indentIcon_kq2bf_241 {
2693
+ ._indentIcon_1ygse_241 {
2688
2694
  color: var(--color-text-faint);
2689
2695
  width: 20px;
2690
2696
  flex-shrink: 0;
2691
2697
  }
2692
- ._expandIcon_kq2bf_246 {
2698
+ ._expandIcon_1ygse_246 {
2693
2699
  width: 20px;
2694
2700
  flex-shrink: 0;
2695
2701
  position: relative;
2696
2702
  margin-top: 1px;
2697
2703
  }
2698
- ._expandIcon_kq2bf_246._expanded_kq2bf_252 svg {
2704
+ ._expandIcon_1ygse_246._expanded_1ygse_252 svg {
2699
2705
  transform: rotate(90deg);
2700
2706
  }
2701
- ._right_kq2bf_255 {
2707
+ ._right_1ygse_255 {
2702
2708
  margin-left: auto;
2703
2709
  display: flex;
2704
2710
  align-items: center;
@@ -2706,47 +2712,47 @@ html[data-theme='dark'] {
2706
2712
  margin-bottom: -2px;
2707
2713
  margin-right: -8px;
2708
2714
  }
2709
- ._actions_kq2bf_263 {
2710
- margin-left: var(--spacing-xs);
2715
+ ._actions_1ygse_263 {
2716
+ margin-left: var(--spacing-2);
2711
2717
  display: flex;
2712
2718
  align-items: center;
2713
2719
  }
2714
- ._scrollableList_kq2bf_268 {
2720
+ ._scrollableList_1ygse_268 {
2715
2721
  height: 100%;
2716
2722
  overflow-y: auto;
2717
2723
  scroll-behavior: smooth;
2718
2724
  }
2719
- ._hideScrollbar_kq2bf_67 {
2725
+ ._hideScrollbar_1ygse_67 {
2720
2726
  /* Firefox */
2721
2727
  scrollbar-width: none;
2722
2728
  /* IE 10+ */
2723
2729
  -ms-overflow-style: none;
2724
2730
  /* Chrome, Safari and Opera */
2725
2731
  }
2726
- ._hideScrollbar_kq2bf_67::-webkit-scrollbar {
2732
+ ._hideScrollbar_1ygse_67::-webkit-scrollbar {
2727
2733
  display: none;
2728
2734
  }
2729
- ._loader_cvm5e_1 {
2735
+ ._loader_1g5vh_1 {
2730
2736
  width: 100%;
2731
2737
  height: 100%;
2732
2738
  position: relative;
2733
2739
  border-radius: inherit;
2734
2740
  }
2735
- ._loader_cvm5e_1._fullViewPortSize_cvm5e_7 {
2741
+ ._loader_1g5vh_1._fullViewPortSize_1g5vh_7 {
2736
2742
  position: absolute;
2737
2743
  top: 0;
2738
2744
  left: 0;
2739
2745
  width: 100vw;
2740
2746
  height: 100vh;
2741
2747
  }
2742
- ._loader_cvm5e_1._cover_cvm5e_14 {
2748
+ ._loader_1g5vh_1._cover_1g5vh_14 {
2743
2749
  position: absolute;
2744
2750
  top: 0;
2745
2751
  left: 0;
2746
2752
  bottom: 0;
2747
2753
  right: 0;
2748
2754
  }
2749
- ._dimmer_cvm5e_21 {
2755
+ ._dimmer_1g5vh_21 {
2750
2756
  position: absolute;
2751
2757
  top: 0;
2752
2758
  left: 0;
@@ -2769,92 +2775,92 @@ html[data-theme='dark'] {
2769
2775
  display: flex;
2770
2776
  opacity: 0.95;
2771
2777
  }
2772
- ._content_cvm5e_44 {
2778
+ ._content_1g5vh_44 {
2773
2779
  display: flex;
2774
2780
  flex-direction: column;
2775
2781
  align-items: center;
2776
2782
  }
2777
- ._text_cvm5e_49 {
2783
+ ._text_1g5vh_49 {
2778
2784
  margin-top: 12px;
2779
2785
  opacity: 0.6;
2780
2786
  }
2781
- ._details_cvm5e_53 {
2782
- margin-top: var(--spacing-xs);
2787
+ ._details_1g5vh_53 {
2788
+ margin-top: var(--spacing-2);
2783
2789
  }
2784
- ._inputInTable_1k0ge_1 {
2790
+ ._inputInTable_145az_1 {
2785
2791
  background-color: transparent;
2786
2792
  border-radius: inherit !important;
2787
2793
  height: var(--size);
2788
2794
  min-height: 100%;
2789
2795
  }
2790
- ._inputInTable_1k0ge_1:not(:hover) {
2796
+ ._inputInTable_145az_1:not(:hover) {
2791
2797
  border-color: transparent;
2792
2798
  }
2793
- ._inputInTable_1k0ge_1:not(:focus) {
2799
+ ._inputInTable_145az_1:not(:focus) {
2794
2800
  box-shadow: none;
2795
2801
  }
2796
- ._inputHover_1k0ge_13 {
2802
+ ._inputHover_145az_13 {
2797
2803
  position: relative;
2798
2804
  border-color: var(--color-border-hover);
2799
2805
  z-index: 2;
2800
2806
  }
2801
- ._inputFocus_1k0ge_18 {
2807
+ ._inputFocus_145az_18 {
2802
2808
  position: relative;
2803
2809
  outline: none !important;
2804
2810
  border-color: var(--color-border-focus) !important;
2805
2811
  box-shadow: var(--shadow-focus);
2806
2812
  z-index: 3;
2807
2813
  }
2808
- ._inputError_1k0ge_25,
2809
- ._inputWarning_1k0ge_26 {
2814
+ ._inputError_145az_25,
2815
+ ._inputWarning_145az_26 {
2810
2816
  position: relative;
2811
2817
  }
2812
- ._inputError_1k0ge_25 {
2818
+ ._inputError_145az_25 {
2813
2819
  z-index: 2;
2814
2820
  border-color: var(--color-border-error);
2815
2821
  color: var(--color-text-error) !important;
2816
2822
  background-color: var(--color-background-error);
2817
2823
  }
2818
- ._inputError_1k0ge_25:hover {
2824
+ ._inputError_145az_25:hover {
2819
2825
  border-color: var(--color-border-error-hover) !important;
2820
2826
  }
2821
- ._inputError_1k0ge_25:focus {
2827
+ ._inputError_145az_25:focus {
2822
2828
  position: relative;
2823
2829
  outline: none !important;
2824
2830
  border-color: var(--color-border-focus) !important;
2825
2831
  box-shadow: var(--shadow-focus);
2826
2832
  z-index: 3;
2827
2833
  }
2828
- ._inputWarning_1k0ge_26 {
2834
+ ._inputWarning_145az_26 {
2829
2835
  z-index: 1;
2830
2836
  border-color: var(--color-border-warning);
2831
2837
  color: var(--color-text-warning) !important;
2832
2838
  background-color: var(--color-background-warning);
2833
2839
  }
2834
- ._inputWarning_1k0ge_26:hover {
2840
+ ._inputWarning_145az_26:hover {
2835
2841
  border-color: var(--color-border-warning-hover) !important;
2836
2842
  }
2837
- ._inputWarning_1k0ge_26:focus {
2843
+ ._inputWarning_145az_26:focus {
2838
2844
  position: relative;
2839
2845
  outline: none !important;
2840
2846
  border-color: var(--color-border-focus) !important;
2841
2847
  box-shadow: var(--shadow-focus);
2842
2848
  z-index: 3;
2843
2849
  }
2844
- ._inputDisabled_1k0ge_61 {
2850
+ ._inputDisabled_145az_61 {
2845
2851
  pointer-events: none;
2846
2852
  background-color: var(--color-background-disabled);
2847
2853
  color: var(--color-text-muted);
2848
2854
  box-shadow: none;
2849
2855
  }
2850
- ._hideScrollbars_1k0ge_67 {
2856
+ ._hideScrollbars_145az_67 {
2851
2857
  /* Firefox */
2852
2858
  scrollbar-width: none;
2853
2859
  /* IE 10+ */
2854
2860
  -ms-overflow-style: none;
2855
2861
  /* Chrome, Safari and Opera */
2856
2862
  }
2857
- ._hideScrollbars_1k0ge_67::-webkit-scrollbar {
2863
+ ._hideScrollbars_145az_67::-webkit-scrollbar {
2858
2864
  display: none;
2859
2865
  }
2860
2866
  :root {
@@ -2863,7 +2869,7 @@ html[data-theme='dark'] {
2863
2869
  html[data-theme='dark'] {
2864
2870
  --color-border-message: rgba(255, 255, 255, 0.1);
2865
2871
  }
2866
- ._container_1k0ge_83 {
2872
+ ._container_145az_83 {
2867
2873
  padding: var(--padding-card);
2868
2874
  border-radius: var(--border-radius);
2869
2875
  display: inline-flex;
@@ -2878,40 +2884,40 @@ html[data-theme='dark'] {
2878
2884
  -ms-overflow-style: none;
2879
2885
  /* Chrome, Safari and Opera */
2880
2886
  }
2881
- ._container_1k0ge_83::-webkit-scrollbar {
2887
+ ._container_145az_83::-webkit-scrollbar {
2882
2888
  display: none;
2883
2889
  }
2884
- ._container_1k0ge_83._block_1k0ge_101 {
2890
+ ._container_145az_83._block_145az_101 {
2885
2891
  display: flex;
2886
2892
  }
2887
- ._container_1k0ge_83._info_1k0ge_104 {
2893
+ ._container_145az_83._info_145az_104 {
2888
2894
  color: var(--color-text-info);
2889
2895
  background-color: var(--color-background-info);
2890
2896
  }
2891
- ._container_1k0ge_83._success_1k0ge_108 {
2897
+ ._container_145az_83._success_145az_108 {
2892
2898
  color: var(--color-text-success);
2893
2899
  background-color: var(--color-background-success);
2894
2900
  }
2895
- ._container_1k0ge_83._warning_1k0ge_112 {
2901
+ ._container_145az_83._warning_145az_112 {
2896
2902
  color: var(--color-text-warning);
2897
2903
  background-color: var(--color-background-warning);
2898
2904
  }
2899
- ._container_1k0ge_83._error_1k0ge_116 {
2905
+ ._container_145az_83._error_145az_116 {
2900
2906
  color: var(--color-text-error);
2901
2907
  background-color: var(--color-background-error);
2902
2908
  }
2903
- ._content_1k0ge_120 {
2909
+ ._content_145az_120 {
2904
2910
  flex: 1;
2905
2911
  min-width: 0;
2906
2912
  }
2907
- ._heading_1k0ge_124 {
2913
+ ._heading_145az_124 {
2908
2914
  font-weight: bold;
2909
2915
  letter-spacing: 0.1em;
2910
2916
  text-transform: uppercase;
2911
2917
  font-size: var(--font-size-sm);
2912
2918
  line-height: var(--line-height);
2913
2919
  }
2914
- ._icon_1k0ge_131 {
2920
+ ._icon_145az_131 {
2915
2921
  display: flex;
2916
2922
  justify-content: center;
2917
2923
  align-items: center;
@@ -2919,41 +2925,41 @@ html[data-theme='dark'] {
2919
2925
  margin-right: 12px;
2920
2926
  font-size: 18px;
2921
2927
  }
2922
- ._dismiss_1k0ge_139 {
2928
+ ._dismiss_145az_139 {
2923
2929
  margin-left: 12px;
2924
2930
  color: var(--color-text);
2925
2931
  }
2926
- ._dismiss_1k0ge_139._absolute_1k0ge_143 {
2932
+ ._dismiss_145az_139._absolute_145az_143 {
2927
2933
  position: absolute;
2928
- top: var(--spacing-xs);
2929
- right: var(--spacing-sm);
2934
+ top: var(--spacing-2);
2935
+ right: var(--spacing-3);
2930
2936
  }
2931
- ._dismiss_1k0ge_139 {
2937
+ ._dismiss_145az_139 {
2932
2938
  display: flex;
2933
2939
  margin-top: -2px;
2934
2940
  margin-bottom: -2px;
2935
2941
  margin-right: -6px;
2936
2942
  }
2937
- ._legendToggle_1k0ge_154 {
2943
+ ._legendToggle_145az_154 {
2938
2944
  opacity: 0.6;
2939
2945
  }
2940
- ._legendToggle_1k0ge_154:hover {
2946
+ ._legendToggle_145az_154:hover {
2941
2947
  opacity: 0.8;
2942
2948
  cursor: pointer;
2943
2949
  }
2944
- ._legendToggle_1k0ge_154:active {
2950
+ ._legendToggle_145az_154:active {
2945
2951
  opacity: 1;
2946
2952
  }
2947
- ._detailsText_1k0ge_164 {
2948
- margin-top: var(--spacing);
2953
+ ._detailsText_145az_164 {
2954
+ margin-top: var(--padding-y);
2949
2955
  word-break: break-word;
2950
2956
  }
2951
- ._footer_1k0ge_168 {
2957
+ ._footer_145az_168 {
2952
2958
  display: flex;
2953
2959
  flex-wrap: wrap;
2954
- gap: var(--spacing-sm);
2955
- margin-top: var(--spacing-xs);
2956
- margin-bottom: var(--spacing-2xs);
2960
+ gap: var(--spacing-3);
2961
+ margin-top: var(--spacing-2);
2962
+ margin-bottom: var(--spacing-1);
2957
2963
  }
2958
2964
  ._wrapper_ijw69_1 {
2959
2965
  z-index: var(--zindex-modal);
@@ -3057,212 +3063,212 @@ html[data-theme='dark'] {
3057
3063
  ._page_beskc_1._scroll_beskc_23 {
3058
3064
  overflow: auto;
3059
3065
  }
3060
- ._inputInTable_1cli0_1 {
3066
+ ._inputInTable_1gnm8_1 {
3061
3067
  background-color: transparent;
3062
3068
  border-radius: inherit !important;
3063
3069
  height: var(--size);
3064
3070
  min-height: 100%;
3065
3071
  }
3066
- ._inputInTable_1cli0_1:not(:hover) {
3072
+ ._inputInTable_1gnm8_1:not(:hover) {
3067
3073
  border-color: transparent;
3068
3074
  }
3069
- ._inputInTable_1cli0_1:not(:focus) {
3075
+ ._inputInTable_1gnm8_1:not(:focus) {
3070
3076
  box-shadow: none;
3071
3077
  }
3072
- ._inputHover_1cli0_13 {
3078
+ ._inputHover_1gnm8_13 {
3073
3079
  position: relative;
3074
3080
  border-color: var(--color-border-hover);
3075
3081
  z-index: 2;
3076
3082
  }
3077
- ._inputFocus_1cli0_18 {
3083
+ ._inputFocus_1gnm8_18 {
3078
3084
  position: relative;
3079
3085
  outline: none !important;
3080
3086
  border-color: var(--color-border-focus) !important;
3081
3087
  box-shadow: var(--shadow-focus);
3082
3088
  z-index: 3;
3083
3089
  }
3084
- ._inputError_1cli0_25,
3085
- ._inputWarning_1cli0_26 {
3090
+ ._inputError_1gnm8_25,
3091
+ ._inputWarning_1gnm8_26 {
3086
3092
  position: relative;
3087
3093
  }
3088
- ._inputError_1cli0_25 {
3094
+ ._inputError_1gnm8_25 {
3089
3095
  z-index: 2;
3090
3096
  border-color: var(--color-border-error);
3091
3097
  color: var(--color-text-error) !important;
3092
3098
  background-color: var(--color-background-error);
3093
3099
  }
3094
- ._inputError_1cli0_25:hover {
3100
+ ._inputError_1gnm8_25:hover {
3095
3101
  border-color: var(--color-border-error-hover) !important;
3096
3102
  }
3097
- ._inputError_1cli0_25:focus {
3103
+ ._inputError_1gnm8_25:focus {
3098
3104
  position: relative;
3099
3105
  outline: none !important;
3100
3106
  border-color: var(--color-border-focus) !important;
3101
3107
  box-shadow: var(--shadow-focus);
3102
3108
  z-index: 3;
3103
3109
  }
3104
- ._inputWarning_1cli0_26 {
3110
+ ._inputWarning_1gnm8_26 {
3105
3111
  z-index: 1;
3106
3112
  border-color: var(--color-border-warning);
3107
3113
  color: var(--color-text-warning) !important;
3108
3114
  background-color: var(--color-background-warning);
3109
3115
  }
3110
- ._inputWarning_1cli0_26:hover {
3116
+ ._inputWarning_1gnm8_26:hover {
3111
3117
  border-color: var(--color-border-warning-hover) !important;
3112
3118
  }
3113
- ._inputWarning_1cli0_26:focus {
3119
+ ._inputWarning_1gnm8_26:focus {
3114
3120
  position: relative;
3115
3121
  outline: none !important;
3116
3122
  border-color: var(--color-border-focus) !important;
3117
3123
  box-shadow: var(--shadow-focus);
3118
3124
  z-index: 3;
3119
3125
  }
3120
- ._inputDisabled_1cli0_61 {
3126
+ ._inputDisabled_1gnm8_61 {
3121
3127
  pointer-events: none;
3122
3128
  background-color: var(--color-background-disabled);
3123
3129
  color: var(--color-text-muted);
3124
3130
  box-shadow: none;
3125
3131
  }
3126
- ._hideScrollbars_1cli0_67 {
3132
+ ._hideScrollbars_1gnm8_67 {
3127
3133
  /* Firefox */
3128
3134
  scrollbar-width: none;
3129
3135
  /* IE 10+ */
3130
3136
  -ms-overflow-style: none;
3131
3137
  /* Chrome, Safari and Opera */
3132
3138
  }
3133
- ._hideScrollbars_1cli0_67::-webkit-scrollbar {
3139
+ ._hideScrollbars_1gnm8_67::-webkit-scrollbar {
3134
3140
  display: none;
3135
3141
  }
3136
- ._select_1cli0_77 {
3142
+ ._select_1gnm8_77 {
3137
3143
  appearance: none !important;
3138
3144
  -webkit-appearance: none !important;
3139
3145
  -moz-appearance: none !important;
3140
3146
  display: inline-block;
3141
3147
  width: 100%;
3142
3148
  padding: var(--padding-input);
3143
- padding-right: calc(var(--padding-input-x) + var(--font-size));
3149
+ padding-right: calc(var(--padding-input-x) + var(--font-size) + var(--spacing-1));
3144
3150
  color: var(--color-text);
3145
3151
  vertical-align: middle;
3146
- background: var(--color-background-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(63, 63, 51)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E") no-repeat right var(--spacing-xs) center;
3152
+ background: var(--color-background-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(63, 63, 51)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E") no-repeat right var(--spacing-2) center;
3147
3153
  background-size: var(--font-size);
3148
3154
  border: 1px solid var(--color-border);
3149
3155
  border-radius: var(--border-radius);
3150
3156
  height: var(--size);
3151
3157
  box-shadow: var(--shadow-button);
3152
3158
  }
3153
- [data-theme='dark'] ._select_1cli0_77 {
3159
+ [data-theme='dark'] ._select_1gnm8_77 {
3154
3160
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(215, 215, 206)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
3155
3161
  }
3156
- ._select_1cli0_77 option {
3162
+ ._select_1gnm8_77 option {
3157
3163
  background: var(--color-background-input);
3158
3164
  color: var(--color-text);
3159
3165
  }
3160
- ._select_1cli0_77 option:focus {
3166
+ ._select_1gnm8_77 option:focus {
3161
3167
  background-color: var(--color-background-listitem-active);
3162
3168
  }
3163
- ._select_1cli0_77:-moz-focusring {
3169
+ ._select_1gnm8_77:-moz-focusring {
3164
3170
  color: transparent !important;
3165
3171
  text-shadow: 0 0 0 #000 !important;
3166
3172
  }
3167
- ._select_1cli0_77:hover {
3173
+ ._select_1gnm8_77:hover {
3168
3174
  position: relative;
3169
3175
  border-color: var(--color-border-hover);
3170
3176
  z-index: 2;
3171
3177
  cursor: pointer;
3172
3178
  }
3173
- ._select_1cli0_77:focus {
3179
+ ._select_1gnm8_77:focus {
3174
3180
  position: relative;
3175
3181
  outline: none !important;
3176
3182
  border-color: var(--color-border-focus) !important;
3177
3183
  box-shadow: var(--shadow-focus);
3178
3184
  z-index: 3;
3179
3185
  }
3180
- ._select_1cli0_77._isInTable_1cli0_121 {
3186
+ ._select_1gnm8_77._isInTable_1gnm8_121 {
3181
3187
  background-color: transparent;
3182
3188
  border-radius: inherit !important;
3183
3189
  height: var(--size);
3184
3190
  min-height: 100%;
3185
3191
  }
3186
- ._select_1cli0_77._isInTable_1cli0_121:not(:hover) {
3192
+ ._select_1gnm8_77._isInTable_1gnm8_121:not(:hover) {
3187
3193
  border-color: transparent;
3188
3194
  }
3189
- ._select_1cli0_77._isInTable_1cli0_121:not(:focus) {
3195
+ ._select_1gnm8_77._isInTable_1gnm8_121:not(:focus) {
3190
3196
  box-shadow: none;
3191
3197
  }
3192
- ._select_1cli0_77._unSelected_1cli0_133 {
3198
+ ._select_1gnm8_77._unSelected_1gnm8_133 {
3193
3199
  color: var(--color-text-placeholder) !important;
3194
3200
  }
3195
- ._select_1cli0_77._unSelected_1cli0_133:-moz-focusring {
3201
+ ._select_1gnm8_77._unSelected_1gnm8_133:-moz-focusring {
3196
3202
  color: transparent !important;
3197
3203
  text-shadow: 0 0 0 #000 !important;
3198
3204
  }
3199
- ._select_1cli0_77._error_1cli0_140 {
3205
+ ._select_1gnm8_77._error_1gnm8_140 {
3200
3206
  position: relative;
3201
3207
  z-index: 2;
3202
3208
  border-color: var(--color-border-error);
3203
3209
  color: var(--color-text-error) !important;
3204
3210
  background-color: var(--color-background-error);
3205
3211
  }
3206
- ._select_1cli0_77._error_1cli0_140:hover {
3212
+ ._select_1gnm8_77._error_1gnm8_140:hover {
3207
3213
  border-color: var(--color-border-error-hover) !important;
3208
3214
  }
3209
- ._select_1cli0_77._error_1cli0_140:focus {
3215
+ ._select_1gnm8_77._error_1gnm8_140:focus {
3210
3216
  position: relative;
3211
3217
  outline: none !important;
3212
3218
  border-color: var(--color-border-focus) !important;
3213
3219
  box-shadow: var(--shadow-focus);
3214
3220
  z-index: 3;
3215
3221
  }
3216
- ._select_1cli0_77._warning_1cli0_157 {
3222
+ ._select_1gnm8_77._warning_1gnm8_157 {
3217
3223
  position: relative;
3218
3224
  z-index: 1;
3219
3225
  border-color: var(--color-border-warning);
3220
3226
  color: var(--color-text-warning) !important;
3221
3227
  background-color: var(--color-background-warning);
3222
3228
  }
3223
- ._select_1cli0_77._warning_1cli0_157:hover {
3229
+ ._select_1gnm8_77._warning_1gnm8_157:hover {
3224
3230
  border-color: var(--color-border-warning-hover) !important;
3225
3231
  }
3226
- ._select_1cli0_77._warning_1cli0_157:focus {
3232
+ ._select_1gnm8_77._warning_1gnm8_157:focus {
3227
3233
  position: relative;
3228
3234
  outline: none !important;
3229
3235
  border-color: var(--color-border-focus) !important;
3230
3236
  box-shadow: var(--shadow-focus);
3231
3237
  z-index: 3;
3232
3238
  }
3233
- ._select_1cli0_77._small_1cli0_174 {
3239
+ ._select_1gnm8_77._small_1gnm8_174 {
3234
3240
  font-size: var(--font-size-sm);
3235
3241
  height: var(--size-sm);
3236
3242
  padding: var(--padding-input-sm);
3237
3243
  background-size: var(--font-size-sm);
3238
- background-position: right var(--spacing-2xs) center;
3239
- padding-right: calc(var(--padding-input-sm-x) + var(--font-size-sm));
3244
+ background-position: right var(--spacing-1) center;
3245
+ padding-right: calc(var(--padding-input-sm-x) + var(--font-size-sm) + var(--spacing-1));
3240
3246
  }
3241
- ._select_1cli0_77._right_1cli0_182 {
3247
+ ._select_1gnm8_77._right_1gnm8_182 {
3242
3248
  text-align: right;
3243
3249
  text-align-last: right;
3244
3250
  }
3245
- ._select_1cli0_77[disabled] {
3251
+ ._select_1gnm8_77[disabled] {
3246
3252
  opacity: 1;
3247
3253
  pointer-events: none;
3248
3254
  background-color: var(--color-background-disabled);
3249
3255
  color: var(--color-text-muted);
3250
3256
  box-shadow: none;
3251
3257
  }
3252
- ._groupOrderFirst_1cli0_193,
3253
- ._groupOrderMiddle_1cli0_194 {
3258
+ ._groupOrderFirst_1gnm8_193,
3259
+ ._groupOrderMiddle_1gnm8_194 {
3254
3260
  border-top-right-radius: 0 !important;
3255
3261
  border-bottom-right-radius: 0 !important;
3256
3262
  }
3257
- ._groupOrderLast_1cli0_198,
3258
- ._groupOrderMiddle_1cli0_194 {
3263
+ ._groupOrderLast_1gnm8_198,
3264
+ ._groupOrderMiddle_1gnm8_194 {
3259
3265
  border-top-left-radius: 0 !important;
3260
3266
  border-bottom-left-radius: 0 !important;
3261
3267
  }
3262
- ._layerContainer_1p0ji_1 {
3268
+ ._layerContainer_1fntp_1 {
3263
3269
  z-index: var(--zindex-dropdown);
3264
3270
  }
3265
- ._layer_1p0ji_1 {
3271
+ ._layer_1fntp_1 {
3266
3272
  border: 1px solid var(--color-border);
3267
3273
  border-radius: var(--border-radius);
3268
3274
  overflow: hidden;
@@ -3272,31 +3278,31 @@ html[data-theme='dark'] {
3272
3278
  position: relative;
3273
3279
  font-size: var(--font-size);
3274
3280
  }
3275
- ._layer_1p0ji_1 ul {
3281
+ ._layer_1fntp_1 ul {
3276
3282
  margin: 0;
3277
3283
  padding: 0;
3278
3284
  list-style-type: none;
3279
3285
  }
3280
- ._layer_1p0ji_1 ul li {
3286
+ ._layer_1fntp_1 ul li {
3281
3287
  list-style: none;
3282
3288
  display: block;
3283
3289
  }
3284
- ._layer_1p0ji_1._small_1p0ji_23 {
3290
+ ._layer_1fntp_1._small_1fntp_23 {
3285
3291
  font-size: var(--font-size-sm);
3286
3292
  }
3287
- ._heading_1p0ji_26,
3288
- ._option_1p0ji_27,
3289
- ._message_1p0ji_28 {
3293
+ ._heading_1fntp_26,
3294
+ ._option_1fntp_27,
3295
+ ._message_1fntp_28 {
3290
3296
  padding: var(--padding-input);
3291
3297
  padding-right: 0;
3292
3298
  }
3293
- ._small_1p0ji_23 ._heading_1p0ji_26,
3294
- ._small_1p0ji_23 ._option_1p0ji_27,
3295
- ._small_1p0ji_23 ._message_1p0ji_28 {
3299
+ ._small_1fntp_23 ._heading_1fntp_26,
3300
+ ._small_1fntp_23 ._option_1fntp_27,
3301
+ ._small_1fntp_23 ._message_1fntp_28 {
3296
3302
  padding: var(--padding-input-sm);
3297
3303
  padding-right: 0;
3298
3304
  }
3299
- ._heading_1p0ji_26 {
3305
+ ._heading_1fntp_26 {
3300
3306
  color: var(--color-text-muted);
3301
3307
  letter-spacing: 0.1em;
3302
3308
  text-transform: uppercase;
@@ -3307,13 +3313,13 @@ html[data-theme='dark'] {
3307
3313
  text-overflow: ellipsis;
3308
3314
  white-space: nowrap;
3309
3315
  }
3310
- ._small_1p0ji_23 ._heading_1p0ji_26 {
3316
+ ._small_1fntp_23 ._heading_1fntp_26 {
3311
3317
  font-size: var(--font-size-xs);
3312
3318
  }
3313
- ._message_1p0ji_28 {
3319
+ ._message_1fntp_28 {
3314
3320
  color: var(--color-text-faint);
3315
3321
  }
3316
- ._option_1p0ji_27 {
3322
+ ._option_1fntp_27 {
3317
3323
  line-height: var(--line-height);
3318
3324
  display: flex;
3319
3325
  align-items: center;
@@ -3322,18 +3328,18 @@ html[data-theme='dark'] {
3322
3328
  height: 100%;
3323
3329
  cursor: pointer;
3324
3330
  }
3325
- ._option_1p0ji_27._focused_1p0ji_64,
3326
- ._option_1p0ji_27:hover {
3331
+ ._option_1fntp_27._focused_1fntp_64,
3332
+ ._option_1fntp_27:hover {
3327
3333
  background-color: var(--color-background-listitem-hover);
3328
3334
  }
3329
- ._option_1p0ji_27._selected_1p0ji_68 {
3335
+ ._option_1fntp_27._selected_1fntp_68 {
3330
3336
  background-color: var(--color-background-listitem-active);
3331
3337
  }
3332
- ._option_1p0ji_27._disabled_1p0ji_71 {
3338
+ ._option_1fntp_27._disabled_1fntp_71 {
3333
3339
  opacity: 0.2;
3334
3340
  cursor: inherit;
3335
3341
  }
3336
- ._option_1p0ji_27 ._check_1p0ji_75 {
3342
+ ._option_1fntp_27 ._check_1fntp_75 {
3337
3343
  color: var(--color-text-primary);
3338
3344
  font-size: var(--font-size);
3339
3345
  width: var(--size);
@@ -3343,111 +3349,112 @@ html[data-theme='dark'] {
3343
3349
  align-items: center;
3344
3350
  flex-shrink: 0;
3345
3351
  }
3346
- ._small_1p0ji_23 ._option_1p0ji_27 ._check_1p0ji_75 {
3352
+ ._small_1fntp_23 ._option_1fntp_27 ._check_1fntp_75 {
3347
3353
  width: var(--size-sm);
3348
3354
  height: var(--size-sm);
3349
3355
  }
3350
- ._option_1p0ji_27 ._check_1p0ji_75 svg {
3356
+ ._option_1fntp_27 ._check_1fntp_75 svg {
3351
3357
  display: block;
3352
3358
  }
3353
- ._option_1p0ji_27 ._optionContent_1p0ji_92 {
3359
+ ._option_1fntp_27 ._optionContent_1fntp_92 {
3354
3360
  flex-wrap: wrap;
3355
3361
  margin-right: auto;
3356
3362
  overflow: hidden;
3357
3363
  }
3358
- ._option_1p0ji_27 ._optionContent_1p0ji_92 ._label_1p0ji_97 {
3364
+ ._option_1fntp_27 ._optionContent_1fntp_92 ._label_1fntp_97 {
3359
3365
  max-width: 100%;
3360
3366
  display: block;
3361
3367
  overflow: hidden;
3362
3368
  text-overflow: ellipsis;
3363
3369
  white-space: nowrap;
3364
3370
  }
3365
- ._option_1p0ji_27 ._optionContent_1p0ji_92 ._icon_1p0ji_104 {
3366
- margin-left: var(--spacing-xs);
3371
+ ._option_1fntp_27 ._optionContent_1fntp_92 ._icon_1fntp_104 {
3372
+ display: inline-flex;
3373
+ margin-left: var(--spacing-1);
3367
3374
  line-height: 0;
3368
3375
  }
3369
- ._details_1p0ji_108 {
3376
+ ._details_1fntp_109 {
3370
3377
  float: right;
3371
3378
  display: inline;
3372
3379
  white-space: nowrap;
3373
3380
  }
3374
- ._inputInTable_1nzsx_1 {
3381
+ ._inputInTable_xuwli_1 {
3375
3382
  background-color: transparent;
3376
3383
  border-radius: inherit !important;
3377
3384
  height: var(--size);
3378
3385
  min-height: 100%;
3379
3386
  }
3380
- ._inputInTable_1nzsx_1:not(:hover) {
3387
+ ._inputInTable_xuwli_1:not(:hover) {
3381
3388
  border-color: transparent;
3382
3389
  }
3383
- ._inputInTable_1nzsx_1:not(:focus) {
3390
+ ._inputInTable_xuwli_1:not(:focus) {
3384
3391
  box-shadow: none;
3385
3392
  }
3386
- ._inputHover_1nzsx_13 {
3393
+ ._inputHover_xuwli_13 {
3387
3394
  position: relative;
3388
3395
  border-color: var(--color-border-hover);
3389
3396
  z-index: 2;
3390
3397
  }
3391
- ._inputFocus_1nzsx_18 {
3398
+ ._inputFocus_xuwli_18 {
3392
3399
  position: relative;
3393
3400
  outline: none !important;
3394
3401
  border-color: var(--color-border-focus) !important;
3395
3402
  box-shadow: var(--shadow-focus);
3396
3403
  z-index: 3;
3397
3404
  }
3398
- ._inputError_1nzsx_25,
3399
- ._inputWarning_1nzsx_26 {
3405
+ ._inputError_xuwli_25,
3406
+ ._inputWarning_xuwli_26 {
3400
3407
  position: relative;
3401
3408
  }
3402
- ._inputError_1nzsx_25 {
3409
+ ._inputError_xuwli_25 {
3403
3410
  z-index: 2;
3404
3411
  border-color: var(--color-border-error);
3405
3412
  color: var(--color-text-error) !important;
3406
3413
  background-color: var(--color-background-error);
3407
3414
  }
3408
- ._inputError_1nzsx_25:hover {
3415
+ ._inputError_xuwli_25:hover {
3409
3416
  border-color: var(--color-border-error-hover) !important;
3410
3417
  }
3411
- ._inputError_1nzsx_25:focus {
3418
+ ._inputError_xuwli_25:focus {
3412
3419
  position: relative;
3413
3420
  outline: none !important;
3414
3421
  border-color: var(--color-border-focus) !important;
3415
3422
  box-shadow: var(--shadow-focus);
3416
3423
  z-index: 3;
3417
3424
  }
3418
- ._inputWarning_1nzsx_26 {
3425
+ ._inputWarning_xuwli_26 {
3419
3426
  z-index: 1;
3420
3427
  border-color: var(--color-border-warning);
3421
3428
  color: var(--color-text-warning) !important;
3422
3429
  background-color: var(--color-background-warning);
3423
3430
  }
3424
- ._inputWarning_1nzsx_26:hover {
3431
+ ._inputWarning_xuwli_26:hover {
3425
3432
  border-color: var(--color-border-warning-hover) !important;
3426
3433
  }
3427
- ._inputWarning_1nzsx_26:focus {
3434
+ ._inputWarning_xuwli_26:focus {
3428
3435
  position: relative;
3429
3436
  outline: none !important;
3430
3437
  border-color: var(--color-border-focus) !important;
3431
3438
  box-shadow: var(--shadow-focus);
3432
3439
  z-index: 3;
3433
3440
  }
3434
- ._inputDisabled_1nzsx_61 {
3441
+ ._inputDisabled_xuwli_61 {
3435
3442
  pointer-events: none;
3436
3443
  background-color: var(--color-background-disabled);
3437
3444
  color: var(--color-text-muted);
3438
3445
  box-shadow: none;
3439
3446
  }
3440
- ._hideScrollbars_1nzsx_67 {
3447
+ ._hideScrollbars_xuwli_67 {
3441
3448
  /* Firefox */
3442
3449
  scrollbar-width: none;
3443
3450
  /* IE 10+ */
3444
3451
  -ms-overflow-style: none;
3445
3452
  /* Chrome, Safari and Opera */
3446
3453
  }
3447
- ._hideScrollbars_1nzsx_67::-webkit-scrollbar {
3454
+ ._hideScrollbars_xuwli_67::-webkit-scrollbar {
3448
3455
  display: none;
3449
3456
  }
3450
- ._trigger_1nzsx_77 {
3457
+ ._trigger_xuwli_77 {
3451
3458
  font-weight: normal;
3452
3459
  display: flex;
3453
3460
  align-items: center;
@@ -3459,104 +3466,107 @@ html[data-theme='dark'] {
3459
3466
  padding-left: var(--padding-input-x);
3460
3467
  box-shadow: var(--shadow-button);
3461
3468
  }
3462
- ._trigger_1nzsx_77 input {
3469
+ ._trigger_xuwli_77 input {
3463
3470
  border: none !important;
3464
3471
  background: transparent !important;
3465
3472
  }
3466
- ._trigger_1nzsx_77._isInTable_1nzsx_93 {
3473
+ ._trigger_xuwli_77._isInTable_xuwli_93 {
3467
3474
  background-color: transparent;
3468
3475
  border-radius: inherit !important;
3469
3476
  height: var(--size);
3470
3477
  min-height: 100%;
3471
3478
  }
3472
- ._trigger_1nzsx_77._isInTable_1nzsx_93:not(:hover) {
3479
+ ._trigger_xuwli_77._isInTable_xuwli_93:not(:hover) {
3473
3480
  border-color: transparent;
3474
3481
  }
3475
- ._trigger_1nzsx_77._isInTable_1nzsx_93:not(:focus) {
3482
+ ._trigger_xuwli_77._isInTable_xuwli_93:not(:focus) {
3476
3483
  box-shadow: none;
3477
3484
  }
3478
- ._trigger_1nzsx_77._isInTable_1nzsx_93 ._input_1nzsx_1 {
3485
+ ._trigger_xuwli_77._isInTable_xuwli_93 ._input_xuwli_1 {
3479
3486
  background: transparent !important;
3480
3487
  }
3481
- ._trigger_1nzsx_77:hover {
3488
+ ._trigger_xuwli_77:hover {
3482
3489
  position: relative;
3483
3490
  border-color: var(--color-border-hover);
3484
3491
  z-index: 2;
3485
3492
  cursor: pointer;
3486
3493
  }
3487
- ._trigger_1nzsx_77._isOpen_1nzsx_114,
3488
- ._trigger_1nzsx_77:focus {
3494
+ ._trigger_xuwli_77._isOpen_xuwli_114,
3495
+ ._trigger_xuwli_77:focus {
3489
3496
  position: relative;
3490
3497
  outline: none !important;
3491
3498
  border-color: var(--color-border-focus) !important;
3492
3499
  box-shadow: var(--shadow-focus);
3493
3500
  z-index: 3;
3494
3501
  }
3495
- ._trigger_1nzsx_77._error_1nzsx_122 {
3502
+ ._trigger_xuwli_77._error_xuwli_122 {
3496
3503
  position: relative;
3497
3504
  z-index: 2;
3498
3505
  border-color: var(--color-border-error);
3499
3506
  color: var(--color-text-error) !important;
3500
3507
  background-color: var(--color-background-error);
3501
3508
  }
3502
- ._trigger_1nzsx_77._error_1nzsx_122:hover {
3509
+ ._trigger_xuwli_77._error_xuwli_122:hover {
3503
3510
  border-color: var(--color-border-error-hover) !important;
3504
3511
  }
3505
- ._trigger_1nzsx_77._error_1nzsx_122:focus {
3512
+ ._trigger_xuwli_77._error_xuwli_122:focus {
3506
3513
  position: relative;
3507
3514
  outline: none !important;
3508
3515
  border-color: var(--color-border-focus) !important;
3509
3516
  box-shadow: var(--shadow-focus);
3510
3517
  z-index: 3;
3511
3518
  }
3512
- ._trigger_1nzsx_77._warning_1nzsx_139 {
3519
+ ._trigger_xuwli_77._warning_xuwli_139 {
3513
3520
  position: relative;
3514
3521
  z-index: 1;
3515
3522
  border-color: var(--color-border-warning);
3516
3523
  color: var(--color-text-warning) !important;
3517
3524
  background-color: var(--color-background-warning);
3518
3525
  }
3519
- ._trigger_1nzsx_77._warning_1nzsx_139:hover {
3526
+ ._trigger_xuwli_77._warning_xuwli_139:hover {
3520
3527
  border-color: var(--color-border-warning-hover) !important;
3521
3528
  }
3522
- ._trigger_1nzsx_77._warning_1nzsx_139:focus {
3529
+ ._trigger_xuwli_77._warning_xuwli_139:focus {
3523
3530
  position: relative;
3524
3531
  outline: none !important;
3525
3532
  border-color: var(--color-border-focus) !important;
3526
3533
  box-shadow: var(--shadow-focus);
3527
3534
  z-index: 3;
3528
3535
  }
3529
- ._trigger_1nzsx_77._disabled_1nzsx_156 {
3536
+ ._trigger_xuwli_77._disabled_xuwli_156 {
3530
3537
  pointer-events: none;
3531
3538
  background-color: var(--color-background-disabled);
3532
3539
  color: var(--color-text-muted);
3533
3540
  box-shadow: none;
3534
3541
  }
3535
- ._icons_1nzsx_162 {
3542
+ ._icons_xuwli_162 {
3536
3543
  display: flex;
3537
3544
  flex-wrap: nowrap;
3538
3545
  flex-shrink: 0;
3539
3546
  position: relative;
3540
3547
  z-index: 2;
3541
3548
  }
3542
- ._icons_1nzsx_162 ._clearAll_1nzsx_169,
3543
- ._icons_1nzsx_162 ._iconOpen_1nzsx_170 {
3549
+ ._icons_xuwli_162 ._clearAll_xuwli_169,
3550
+ ._icons_xuwli_162 ._iconOpen_xuwli_170 {
3544
3551
  width: calc((var(--size) + var(--font-size)) / 2);
3545
3552
  height: var(--size);
3546
3553
  display: flex;
3547
3554
  justify-content: flex-start;
3548
3555
  align-items: center;
3549
- color: var(--color-text);
3550
3556
  }
3551
- ._small_1nzsx_178 ._icons_1nzsx_162 ._clearAll_1nzsx_169,
3552
- ._small_1nzsx_178 ._icons_1nzsx_162 ._iconOpen_1nzsx_170 {
3557
+ ._disabled_xuwli_156 ._icons_xuwli_162 ._clearAll_xuwli_169,
3558
+ ._disabled_xuwli_156 ._icons_xuwli_162 ._iconOpen_xuwli_170 {
3559
+ color: var(--color-text-faint);
3560
+ }
3561
+ ._small_xuwli_181 ._icons_xuwli_162 ._clearAll_xuwli_169,
3562
+ ._small_xuwli_181 ._icons_xuwli_162 ._iconOpen_xuwli_170 {
3553
3563
  width: calc((var(--size-sm) + var(--font-size-sm)) / 2);
3554
3564
  height: var(--size-sm);
3555
3565
  }
3556
- ._icons_1nzsx_162 ._clearAll_1nzsx_169:hover {
3566
+ ._icons_xuwli_162 ._clearAll_xuwli_169:hover {
3557
3567
  color: var(--color-text-primary);
3558
3568
  }
3559
- ._triggerInputContainer_1nzsx_186 {
3569
+ ._triggerInputContainer_xuwli_189 {
3560
3570
  display: flex;
3561
3571
  align-items: center;
3562
3572
  position: relative;
@@ -3565,55 +3575,51 @@ html[data-theme='dark'] {
3565
3575
  min-width: 0;
3566
3576
  margin-right: 4px;
3567
3577
  }
3568
- ._right_1nzsx_195 ._triggerInputContainer_1nzsx_186 {
3578
+ ._right_xuwli_198 ._triggerInputContainer_xuwli_189 {
3569
3579
  justify-content: flex-end;
3570
3580
  text-align: right;
3571
3581
  }
3572
- ._right_1nzsx_195 ._triggerInputContainer_1nzsx_186 input {
3582
+ ._right_xuwli_198 ._triggerInputContainer_xuwli_189 input {
3573
3583
  padding-right: 0;
3574
3584
  padding-left: 0;
3575
3585
  text-align: right;
3576
3586
  width: 0;
3577
3587
  }
3578
- ._right_1nzsx_195 ._triggerInputContainer_1nzsx_186 input:focus {
3588
+ ._right_xuwli_198 ._triggerInputContainer_xuwli_189 input:focus {
3579
3589
  width: auto;
3580
3590
  }
3581
- ._multiOptions_1nzsx_208 {
3591
+ ._multiOptions_xuwli_211 {
3582
3592
  display: flex;
3583
3593
  overflow: hidden;
3584
- margin-left: -7px;
3585
- }
3586
- ._small_1nzsx_178 ._multiOptions_1nzsx_208 {
3587
- margin-left: -4px;
3594
+ margin-left: calc((var(--spacing-1) * -1) - 2px);
3588
3595
  }
3589
- ._multiOptions_1nzsx_208:empty {
3596
+ ._multiOptions_xuwli_211:empty {
3590
3597
  display: none !important;
3591
3598
  }
3592
- ._multiOptions_1nzsx_208 ._multiOption_1nzsx_208 {
3599
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 {
3593
3600
  user-select: none;
3594
3601
  pointer-events: none;
3595
3602
  display: inline-flex;
3596
3603
  align-items: center;
3597
3604
  border: 1px solid var(--color-border);
3598
3605
  background-color: var(--color-background);
3599
- padding: 0 5px;
3606
+ padding: 0 var(--spacing-1);
3600
3607
  border-radius: var(--border-radius-sm);
3601
3608
  font-size: var(--font-size-sm);
3602
- height: var(--size-sm);
3609
+ height: calc(var(--size) - 6px);
3603
3610
  color: var(--color-text);
3604
3611
  max-width: 100%;
3605
3612
  min-width: 0;
3606
3613
  flex-shrink: 0;
3607
- margin-right: 3px;
3614
+ margin-right: 2px;
3608
3615
  }
3609
- ._small_1nzsx_178 ._multiOptions_1nzsx_208 ._multiOption_1nzsx_208 {
3610
- height: var(--size-xs);
3611
- padding: 0 3px;
3616
+ ._small_xuwli_181 ._multiOptions_xuwli_211 ._multiOption_xuwli_211 {
3617
+ height: calc(var(--size-sm) - 6px);
3612
3618
  }
3613
- ._multiOptions_1nzsx_208 ._multiOption_1nzsx_208 ._label_1nzsx_240 {
3619
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._label_xuwli_239 {
3614
3620
  white-space: nowrap;
3615
3621
  }
3616
- ._multiOptions_1nzsx_208 ._multiOption_1nzsx_208 ._closeMultiOption_1nzsx_243 {
3622
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._closeMultiOption_xuwli_242 {
3617
3623
  flex-shrink: 0;
3618
3624
  display: flex;
3619
3625
  align-items: center;
@@ -3623,13 +3629,13 @@ html[data-theme='dark'] {
3623
3629
  opacity: 0.25;
3624
3630
  aspect-ratio: 1;
3625
3631
  }
3626
- ._multiOptions_1nzsx_208 ._multiOption_1nzsx_208 ._closeMultiOption_1nzsx_243:hover,
3627
- ._multiOptions_1nzsx_208 ._multiOption_1nzsx_208 ._closeMultiOption_1nzsx_243._focus_1nzsx_254 {
3632
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._closeMultiOption_xuwli_242:hover,
3633
+ ._multiOptions_xuwli_211 ._multiOption_xuwli_211 ._closeMultiOption_xuwli_242._focus_xuwli_253 {
3628
3634
  opacity: 1;
3629
3635
  outline: 0;
3630
3636
  }
3631
- ._selectedSingleValue_1nzsx_258,
3632
- ._placeHolder_1nzsx_259 {
3637
+ ._selectedSingleValue_xuwli_257,
3638
+ ._placeHolder_xuwli_258 {
3633
3639
  line-height: calc(var(--size) - 2px);
3634
3640
  right: 0;
3635
3641
  left: 0;
@@ -3639,10 +3645,10 @@ html[data-theme='dark'] {
3639
3645
  display: block;
3640
3646
  position: absolute;
3641
3647
  }
3642
- ._placeHolder_1nzsx_259 {
3648
+ ._placeHolder_xuwli_258 {
3643
3649
  color: var(--color-text-placeholder);
3644
3650
  }
3645
- ._input_1nzsx_1 {
3651
+ ._input_xuwli_1 {
3646
3652
  font-family: var(--font-family);
3647
3653
  background-color: transparent;
3648
3654
  border: none;
@@ -3650,43 +3656,43 @@ html[data-theme='dark'] {
3650
3656
  padding: 0;
3651
3657
  width: 0;
3652
3658
  }
3653
- ._input_1nzsx_1._error_1nzsx_122 {
3659
+ ._input_xuwli_1._error_xuwli_122 {
3654
3660
  color: var(--color-text-error) !important;
3655
3661
  }
3656
- ._input_1nzsx_1:focus {
3662
+ ._input_xuwli_1:focus {
3657
3663
  outline: none;
3658
3664
  width: auto;
3659
3665
  }
3660
- ._small_1nzsx_178 {
3666
+ ._small_xuwli_181 {
3661
3667
  height: var(--size-sm);
3662
3668
  font-size: var(--font-size-sm);
3663
3669
  padding-left: var(--padding-input-sm-x);
3664
3670
  }
3665
- ._small_1nzsx_178 ._selectedSingleValue_1nzsx_258,
3666
- ._small_1nzsx_178 ._placeHolder_1nzsx_259,
3667
- ._small_1nzsx_178 ._input_1nzsx_1 {
3671
+ ._small_xuwli_181 ._selectedSingleValue_xuwli_257,
3672
+ ._small_xuwli_181 ._placeHolder_xuwli_258,
3673
+ ._small_xuwli_181 ._input_xuwli_1 {
3668
3674
  height: calc(var(--size-sm) - 2px);
3669
3675
  line-height: calc(var(--size-sm) - 2px);
3670
3676
  }
3671
- ._groupOrderFirst_1nzsx_298,
3672
- ._groupOrderMiddle_1nzsx_299 {
3677
+ ._groupOrderFirst_xuwli_297,
3678
+ ._groupOrderMiddle_xuwli_298 {
3673
3679
  border-top-right-radius: 0 !important;
3674
3680
  border-bottom-right-radius: 0 !important;
3675
3681
  }
3676
- ._groupOrderLast_1nzsx_303,
3677
- ._groupOrderMiddle_1nzsx_299 {
3682
+ ._groupOrderLast_xuwli_302,
3683
+ ._groupOrderMiddle_xuwli_298 {
3678
3684
  border-top-left-radius: 0 !important;
3679
3685
  border-bottom-left-radius: 0 !important;
3680
3686
  }
3681
- ._detailedLabel_1nzsx_308 {
3687
+ ._detailedLabel_xuwli_307 {
3682
3688
  width: 100%;
3683
3689
  }
3684
- ._detailedLabel_1nzsx_308 :first-child {
3690
+ ._detailedLabel_xuwli_307 :first-child {
3685
3691
  float: left;
3686
3692
  position: absolute;
3687
3693
  padding-right: 5px;
3688
3694
  }
3689
- ._detailedLabel_1nzsx_308 :last-child {
3695
+ ._detailedLabel_xuwli_307 :last-child {
3690
3696
  float: right;
3691
3697
  }
3692
3698
  ._paginationContainer_1tmz4_1 {
@@ -3774,23 +3780,23 @@ html[data-theme='dark'] {
3774
3780
  font-weight: bold;
3775
3781
  z-index: 1;
3776
3782
  }
3777
- ._wrapper_6mndi_1._inline_6mndi_1 {
3783
+ ._wrapper_p8i3d_1._inline_p8i3d_1 {
3778
3784
  display: flex;
3779
3785
  align-items: center;
3780
3786
  }
3781
- ._wrapper_6mndi_1._inline_6mndi_1 ._radio_6mndi_5:not(:last-child) {
3782
- margin-right: var(--spacing);
3787
+ ._wrapper_p8i3d_1._inline_p8i3d_1 ._radio_p8i3d_5:not(:last-child) {
3788
+ margin-right: var(--spacing-3);
3783
3789
  }
3784
- ._wrapper_6mndi_1 ._labelMargin_6mndi_8 {
3790
+ ._wrapper_p8i3d_1 ._labelMargin_p8i3d_8 {
3785
3791
  margin-right: 10px;
3786
3792
  }
3787
- ._radio_6mndi_5 {
3793
+ ._radio_p8i3d_5 {
3788
3794
  --size-radio: var(--size-xs);
3789
3795
  margin: calc((var(--size) - var(--size-radio)) / 2) 0;
3790
3796
  position: relative;
3791
3797
  display: flex;
3792
3798
  align-items: center;
3793
- gap: var(--spacing-2xs);
3799
+ gap: var(--spacing-1);
3794
3800
  backface-visibility: hidden;
3795
3801
  vertical-align: baseline;
3796
3802
  font-style: normal;
@@ -3800,16 +3806,16 @@ html[data-theme='dark'] {
3800
3806
  min-width: var(--size-radio);
3801
3807
  outline: 0px;
3802
3808
  }
3803
- ._radio_6mndi_5._small_6mndi_27 {
3809
+ ._radio_p8i3d_5._small_p8i3d_27 {
3804
3810
  --size-radio: calc(var(--size-xs) - 4px);
3805
3811
  margin: calc((var(--size-sm) - var(--size-radio)) / 2) 0;
3806
3812
  font-size: var(--font-size-sm);
3807
3813
  }
3808
- ._radio_6mndi_5._noMargin_6mndi_32 {
3814
+ ._radio_p8i3d_5._noMargin_p8i3d_32 {
3809
3815
  margin-top: 0;
3810
3816
  margin-bottom: 0;
3811
3817
  }
3812
- ._radio_6mndi_5 input {
3818
+ ._radio_p8i3d_5 input {
3813
3819
  cursor: pointer;
3814
3820
  position: absolute;
3815
3821
  top: 0;
@@ -3820,17 +3826,17 @@ html[data-theme='dark'] {
3820
3826
  height: var(--size-radio);
3821
3827
  z-index: -1;
3822
3828
  }
3823
- ._radio_6mndi_5 label {
3829
+ ._radio_p8i3d_5 label {
3824
3830
  cursor: pointer;
3825
3831
  position: relative;
3826
3832
  display: block;
3827
- padding-left: calc(var(--size-radio) + var(--spacing-xs));
3833
+ padding-left: calc(var(--size-radio) + var(--spacing-2));
3828
3834
  outline: 0;
3829
3835
  color: var(--color-text);
3830
3836
  transition: color 0.1s ease;
3831
3837
  }
3832
- ._radio_6mndi_5 label:before,
3833
- ._radio_6mndi_5 label:after {
3838
+ ._radio_p8i3d_5 label:before,
3839
+ ._radio_p8i3d_5 label:after {
3834
3840
  content: '';
3835
3841
  position: absolute;
3836
3842
  top: 0;
@@ -3841,45 +3847,45 @@ html[data-theme='dark'] {
3841
3847
  border-radius: 50%;
3842
3848
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
3843
3849
  }
3844
- ._radio_6mndi_5 label:before {
3850
+ ._radio_p8i3d_5 label:before {
3845
3851
  background: var(--color-background-input);
3846
3852
  border: 1px solid var(--color-border-checkbox);
3847
3853
  transform: none;
3848
3854
  }
3849
- ._radio_6mndi_5 label:hover:before {
3855
+ ._radio_p8i3d_5 label:hover:before {
3850
3856
  border-color: var(--color-border-hover);
3851
3857
  }
3852
- ._radio_6mndi_5 label:after {
3858
+ ._radio_p8i3d_5 label:after {
3853
3859
  border: none;
3854
3860
  transform: scale(0.46666667);
3855
3861
  background-color: white;
3856
3862
  box-shadow: var(--shadow-button);
3857
3863
  opacity: 0;
3858
3864
  }
3859
- ._radio_6mndi_5 input:checked ~ label:before {
3865
+ ._radio_p8i3d_5 input:checked ~ label:before {
3860
3866
  background-color: var(--color-background-primary);
3861
3867
  border-color: transparent;
3862
3868
  }
3863
- ._radio_6mndi_5 input:checked ~ label:after {
3869
+ ._radio_p8i3d_5 input:checked ~ label:after {
3864
3870
  opacity: 1;
3865
3871
  }
3866
- ._radio_6mndi_5._disabled_6mndi_90 {
3872
+ ._radio_p8i3d_5._disabled_p8i3d_90 {
3867
3873
  cursor: default;
3868
3874
  pointer-events: none;
3869
3875
  }
3870
- ._radio_6mndi_5._disabled_6mndi_90 label {
3876
+ ._radio_p8i3d_5._disabled_p8i3d_90 label {
3871
3877
  color: var(--color-text-muted);
3872
3878
  }
3873
- ._radio_6mndi_5._disabled_6mndi_90 label:before {
3879
+ ._radio_p8i3d_5._disabled_p8i3d_90 label:before {
3874
3880
  background-color: var(--color-background-disabled) !important;
3875
3881
  }
3876
- ._radio_6mndi_5._disabled_6mndi_90 input:checked ~ label:before {
3882
+ ._radio_p8i3d_5._disabled_p8i3d_90 input:checked ~ label:before {
3877
3883
  border-color: var(--color-border-checkbox);
3878
3884
  }
3879
- ._radio_6mndi_5._disabled_6mndi_90 input:checked ~ label:after {
3885
+ ._radio_p8i3d_5._disabled_p8i3d_90 input:checked ~ label:after {
3880
3886
  background-color: var(--color-border-checkbox);
3881
3887
  }
3882
- ._isInTable_6mndi_106 {
3888
+ ._isInTable_p8i3d_106 {
3883
3889
  margin: 0;
3884
3890
  position: relative;
3885
3891
  top: 1px;
@@ -8396,15 +8402,14 @@ button:active .remirror-menu-pane-shortcut,
8396
8402
  margin: 0;
8397
8403
  /* margin-bottom: var(--rmr-space-2); */
8398
8404
  }
8399
- ._richTextToolbar_vvcb9_1 {
8400
- padding: 0 var(--spacing-xs);
8405
+ ._richTextToolbar_1fwio_1 {
8401
8406
  display: flex;
8402
- gap: var(--spacing-2xs);
8407
+ gap: var(--spacing-1);
8403
8408
  }
8404
- ._richTextToolbarContainer_vvcb9_6 {
8409
+ ._richTextToolbarContainer_1fwio_5 {
8405
8410
  display: flex;
8406
8411
  justify-content: space-between;
8407
- padding: var(--spacing-xs) 0;
8412
+ padding: var(--spacing-2) 0;
8408
8413
  align-items: flex-end;
8409
8414
  }
8410
8415
  ._inputInTable_w2f5m_1 {
@@ -9052,80 +9057,80 @@ button:active .remirror-menu-pane-shortcut,
9052
9057
  text-overflow: ellipsis;
9053
9058
  flex-shrink: 0;
9054
9059
  }
9055
- ._inputInTable_7al02_1 {
9060
+ ._inputInTable_28mh5_1 {
9056
9061
  background-color: transparent;
9057
9062
  border-radius: inherit !important;
9058
9063
  height: var(--size);
9059
9064
  min-height: 100%;
9060
9065
  }
9061
- ._inputInTable_7al02_1:not(:hover) {
9066
+ ._inputInTable_28mh5_1:not(:hover) {
9062
9067
  border-color: transparent;
9063
9068
  }
9064
- ._inputInTable_7al02_1:not(:focus) {
9069
+ ._inputInTable_28mh5_1:not(:focus) {
9065
9070
  box-shadow: none;
9066
9071
  }
9067
- ._inputHover_7al02_13 {
9072
+ ._inputHover_28mh5_13 {
9068
9073
  position: relative;
9069
9074
  border-color: var(--color-border-hover);
9070
9075
  z-index: 2;
9071
9076
  }
9072
- ._inputFocus_7al02_18 {
9077
+ ._inputFocus_28mh5_18 {
9073
9078
  position: relative;
9074
9079
  outline: none !important;
9075
9080
  border-color: var(--color-border-focus) !important;
9076
9081
  box-shadow: var(--shadow-focus);
9077
9082
  z-index: 3;
9078
9083
  }
9079
- ._inputError_7al02_25,
9080
- ._inputWarning_7al02_26 {
9084
+ ._inputError_28mh5_25,
9085
+ ._inputWarning_28mh5_26 {
9081
9086
  position: relative;
9082
9087
  }
9083
- ._inputError_7al02_25 {
9088
+ ._inputError_28mh5_25 {
9084
9089
  z-index: 2;
9085
9090
  border-color: var(--color-border-error);
9086
9091
  color: var(--color-text-error) !important;
9087
9092
  background-color: var(--color-background-error);
9088
9093
  }
9089
- ._inputError_7al02_25:hover {
9094
+ ._inputError_28mh5_25:hover {
9090
9095
  border-color: var(--color-border-error-hover) !important;
9091
9096
  }
9092
- ._inputError_7al02_25:focus {
9097
+ ._inputError_28mh5_25:focus {
9093
9098
  position: relative;
9094
9099
  outline: none !important;
9095
9100
  border-color: var(--color-border-focus) !important;
9096
9101
  box-shadow: var(--shadow-focus);
9097
9102
  z-index: 3;
9098
9103
  }
9099
- ._inputWarning_7al02_26 {
9104
+ ._inputWarning_28mh5_26 {
9100
9105
  z-index: 1;
9101
9106
  border-color: var(--color-border-warning);
9102
9107
  color: var(--color-text-warning) !important;
9103
9108
  background-color: var(--color-background-warning);
9104
9109
  }
9105
- ._inputWarning_7al02_26:hover {
9110
+ ._inputWarning_28mh5_26:hover {
9106
9111
  border-color: var(--color-border-warning-hover) !important;
9107
9112
  }
9108
- ._inputWarning_7al02_26:focus {
9113
+ ._inputWarning_28mh5_26:focus {
9109
9114
  position: relative;
9110
9115
  outline: none !important;
9111
9116
  border-color: var(--color-border-focus) !important;
9112
9117
  box-shadow: var(--shadow-focus);
9113
9118
  z-index: 3;
9114
9119
  }
9115
- ._inputDisabled_7al02_61 {
9120
+ ._inputDisabled_28mh5_61 {
9116
9121
  pointer-events: none;
9117
9122
  background-color: var(--color-background-disabled);
9118
9123
  color: var(--color-text-muted);
9119
9124
  box-shadow: none;
9120
9125
  }
9121
- ._hideScrollbars_7al02_67 {
9126
+ ._hideScrollbars_28mh5_67 {
9122
9127
  /* Firefox */
9123
9128
  scrollbar-width: none;
9124
9129
  /* IE 10+ */
9125
9130
  -ms-overflow-style: none;
9126
9131
  /* Chrome, Safari and Opera */
9127
9132
  }
9128
- ._hideScrollbars_7al02_67::-webkit-scrollbar {
9133
+ ._hideScrollbars_28mh5_67::-webkit-scrollbar {
9129
9134
  display: none;
9130
9135
  }
9131
9136
  :root {
@@ -9138,7 +9143,7 @@ html[data-theme='dark'] {
9138
9143
  --color-background-table-row-tinted: var(--color-neutral-850);
9139
9144
  --color-border-table: var(--color-neutral-700);
9140
9145
  }
9141
- ._wrapper_7al02_87 {
9146
+ ._wrapper_28mh5_87 {
9142
9147
  border-radius: inherit;
9143
9148
  max-height: 100%;
9144
9149
  max-width: 100%;
@@ -9146,21 +9151,21 @@ html[data-theme='dark'] {
9146
9151
  flex-direction: column;
9147
9152
  overflow: hidden;
9148
9153
  }
9149
- ._wrapper_7al02_87._bordered_7al02_95 {
9154
+ ._wrapper_28mh5_87._bordered_28mh5_95 {
9150
9155
  border-radius: var(--border-radius);
9151
9156
  border: 1px solid var(--color-border-table);
9152
9157
  }
9153
- ._scroll_7al02_99 {
9158
+ ._scroll_28mh5_99 {
9154
9159
  overflow-y: auto;
9155
9160
  border-radius: inherit;
9156
9161
  flex: 1;
9157
9162
  min-height: 0;
9158
9163
  }
9159
- ._scroll_7al02_99:not(:first-child) {
9164
+ ._scroll_28mh5_99:not(:first-child) {
9160
9165
  border-top-left-radius: 0;
9161
9166
  border-top-right-radius: 0;
9162
9167
  }
9163
- ._table_7al02_109 {
9168
+ ._table_28mh5_109 {
9164
9169
  background: var(--color-background-raised);
9165
9170
  color: var(--color-text);
9166
9171
  border-collapse: separate;
@@ -9168,38 +9173,37 @@ html[data-theme='dark'] {
9168
9173
  border-radius: inherit;
9169
9174
  width: 100%;
9170
9175
  }
9171
- ._table_7al02_109 > :first-child {
9176
+ ._table_28mh5_109 > :first-child {
9172
9177
  border-top-left-radius: inherit;
9173
9178
  border-top-right-radius: inherit;
9174
9179
  }
9175
- ._table_7al02_109 > :first-child > :first-child {
9180
+ ._table_28mh5_109 > :first-child > :first-child {
9176
9181
  border-top-left-radius: inherit;
9177
9182
  border-top-right-radius: inherit;
9178
9183
  }
9179
- ._table_7al02_109 > :first-child > :first-child > :first-child {
9184
+ ._table_28mh5_109 > :first-child > :first-child > :first-child {
9180
9185
  border-top-left-radius: inherit;
9181
9186
  }
9182
- ._table_7al02_109 > :first-child > :first-child > :last-child {
9187
+ ._table_28mh5_109 > :first-child > :first-child > :last-child {
9183
9188
  border-top-right-radius: inherit;
9184
9189
  }
9185
- ._table_7al02_109 > :last-child {
9190
+ ._table_28mh5_109 > :last-child {
9186
9191
  border-bottom-left-radius: inherit;
9187
9192
  border-bottom-right-radius: inherit;
9188
9193
  }
9189
- ._table_7al02_109 > :last-child > :last-child {
9194
+ ._table_28mh5_109 > :last-child > :last-child {
9190
9195
  border-bottom-left-radius: inherit;
9191
9196
  border-bottom-right-radius: inherit;
9192
9197
  }
9193
- ._table_7al02_109 > :last-child > :last-child > :first-child {
9198
+ ._table_28mh5_109 > :last-child > :last-child > :first-child {
9194
9199
  border-bottom-left-radius: inherit;
9195
9200
  }
9196
- ._table_7al02_109 > :last-child > :last-child > :last-child {
9201
+ ._table_28mh5_109 > :last-child > :last-child > :last-child {
9197
9202
  border-bottom-right-radius: inherit;
9198
9203
  }
9199
9204
  th,
9200
9205
  td {
9201
9206
  padding: var(--padding-input) !important;
9202
- line-height: 17px;
9203
9207
  height: var(--size);
9204
9208
  background: inherit;
9205
9209
  border-color: var(--color-border-table);
@@ -9210,10 +9214,10 @@ th:not(:first-child),
9210
9214
  td:not(:first-child) {
9211
9215
  border-left-width: 1px;
9212
9216
  }
9213
- ._table_7al02_109 > *:not(:last-child) > tr th,
9214
- ._table_7al02_109 > *:not(:last-child) > tr td,
9215
- ._table_7al02_109 > *:last-child > tr:not(:last-child) th,
9216
- ._table_7al02_109 > *:last-child > tr:not(:last-child) td {
9217
+ ._table_28mh5_109 > *:not(:last-child) > tr th,
9218
+ ._table_28mh5_109 > *:not(:last-child) > tr td,
9219
+ ._table_28mh5_109 > *:last-child > tr:not(:last-child) th,
9220
+ ._table_28mh5_109 > *:last-child > tr:not(:last-child) td {
9217
9221
  border-bottom-width: 1px;
9218
9222
  }
9219
9223
  @-moz-document url-prefix() {
@@ -9240,13 +9244,13 @@ tbody {
9240
9244
  tbody tr {
9241
9245
  background-color: var(--color-background-raised);
9242
9246
  }
9243
- ._striped_7al02_189 tbody tr:nth-child(even) {
9247
+ ._striped_28mh5_188 tbody tr:nth-child(even) {
9244
9248
  background-color: var(--color-background-table-row-tinted);
9245
9249
  }
9246
- ._title_1vehb_1 {
9250
+ ._title_1hgtl_1 {
9247
9251
  background-color: var(--color-background);
9248
9252
  border-bottom: 1px solid var(--color-border-table);
9249
- padding: var(--padding-input);
9253
+ padding: var(--spacing-1) var(--padding-card-x);
9250
9254
  display: flex;
9251
9255
  align-items: center;
9252
9256
  justify-content: space-between;
@@ -9268,183 +9272,183 @@ tbody tr {
9268
9272
  justify-content: space-between;
9269
9273
  border-top: 1px solid var(--color-border-table);
9270
9274
  }
9271
- ._inputInTable_1mfuf_1 {
9275
+ ._inputInTable_1qou3_1 {
9272
9276
  background-color: transparent;
9273
9277
  border-radius: inherit !important;
9274
9278
  height: var(--size);
9275
9279
  min-height: 100%;
9276
9280
  }
9277
- ._inputInTable_1mfuf_1:not(:hover) {
9281
+ ._inputInTable_1qou3_1:not(:hover) {
9278
9282
  border-color: transparent;
9279
9283
  }
9280
- ._inputInTable_1mfuf_1:not(:focus) {
9284
+ ._inputInTable_1qou3_1:not(:focus) {
9281
9285
  box-shadow: none;
9282
9286
  }
9283
- ._inputHover_1mfuf_13 {
9287
+ ._inputHover_1qou3_13 {
9284
9288
  position: relative;
9285
9289
  border-color: var(--color-border-hover);
9286
9290
  z-index: 2;
9287
9291
  }
9288
- ._inputFocus_1mfuf_18 {
9292
+ ._inputFocus_1qou3_18 {
9289
9293
  position: relative;
9290
9294
  outline: none !important;
9291
9295
  border-color: var(--color-border-focus) !important;
9292
9296
  box-shadow: var(--shadow-focus);
9293
9297
  z-index: 3;
9294
9298
  }
9295
- ._inputError_1mfuf_25,
9296
- ._inputWarning_1mfuf_26 {
9299
+ ._inputError_1qou3_25,
9300
+ ._inputWarning_1qou3_26 {
9297
9301
  position: relative;
9298
9302
  }
9299
- ._inputError_1mfuf_25 {
9303
+ ._inputError_1qou3_25 {
9300
9304
  z-index: 2;
9301
9305
  border-color: var(--color-border-error);
9302
9306
  color: var(--color-text-error) !important;
9303
9307
  background-color: var(--color-background-error);
9304
9308
  }
9305
- ._inputError_1mfuf_25:hover {
9309
+ ._inputError_1qou3_25:hover {
9306
9310
  border-color: var(--color-border-error-hover) !important;
9307
9311
  }
9308
- ._inputError_1mfuf_25:focus {
9312
+ ._inputError_1qou3_25:focus {
9309
9313
  position: relative;
9310
9314
  outline: none !important;
9311
9315
  border-color: var(--color-border-focus) !important;
9312
9316
  box-shadow: var(--shadow-focus);
9313
9317
  z-index: 3;
9314
9318
  }
9315
- ._inputWarning_1mfuf_26 {
9319
+ ._inputWarning_1qou3_26 {
9316
9320
  z-index: 1;
9317
9321
  border-color: var(--color-border-warning);
9318
9322
  color: var(--color-text-warning) !important;
9319
9323
  background-color: var(--color-background-warning);
9320
9324
  }
9321
- ._inputWarning_1mfuf_26:hover {
9325
+ ._inputWarning_1qou3_26:hover {
9322
9326
  border-color: var(--color-border-warning-hover) !important;
9323
9327
  }
9324
- ._inputWarning_1mfuf_26:focus {
9328
+ ._inputWarning_1qou3_26:focus {
9325
9329
  position: relative;
9326
9330
  outline: none !important;
9327
9331
  border-color: var(--color-border-focus) !important;
9328
9332
  box-shadow: var(--shadow-focus);
9329
9333
  z-index: 3;
9330
9334
  }
9331
- ._inputDisabled_1mfuf_61 {
9335
+ ._inputDisabled_1qou3_61 {
9332
9336
  pointer-events: none;
9333
9337
  background-color: var(--color-background-disabled);
9334
9338
  color: var(--color-text-muted);
9335
9339
  box-shadow: none;
9336
9340
  }
9337
- ._hideScrollbars_1mfuf_67 {
9341
+ ._hideScrollbars_1qou3_67 {
9338
9342
  /* Firefox */
9339
9343
  scrollbar-width: none;
9340
9344
  /* IE 10+ */
9341
9345
  -ms-overflow-style: none;
9342
9346
  /* Chrome, Safari and Opera */
9343
9347
  }
9344
- ._hideScrollbars_1mfuf_67::-webkit-scrollbar {
9348
+ ._hideScrollbars_1qou3_67::-webkit-scrollbar {
9345
9349
  display: none;
9346
9350
  }
9347
- ._cell_1mfuf_77 a {
9351
+ ._cell_1qou3_77 a {
9348
9352
  cursor: pointer;
9349
9353
  color: var(--color-text-primary);
9350
9354
  }
9351
- ._cell_1mfuf_77 a:hover {
9355
+ ._cell_1qou3_77 a:hover {
9352
9356
  color: var(--color-text-primary-hover);
9353
9357
  }
9354
- ._cell_1mfuf_77 a:active {
9358
+ ._cell_1qou3_77 a:active {
9355
9359
  color: var(--color-text-primary-active);
9356
9360
  }
9357
- ._cell_1mfuf_77 a._disabledLink_1mfuf_87 {
9361
+ ._cell_1qou3_77 a._disabledLink_1qou3_87 {
9358
9362
  color: var(--color-text-faint) !important;
9359
9363
  cursor: default !important;
9360
9364
  }
9361
- ._inputWrapper_1mfuf_91 {
9365
+ ._inputWrapper_1qou3_91 {
9362
9366
  height: 100%;
9363
9367
  border-radius: inherit;
9364
9368
  }
9365
- ._inputWrapper_1mfuf_91 > span,
9366
- ._inputWrapper_1mfuf_91 > span > span,
9367
- ._inputWrapper_1mfuf_91 > span > span > div {
9369
+ ._inputWrapper_1qou3_91 > span,
9370
+ ._inputWrapper_1qou3_91 > span > span,
9371
+ ._inputWrapper_1qou3_91 > span > span > div {
9368
9372
  height: 100%;
9369
9373
  border-radius: inherit;
9370
9374
  }
9371
- ._inputWrapper_1mfuf_91 > div,
9372
- ._inputWrapper_1mfuf_91 > div > span {
9375
+ ._inputWrapper_1qou3_91 > div,
9376
+ ._inputWrapper_1qou3_91 > div > span {
9373
9377
  height: 100%;
9374
9378
  border-radius: inherit;
9375
9379
  }
9376
- ._breakWord_1mfuf_106 {
9380
+ ._breakWord_1qou3_106 {
9377
9381
  word-break: break-word;
9378
9382
  }
9379
- ._inputCell_1mfuf_109 {
9383
+ ._inputCell_1qou3_109 {
9380
9384
  padding: 0 !important;
9381
9385
  }
9382
- ._sliderCell_1mfuf_112 {
9386
+ ._sliderCell_1qou3_112 {
9383
9387
  padding-top: 0 !important;
9384
9388
  padding-bottom: 0 !important;
9385
9389
  }
9386
- ._staticCell_1mfuf_116 {
9390
+ ._staticCell_1qou3_116 {
9387
9391
  padding: 0 !important;
9388
9392
  }
9389
- ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9393
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
9394
+ line-height: 1.25;
9390
9395
  min-height: 100%;
9391
9396
  padding: var(--padding-input);
9392
- line-height: 17px;
9393
9397
  position: relative;
9394
9398
  border-radius: inherit;
9395
9399
  display: flex;
9396
9400
  align-items: center;
9397
9401
  }
9398
- tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9402
+ tbody ._staticCell_1qou3_116 ._staticCellContent_1qou3_119 {
9399
9403
  background-color: var(--color-background-disabled);
9400
9404
  color: var(--color-text-muted);
9401
9405
  }
9402
- ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._error_1mfuf_132,
9403
- ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._warning_1mfuf_133 {
9406
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._error_1qou3_132,
9407
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._warning_1qou3_133 {
9404
9408
  border: 1px solid transparent;
9405
9409
  }
9406
- ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._error_1mfuf_132 {
9410
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._error_1qou3_132 {
9407
9411
  background-color: var(--color-background-error);
9408
9412
  }
9409
- ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._warning_1mfuf_133 {
9413
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._warning_1qou3_133 {
9410
9414
  background-color: var(--color-background-warning);
9411
9415
  }
9412
- ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._unit_1mfuf_142 {
9416
+ ._staticCell_1qou3_116 ._staticCellContent_1qou3_119._unit_1qou3_142 {
9413
9417
  font-weight: normal;
9414
9418
  }
9415
- ._sortingCell_1mfuf_145 ._staticCellContent_1mfuf_119 {
9419
+ ._sortingCell_1qou3_145 ._staticCellContent_1qou3_119 {
9416
9420
  position: relative;
9417
9421
  padding-right: 45px !important;
9418
9422
  cursor: pointer !important;
9419
9423
  }
9420
- ._sortingCell_1mfuf_145 ._staticCellContent_1mfuf_119:hover {
9424
+ ._sortingCell_1qou3_145 ._staticCellContent_1qou3_119:hover {
9421
9425
  background-color: rgba(0, 0, 0, 0.05) !important;
9422
9426
  }
9423
- ._sortingCell_1mfuf_145 ._sortingCellIcon_1mfuf_153 {
9427
+ ._sortingCell_1qou3_145 ._sortingCellIcon_1qou3_153 {
9424
9428
  font-size: 1.25em;
9425
9429
  position: absolute;
9426
9430
  right: calc(var(--padding-input-x) - 4px);
9427
9431
  top: 50%;
9428
9432
  transform: translateY(-50%);
9429
9433
  }
9430
- ._icon_1mfuf_160 {
9434
+ ._icon_1qou3_160 {
9431
9435
  display: inline-flex;
9432
- margin-left: var(--spacing-xs);
9436
+ margin-left: var(--spacing-1);
9433
9437
  }
9434
- ._checkBoxCell_1mfuf_164 {
9438
+ ._checkBoxCell_1qou3_164 {
9435
9439
  padding-block: 0 !important;
9436
9440
  width: var(--size);
9437
9441
  }
9438
- ._iconCell_1mfuf_168 {
9442
+ ._iconCell_1qou3_168 {
9439
9443
  width: var(--size);
9440
9444
  text-align: center;
9441
9445
  padding: 0 !important;
9442
9446
  }
9443
- ._iconCell_1mfuf_168 ._iconWrapper_1mfuf_173 {
9447
+ ._iconCell_1qou3_168 ._iconWrapper_1qou3_173 {
9444
9448
  display: flex;
9445
9449
  justify-content: center;
9446
9450
  }
9447
- ._actionsCell_1mfuf_177 {
9451
+ ._actionsCell_1qou3_177 {
9448
9452
  width: var(--size-sm);
9449
9453
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
9450
9454
  position: sticky;
@@ -9452,60 +9456,60 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9452
9456
  background: inherit;
9453
9457
  z-index: 4;
9454
9458
  }
9455
- ._rightAligned_1mfuf_185 {
9459
+ ._rightAligned_1qou3_185 {
9456
9460
  text-align: right !important;
9457
9461
  }
9458
- ._rightAligned_1mfuf_185 ._staticCellContent_1mfuf_119 {
9462
+ ._rightAligned_1qou3_185 ._staticCellContent_1qou3_119 {
9459
9463
  justify-content: flex-end;
9460
9464
  }
9461
- ._centerAligned_1mfuf_191 {
9465
+ ._centerAligned_1qou3_191 {
9462
9466
  text-align: center !important;
9463
9467
  }
9464
- ._centerAligned_1mfuf_191 ._staticCellContent_1mfuf_119 {
9468
+ ._centerAligned_1qou3_191 ._staticCellContent_1qou3_119 {
9465
9469
  justify-content: center;
9466
9470
  }
9467
- ._leftAligned_1mfuf_197 {
9471
+ ._leftAligned_1qou3_197 {
9468
9472
  text-align: left !important;
9469
9473
  }
9470
- ._popover_1mfuf_200 {
9474
+ ._popover_1qou3_200 {
9471
9475
  padding: var(--padding-input);
9472
9476
  }
9473
- ._disabledPointerEvents_1mfuf_203 {
9477
+ ._disabledPointerEvents_1qou3_203 {
9474
9478
  pointer-events: none;
9475
9479
  }
9476
- ._clickableRow_vlcbs_1 {
9480
+ ._clickableRow_11d5t_1 {
9477
9481
  cursor: pointer;
9478
9482
  }
9479
- ._hoverableRow_vlcbs_4:not(._rowActive_vlcbs_4):hover,
9480
- ._clickableRow_vlcbs_1:not(._rowActive_vlcbs_4):hover {
9483
+ ._hoverableRow_11d5t_4:not(._rowActive_11d5t_4):hover,
9484
+ ._clickableRow_11d5t_1:not(._rowActive_11d5t_4):hover {
9481
9485
  background-color: var(--color-background-listitem-hover) !important;
9482
9486
  }
9483
- ._expandableRow_vlcbs_8._flush_vlcbs_8 {
9487
+ ._expandableRow_11d5t_8._flush_11d5t_8 {
9484
9488
  padding: 0 !important;
9485
9489
  height: auto !important;
9486
9490
  }
9487
- ._rowActive_vlcbs_4 {
9491
+ ._rowActive_11d5t_4 {
9488
9492
  position: relative;
9489
9493
  background-color: var(--color-background-listitem-active) !important;
9490
9494
  }
9491
- ._rowActive_vlcbs_4:after {
9495
+ ._rowActive_11d5t_4:after {
9492
9496
  content: '';
9493
9497
  position: absolute;
9494
9498
  left: 0;
9495
9499
  top: 0;
9496
9500
  bottom: 0;
9497
- width: 5px;
9501
+ width: 2px;
9498
9502
  border-top-left-radius: inherit;
9499
9503
  border-bottom-left-radius: inherit;
9500
9504
  transition: background 0.3s;
9501
9505
  background: var(--color-background-primary);
9502
9506
  }
9503
- ._dragIconCell_vlcbs_28 {
9507
+ ._dragIconCell_11d5t_28 {
9504
9508
  width: var(--size);
9505
9509
  min-width: var(--size);
9506
9510
  position: relative;
9507
9511
  }
9508
- ._dragIcon_vlcbs_28 {
9512
+ ._dragIcon_11d5t_28 {
9509
9513
  display: flex;
9510
9514
  align-items: center;
9511
9515
  justify-content: center;
@@ -9513,29 +9517,29 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9513
9517
  inset: 0;
9514
9518
  color: var(--color-text-faint);
9515
9519
  }
9516
- ._dragIcon_vlcbs_28:hover {
9520
+ ._dragIcon_11d5t_28:hover {
9517
9521
  color: var(--color-text-primary-hover);
9518
9522
  }
9519
- ._dragIcon_vlcbs_28:active {
9523
+ ._dragIcon_11d5t_28:active {
9520
9524
  color: var(--color-text-primary-active);
9521
9525
  }
9522
- ._tabs_b0egn_1 {
9526
+ ._tabs_n706w_1 {
9523
9527
  display: flex;
9524
9528
  flex-wrap: wrap;
9525
9529
  border-bottom: 1px solid var(--color-border);
9526
9530
  flex-shrink: 0;
9527
9531
  }
9528
- ._tabs_b0egn_1._padding_b0egn_7 {
9532
+ ._tabs_n706w_1._padding_n706w_7 {
9529
9533
  padding-left: var(--padding-x);
9530
9534
  padding-right: var(--padding-x);
9531
9535
  }
9532
- ._tabs_b0egn_1._margin_b0egn_11 {
9536
+ ._tabs_n706w_1._margin_n706w_11 {
9533
9537
  margin: 1rem 0;
9534
9538
  }
9535
- ._contentPadding_b0egn_14 {
9539
+ ._contentPadding_n706w_14 {
9536
9540
  padding-top: 10px;
9537
9541
  }
9538
- ._item_b0egn_17 {
9542
+ ._item_n706w_17 {
9539
9543
  align-self: flex-end;
9540
9544
  display: flex;
9541
9545
  align-items: center;
@@ -9545,117 +9549,123 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9545
9549
  text-decoration: none;
9546
9550
  flex: 0 0 auto;
9547
9551
  user-select: none;
9548
- padding: 0.85714286em 0;
9552
+ padding: var(--spacing-2) 0;
9549
9553
  transition: border 0.1s ease, color 0.1s ease;
9550
9554
  margin-bottom: -1px;
9551
9555
  border-bottom: 1px solid transparent;
9552
- text-transform: uppercase;
9553
- letter-spacing: 0.05em;
9554
9556
  font-weight: normal;
9555
9557
  color: var(--color-text-primary);
9556
9558
  cursor: pointer;
9557
9559
  }
9558
- ._item_b0egn_17:not(:last-child) {
9559
- margin-right: 1.5rem;
9560
+ ._item_n706w_17:not(:last-child) {
9561
+ margin-right: var(--spacing-4);
9560
9562
  }
9561
- ._item_b0egn_17:hover {
9563
+ ._item_n706w_17:hover:not(._active_n706w_38) {
9562
9564
  color: var(--color-text-primary-hover);
9565
+ background: rgba(0, 0, 0, 0.025);
9566
+ }
9567
+ [data-theme='dark'] ._item_n706w_17:hover:not(._active_n706w_38) {
9568
+ background: rgba(255, 255, 255, 0.1);
9563
9569
  }
9564
- ._item_b0egn_17:active {
9570
+ ._item_n706w_17:active:not(._active_n706w_38) {
9565
9571
  color: var(--color-text-primary-active);
9572
+ background: rgba(0, 0, 0, 0.05);
9573
+ }
9574
+ [data-theme='dark'] ._item_n706w_17:active:not(._active_n706w_38) {
9575
+ background: rgba(255, 255, 255, 0.2);
9566
9576
  }
9567
- ._item_b0egn_17._active_b0egn_46 {
9577
+ ._item_n706w_17._active_n706w_38 {
9568
9578
  border-color: var(--color-text);
9569
9579
  color: var(--color-text);
9570
9580
  cursor: default;
9571
9581
  }
9572
- ._item_b0egn_17._hidden_b0egn_51 {
9582
+ ._item_n706w_17._hidden_n706w_57 {
9573
9583
  display: none !important;
9574
9584
  }
9575
- ._item_b0egn_17._disabled_b0egn_54 {
9585
+ ._item_n706w_17._disabled_n706w_60 {
9576
9586
  color: var(--color-text-faint);
9577
9587
  pointer-events: none;
9578
9588
  }
9579
- ._item_b0egn_17._left_b0egn_58 + ._item_b0egn_17._right_b0egn_58 {
9589
+ ._item_n706w_17._left_n706w_64 + ._item_n706w_17._right_n706w_64 {
9580
9590
  margin-left: auto;
9581
9591
  }
9582
- ._inputInTable_1ol5b_1 {
9592
+ ._inputInTable_hyht1_1 {
9583
9593
  background-color: transparent;
9584
9594
  border-radius: inherit !important;
9585
9595
  height: var(--size);
9586
9596
  min-height: 100%;
9587
9597
  }
9588
- ._inputInTable_1ol5b_1:not(:hover) {
9598
+ ._inputInTable_hyht1_1:not(:hover) {
9589
9599
  border-color: transparent;
9590
9600
  }
9591
- ._inputInTable_1ol5b_1:not(:focus) {
9601
+ ._inputInTable_hyht1_1:not(:focus) {
9592
9602
  box-shadow: none;
9593
9603
  }
9594
- ._inputHover_1ol5b_13 {
9604
+ ._inputHover_hyht1_13 {
9595
9605
  position: relative;
9596
9606
  border-color: var(--color-border-hover);
9597
9607
  z-index: 2;
9598
9608
  }
9599
- ._inputFocus_1ol5b_18 {
9609
+ ._inputFocus_hyht1_18 {
9600
9610
  position: relative;
9601
9611
  outline: none !important;
9602
9612
  border-color: var(--color-border-focus) !important;
9603
9613
  box-shadow: var(--shadow-focus);
9604
9614
  z-index: 3;
9605
9615
  }
9606
- ._inputError_1ol5b_25,
9607
- ._inputWarning_1ol5b_26 {
9616
+ ._inputError_hyht1_25,
9617
+ ._inputWarning_hyht1_26 {
9608
9618
  position: relative;
9609
9619
  }
9610
- ._inputError_1ol5b_25 {
9620
+ ._inputError_hyht1_25 {
9611
9621
  z-index: 2;
9612
9622
  border-color: var(--color-border-error);
9613
9623
  color: var(--color-text-error) !important;
9614
9624
  background-color: var(--color-background-error);
9615
9625
  }
9616
- ._inputError_1ol5b_25:hover {
9626
+ ._inputError_hyht1_25:hover {
9617
9627
  border-color: var(--color-border-error-hover) !important;
9618
9628
  }
9619
- ._inputError_1ol5b_25:focus {
9629
+ ._inputError_hyht1_25:focus {
9620
9630
  position: relative;
9621
9631
  outline: none !important;
9622
9632
  border-color: var(--color-border-focus) !important;
9623
9633
  box-shadow: var(--shadow-focus);
9624
9634
  z-index: 3;
9625
9635
  }
9626
- ._inputWarning_1ol5b_26 {
9636
+ ._inputWarning_hyht1_26 {
9627
9637
  z-index: 1;
9628
9638
  border-color: var(--color-border-warning);
9629
9639
  color: var(--color-text-warning) !important;
9630
9640
  background-color: var(--color-background-warning);
9631
9641
  }
9632
- ._inputWarning_1ol5b_26:hover {
9642
+ ._inputWarning_hyht1_26:hover {
9633
9643
  border-color: var(--color-border-warning-hover) !important;
9634
9644
  }
9635
- ._inputWarning_1ol5b_26:focus {
9645
+ ._inputWarning_hyht1_26:focus {
9636
9646
  position: relative;
9637
9647
  outline: none !important;
9638
9648
  border-color: var(--color-border-focus) !important;
9639
9649
  box-shadow: var(--shadow-focus);
9640
9650
  z-index: 3;
9641
9651
  }
9642
- ._inputDisabled_1ol5b_61 {
9652
+ ._inputDisabled_hyht1_61 {
9643
9653
  pointer-events: none;
9644
9654
  background-color: var(--color-background-disabled);
9645
9655
  color: var(--color-text-muted);
9646
9656
  box-shadow: none;
9647
9657
  }
9648
- ._hideScrollbars_1ol5b_67 {
9658
+ ._hideScrollbars_hyht1_67 {
9649
9659
  /* Firefox */
9650
9660
  scrollbar-width: none;
9651
9661
  /* IE 10+ */
9652
9662
  -ms-overflow-style: none;
9653
9663
  /* Chrome, Safari and Opera */
9654
9664
  }
9655
- ._hideScrollbars_1ol5b_67::-webkit-scrollbar {
9665
+ ._hideScrollbars_hyht1_67::-webkit-scrollbar {
9656
9666
  display: none;
9657
9667
  }
9658
- ._textarea_1ol5b_77 {
9668
+ ._textarea_hyht1_77 {
9659
9669
  margin: 0;
9660
9670
  display: block;
9661
9671
  width: 100%;
@@ -9663,6 +9673,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9663
9673
  outline: 0;
9664
9674
  text-align: left;
9665
9675
  font-family: var(--font-family);
9676
+ line-height: var(--line-height);
9666
9677
  padding: var(--padding-input);
9667
9678
  background: var(--color-background-input);
9668
9679
  border: 1px solid var(--color-border);
@@ -9672,68 +9683,67 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9672
9683
  box-shadow: none;
9673
9684
  min-height: var(--size);
9674
9685
  }
9675
- ._textarea_1ol5b_77::placeholder {
9686
+ ._textarea_hyht1_77::placeholder {
9676
9687
  color: var(--color-text-placeholder);
9677
9688
  }
9678
- ._textarea_1ol5b_77:hover {
9689
+ ._textarea_hyht1_77:hover {
9679
9690
  position: relative;
9680
9691
  border-color: var(--color-border-hover);
9681
9692
  z-index: 2;
9682
9693
  }
9683
- ._textarea_1ol5b_77:focus {
9694
+ ._textarea_hyht1_77:focus {
9684
9695
  position: relative;
9685
9696
  outline: none !important;
9686
9697
  border-color: var(--color-border-focus) !important;
9687
9698
  box-shadow: var(--shadow-focus);
9688
9699
  z-index: 3;
9689
9700
  }
9690
- ._textarea_1ol5b_77[disabled] {
9701
+ ._textarea_hyht1_77[disabled] {
9691
9702
  pointer-events: none;
9692
9703
  background-color: var(--color-background-disabled);
9693
9704
  color: var(--color-text-muted);
9694
9705
  box-shadow: none;
9695
9706
  }
9696
- ._textarea_1ol5b_77._small_1ol5b_115 {
9707
+ ._textarea_hyht1_77._small_hyht1_116 {
9697
9708
  font-size: var(--font-size-sm);
9698
9709
  min-height: var(--size-sm);
9699
9710
  padding: var(--padding-input-sm);
9700
- line-height: 1.2;
9701
9711
  }
9702
- ._textarea_1ol5b_77._error_1ol5b_121 {
9712
+ ._textarea_hyht1_77._error_hyht1_121 {
9703
9713
  position: relative;
9704
9714
  z-index: 2;
9705
9715
  border-color: var(--color-border-error);
9706
9716
  color: var(--color-text-error) !important;
9707
9717
  background-color: var(--color-background-error);
9708
9718
  }
9709
- ._textarea_1ol5b_77._error_1ol5b_121:hover {
9719
+ ._textarea_hyht1_77._error_hyht1_121:hover {
9710
9720
  border-color: var(--color-border-error-hover) !important;
9711
9721
  }
9712
- ._textarea_1ol5b_77._error_1ol5b_121:focus {
9722
+ ._textarea_hyht1_77._error_hyht1_121:focus {
9713
9723
  position: relative;
9714
9724
  outline: none !important;
9715
9725
  border-color: var(--color-border-focus) !important;
9716
9726
  box-shadow: var(--shadow-focus);
9717
9727
  z-index: 3;
9718
9728
  }
9719
- ._textarea_1ol5b_77._warning_1ol5b_138 {
9729
+ ._textarea_hyht1_77._warning_hyht1_138 {
9720
9730
  position: relative;
9721
9731
  z-index: 1;
9722
9732
  border-color: var(--color-border-warning);
9723
9733
  color: var(--color-text-warning) !important;
9724
9734
  background-color: var(--color-background-warning);
9725
9735
  }
9726
- ._textarea_1ol5b_77._warning_1ol5b_138:hover {
9736
+ ._textarea_hyht1_77._warning_hyht1_138:hover {
9727
9737
  border-color: var(--color-border-warning-hover) !important;
9728
9738
  }
9729
- ._textarea_1ol5b_77._warning_1ol5b_138:focus {
9739
+ ._textarea_hyht1_77._warning_hyht1_138:focus {
9730
9740
  position: relative;
9731
9741
  outline: none !important;
9732
9742
  border-color: var(--color-border-focus) !important;
9733
9743
  box-shadow: var(--shadow-focus);
9734
9744
  z-index: 3;
9735
9745
  }
9736
- ._textarea_1ol5b_77._monospace_1ol5b_155 {
9746
+ ._textarea_hyht1_77._monospace_hyht1_155 {
9737
9747
  font-family: monospace;
9738
9748
  }
9739
9749
  :root {
@@ -10437,12 +10447,12 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10437
10447
  --color-background-toggle: rgba(255, 255, 255, 0.2);
10438
10448
  --color-background-toggle-hover: rgba(255, 255, 255, 0.3);
10439
10449
  }
10440
- ._toggle_1ia7o_9 {
10450
+ ._toggle_esa9y_9 {
10441
10451
  --size-toggle: var(--size-xs);
10442
10452
  position: relative;
10443
10453
  display: inline-flex;
10444
10454
  align-items: center;
10445
- gap: var(--spacing-2xs);
10455
+ gap: var(--spacing-1);
10446
10456
  backface-visibility: hidden;
10447
10457
  outline: 0;
10448
10458
  vertical-align: baseline;
@@ -10453,12 +10463,12 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10453
10463
  min-width: var(--size-toggle);
10454
10464
  margin: calc((var(--size) - var(--size-toggle)) / 2) 0;
10455
10465
  }
10456
- ._toggle_1ia7o_9._small_1ia7o_25 {
10466
+ ._toggle_esa9y_9._small_esa9y_25 {
10457
10467
  --size-toggle: calc(var(--size-xs) - 4px);
10458
10468
  margin: calc((var(--size-sm) - var(--size-toggle)) / 2) 0;
10459
10469
  font-size: var(--font-size-sm);
10460
10470
  }
10461
- ._toggle_1ia7o_9 input {
10471
+ ._toggle_esa9y_9 input {
10462
10472
  width: calc(var(--size-toggle) * 2);
10463
10473
  height: var(--size-toggle);
10464
10474
  cursor: pointer;
@@ -10472,28 +10482,27 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10472
10482
  padding: 0;
10473
10483
  overflow: visible;
10474
10484
  font-family: sans-serif;
10475
- line-height: 1.15;
10476
10485
  margin: 0;
10477
10486
  }
10478
- ._toggle_1ia7o_9 label {
10487
+ ._toggle_esa9y_9 label {
10479
10488
  min-height: var(--size-toggle);
10480
- padding-left: calc((var(--size-toggle) * 2) + var(--spacing-xs));
10489
+ padding-left: calc((var(--size-toggle) * 2) + var(--spacing-2));
10481
10490
  transition: color 0.1s ease;
10482
10491
  cursor: auto;
10483
10492
  position: relative;
10484
10493
  display: block;
10485
10494
  outline: 0;
10486
10495
  }
10487
- ._toggle_1ia7o_9 label:empty {
10496
+ ._toggle_esa9y_9 label:empty {
10488
10497
  padding-left: calc(var(--size-toggle) * 2);
10489
10498
  }
10490
- ._toggle_1ia7o_9 label:before,
10491
- ._toggle_1ia7o_9 label:after {
10499
+ ._toggle_esa9y_9 label:before,
10500
+ ._toggle_esa9y_9 label:after {
10492
10501
  display: block;
10493
10502
  position: absolute;
10494
10503
  content: '';
10495
10504
  }
10496
- ._toggle_1ia7o_9 label:before {
10505
+ ._toggle_esa9y_9 label:before {
10497
10506
  height: var(--size-toggle);
10498
10507
  border-radius: calc(var(--size-toggle) / 2);
10499
10508
  z-index: 1;
@@ -10505,7 +10514,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10505
10514
  top: 0;
10506
10515
  transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
10507
10516
  }
10508
- ._toggle_1ia7o_9 label:after {
10517
+ ._toggle_esa9y_9 label:after {
10509
10518
  height: calc(var(--size-toggle) - 4px);
10510
10519
  width: calc(var(--size-toggle) - 4px);
10511
10520
  border-radius: 50%;
@@ -10518,31 +10527,31 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10518
10527
  z-index: 2;
10519
10528
  transition: background 0.3s ease, left 0.3s ease;
10520
10529
  }
10521
- ._toggle_1ia7o_9 input:hover ~ label:before {
10530
+ ._toggle_esa9y_9 input:hover ~ label:before {
10522
10531
  background: var(--color-background-toggle-hover);
10523
10532
  }
10524
- ._toggle_1ia7o_9 input:checked ~ label:before {
10533
+ ._toggle_esa9y_9 input:checked ~ label:before {
10525
10534
  border-color: rgba(34, 36, 38, 0.35);
10526
10535
  background-color: var(--color-background-button-primary);
10527
10536
  }
10528
- ._toggle_1ia7o_9 input:checked ~ label:after {
10537
+ ._toggle_esa9y_9 input:checked ~ label:after {
10529
10538
  left: calc(var(--size-toggle) + 2px);
10530
10539
  }
10531
- ._toggle_1ia7o_9 input:checked:hover ~ label:before {
10540
+ ._toggle_esa9y_9 input:checked:hover ~ label:before {
10532
10541
  background-color: var(--color-background-button-primary-hover);
10533
10542
  }
10534
- ._toggle_1ia7o_9._disabled_1ia7o_103 {
10543
+ ._toggle_esa9y_9._disabled_esa9y_102 {
10535
10544
  cursor: default;
10536
10545
  pointer-events: none;
10537
10546
  color: var(--color-text-muted);
10538
10547
  }
10539
- ._toggle_1ia7o_9._disabled_1ia7o_103 label:before {
10548
+ ._toggle_esa9y_9._disabled_esa9y_102 label:before {
10540
10549
  background-color: var(--color-background-disabled);
10541
10550
  }
10542
- ._toggle_1ia7o_9._disabled_1ia7o_103 input:checked ~ label:before {
10551
+ ._toggle_esa9y_9._disabled_esa9y_102 input:checked ~ label:before {
10543
10552
  background-color: var(--color-text-faint);
10544
10553
  }
10545
- ._noMargin_1ia7o_114 {
10554
+ ._noMargin_esa9y_113 {
10546
10555
  margin: 0;
10547
10556
  }
10548
10557
  :root {
@@ -10551,7 +10560,7 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10551
10560
  [data-theme='dark'] {
10552
10561
  --color-link-border-hover: var(--color-neutral-600);
10553
10562
  }
10554
- ._topbar_1gz82_7 {
10563
+ ._topbar_jyzzy_7 {
10555
10564
  top: 0;
10556
10565
  left: 0;
10557
10566
  z-index: var(--zindex-topbar);
@@ -10560,15 +10569,15 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10560
10569
  background: var(--color-background-raised);
10561
10570
  display: flex;
10562
10571
  }
10563
- ._topbar_1gz82_7._fixed_1gz82_16 {
10572
+ ._topbar_jyzzy_7._fixed_jyzzy_16 {
10564
10573
  position: fixed;
10565
10574
  }
10566
10575
  @media print {
10567
- ._topbar_1gz82_7 {
10576
+ ._topbar_jyzzy_7 {
10568
10577
  display: none !important;
10569
10578
  }
10570
10579
  }
10571
- ._appSwitcher_1gz82_24 {
10580
+ ._appSwitcher_jyzzy_24 {
10572
10581
  color: white;
10573
10582
  display: flex;
10574
10583
  align-items: center;
@@ -10577,22 +10586,22 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10577
10586
  background-color: var(--color-neutral-700);
10578
10587
  aspect-ratio: 1;
10579
10588
  }
10580
- ._appSwitcher_1gz82_24:hover {
10589
+ ._appSwitcher_jyzzy_24:hover {
10581
10590
  background-color: var(--color-neutral-750);
10582
10591
  }
10583
- ._appSwitcher_1gz82_24:active {
10592
+ ._appSwitcher_jyzzy_24:active {
10584
10593
  background-color: var(--color-neutral-800);
10585
10594
  }
10586
- [data-theme='dark'] ._appSwitcher_1gz82_24 {
10595
+ [data-theme='dark'] ._appSwitcher_jyzzy_24 {
10587
10596
  background-color: var(--color-neutral-900);
10588
10597
  }
10589
- [data-theme='dark'] ._appSwitcher_1gz82_24:hover {
10598
+ [data-theme='dark'] ._appSwitcher_jyzzy_24:hover {
10590
10599
  background-color: var(--color-neutral-950);
10591
10600
  }
10592
- [data-theme='dark'] ._appSwitcher_1gz82_24:active {
10601
+ [data-theme='dark'] ._appSwitcher_jyzzy_24:active {
10593
10602
  background-color: var(--color-neutral-1000);
10594
10603
  }
10595
- ._title_1gz82_48 {
10604
+ ._title_jyzzy_48 {
10596
10605
  display: flex;
10597
10606
  align-items: center;
10598
10607
  justify-content: center;
@@ -10600,55 +10609,55 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10600
10609
  padding: 0;
10601
10610
  position: relative;
10602
10611
  }
10603
- ._title_1gz82_48 img,
10604
- ._title_1gz82_48 svg {
10612
+ ._title_jyzzy_48 img,
10613
+ ._title_jyzzy_48 svg {
10605
10614
  max-height: 28px;
10606
10615
  max-width: 300px;
10607
10616
  height: auto;
10608
10617
  width: auto;
10609
10618
  color: var(--color-text);
10610
10619
  }
10611
- ._title_1gz82_48 ._logo_1gz82_64 {
10620
+ ._title_jyzzy_48 ._logo_jyzzy_64 {
10612
10621
  display: flex;
10613
10622
  }
10614
- ._title_1gz82_48 ._label_1gz82_67 {
10623
+ ._title_jyzzy_48 ._label_jyzzy_67 {
10615
10624
  color: var(--color-text);
10616
10625
  white-space: nowrap;
10617
10626
  font-weight: bold;
10618
10627
  }
10619
- ._brand_1gz82_72 {
10628
+ ._brand_jyzzy_72 {
10620
10629
  padding: 0;
10621
10630
  position: relative;
10622
10631
  flex-shrink: 0;
10623
10632
  }
10624
- ._version_1gz82_77 {
10633
+ ._version_jyzzy_77 {
10625
10634
  line-height: 1;
10626
10635
  position: absolute;
10627
10636
  right: 0;
10628
10637
  bottom: 100%;
10629
10638
  font-size: var(--font-size-xs);
10630
10639
  }
10631
- ._left_1gz82_84,
10632
- ._right_1gz82_85 {
10640
+ ._left_jyzzy_84,
10641
+ ._right_jyzzy_85 {
10633
10642
  display: flex;
10634
10643
  min-width: 0;
10635
10644
  }
10636
- ._left_1gz82_84 {
10637
- gap: var(--spacing-lg);
10638
- padding-left: var(--spacing-lg);
10645
+ ._left_jyzzy_84 {
10646
+ gap: var(--spacing-4);
10647
+ padding-left: var(--spacing-4);
10639
10648
  }
10640
- ._right_1gz82_85 {
10649
+ ._right_jyzzy_85 {
10641
10650
  margin-left: auto;
10642
10651
  flex-shrink: 0;
10643
- padding-right: var(--spacing-xs);
10644
- gap: var(--spacing-xs);
10652
+ padding-right: var(--spacing-2);
10653
+ gap: var(--spacing-2);
10645
10654
  }
10646
- ._item_1gz82_99,
10647
- ._link_1gz82_100 {
10655
+ ._item_jyzzy_99,
10656
+ ._link_jyzzy_100 {
10648
10657
  align-items: center;
10649
10658
  display: flex;
10650
10659
  }
10651
- ._item_1gz82_99 {
10660
+ ._item_jyzzy_99 {
10652
10661
  position: relative;
10653
10662
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10654
10663
  user-select: none;
@@ -10656,18 +10665,18 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10656
10665
  min-width: 0;
10657
10666
  max-width: 50vw;
10658
10667
  }
10659
- ._item_1gz82_99._button_1gz82_112,
10660
- ._item_1gz82_99._menu_1gz82_113 {
10668
+ ._item_jyzzy_99._button_jyzzy_112,
10669
+ ._item_jyzzy_99._menu_jyzzy_113 {
10661
10670
  flex-shrink: 0;
10662
10671
  }
10663
- ._label_1gz82_67 {
10672
+ ._label_jyzzy_67 {
10664
10673
  text-overflow: ellipsis;
10665
10674
  white-space: nowrap;
10666
10675
  overflow: hidden;
10667
10676
  display: block;
10668
10677
  max-width: 100%;
10669
10678
  }
10670
- ._link_1gz82_100 {
10679
+ ._link_jyzzy_100 {
10671
10680
  text-decoration: none;
10672
10681
  color: var(--color-text-primary);
10673
10682
  cursor: pointer;
@@ -10675,24 +10684,24 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10675
10684
  font-weight: bold;
10676
10685
  height: 100%;
10677
10686
  }
10678
- ._link_1gz82_100 svg {
10687
+ ._link_jyzzy_100 svg {
10679
10688
  margin-right: 5px;
10680
10689
  flex-shrink: 0;
10681
10690
  }
10682
- ._link_1gz82_100:hover {
10691
+ ._link_jyzzy_100:hover {
10683
10692
  color: var(--color-text-primary-hover);
10684
10693
  }
10685
- ._link_1gz82_100:active {
10694
+ ._link_jyzzy_100:active {
10686
10695
  color: var(--color-text-primary-active);
10687
10696
  }
10688
- ._link_1gz82_100._active_1gz82_141 {
10697
+ ._link_jyzzy_100._active_jyzzy_141 {
10689
10698
  color: var(--color-text);
10690
10699
  }
10691
- ._link_1gz82_100:hover,
10692
- ._link_1gz82_100._active_1gz82_141 {
10700
+ ._link_jyzzy_100:hover,
10701
+ ._link_jyzzy_100._active_jyzzy_141 {
10693
10702
  background-color: transparent;
10694
10703
  }
10695
- ._link_1gz82_100:after {
10704
+ ._link_jyzzy_100:after {
10696
10705
  content: '';
10697
10706
  position: absolute;
10698
10707
  left: 0;
@@ -10700,17 +10709,17 @@ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
10700
10709
  bottom: 0;
10701
10710
  border-bottom: 2px solid transparent;
10702
10711
  }
10703
- ._link_1gz82_100:hover:after {
10712
+ ._link_jyzzy_100:hover:after {
10704
10713
  border-color: var(--color-link-border-hover);
10705
10714
  }
10706
- ._link_1gz82_100._active_1gz82_141:after {
10715
+ ._link_jyzzy_100._active_jyzzy_141:after {
10707
10716
  border-color: var(--color-background-primary);
10708
10717
  }
10709
- ._link_1gz82_100[disabled] {
10718
+ ._link_jyzzy_100[disabled] {
10710
10719
  pointer-events: none;
10711
10720
  color: var(--color-text-faint);
10712
10721
  }
10713
- ._alert_1gz82_166 {
10722
+ ._alert_jyzzy_166 {
10714
10723
  background-color: var(--color-background-primary);
10715
10724
  color: white;
10716
10725
  text-align: center;