@oliasoft-open-source/react-ui-library 4.0.0-beta-26 → 4.0.0-beta-28

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
@@ -532,25 +532,23 @@ a {
532
532
  --line-height: 20px;
533
533
  --size-xl: 48px;
534
534
  --size-lg: 40px;
535
- --size: 28px;
535
+ --size: 32px;
536
536
  --size-sm: 24px;
537
537
  --size-xs: 16px;
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);
538
+ --spacing-xs: 4px;
539
+ --spacing-sm: 8px;
540
+ --spacing: 12px;
541
+ --spacing-lg: 16px;
542
+ --padding-x: var(--spacing-lg);
543
+ --padding-y: var(--spacing-lg);
546
544
  --padding: var(--padding-y) var(--padding-x);
547
- --padding-card-x: var(--spacing-3);
548
- --padding-card-y: var(--spacing-2);
549
- --padding-card: var(--padding-card-y) var(--padding-card-x);
550
- --padding-input-x: var(--spacing-2);
545
+ --padding-sm-x: var(--spacing);
546
+ --padding-sm-y: var(--spacing);
547
+ --padding-sm: var(--padding-sm-y) var(--padding-sm-x);
548
+ --padding-input-x: var(--spacing-sm);
551
549
  --padding-input-y: calc((var(--size) - var(--line-height) - 2px) / 2);
552
550
  --padding-input: var(--padding-input-y) var(--padding-input-x);
553
- --padding-input-sm-x: var(--spacing-2);
551
+ --padding-input-sm-x: var(--spacing-sm);
554
552
  --padding-input-sm-y: calc((var(--size-sm) - var(--line-height) - 2px) / 2);
555
553
  --padding-input-sm: var(--padding-input-sm-y) var(--padding-input-sm-x);
556
554
  --border-radius: 4px;
@@ -660,7 +658,7 @@ html[data-theme='dark'] {
660
658
  }
661
659
 
662
660
  .field {
663
- margin-bottom: var(--spacing-3);
661
+ margin-bottom: var(--padding-y);
664
662
  color: var(--color-text);
665
663
  }
666
664
 
@@ -682,12 +680,12 @@ html[data-theme='dark'] {
682
680
 
683
681
  .formRow > *:not(:last-child),
684
682
  .form-row > *:not(:last-child) {
685
- margin-right: var(--spacing-4);
683
+ margin-right: var(--spacing);
686
684
  }
687
685
 
688
686
  .formRow .button,
689
687
  .form-row .button {
690
- margin-bottom: var(--spacing-4);
688
+ margin-bottom: var(--spacing);
691
689
  }
692
690
 
693
691
  html {
@@ -740,15 +738,15 @@ ol {
740
738
  a {
741
739
  text-decoration: none;
742
740
  }
743
- ._chevron_1osz3_1 {
744
- margin-right: var(--spacing-1);
741
+ ._chevron_1u6ki_1 {
742
+ margin-right: var(--spacing-xs);
745
743
  display: flex;
746
744
  font-size: var(--font-size);
747
745
  transition: transform 0.3s;
748
746
  color: var(--color-text-muted);
749
747
  pointer-events: none;
750
748
  }
751
- ._chevron_1osz3_1._expanded_1osz3_9 {
749
+ ._chevron_1u6ki_1._expanded_1u6ki_9 {
752
750
  transform: rotate(90deg);
753
751
  }
754
752
  ._wrapper_18jt2_1 {
@@ -777,59 +775,59 @@ a {
777
775
  color: var(--color-text-primary-active) !important;
778
776
  fill: var(--color-text-primary-active) !important;
779
777
  }
780
- ._accordion_1bs7l_1 {
778
+ ._accordion_16gbc_1 {
781
779
  position: relative;
782
780
  color: var(--color-text);
783
781
  }
784
- ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5 {
782
+ ._accordion_16gbc_1 ._accordionHeader_16gbc_5 {
785
783
  display: flex;
786
784
  align-items: center;
787
785
  }
788
- ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5 ._heading_1bs7l_9 {
786
+ ._accordion_16gbc_1 ._accordionHeader_16gbc_5 ._heading_16gbc_9 {
789
787
  flex-grow: 1;
790
788
  }
791
- ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5._clickable_1bs7l_12:hover {
789
+ ._accordion_16gbc_1 ._accordionHeader_16gbc_5._clickable_16gbc_12:hover {
792
790
  cursor: pointer;
793
791
  }
794
- ._accordion_1bs7l_1 ._accordionHeader_1bs7l_5._clickable_1bs7l_12:hover > * {
792
+ ._accordion_16gbc_1 ._accordionHeader_16gbc_5._clickable_16gbc_12:hover > * {
795
793
  color: var(--color-text) !important;
796
794
  }
797
- ._accordion_1bs7l_1:not(._bordered_1bs7l_18) ._accordionContent_1bs7l_18 {
798
- margin-top: var(--padding-card-y);
795
+ ._accordion_16gbc_1:not(._bordered_16gbc_18) ._accordionContent_16gbc_18 {
796
+ margin-top: var(--padding-sm-y);
799
797
  }
800
- ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionHeader_1bs7l_5,
801
- ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18 {
798
+ ._accordion_16gbc_1._bordered_16gbc_18 ._accordionHeader_16gbc_5,
799
+ ._accordion_16gbc_1._bordered_16gbc_18 ._accordionContent_16gbc_18 {
802
800
  border: 1px solid var(--color-border);
803
801
  line-height: var(--line-height);
804
802
  }
805
- ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionHeader_1bs7l_5 {
806
- padding: var(--spacing-1) var(--padding-card-x);
803
+ ._accordion_16gbc_1._bordered_16gbc_18 ._accordionHeader_16gbc_5 {
804
+ padding: var(--spacing-xs) var(--padding-sm-x);
807
805
  border-radius: var(--border-radius);
808
806
  background-color: var(--color-background);
809
807
  }
810
- ._accordion_1bs7l_1._bordered_1bs7l_18._expanded_1bs7l_31 ._accordionHeader_1bs7l_5 {
808
+ ._accordion_16gbc_1._bordered_16gbc_18._expanded_16gbc_31 ._accordionHeader_16gbc_5 {
811
809
  border-bottom-left-radius: 0;
812
810
  border-bottom-right-radius: 0;
813
811
  }
814
- ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18 {
812
+ ._accordion_16gbc_1._bordered_16gbc_18 ._accordionContent_16gbc_18 {
815
813
  border-top: none;
816
814
  border-radius: 0 0 var(--border-radius) var(--border-radius);
817
815
  background-color: var(--color-background-raised);
818
816
  }
819
- ._accordion_1bs7l_1._bordered_1bs7l_18 ._accordionContent_1bs7l_18._padding_1bs7l_40 {
820
- padding: var(--padding-card);
817
+ ._accordion_16gbc_1._bordered_16gbc_18 ._accordionContent_16gbc_18._padding_16gbc_40 {
818
+ padding: var(--padding-sm);
821
819
  }
822
- ._accordion_1bs7l_1._bordered_1bs7l_18._squareBottom_1bs7l_43 ._accordionHeader_1bs7l_5 {
820
+ ._accordion_16gbc_1._bordered_16gbc_18._squareBottom_16gbc_43 ._accordionHeader_16gbc_5 {
823
821
  border-bottom-left-radius: 0;
824
822
  border-bottom-right-radius: 0;
825
823
  }
826
- ._checkbox_h1pva_1 {
824
+ ._checkbox_1akzt_1 {
827
825
  --size-checkbox: var(--size-xs);
828
826
  margin: calc((var(--size) - var(--size-checkbox)) / 2) 0;
829
827
  position: relative;
830
828
  display: flex;
831
829
  align-items: center;
832
- gap: var(--spacing-1);
830
+ gap: var(--spacing-xs);
833
831
  backface-visibility: hidden;
834
832
  vertical-align: baseline;
835
833
  font-style: normal;
@@ -839,15 +837,15 @@ a {
839
837
  min-width: var(--size-checkbox);
840
838
  outline: 0px;
841
839
  }
842
- ._checkbox_h1pva_1._noLabel_h1pva_17 {
840
+ ._checkbox_1akzt_1._noLabel_1akzt_17 {
843
841
  width: var(--size-checkbox);
844
842
  }
845
- ._checkbox_h1pva_1._small_h1pva_20 {
843
+ ._checkbox_1akzt_1._small_1akzt_20 {
846
844
  --size-checkbox: calc(var(--size-xs) - 4px);
847
845
  margin: calc((var(--size-sm) - var(--size-checkbox)) / 2) 0;
848
846
  font-size: var(--font-size-sm);
849
847
  }
850
- ._checkbox_h1pva_1 input {
848
+ ._checkbox_1akzt_1 input {
851
849
  cursor: pointer;
852
850
  position: absolute;
853
851
  top: 0px;
@@ -856,16 +854,16 @@ a {
856
854
  outline: 0px;
857
855
  z-index: -1;
858
856
  }
859
- ._checkbox_h1pva_1 label {
857
+ ._checkbox_1akzt_1 label {
860
858
  cursor: pointer;
861
859
  user-select: none;
862
860
  color: var(--color-text);
863
861
  transition: color 0.1s ease 0s;
864
862
  display: block;
865
- padding-left: calc(var(--size-checkbox) + var(--spacing-2));
863
+ padding-left: calc(var(--size-checkbox) + var(--spacing-sm));
866
864
  outline: 0px;
867
865
  }
868
- ._checkbox_h1pva_1 label ._checkmark_h1pva_43 {
866
+ ._checkbox_1akzt_1 label ._checkmark_1akzt_43 {
869
867
  position: absolute;
870
868
  top: 0px;
871
869
  left: 0px;
@@ -881,32 +879,32 @@ a {
881
879
  border: 1px solid var(--color-border-checkbox);
882
880
  color: transparent;
883
881
  }
884
- ._checkbox_h1pva_1 label ._checkmark_h1pva_43:hover {
882
+ ._checkbox_1akzt_1 label ._checkmark_1akzt_43:hover {
885
883
  border-color: var(--color-border-hover);
886
884
  }
887
- ._checkbox_h1pva_1 input:checked ~ label ._checkmark_h1pva_43 {
885
+ ._checkbox_1akzt_1 input:checked ~ label ._checkmark_1akzt_43 {
888
886
  background: var(--color-background-primary);
889
887
  border-color: transparent;
890
888
  color: white;
891
889
  }
892
- ._checkbox_h1pva_1._disabled_h1pva_67 {
890
+ ._checkbox_1akzt_1._disabled_1akzt_67 {
893
891
  cursor: default;
894
892
  pointer-events: none;
895
893
  }
896
- ._checkbox_h1pva_1._disabled_h1pva_67 label {
894
+ ._checkbox_1akzt_1._disabled_1akzt_67 label {
897
895
  color: var(--color-text-muted);
898
896
  }
899
- ._checkbox_h1pva_1._disabled_h1pva_67 ._checkmark_h1pva_43 {
897
+ ._checkbox_1akzt_1._disabled_1akzt_67 ._checkmark_1akzt_43 {
900
898
  background: var(--color-background-disabled) !important;
901
899
  border-color: var(--color-border-checkbox) !important;
902
900
  }
903
- ._checkbox_h1pva_1._disabled_h1pva_67 input:checked ~ label ._checkmark_h1pva_43 {
901
+ ._checkbox_1akzt_1._disabled_1akzt_67 input:checked ~ label ._checkmark_1akzt_43 {
904
902
  color: var(--color-text-faint);
905
903
  }
906
- ._noMargin_h1pva_81 {
904
+ ._noMargin_1akzt_81 {
907
905
  margin: 0;
908
906
  }
909
- ._isInTable_h1pva_84 {
907
+ ._isInTable_1akzt_84 {
910
908
  margin: 0;
911
909
  }
912
910
  ._tooltip_wli9z_1 {
@@ -952,35 +950,35 @@ a {
952
950
  ._clickable_hd0z2_12:active {
953
951
  color: var(--color-text-primary-active);
954
952
  }
955
- ._bordered_1p7x7_1 {
953
+ ._bordered_q4imk_1 {
956
954
  border: 1px solid var(--color-border);
957
955
  border-radius: 0 0 var(--border-radius) var(--border-radius);
958
956
  border-top: none;
959
957
  background-color: var(--color-background-raised);
960
958
  }
961
- ._checkboxWrapper_1p7x7_7 {
962
- padding: var(--spacing-1) var(--padding-card-x);
959
+ ._checkboxWrapper_q4imk_7 {
960
+ padding: var(--spacing-xs) var(--padding-sm-x);
963
961
  }
964
- ._checkboxWrapper_1p7x7_7:last-child {
962
+ ._checkboxWrapper_q4imk_7:last-child {
965
963
  border-radius: 0 0 inherit inherit;
966
964
  }
967
- ._padding_1p7x7_13 {
968
- padding: var(--padding-card);
965
+ ._padding_q4imk_13 {
966
+ padding: var(--padding-sm);
969
967
  }
970
- ._contentWrapper_1p7x7_16 {
968
+ ._contentWrapper_q4imk_16 {
971
969
  border-radius: inherit;
972
970
  }
973
- ._wrapper_2zria_1 {
971
+ ._wrapper_1xxc7_1 {
974
972
  display: inline-flex;
975
973
  max-width: 100%;
976
974
  }
977
- ._layer_2zria_5 ._wrapper_2zria_1 {
975
+ ._layer_1xxc7_5 ._wrapper_1xxc7_1 {
978
976
  width: 100%;
979
977
  }
980
- ._layerContainer_2zria_8 {
978
+ ._layerContainer_1xxc7_8 {
981
979
  z-index: var(--zindex-dropdown);
982
980
  }
983
- ._layer_2zria_5 {
981
+ ._layer_1xxc7_5 {
984
982
  border: 1px solid var(--color-border);
985
983
  border-radius: var(--border-radius);
986
984
  overflow: hidden;
@@ -992,98 +990,98 @@ a {
992
990
  position: relative;
993
991
  overflow-y: auto;
994
992
  }
995
- ._layer_2zria_5._nested_2zria_23 {
993
+ ._layer_1xxc7_5._nested_1xxc7_23 {
996
994
  margin: -1px 2px;
997
995
  }
998
- ._layer_2zria_5 ul {
996
+ ._layer_1xxc7_5 ul {
999
997
  margin: 0;
1000
998
  padding: 0;
1001
999
  list-style-type: none;
1002
1000
  }
1003
- ._layer_2zria_5 ul li {
1001
+ ._layer_1xxc7_5 ul li {
1004
1002
  list-style: none;
1005
1003
  display: block;
1006
1004
  }
1007
- ._fileInput_2zria_35 {
1005
+ ._fileInput_1xxc7_35 {
1008
1006
  width: 100%;
1009
1007
  height: 100%;
1010
1008
  opacity: 0;
1011
1009
  position: absolute;
1012
1010
  }
1013
- ._trigger_2zria_41 {
1011
+ ._trigger_1xxc7_41 {
1014
1012
  display: inline-flex;
1015
1013
  align-items: center;
1016
1014
  cursor: pointer;
1017
1015
  max-width: 100%;
1018
1016
  }
1019
- ._layer_2zria_5 ._trigger_2zria_41 {
1017
+ ._layer_1xxc7_5 ._trigger_1xxc7_41 {
1020
1018
  width: 100%;
1021
1019
  }
1022
- ._middleAlignedInline_2zria_50 {
1020
+ ._middleAlignedInline_1xxc7_50 {
1023
1021
  display: flex;
1024
1022
  align-items: center;
1025
1023
  overflow: hidden;
1026
1024
  width: 100%;
1027
1025
  }
1028
- ._heading_2zria_56 {
1026
+ ._heading_1xxc7_56 {
1029
1027
  color: var(--color-text-muted);
1030
1028
  letter-spacing: 0.1em;
1031
1029
  text-transform: uppercase;
1032
1030
  font-size: var(--font-size-sm);
1033
1031
  }
1034
- ._heading_2zria_56 ._headingIcon_2zria_62 {
1032
+ ._heading_1xxc7_56 ._headingIcon_1xxc7_62 {
1035
1033
  float: right;
1036
1034
  }
1037
- ._heading_2zria_56 ._headingIcon_2zria_62 svg {
1035
+ ._heading_1xxc7_56 ._headingIcon_1xxc7_62 svg {
1038
1036
  color: var(--color-text-faint);
1039
1037
  }
1040
- ._heading_2zria_56 ._headingIcon_2zria_62:hover {
1038
+ ._heading_1xxc7_56 ._headingIcon_1xxc7_62:hover {
1041
1039
  cursor: pointer;
1042
1040
  }
1043
- ._heading_2zria_56 ._headingIcon_2zria_62:hover svg {
1041
+ ._heading_1xxc7_56 ._headingIcon_1xxc7_62:hover svg {
1044
1042
  color: var(--color-text-primary-hover);
1045
1043
  }
1046
- ._option_2zria_74 {
1044
+ ._option_1xxc7_74 {
1047
1045
  color: inherit;
1048
1046
  display: block;
1049
1047
  }
1050
- ._heading_2zria_56,
1051
- ._option_2zria_74,
1052
- ._layer_2zria_5 ._trigger_2zria_41 {
1048
+ ._heading_1xxc7_56,
1049
+ ._option_1xxc7_74,
1050
+ ._layer_1xxc7_5 ._trigger_1xxc7_41 {
1053
1051
  padding: var(--padding-input);
1054
1052
  border: 1px solid transparent;
1055
1053
  }
1056
- ._option_2zria_74,
1057
- ._layer_2zria_5 ._trigger_2zria_41 {
1054
+ ._option_1xxc7_74,
1055
+ ._layer_1xxc7_5 ._trigger_1xxc7_41 {
1058
1056
  line-height: var(--line-height);
1059
1057
  display: flex;
1060
1058
  align-items: flex-start;
1061
1059
  }
1062
- ._option_2zria_74:hover,
1063
- ._layer_2zria_5 ._trigger_2zria_41:hover,
1064
- ._option_2zria_74._active_2zria_92,
1065
- ._layer_2zria_5 ._trigger_2zria_41._active_2zria_92 {
1060
+ ._option_1xxc7_74:hover,
1061
+ ._layer_1xxc7_5 ._trigger_1xxc7_41:hover,
1062
+ ._option_1xxc7_74._active_1xxc7_92,
1063
+ ._layer_1xxc7_5 ._trigger_1xxc7_41._active_1xxc7_92 {
1066
1064
  background-color: var(--color-background-listitem-hover);
1067
1065
  cursor: pointer;
1068
1066
  }
1069
- ._option_2zria_74._selected_2zria_97 {
1067
+ ._option_1xxc7_74._selected_1xxc7_97 {
1070
1068
  background-color: var(--color-background-listitem-active);
1071
1069
  }
1072
- ._layer_2zria_5 ._trigger_2zria_41 {
1070
+ ._layer_1xxc7_5 ._trigger_1xxc7_41 {
1073
1071
  align-items: center;
1074
1072
  }
1075
- ._optionContent_2zria_103 {
1073
+ ._optionContent_1xxc7_103 {
1076
1074
  flex-wrap: wrap;
1077
1075
  margin-right: auto;
1078
1076
  position: relative;
1079
1077
  }
1080
- ._inline_2zria_108 ._optionContent_2zria_103 {
1078
+ ._inline_1xxc7_108 ._optionContent_1xxc7_103 {
1081
1079
  display: flex;
1082
1080
  justify-content: space-between;
1083
1081
  flex-grow: 1;
1084
1082
  }
1085
- ._icon_2zria_113,
1086
- ._check_2zria_114 {
1083
+ ._icon_1xxc7_113,
1084
+ ._check_1xxc7_114 {
1087
1085
  display: flex;
1088
1086
  flex-shrink: 1;
1089
1087
  width: var(--size-xs);
@@ -1092,98 +1090,98 @@ a {
1092
1090
  justify-content: center;
1093
1091
  align-items: center;
1094
1092
  }
1095
- ._icon_2zria_113 {
1096
- margin-right: var(--spacing-2);
1093
+ ._icon_1xxc7_113 {
1094
+ margin-right: var(--spacing-sm);
1097
1095
  color: var(--color-text-primary);
1098
1096
  }
1099
- ._icon_2zria_113:empty {
1097
+ ._icon_1xxc7_113:empty {
1100
1098
  display: none;
1101
1099
  }
1102
- ._icon_2zria_113 img {
1100
+ ._icon_1xxc7_113 img {
1103
1101
  max-height: 16px;
1104
1102
  max-width: 16px;
1105
1103
  width: auto;
1106
1104
  height: auto;
1107
1105
  }
1108
- ._text_2zria_136 {
1106
+ ._text_1xxc7_136 {
1109
1107
  display: inline-flex;
1110
1108
  align-items: center;
1111
1109
  cursor: pointer;
1112
1110
  }
1113
- ._label_2zria_141 {
1111
+ ._label_1xxc7_141 {
1114
1112
  margin-right: auto;
1115
1113
  }
1116
- ._label_2zria_141,
1117
- ._heading_2zria_56 {
1114
+ ._label_1xxc7_141,
1115
+ ._heading_1xxc7_56 {
1118
1116
  max-width: 100%;
1119
1117
  display: block;
1120
1118
  overflow: hidden;
1121
1119
  text-overflow: ellipsis;
1122
1120
  white-space: nowrap;
1123
1121
  }
1124
- ._description_2zria_152 {
1122
+ ._description_1xxc7_152 {
1125
1123
  color: #999;
1126
1124
  display: block;
1127
1125
  }
1128
- ._arrow_2zria_156 {
1129
- margin-left: var(--spacing-1);
1126
+ ._arrow_1xxc7_156 {
1127
+ margin-left: var(--spacing-xs);
1130
1128
  display: flex;
1131
1129
  }
1132
- ._divider_2zria_160 {
1130
+ ._divider_1xxc7_160 {
1133
1131
  border: 0;
1134
1132
  border-top: 1px solid var(--color-border);
1135
1133
  }
1136
- ._deprecatedSemanticIcon_2zria_164 {
1134
+ ._deprecatedSemanticIcon_1xxc7_164 {
1137
1135
  color: var(--color-text-primary) !important;
1138
1136
  margin: -5px 0 0 !important;
1139
1137
  }
1140
- ._disabled_2zria_168 {
1138
+ ._disabled_1xxc7_168 {
1141
1139
  color: var(--color-text-faint);
1142
1140
  pointer-events: none;
1143
1141
  cursor: not-allowed !important;
1144
1142
  }
1145
- ._buttonLabel_2zria_173 {
1143
+ ._buttonLabel_1xxc7_173 {
1146
1144
  overflow: hidden;
1147
1145
  text-overflow: ellipsis;
1148
1146
  display: block;
1149
1147
  margin-right: auto;
1150
1148
  }
1151
- ._buttonCaret_2zria_179 {
1149
+ ._buttonCaret_1xxc7_179 {
1152
1150
  display: flex;
1153
- margin-left: var(--spacing-1);
1151
+ margin-left: var(--spacing-xs);
1154
1152
  }
1155
- ._component_2zria_183 {
1153
+ ._component_1xxc7_183 {
1156
1154
  display: inline-flex;
1157
1155
  align-items: center;
1158
1156
  justify-content: center;
1159
1157
  cursor: pointer;
1160
1158
  }
1161
- ._right_2zria_189 {
1159
+ ._right_1xxc7_189 {
1162
1160
  margin-left: auto;
1163
1161
  display: flex;
1164
1162
  align-items: center;
1165
1163
  }
1166
- ._actions_2zria_194 {
1167
- margin-left: var(--spacing-2);
1164
+ ._actions_1xxc7_194 {
1165
+ margin-left: var(--spacing-sm);
1168
1166
  display: flex;
1169
1167
  align-items: center;
1170
1168
  margin-top: -2px;
1171
1169
  margin-bottom: -2px;
1172
1170
  }
1173
- ._wrapper_eo4yb_1 {
1171
+ ._wrapper_67klr_1 {
1174
1172
  display: inline-flex;
1175
1173
  position: relative;
1176
1174
  }
1177
- ._badge_eo4yb_5 {
1175
+ ._badge_67klr_5 {
1178
1176
  --size-badge: calc(var(--size-sm) - 4px);
1179
1177
  background: var(--color-background-primary);
1180
1178
  display: inline-block;
1181
1179
  position: static;
1182
1180
  }
1183
- ._badge_eo4yb_5._label_eo4yb_11 {
1181
+ ._badge_67klr_5._label_67klr_11 {
1184
1182
  line-height: var(--size-badge);
1185
1183
  min-width: var(--size-badge);
1186
- padding: 0 var(--spacing-1);
1184
+ padding: 0 var(--spacing-xs);
1187
1185
  font-size: var(--font-size-sm);
1188
1186
  font-weight: 400;
1189
1187
  text-align: center;
@@ -1192,22 +1190,22 @@ a {
1192
1190
  font-weight: bold;
1193
1191
  letter-spacing: normal;
1194
1192
  }
1195
- ._badge_eo4yb_5._label_eo4yb_11._dark_eo4yb_23 {
1193
+ ._badge_67klr_5._label_67klr_11._dark_67klr_23 {
1196
1194
  color: #fff;
1197
1195
  }
1198
- ._badge_eo4yb_5._label_eo4yb_11._light_eo4yb_26 {
1196
+ ._badge_67klr_5._label_67klr_11._light_67klr_26 {
1199
1197
  color: rgba(0, 0, 0, 0.6);
1200
1198
  }
1201
- ._badge_eo4yb_5._small_eo4yb_29 {
1199
+ ._badge_67klr_5._small_67klr_29 {
1202
1200
  --size-badge: var(--size-xs);
1203
1201
  font-size: var(--font-size-xs);
1204
1202
  }
1205
- ._badge_eo4yb_5._dot_eo4yb_33 {
1203
+ ._badge_67klr_5._dot_67klr_33 {
1206
1204
  width: 6px;
1207
1205
  height: 6px;
1208
1206
  border-radius: 100%;
1209
1207
  }
1210
- ._badge_eo4yb_5._hasChildren_eo4yb_38 {
1208
+ ._badge_67klr_5._hasChildren_67klr_38 {
1211
1209
  position: absolute;
1212
1210
  right: 0;
1213
1211
  top: 0;
@@ -1215,80 +1213,80 @@ a {
1215
1213
  transform-origin: 100% 0%;
1216
1214
  z-index: 3;
1217
1215
  }
1218
- ._inputInTable_y9r45_1 {
1216
+ ._inputInTable_ot37m_1 {
1219
1217
  background-color: transparent;
1220
1218
  border-radius: inherit !important;
1221
1219
  height: var(--size);
1222
1220
  min-height: 100%;
1223
1221
  }
1224
- ._inputInTable_y9r45_1:not(:hover) {
1222
+ ._inputInTable_ot37m_1:not(:hover) {
1225
1223
  border-color: transparent;
1226
1224
  }
1227
- ._inputInTable_y9r45_1:not(:focus) {
1225
+ ._inputInTable_ot37m_1:not(:focus) {
1228
1226
  box-shadow: none;
1229
1227
  }
1230
- ._inputHover_y9r45_13 {
1228
+ ._inputHover_ot37m_13 {
1231
1229
  position: relative;
1232
1230
  border-color: var(--color-border-hover);
1233
1231
  z-index: 2;
1234
1232
  }
1235
- ._inputFocus_y9r45_18 {
1233
+ ._inputFocus_ot37m_18 {
1236
1234
  position: relative;
1237
1235
  outline: none !important;
1238
1236
  border-color: var(--color-border-focus) !important;
1239
1237
  box-shadow: var(--shadow-focus);
1240
1238
  z-index: 3;
1241
1239
  }
1242
- ._inputError_y9r45_25,
1243
- ._inputWarning_y9r45_26 {
1240
+ ._inputError_ot37m_25,
1241
+ ._inputWarning_ot37m_26 {
1244
1242
  position: relative;
1245
1243
  }
1246
- ._inputError_y9r45_25 {
1244
+ ._inputError_ot37m_25 {
1247
1245
  z-index: 2;
1248
1246
  border-color: var(--color-border-error);
1249
1247
  color: var(--color-text-error) !important;
1250
1248
  background-color: var(--color-background-error);
1251
1249
  }
1252
- ._inputError_y9r45_25:hover {
1250
+ ._inputError_ot37m_25:hover {
1253
1251
  border-color: var(--color-border-error-hover) !important;
1254
1252
  }
1255
- ._inputError_y9r45_25:focus {
1253
+ ._inputError_ot37m_25:focus {
1256
1254
  position: relative;
1257
1255
  outline: none !important;
1258
1256
  border-color: var(--color-border-focus) !important;
1259
1257
  box-shadow: var(--shadow-focus);
1260
1258
  z-index: 3;
1261
1259
  }
1262
- ._inputWarning_y9r45_26 {
1260
+ ._inputWarning_ot37m_26 {
1263
1261
  z-index: 1;
1264
1262
  border-color: var(--color-border-warning);
1265
1263
  color: var(--color-text-warning) !important;
1266
1264
  background-color: var(--color-background-warning);
1267
1265
  }
1268
- ._inputWarning_y9r45_26:hover {
1266
+ ._inputWarning_ot37m_26:hover {
1269
1267
  border-color: var(--color-border-warning-hover) !important;
1270
1268
  }
1271
- ._inputWarning_y9r45_26:focus {
1269
+ ._inputWarning_ot37m_26:focus {
1272
1270
  position: relative;
1273
1271
  outline: none !important;
1274
1272
  border-color: var(--color-border-focus) !important;
1275
1273
  box-shadow: var(--shadow-focus);
1276
1274
  z-index: 3;
1277
1275
  }
1278
- ._inputDisabled_y9r45_61 {
1276
+ ._inputDisabled_ot37m_61 {
1279
1277
  pointer-events: none;
1280
1278
  background-color: var(--color-background-disabled);
1281
1279
  color: var(--color-text-muted);
1282
1280
  box-shadow: none;
1283
1281
  }
1284
- ._hideScrollbars_y9r45_67 {
1282
+ ._hideScrollbars_ot37m_67 {
1285
1283
  /* Firefox */
1286
1284
  scrollbar-width: none;
1287
1285
  /* IE 10+ */
1288
1286
  -ms-overflow-style: none;
1289
1287
  /* Chrome, Safari and Opera */
1290
1288
  }
1291
- ._hideScrollbars_y9r45_67::-webkit-scrollbar {
1289
+ ._hideScrollbars_ot37m_67::-webkit-scrollbar {
1292
1290
  display: none;
1293
1291
  }
1294
1292
  :root {
@@ -1317,7 +1315,7 @@ html[data-theme='dark'] {
1317
1315
  --color-border-button: rgba(255, 255, 255, 0.1);
1318
1316
  --color-border-button-hover: rgba(255, 255, 255, 0.15);
1319
1317
  }
1320
- ._button_y9r45_103 {
1318
+ ._button_ot37m_103 {
1321
1319
  cursor: pointer;
1322
1320
  display: inline-flex;
1323
1321
  align-items: center;
@@ -1342,229 +1340,229 @@ html[data-theme='dark'] {
1342
1340
  min-height: var(--size);
1343
1341
  box-shadow: var(--shadow-button);
1344
1342
  }
1345
- ._button_y9r45_103:hover {
1343
+ ._button_ot37m_103:hover {
1346
1344
  background: var(--color-background-button-default-hover);
1347
1345
  border-color: var(--color-border-button-hover);
1348
1346
  }
1349
- ._button_y9r45_103:focus {
1347
+ ._button_ot37m_103:focus {
1350
1348
  box-shadow: var(--shadow-focus) !important;
1351
1349
  }
1352
- ._button_y9r45_103:active {
1350
+ ._button_ot37m_103:active {
1353
1351
  background: var(--color-background-button-default-active);
1354
1352
  box-shadow: none;
1355
1353
  }
1356
- ._button_y9r45_103._active_y9r45_139:not(._green_y9r45_139):not(._red_y9r45_139):not(._orange_y9r45_139) {
1354
+ ._button_ot37m_103._active_ot37m_139:not(._green_ot37m_139):not(._red_ot37m_139):not(._orange_ot37m_139) {
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_y9r45_103:hover,
1363
- ._button_y9r45_103:focus,
1364
- ._button_y9r45_103:active {
1360
+ ._button_ot37m_103:hover,
1361
+ ._button_ot37m_103:focus,
1362
+ ._button_ot37m_103:active {
1365
1363
  position: relative;
1366
1364
  z-index: 1;
1367
1365
  }
1368
- ._button_y9r45_103 ._icon_y9r45_151 {
1366
+ ._button_ot37m_103 ._icon_ot37m_151 {
1369
1367
  margin: -2px;
1370
- margin-right: var(--spacing-1);
1368
+ margin-right: var(--spacing-xs);
1371
1369
  font-size: 1.25em;
1372
1370
  display: flex;
1373
1371
  }
1374
- ._iconOnly_y9r45_157 {
1372
+ ._iconOnly_ot37m_157 {
1375
1373
  width: var(--size);
1376
1374
  display: inline-flex;
1377
1375
  align-items: center;
1378
1376
  justify-content: center;
1379
1377
  }
1380
- ._iconOnly_y9r45_157 ._icon_y9r45_151 {
1378
+ ._iconOnly_ot37m_157 ._icon_ot37m_151 {
1381
1379
  margin: 0;
1382
1380
  line-height: 0;
1383
1381
  }
1384
- ._basic_y9r45_167 {
1382
+ ._basic_ot37m_167 {
1385
1383
  color: var(--color-text-primary);
1386
1384
  background: transparent;
1387
1385
  box-shadow: none !important;
1388
1386
  border: none !important;
1389
1387
  }
1390
- ._basic_y9r45_167._muted_y9r45_173 {
1388
+ ._basic_ot37m_167._muted_ot37m_173 {
1391
1389
  color: var(--color-text-muted);
1392
1390
  }
1393
- ._basic_y9r45_167:hover {
1391
+ ._basic_ot37m_167:hover {
1394
1392
  color: var(--color-text-primary-hover);
1395
1393
  background: rgba(0, 0, 0, 0.05);
1396
1394
  }
1397
- [data-theme='dark'] ._basic_y9r45_167:hover {
1395
+ [data-theme='dark'] ._basic_ot37m_167:hover {
1398
1396
  background: rgba(255, 255, 255, 0.1);
1399
1397
  }
1400
- ._basic_y9r45_167:active,
1401
- ._basic_y9r45_167._active_y9r45_139 {
1398
+ ._basic_ot37m_167:active,
1399
+ ._basic_ot37m_167._active_ot37m_139 {
1402
1400
  color: var(--color-text-primary-active);
1403
1401
  background: rgba(0, 0, 0, 0.1);
1404
1402
  }
1405
- [data-theme='dark'] ._basic_y9r45_167:active,
1406
- [data-theme='dark'] ._basic_y9r45_167._active_y9r45_139 {
1403
+ [data-theme='dark'] ._basic_ot37m_167:active,
1404
+ [data-theme='dark'] ._basic_ot37m_167._active_ot37m_139 {
1407
1405
  background: rgba(255, 255, 255, 0.2);
1408
1406
  }
1409
- ._disabled_y9r45_192 {
1407
+ ._disabled_ot37m_192 {
1410
1408
  cursor: default;
1411
1409
  pointer-events: none !important;
1412
1410
  color: var(--color-text-faint) !important;
1413
1411
  box-shadow: none !important;
1414
1412
  }
1415
- ._disabled_y9r45_192:not(._active_y9r45_139):not(._basic_y9r45_167) {
1413
+ ._disabled_ot37m_192:not(._active_ot37m_139):not(._basic_ot37m_167) {
1416
1414
  background: var(--color-background-disabled) !important;
1417
1415
  border: 1px solid var(--color-border) !important;
1418
1416
  }
1419
- ._small_y9r45_202 {
1417
+ ._small_ot37m_202 {
1420
1418
  font-size: var(--font-size-sm);
1421
1419
  min-height: var(--size-sm);
1422
1420
  padding: var(--padding-input-sm);
1423
1421
  }
1424
- ._pill_y9r45_207,
1425
- ._round_y9r45_208 {
1422
+ ._pill_ot37m_207,
1423
+ ._round_ot37m_208 {
1426
1424
  border-radius: 19px;
1427
1425
  display: inline-flex;
1428
1426
  align-items: center;
1429
1427
  }
1430
- ._round_y9r45_208 {
1428
+ ._round_ot37m_208 {
1431
1429
  padding: 0;
1432
1430
  width: var(--size);
1433
1431
  line-height: 1;
1434
1432
  }
1435
- ._round_y9r45_208._small_y9r45_202 {
1433
+ ._round_ot37m_208._small_ot37m_202 {
1436
1434
  width: var(--size-sm);
1437
1435
  }
1438
- ._orange_y9r45_139:not(._basic_y9r45_167) {
1436
+ ._orange_ot37m_139:not(._basic_ot37m_167) {
1439
1437
  background-color: var(--color-background-button-primary);
1440
1438
  }
1441
- ._orange_y9r45_139:not(._basic_y9r45_167):hover {
1439
+ ._orange_ot37m_139:not(._basic_ot37m_167):hover {
1442
1440
  background-color: var(--color-background-button-primary-hover);
1443
1441
  }
1444
- ._orange_y9r45_139:not(._basic_y9r45_167):active,
1445
- ._orange_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1442
+ ._orange_ot37m_139:not(._basic_ot37m_167):active,
1443
+ ._orange_ot37m_139:not(._basic_ot37m_167)._active_ot37m_139 {
1446
1444
  background-color: var(--color-background-button-primary-active);
1447
1445
  }
1448
- ._red_y9r45_139:not(._basic_y9r45_167) {
1446
+ ._red_ot37m_139:not(._basic_ot37m_167) {
1449
1447
  background-color: var(--color-background-button-error);
1450
1448
  }
1451
- ._red_y9r45_139:not(._basic_y9r45_167):hover {
1449
+ ._red_ot37m_139:not(._basic_ot37m_167):hover {
1452
1450
  background-color: var(--color-background-button-error-hover);
1453
1451
  }
1454
- ._red_y9r45_139:not(._basic_y9r45_167):active,
1455
- ._red_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1452
+ ._red_ot37m_139:not(._basic_ot37m_167):active,
1453
+ ._red_ot37m_139:not(._basic_ot37m_167)._active_ot37m_139 {
1456
1454
  background-color: var(--color-background-button-error-active);
1457
1455
  }
1458
- ._red_y9r45_139._basic_y9r45_167 {
1456
+ ._red_ot37m_139._basic_ot37m_167 {
1459
1457
  color: var(--color-text-error);
1460
1458
  }
1461
- ._green_y9r45_139:not(._basic_y9r45_167) {
1459
+ ._green_ot37m_139:not(._basic_ot37m_167) {
1462
1460
  background-color: var(--color-background-button-success);
1463
1461
  }
1464
- ._green_y9r45_139:not(._basic_y9r45_167):hover {
1462
+ ._green_ot37m_139:not(._basic_ot37m_167):hover {
1465
1463
  background-color: var(--color-background-button-success-hover);
1466
1464
  }
1467
- ._green_y9r45_139:not(._basic_y9r45_167):active,
1468
- ._green_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1465
+ ._green_ot37m_139:not(._basic_ot37m_167):active,
1466
+ ._green_ot37m_139:not(._basic_ot37m_167)._active_ot37m_139 {
1469
1467
  background-color: var(--color-background-button-success-active);
1470
1468
  }
1471
- ._green_y9r45_139._basic_y9r45_167 {
1469
+ ._green_ot37m_139._basic_ot37m_167 {
1472
1470
  color: var(--color-text-success);
1473
1471
  }
1474
- ._orange_y9r45_139:not(._basic_y9r45_167),
1475
- ._red_y9r45_139:not(._basic_y9r45_167),
1476
- ._green_y9r45_139:not(._basic_y9r45_167) {
1472
+ ._orange_ot37m_139:not(._basic_ot37m_167),
1473
+ ._red_ot37m_139:not(._basic_ot37m_167),
1474
+ ._green_ot37m_139:not(._basic_ot37m_167) {
1477
1475
  color: #fff;
1478
1476
  }
1479
- ._orange_y9r45_139:not(._basic_y9r45_167):hover,
1480
- ._red_y9r45_139:not(._basic_y9r45_167):hover,
1481
- ._green_y9r45_139:not(._basic_y9r45_167):hover {
1477
+ ._orange_ot37m_139:not(._basic_ot37m_167):hover,
1478
+ ._red_ot37m_139:not(._basic_ot37m_167):hover,
1479
+ ._green_ot37m_139:not(._basic_ot37m_167):hover {
1482
1480
  color: #fff;
1483
1481
  }
1484
- ._orange_y9r45_139:not(._basic_y9r45_167):active,
1485
- ._red_y9r45_139:not(._basic_y9r45_167):active,
1486
- ._green_y9r45_139:not(._basic_y9r45_167):active,
1487
- ._orange_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139,
1488
- ._red_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139,
1489
- ._green_y9r45_139:not(._basic_y9r45_167)._active_y9r45_139 {
1482
+ ._orange_ot37m_139:not(._basic_ot37m_167):active,
1483
+ ._red_ot37m_139:not(._basic_ot37m_167):active,
1484
+ ._green_ot37m_139:not(._basic_ot37m_167):active,
1485
+ ._orange_ot37m_139:not(._basic_ot37m_167)._active_ot37m_139,
1486
+ ._red_ot37m_139:not(._basic_ot37m_167)._active_ot37m_139,
1487
+ ._green_ot37m_139:not(._basic_ot37m_167)._active_ot37m_139 {
1490
1488
  color: #fff;
1491
1489
  }
1492
- ._error_y9r45_275 {
1490
+ ._error_ot37m_275 {
1493
1491
  position: relative;
1494
1492
  z-index: 2;
1495
1493
  border-color: var(--color-border-error);
1496
1494
  color: var(--color-text-error) !important;
1497
1495
  background-color: var(--color-background-error);
1498
1496
  }
1499
- ._error_y9r45_275:hover {
1497
+ ._error_ot37m_275:hover {
1500
1498
  border-color: var(--color-border-error-hover) !important;
1501
1499
  }
1502
- ._error_y9r45_275:focus {
1500
+ ._error_ot37m_275:focus {
1503
1501
  position: relative;
1504
1502
  outline: none !important;
1505
1503
  border-color: var(--color-border-focus) !important;
1506
1504
  box-shadow: var(--shadow-focus);
1507
1505
  z-index: 3;
1508
1506
  }
1509
- ._warning_y9r45_292 {
1507
+ ._warning_ot37m_292 {
1510
1508
  position: relative;
1511
1509
  z-index: 1;
1512
1510
  border-color: var(--color-border-warning);
1513
1511
  color: var(--color-text-warning) !important;
1514
1512
  background-color: var(--color-background-warning);
1515
1513
  }
1516
- ._warning_y9r45_292:hover {
1514
+ ._warning_ot37m_292:hover {
1517
1515
  border-color: var(--color-border-warning-hover) !important;
1518
1516
  }
1519
- ._warning_y9r45_292:focus {
1517
+ ._warning_ot37m_292:focus {
1520
1518
  position: relative;
1521
1519
  outline: none !important;
1522
1520
  border-color: var(--color-border-focus) !important;
1523
1521
  box-shadow: var(--shadow-focus);
1524
1522
  z-index: 3;
1525
1523
  }
1526
- ._inverted_y9r45_309 {
1524
+ ._inverted_ot37m_309 {
1527
1525
  background-color: transparent;
1528
1526
  border-color: var(--color-text);
1529
1527
  box-shadow: none;
1530
1528
  }
1531
- ._inverted_y9r45_309:hover,
1532
- ._inverted_y9r45_309:active {
1529
+ ._inverted_ot37m_309:hover,
1530
+ ._inverted_ot37m_309:active {
1533
1531
  box-shadow: none;
1534
1532
  }
1535
- ._inverted_y9r45_309._orange_y9r45_139 {
1533
+ ._inverted_ot37m_309._orange_ot37m_139 {
1536
1534
  color: var(--color-background-button-primary);
1537
1535
  border-color: var(--color-background-button-primary);
1538
1536
  }
1539
- ._inverted_y9r45_309._red_y9r45_139 {
1537
+ ._inverted_ot37m_309._red_ot37m_139 {
1540
1538
  color: var(--color-background-button-error);
1541
1539
  border-color: var(--color-background-button-error);
1542
1540
  }
1543
- ._inverted_y9r45_309._green_y9r45_139 {
1541
+ ._inverted_ot37m_309._green_ot37m_139 {
1544
1542
  color: var(--color-background-button-success);
1545
1543
  border-color: var(--color-background-button-success);
1546
1544
  }
1547
- ._inverted_y9r45_309._orange_y9r45_139:hover,
1548
- ._inverted_y9r45_309._red_y9r45_139:hover,
1549
- ._inverted_y9r45_309._green_y9r45_139:hover,
1550
- ._inverted_y9r45_309._orange_y9r45_139:active,
1551
- ._inverted_y9r45_309._red_y9r45_139:active,
1552
- ._inverted_y9r45_309._green_y9r45_139:active {
1545
+ ._inverted_ot37m_309._orange_ot37m_139:hover,
1546
+ ._inverted_ot37m_309._red_ot37m_139:hover,
1547
+ ._inverted_ot37m_309._green_ot37m_139:hover,
1548
+ ._inverted_ot37m_309._orange_ot37m_139:active,
1549
+ ._inverted_ot37m_309._red_ot37m_139:active,
1550
+ ._inverted_ot37m_309._green_ot37m_139:active {
1553
1551
  color: white;
1554
1552
  box-shadow: none;
1555
1553
  }
1556
- ._groupOrderFirst_y9r45_339,
1557
- ._groupOrderMiddle_y9r45_340,
1558
- ._groupOrderLast_y9r45_341 {
1554
+ ._groupOrderFirst_ot37m_339,
1555
+ ._groupOrderMiddle_ot37m_340,
1556
+ ._groupOrderLast_ot37m_341 {
1559
1557
  margin-right: 0;
1560
1558
  }
1561
- ._groupOrderFirst_y9r45_339,
1562
- ._groupOrderMiddle_y9r45_340 {
1559
+ ._groupOrderFirst_ot37m_339,
1560
+ ._groupOrderMiddle_ot37m_340 {
1563
1561
  border-top-right-radius: 0 !important;
1564
1562
  border-bottom-right-radius: 0 !important;
1565
1563
  }
1566
- ._groupOrderLast_y9r45_341,
1567
- ._groupOrderMiddle_y9r45_340 {
1564
+ ._groupOrderLast_ot37m_341,
1565
+ ._groupOrderMiddle_ot37m_340 {
1568
1566
  border-top-left-radius: 0 !important;
1569
1567
  border-bottom-left-radius: 0 !important;
1570
1568
  }
@@ -1646,17 +1644,17 @@ html[data-theme='dark'] {
1646
1644
  transform: rotate(360deg);
1647
1645
  }
1648
1646
  }
1649
- ._actions_1nb2u_1 {
1647
+ ._actions_1i950_1 {
1650
1648
  margin-left: auto;
1651
1649
  display: flex;
1652
1650
  flex-wrap: nowrap;
1653
1651
  justify-content: flex-end;
1654
1652
  align-items: center;
1655
1653
  }
1656
- ._actions_1nb2u_1 > *:not(:last-child) {
1657
- margin-right: var(--spacing-1);
1654
+ ._actions_1i950_1 > *:not(:last-child) {
1655
+ margin-right: var(--spacing-xs);
1658
1656
  }
1659
- ._actionComponentContainer_1nb2u_11 {
1657
+ ._actionComponentContainer_1i950_11 {
1660
1658
  width: 24px;
1661
1659
  height: 24px;
1662
1660
  display: inline-flex;
@@ -1669,46 +1667,46 @@ html[data-theme='dark'] {
1669
1667
  transition: color 0.2s;
1670
1668
  line-height: 0;
1671
1669
  }
1672
- ._actionComponentContainer_1nb2u_11 i {
1670
+ ._actionComponentContainer_1i950_11 i {
1673
1671
  margin: 0;
1674
1672
  line-height: 1 !important;
1675
1673
  }
1676
- ._actionComponentContainer_1nb2u_11:hover,
1677
- ._actionComponentContainer_1nb2u_11:focus {
1674
+ ._actionComponentContainer_1i950_11:hover,
1675
+ ._actionComponentContainer_1i950_11:focus {
1678
1676
  color: var(--color-text-primary-hover);
1679
1677
  }
1680
- ._actionComponentContainer_1nb2u_11:active,
1681
- ._actionComponentContainer_1nb2u_11._active_1nb2u_33 {
1678
+ ._actionComponentContainer_1i950_11:active,
1679
+ ._actionComponentContainer_1i950_11._active_1i950_33 {
1682
1680
  color: var(--color-text-primary-active);
1683
1681
  }
1684
- ._breadcrumb_1oab5_1 {
1682
+ ._breadcrumb_f6yh3_1 {
1685
1683
  font-size: var(--font-size-xl);
1686
1684
  }
1687
- ._breadcrumb_1oab5_1._small_1oab5_4 {
1685
+ ._breadcrumb_f6yh3_1._small_f6yh3_4 {
1688
1686
  font-size: var(--font-size);
1689
1687
  }
1690
- ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7 {
1688
+ ._breadcrumb_f6yh3_1 ._labelContainer_f6yh3_7 {
1691
1689
  color: var(--color-text-primary);
1692
1690
  cursor: pointer;
1693
1691
  }
1694
- ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7:hover {
1692
+ ._breadcrumb_f6yh3_1 ._labelContainer_f6yh3_7:hover {
1695
1693
  color: var(--color-text-primary-hover);
1696
1694
  }
1697
- ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7:active {
1695
+ ._breadcrumb_f6yh3_1 ._labelContainer_f6yh3_7:active {
1698
1696
  color: var(--color-text-primary-active);
1699
1697
  }
1700
- ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7._active_1oab5_17 {
1698
+ ._breadcrumb_f6yh3_1 ._labelContainer_f6yh3_7._active_f6yh3_17 {
1701
1699
  color: inherit;
1702
1700
  cursor: default;
1703
1701
  pointer-events: none;
1704
1702
  }
1705
- ._breadcrumb_1oab5_1 ._labelContainer_1oab5_7._disabled_1oab5_22 {
1703
+ ._breadcrumb_f6yh3_1 ._labelContainer_f6yh3_7._disabled_f6yh3_22 {
1706
1704
  color: var(--color-text-faint);
1707
1705
  cursor: default;
1708
1706
  pointer-events: none;
1709
1707
  }
1710
- ._breadcrumb_1oab5_1 ._separator_1oab5_27 {
1711
- margin: 0 var(--spacing-2);
1708
+ ._breadcrumb_f6yh3_1 ._separator_f6yh3_27 {
1709
+ margin: 0 var(--spacing-sm);
1712
1710
  color: var(--color-border);
1713
1711
  }
1714
1712
  ._label_iu2wi_1 {
@@ -1729,42 +1727,42 @@ html[data-theme='dark'] {
1729
1727
  ._buttonGroup_iu2wi_11 > *:not(:last-child) {
1730
1728
  margin-right: -1px;
1731
1729
  }
1732
- ._card_1febj_1 {
1730
+ ._card_tm89i_1 {
1733
1731
  color: var(--color-text);
1734
1732
  }
1735
- ._card_1febj_1._bordered_1febj_4 {
1733
+ ._card_tm89i_1._bordered_tm89i_4 {
1736
1734
  background: var(--color-background-raised);
1737
1735
  border: 1px solid var(--color-border);
1738
1736
  box-shadow: var(--shadow-button);
1739
1737
  border-radius: var(--border-radius);
1740
1738
  }
1741
- ._card_1febj_1._bordered_1febj_4._raised_1febj_10 {
1739
+ ._card_tm89i_1._bordered_tm89i_4._raised_tm89i_10 {
1742
1740
  box-shadow: var(--shadow-layer);
1743
1741
  }
1744
- ._card_1febj_1._bordered_1febj_4 ._cardHeader_1febj_13 {
1742
+ ._card_tm89i_1._bordered_tm89i_4 ._cardHeader_tm89i_13 {
1745
1743
  background: var(--color-background);
1746
- padding: var(--spacing-1) var(--padding-card-x);
1744
+ padding: var(--spacing-xs) var(--padding-sm-x);
1747
1745
  border-top-left-radius: inherit;
1748
1746
  border-top-right-radius: inherit;
1749
1747
  }
1750
- ._card_1febj_1._bordered_1febj_4 ._cardContentBorderTop_1febj_19 {
1748
+ ._card_tm89i_1._bordered_tm89i_4 ._cardContentBorderTop_tm89i_19 {
1751
1749
  border-top: 1px solid var(--color-border);
1752
1750
  }
1753
- ._card_1febj_1._bordered_1febj_4 ._padding_1febj_22 {
1754
- padding: var(--padding-card);
1751
+ ._card_tm89i_1._bordered_tm89i_4 ._padding_tm89i_22 {
1752
+ padding: var(--padding-sm);
1755
1753
  }
1756
- ._cardContent_1febj_19:first-child {
1754
+ ._cardContent_tm89i_19:first-child {
1757
1755
  border-top-left-radius: inherit;
1758
1756
  border-top-right-radius: inherit;
1759
1757
  }
1760
- ._cardContent_1febj_19:last-child {
1758
+ ._cardContent_tm89i_19:last-child {
1761
1759
  border-bottom-left-radius: inherit;
1762
1760
  border-bottom-right-radius: inherit;
1763
1761
  }
1764
- ._cardHeader_1febj_13 {
1762
+ ._cardHeader_tm89i_13 {
1765
1763
  display: flex;
1766
1764
  align-items: center;
1767
- padding: var(--padding-card-y) 0;
1765
+ padding: var(--padding-sm-y) 0;
1768
1766
  }
1769
1767
  ._divider_2bfzh_1 {
1770
1768
  display: flex;
@@ -1823,7 +1821,7 @@ html[data-theme='dark'] {
1823
1821
  ._link_11ofj_25:active {
1824
1822
  color: var(--color-text-primary-active);
1825
1823
  }
1826
- ._heading_16g9g_1 {
1824
+ ._heading_vqv58_1 {
1827
1825
  color: var(--color-text);
1828
1826
  line-height: var(--size-sm);
1829
1827
  font-weight: bold;
@@ -1832,24 +1830,24 @@ html[data-theme='dark'] {
1832
1830
  user-select: none;
1833
1831
  padding: 0;
1834
1832
  }
1835
- ._heading_16g9g_1._top_16g9g_10 {
1833
+ ._heading_vqv58_1._top_vqv58_10 {
1836
1834
  font-size: var(--font-size-xl);
1837
- margin-bottom: var(--padding-y);
1835
+ margin-bottom: var(--spacing);
1838
1836
  }
1839
- ._heading_16g9g_1:not(._top_16g9g_10) {
1837
+ ._heading_vqv58_1:not(._top_vqv58_10) {
1840
1838
  font-size: var(--font-size-sm);
1841
1839
  color: var(--color-text-muted);
1842
1840
  text-transform: uppercase;
1843
1841
  letter-spacing: 0.1em;
1844
1842
  }
1845
- ._icons_16g9g_20 {
1843
+ ._icons_vqv58_20 {
1846
1844
  display: inline-flex;
1847
1845
  font-size: 1.25em;
1848
1846
  }
1849
- ._icons_16g9g_20 > * {
1850
- margin-left: var(--spacing-1);
1847
+ ._icons_vqv58_20 > * {
1848
+ margin-left: var(--spacing-xs);
1851
1849
  }
1852
- ._dialog_gpudp_1 {
1850
+ ._dialog_105c5_1 {
1853
1851
  border-radius: var(--border-radius);
1854
1852
  background: var(--color-background-raised);
1855
1853
  line-height: var(--line-height);
@@ -1858,21 +1856,21 @@ html[data-theme='dark'] {
1858
1856
  display: flex;
1859
1857
  flex-direction: column;
1860
1858
  }
1861
- ._dialog_gpudp_1 > :first-child {
1859
+ ._dialog_105c5_1 > :first-child {
1862
1860
  border-top-left-radius: inherit;
1863
1861
  border-top-right-radius: inherit;
1864
1862
  }
1865
- ._dialog_gpudp_1 > :last-child {
1863
+ ._dialog_105c5_1 > :last-child {
1866
1864
  border-bottom-left-radius: inherit;
1867
1865
  border-bottom-right-radius: inherit;
1868
1866
  }
1869
- ._dialog_gpudp_1._inline_gpudp_18 {
1867
+ ._dialog_105c5_1._inline_105c5_18 {
1870
1868
  display: inline-flex;
1871
1869
  }
1872
- ._dialog_gpudp_1._scroll_gpudp_21 {
1870
+ ._dialog_105c5_1._scroll_105c5_21 {
1873
1871
  max-height: 100%;
1874
1872
  }
1875
- ._header_gpudp_24 {
1873
+ ._header_105c5_24 {
1876
1874
  display: flex;
1877
1875
  justify-content: space-between;
1878
1876
  align-items: flex-start;
@@ -1881,29 +1879,29 @@ html[data-theme='dark'] {
1881
1879
  border-bottom: 1px solid var(--color-border);
1882
1880
  flex-shrink: 0;
1883
1881
  }
1884
- ._header_gpudp_24 ._dismiss_gpudp_33 {
1885
- margin-right: calc(var(--spacing-1) * -1);
1886
- margin-left: var(--spacing-2);
1882
+ ._header_105c5_24 ._dismiss_105c5_33 {
1883
+ margin-right: calc(var(--spacing-xs) * -1);
1884
+ margin-left: var(--spacing-sm);
1887
1885
  flex-shrink: 0;
1888
1886
  }
1889
- ._content_gpudp_38 {
1887
+ ._content_105c5_38 {
1890
1888
  flex-grow: 1;
1891
1889
  }
1892
- ._scroll_gpudp_21 ._content_gpudp_38 {
1890
+ ._scroll_105c5_21 ._content_105c5_38 {
1893
1891
  overflow: auto;
1894
1892
  min-height: 0;
1895
1893
  height: 100%;
1896
1894
  flex: 1 1 auto;
1897
1895
  }
1898
- ._footer_gpudp_47 {
1896
+ ._footer_105c5_47 {
1899
1897
  display: flex;
1900
1898
  padding: var(--padding);
1901
1899
  background-color: var(--color-background);
1902
1900
  border-top: 1px solid var(--color-border);
1903
1901
  flex-shrink: 0;
1904
1902
  }
1905
- ._footer_gpudp_47 button:not(:last-child) {
1906
- margin-right: var(--spacing-3);
1903
+ ._footer_105c5_47 button:not(:last-child) {
1904
+ margin-right: var(--spacing);
1907
1905
  }
1908
1906
  ._inputInTable_1yqw7_1 {
1909
1907
  background-color: transparent;
@@ -2157,7 +2155,7 @@ html[data-theme='dark'] {
2157
2155
  ._right_1yqw7_97 ._resizeHandle_1yqw7_226 {
2158
2156
  left: 0;
2159
2157
  }
2160
- ._empty_m194c_1 {
2158
+ ._empty_eyl8c_1 {
2161
2159
  position: relative;
2162
2160
  border-radius: inherit;
2163
2161
  display: inline-flex;
@@ -2165,11 +2163,11 @@ html[data-theme='dark'] {
2165
2163
  align-items: center;
2166
2164
  justify-content: center;
2167
2165
  text-align: center;
2168
- gap: var(--spacing-2);
2166
+ gap: var(--spacing-sm);
2169
2167
  }
2170
- ._empty_m194c_1 ._text_m194c_11 {
2168
+ ._empty_eyl8c_1 ._text_eyl8c_11 {
2171
2169
  max-width: 40ch;
2172
- gap: var(--spacing-1);
2170
+ gap: var(--spacing-xs);
2173
2171
  }
2174
2172
  ._inputGroup_biuoa_1 {
2175
2173
  display: flex;
@@ -2367,65 +2365,65 @@ html[data-theme='dark'] {
2367
2365
  ._fileInput_1elar_1 {
2368
2366
  display: none !important;
2369
2367
  }
2370
- ._label_1dz6f_1 {
2368
+ ._label_5icu7_1 {
2371
2369
  display: flex;
2372
2370
  align-items: center;
2373
2371
  }
2374
- ._label_1dz6f_1._labelLeft_1dz6f_5 {
2372
+ ._label_5icu7_1._labelLeft_5icu7_5 {
2375
2373
  margin-bottom: 0;
2376
2374
  flex-shrink: 0;
2377
- padding-right: var(--spacing-2);
2375
+ padding-right: var(--spacing-sm);
2378
2376
  }
2379
- ._label_1dz6f_1._labelLeft_1dz6f_5 > label {
2377
+ ._label_5icu7_1._labelLeft_5icu7_5 > label {
2380
2378
  margin-bottom: 0;
2381
2379
  }
2382
- ._label_1dz6f_1 ._icons_1dz6f_13 {
2380
+ ._label_5icu7_1 ._icons_5icu7_13 {
2383
2381
  display: inline-flex;
2384
2382
  font-size: 1.25em;
2385
2383
  }
2386
- ._label_1dz6f_1 ._icons_1dz6f_13 > * {
2387
- margin-left: var(--spacing-1);
2384
+ ._label_5icu7_1 ._icons_5icu7_13 > * {
2385
+ margin-left: var(--spacing-xs);
2388
2386
  }
2389
- ._label_1dz6f_1 > label {
2387
+ ._label_5icu7_1 > label {
2390
2388
  display: flex;
2391
2389
  align-items: center;
2392
2390
  font-weight: bold;
2393
2391
  font-size: var(--font-size);
2394
- margin-bottom: var(--spacing-1);
2392
+ margin-bottom: var(--spacing-xs);
2395
2393
  line-height: 1.25;
2396
2394
  }
2397
- ._field_2ll8c_1 {
2398
- margin-bottom: var(--spacing-3);
2395
+ ._field_1g93a_1 {
2396
+ margin-bottom: var(--padding-y);
2399
2397
  color: var(--color-text);
2400
2398
  }
2401
- ._field_2ll8c_1._labelLeft_2ll8c_5 {
2399
+ ._field_1g93a_1._labelLeft_1g93a_5 {
2402
2400
  display: flex;
2403
2401
  align-items: center;
2404
2402
  }
2405
- ._field_2ll8c_1._labelLeft_2ll8c_5 ._fieldInput_2ll8c_9 {
2403
+ ._field_1g93a_1._labelLeft_1g93a_5 ._fieldInput_1g93a_9 {
2406
2404
  flex-grow: 1;
2407
2405
  }
2408
- ._formRow_2ll8c_12,
2409
- ._form-row_2ll8c_13 {
2406
+ ._formRow_1g93a_12,
2407
+ ._form-row_1g93a_13 {
2410
2408
  display: flex;
2411
2409
  flex-wrap: wrap;
2412
2410
  align-items: flex-end;
2413
2411
  }
2414
- ._formRow_2ll8c_12 > *:not(:last-child),
2415
- ._form-row_2ll8c_13 > *:not(:last-child) {
2416
- margin-right: var(--spacing-4);
2412
+ ._formRow_1g93a_12 > *:not(:last-child),
2413
+ ._form-row_1g93a_13 > *:not(:last-child) {
2414
+ margin-right: var(--spacing);
2417
2415
  }
2418
- ._formRow_2ll8c_12 ._button_2ll8c_22,
2419
- ._form-row_2ll8c_13 ._button_2ll8c_22 {
2420
- margin-bottom: var(--spacing-4);
2416
+ ._formRow_1g93a_12 ._button_1g93a_22,
2417
+ ._form-row_1g93a_13 ._button_1g93a_22 {
2418
+ margin-bottom: var(--spacing);
2421
2419
  }
2422
- ._formRow_i2es6_1 {
2420
+ ._formRow_1m3f8_1 {
2423
2421
  display: flex;
2424
2422
  flex-wrap: wrap;
2425
2423
  align-items: flex-end;
2426
2424
  }
2427
- ._formRow_i2es6_1 > *:not(:last-child) {
2428
- margin-right: var(--spacing-3);
2425
+ ._formRow_1m3f8_1 > *:not(:last-child) {
2426
+ margin-right: var(--spacing);
2429
2427
  }
2430
2428
  ._addon_b4w53_1 {
2431
2429
  flex-shrink: 0;
@@ -2452,123 +2450,123 @@ html[data-theme='dark'] {
2452
2450
  border-top-left-radius: 0 !important;
2453
2451
  border-bottom-left-radius: 0 !important;
2454
2452
  }
2455
- ._inputInTable_3ijn4_1 {
2453
+ ._inputInTable_1ttzh_1 {
2456
2454
  background-color: transparent;
2457
2455
  border-radius: inherit !important;
2458
2456
  height: var(--size);
2459
2457
  min-height: 100%;
2460
2458
  }
2461
- ._inputInTable_3ijn4_1:not(:hover) {
2459
+ ._inputInTable_1ttzh_1:not(:hover) {
2462
2460
  border-color: transparent;
2463
2461
  }
2464
- ._inputInTable_3ijn4_1:not(:focus) {
2462
+ ._inputInTable_1ttzh_1:not(:focus) {
2465
2463
  box-shadow: none;
2466
2464
  }
2467
- ._inputHover_3ijn4_13 {
2465
+ ._inputHover_1ttzh_13 {
2468
2466
  position: relative;
2469
2467
  border-color: var(--color-border-hover);
2470
2468
  z-index: 2;
2471
2469
  }
2472
- ._inputFocus_3ijn4_18 {
2470
+ ._inputFocus_1ttzh_18 {
2473
2471
  position: relative;
2474
2472
  outline: none !important;
2475
2473
  border-color: var(--color-border-focus) !important;
2476
2474
  box-shadow: var(--shadow-focus);
2477
2475
  z-index: 3;
2478
2476
  }
2479
- ._inputError_3ijn4_25,
2480
- ._inputWarning_3ijn4_26 {
2477
+ ._inputError_1ttzh_25,
2478
+ ._inputWarning_1ttzh_26 {
2481
2479
  position: relative;
2482
2480
  }
2483
- ._inputError_3ijn4_25 {
2481
+ ._inputError_1ttzh_25 {
2484
2482
  z-index: 2;
2485
2483
  border-color: var(--color-border-error);
2486
2484
  color: var(--color-text-error) !important;
2487
2485
  background-color: var(--color-background-error);
2488
2486
  }
2489
- ._inputError_3ijn4_25:hover {
2487
+ ._inputError_1ttzh_25:hover {
2490
2488
  border-color: var(--color-border-error-hover) !important;
2491
2489
  }
2492
- ._inputError_3ijn4_25:focus {
2490
+ ._inputError_1ttzh_25:focus {
2493
2491
  position: relative;
2494
2492
  outline: none !important;
2495
2493
  border-color: var(--color-border-focus) !important;
2496
2494
  box-shadow: var(--shadow-focus);
2497
2495
  z-index: 3;
2498
2496
  }
2499
- ._inputWarning_3ijn4_26 {
2497
+ ._inputWarning_1ttzh_26 {
2500
2498
  z-index: 1;
2501
2499
  border-color: var(--color-border-warning);
2502
2500
  color: var(--color-text-warning) !important;
2503
2501
  background-color: var(--color-background-warning);
2504
2502
  }
2505
- ._inputWarning_3ijn4_26:hover {
2503
+ ._inputWarning_1ttzh_26:hover {
2506
2504
  border-color: var(--color-border-warning-hover) !important;
2507
2505
  }
2508
- ._inputWarning_3ijn4_26:focus {
2506
+ ._inputWarning_1ttzh_26:focus {
2509
2507
  position: relative;
2510
2508
  outline: none !important;
2511
2509
  border-color: var(--color-border-focus) !important;
2512
2510
  box-shadow: var(--shadow-focus);
2513
2511
  z-index: 3;
2514
2512
  }
2515
- ._inputDisabled_3ijn4_61 {
2513
+ ._inputDisabled_1ttzh_61 {
2516
2514
  pointer-events: none;
2517
2515
  background-color: var(--color-background-disabled);
2518
2516
  color: var(--color-text-muted);
2519
2517
  box-shadow: none;
2520
2518
  }
2521
- ._hideScrollbars_3ijn4_67 {
2519
+ ._hideScrollbars_1ttzh_67 {
2522
2520
  /* Firefox */
2523
2521
  scrollbar-width: none;
2524
2522
  /* IE 10+ */
2525
2523
  -ms-overflow-style: none;
2526
2524
  /* Chrome, Safari and Opera */
2527
2525
  }
2528
- ._hideScrollbars_3ijn4_67::-webkit-scrollbar {
2526
+ ._hideScrollbars_1ttzh_67::-webkit-scrollbar {
2529
2527
  display: none;
2530
2528
  }
2531
- ._header_3ijn4_77 ._headerTitle_3ijn4_77,
2532
- ._heading_3ijn4_78 ._itemHeader_3ijn4_78 {
2529
+ ._header_1ttzh_77 ._headerTitle_1ttzh_77,
2530
+ ._heading_1ttzh_78 ._itemHeader_1ttzh_78 {
2533
2531
  transition: opacity 0.3s;
2534
2532
  }
2535
- ._narrow_3ijn4_81 ._header_3ijn4_77 ._headerTitle_3ijn4_77,
2536
- ._narrow_3ijn4_81 ._heading_3ijn4_78 ._itemHeader_3ijn4_78 {
2533
+ ._narrow_1ttzh_81 ._header_1ttzh_77 ._headerTitle_1ttzh_77,
2534
+ ._narrow_1ttzh_81 ._heading_1ttzh_78 ._itemHeader_1ttzh_78 {
2537
2535
  opacity: 0;
2538
2536
  }
2539
- ._stickyHeader_3ijn4_85 {
2537
+ ._stickyHeader_1ttzh_85 {
2540
2538
  position: sticky;
2541
2539
  top: 0;
2542
2540
  background-color: var(--color-background);
2543
2541
  z-index: 10;
2544
2542
  }
2545
- ._itemHeader_3ijn4_78 {
2546
- padding: var(--spacing-2) var(--padding-x);
2543
+ ._itemHeader_1ttzh_78 {
2544
+ padding: var(--padding-sm-y) var(--padding-x);
2547
2545
  display: flex;
2548
2546
  align-items: flex-start;
2549
2547
  }
2550
- ._itemHeader_3ijn4_78 ._title_3ijn4_96 {
2548
+ ._itemHeader_1ttzh_78 ._title_1ttzh_96 {
2551
2549
  margin: 0;
2552
2550
  padding: 0;
2553
2551
  flex-grow: 1;
2554
2552
  min-width: 0;
2555
2553
  }
2556
- ._itemHeader_3ijn4_78 ._name_3ijn4_102 {
2554
+ ._itemHeader_1ttzh_78 ._name_1ttzh_102 {
2557
2555
  font-weight: 400;
2558
2556
  }
2559
- ._itemHeader_3ijn4_78 ._iconTooltipMargin_3ijn4_105 {
2560
- margin-left: var(--spacing-2);
2557
+ ._itemHeader_1ttzh_78 ._iconTooltipMargin_1ttzh_105 {
2558
+ margin-left: var(--spacing-sm);
2561
2559
  }
2562
- ._itemHeader_3ijn4_78 ._bold_3ijn4_108 {
2560
+ ._itemHeader_1ttzh_78 ._bold_1ttzh_108 {
2563
2561
  font-weight: bold;
2564
2562
  }
2565
- ._header_3ijn4_77 {
2563
+ ._header_1ttzh_77 {
2566
2564
  padding: var(--padding);
2567
2565
  display: flex;
2568
2566
  align-items: center;
2569
2567
  border-bottom: 1px solid var(--color-border);
2570
2568
  }
2571
- ._toggleNarrow_3ijn4_117 {
2569
+ ._toggleNarrow_1ttzh_117 {
2572
2570
  margin-right: 16px;
2573
2571
  margin-left: -5px;
2574
2572
  color: #c8c8c8;
@@ -2577,48 +2575,48 @@ html[data-theme='dark'] {
2577
2575
  width: 22px;
2578
2576
  justify-content: center;
2579
2577
  }
2580
- ._toggleNarrow_3ijn4_117:hover {
2578
+ ._toggleNarrow_1ttzh_117:hover {
2581
2579
  color: var(--color-text-primary-hover);
2582
2580
  }
2583
- ._toggleNarrow_3ijn4_117:active {
2581
+ ._toggleNarrow_1ttzh_117:active {
2584
2582
  color: var(--color-text-primary-active);
2585
2583
  }
2586
- ._narrow_3ijn4_81 ._toggleNarrow_3ijn4_117 {
2584
+ ._narrow_1ttzh_81 ._toggleNarrow_1ttzh_117 {
2587
2585
  transform: scaleX(-1);
2588
2586
  }
2589
- ._drag_3ijn4_135 {
2587
+ ._drag_1ttzh_135 {
2590
2588
  color: var(--color-text-faint);
2591
2589
  display: flex;
2592
2590
  align-items: center;
2593
2591
  justify-content: center;
2594
- margin-right: var(--spacing-2);
2592
+ margin-right: var(--spacing-sm);
2595
2593
  margin-left: -6px;
2596
2594
  cursor: move;
2597
2595
  height: 19px;
2598
2596
  width: 19px;
2599
2597
  }
2600
- ._drag_3ijn4_135:hover {
2598
+ ._drag_1ttzh_135:hover {
2601
2599
  color: var(--color-text-primary-hover);
2602
2600
  }
2603
- ._drag_3ijn4_135:active {
2601
+ ._drag_1ttzh_135:active {
2604
2602
  color: var(--color-text-primary-active);
2605
2603
  }
2606
- ._list_3ijn4_152 {
2604
+ ._list_1ttzh_152 {
2607
2605
  flex-shrink: 0;
2608
2606
  background: var(--color-background);
2609
2607
  }
2610
- ._list_3ijn4_152._bordered_3ijn4_156:first-child,
2611
- ._list_3ijn4_152._bordered_3ijn4_156:first-child > :first-child {
2608
+ ._list_1ttzh_152._bordered_1ttzh_156:first-child,
2609
+ ._list_1ttzh_152._bordered_1ttzh_156:first-child > :first-child {
2612
2610
  border-top-left-radius: inherit;
2613
2611
  border-top-right-radius: inherit;
2614
2612
  }
2615
- ._list_3ijn4_152._bordered_3ijn4_156:last-child,
2616
- ._list_3ijn4_152._bordered_3ijn4_156:last-child > :last-child {
2613
+ ._list_1ttzh_152._bordered_1ttzh_156:last-child,
2614
+ ._list_1ttzh_152._bordered_1ttzh_156:last-child > :last-child {
2617
2615
  border-bottom-left-radius: inherit;
2618
2616
  border-bottom-right-radius: inherit;
2619
2617
  border-bottom: 0;
2620
2618
  }
2621
- ._item_3ijn4_78 {
2619
+ ._item_1ttzh_78 {
2622
2620
  color: inherit;
2623
2621
  display: block;
2624
2622
  transition: background-color 0.2s;
@@ -2629,7 +2627,7 @@ html[data-theme='dark'] {
2629
2627
  overflow-wrap: break-word;
2630
2628
  hyphens: auto;
2631
2629
  }
2632
- ._item_3ijn4_78:not(._heading_3ijn4_78):after {
2630
+ ._item_1ttzh_78:not(._heading_1ttzh_78):after {
2633
2631
  content: '';
2634
2632
  position: absolute;
2635
2633
  left: 0;
@@ -2640,122 +2638,122 @@ html[data-theme='dark'] {
2640
2638
  border-bottom-left-radius: inherit;
2641
2639
  transition: background 0.3s;
2642
2640
  }
2643
- ._item_3ijn4_78._action_3ijn4_189 {
2641
+ ._item_1ttzh_78._action_1ttzh_189 {
2644
2642
  cursor: pointer;
2645
2643
  }
2646
- ._item_3ijn4_78._action_3ijn4_189:not(._active_3ijn4_192):hover {
2644
+ ._item_1ttzh_78._action_1ttzh_189:not(._active_1ttzh_192):hover {
2647
2645
  background: var(--color-background-listitem-hover);
2648
2646
  }
2649
- ._item_3ijn4_78._action_3ijn4_189:not(._active_3ijn4_192):hover:after {
2647
+ ._item_1ttzh_78._action_1ttzh_189:not(._active_1ttzh_192):hover:after {
2650
2648
  background: rgba(0, 0, 0, 0.1);
2651
2649
  }
2652
- ._item_3ijn4_78._active_3ijn4_192 {
2650
+ ._item_1ttzh_78._active_1ttzh_192 {
2653
2651
  cursor: default;
2654
2652
  position: relative;
2655
2653
  z-index: 1;
2656
2654
  background: var(--color-background-listitem-active);
2657
2655
  }
2658
- ._item_3ijn4_78._active_3ijn4_192:after {
2656
+ ._item_1ttzh_78._active_1ttzh_192:after {
2659
2657
  background: var(--color-background-primary) !important;
2660
2658
  }
2661
- ._item_3ijn4_78._disabled_3ijn4_207 {
2659
+ ._item_1ttzh_78._disabled_1ttzh_207 {
2662
2660
  color: var(--color-text-faint);
2663
2661
  pointer-events: none;
2664
2662
  }
2665
- ._item_3ijn4_78._heading_3ijn4_78 {
2663
+ ._item_1ttzh_78._heading_1ttzh_78 {
2666
2664
  color: var(--color-text-muted);
2667
2665
  background-color: transparent;
2668
2666
  }
2669
- ._item_3ijn4_78._heading_3ijn4_78._action_3ijn4_189:hover {
2667
+ ._item_1ttzh_78._heading_1ttzh_78._action_1ttzh_189:hover {
2670
2668
  color: var(--color-text-primary-hover);
2671
2669
  }
2672
- ._item_3ijn4_78 ._label_3ijn4_218 {
2670
+ ._item_1ttzh_78 ._label_1ttzh_218 {
2673
2671
  display: flex;
2674
2672
  align-items: center;
2675
- margin-right: var(--spacing-2);
2673
+ margin-right: var(--spacing-sm);
2676
2674
  flex-shrink: 0;
2677
2675
  }
2678
- ._item_3ijn4_78 ._details_3ijn4_224,
2679
- ._item_3ijn4_78 ._metadata_3ijn4_225 {
2676
+ ._item_1ttzh_78 ._details_1ttzh_224,
2677
+ ._item_1ttzh_78 ._metadata_1ttzh_225 {
2680
2678
  display: block;
2681
2679
  width: 100%;
2682
2680
  font-weight: normal;
2683
2681
  }
2684
- ._item_3ijn4_78 ._metadata_3ijn4_225 {
2682
+ ._item_1ttzh_78 ._metadata_1ttzh_225 {
2685
2683
  color: var(--color-text-muted);
2686
2684
  }
2687
- ._item_3ijn4_78 ._itemContent_3ijn4_233 {
2688
- padding: 0 var(--padding-x) var(--spacing-2);
2685
+ ._item_1ttzh_78 ._itemContent_1ttzh_233 {
2686
+ padding: 0 var(--padding-x) var(--padding-sm-y);
2689
2687
  cursor: auto;
2690
2688
  }
2691
- ._item_3ijn4_78 ._itemContent_3ijn4_233:empty {
2689
+ ._item_1ttzh_78 ._itemContent_1ttzh_233:empty {
2692
2690
  padding: inherit;
2693
2691
  }
2694
- ._indentIcon_3ijn4_240 {
2692
+ ._indentIcon_1ttzh_240 {
2695
2693
  color: var(--color-text-faint);
2696
2694
  flex-shrink: 0;
2697
- margin-right: var(--spacing-1);
2695
+ margin-right: var(--spacing-xs);
2698
2696
  }
2699
- ._expandIcon_3ijn4_245 {
2697
+ ._expandIcon_1ttzh_245 {
2700
2698
  flex-shrink: 0;
2701
2699
  position: relative;
2702
2700
  display: flex;
2703
2701
  height: var(--line-height);
2704
- margin-right: var(--spacing-1);
2702
+ margin-right: var(--spacing-xs);
2705
2703
  }
2706
- ._expandIcon_3ijn4_245._expanded_3ijn4_252 svg {
2704
+ ._expandIcon_1ttzh_245._expanded_1ttzh_252 svg {
2707
2705
  transform: rotate(90deg);
2708
2706
  }
2709
- ._right_3ijn4_255 {
2707
+ ._right_1ttzh_255 {
2710
2708
  margin-left: auto;
2711
2709
  display: flex;
2712
2710
  align-items: center;
2713
2711
  margin-top: calc((var(--line-height) - var(--size-sm)) / 2);
2714
2712
  margin-bottom: calc((var(--line-height) - var(--size-sm)) / 2);
2715
- margin-right: calc(var(--spacing-2) * -1);
2713
+ margin-right: calc(var(--spacing-sm) * -1);
2716
2714
  min-height: var(--size-sm);
2717
2715
  }
2718
- ._actions_3ijn4_264 {
2719
- margin-left: var(--spacing-2);
2716
+ ._actions_1ttzh_264 {
2717
+ margin-left: var(--spacing-sm);
2720
2718
  display: flex;
2721
2719
  align-items: center;
2722
2720
  }
2723
- ._scrollableList_3ijn4_269 {
2721
+ ._scrollableList_1ttzh_269 {
2724
2722
  height: 100%;
2725
2723
  overflow-y: auto;
2726
2724
  scroll-behavior: smooth;
2727
2725
  }
2728
- ._hideScrollbar_3ijn4_67 {
2726
+ ._hideScrollbar_1ttzh_67 {
2729
2727
  /* Firefox */
2730
2728
  scrollbar-width: none;
2731
2729
  /* IE 10+ */
2732
2730
  -ms-overflow-style: none;
2733
2731
  /* Chrome, Safari and Opera */
2734
2732
  }
2735
- ._hideScrollbar_3ijn4_67::-webkit-scrollbar {
2733
+ ._hideScrollbar_1ttzh_67::-webkit-scrollbar {
2736
2734
  display: none;
2737
2735
  }
2738
- ._loader_1g5vh_1 {
2736
+ ._loader_cefjz_1 {
2739
2737
  width: 100%;
2740
2738
  height: 100%;
2741
2739
  position: relative;
2742
2740
  border-radius: inherit;
2743
2741
  }
2744
- ._loader_1g5vh_1._fullViewPortSize_1g5vh_7 {
2742
+ ._loader_cefjz_1._fullViewPortSize_cefjz_7 {
2745
2743
  position: absolute;
2746
2744
  top: 0;
2747
2745
  left: 0;
2748
2746
  width: 100vw;
2749
2747
  height: 100vh;
2750
2748
  }
2751
- ._loader_1g5vh_1._cover_1g5vh_14 {
2749
+ ._loader_cefjz_1._cover_cefjz_14 {
2752
2750
  position: absolute;
2753
2751
  top: 0;
2754
2752
  left: 0;
2755
2753
  bottom: 0;
2756
2754
  right: 0;
2757
2755
  }
2758
- ._dimmer_1g5vh_21 {
2756
+ ._dimmer_cefjz_21 {
2759
2757
  position: absolute;
2760
2758
  top: 0;
2761
2759
  left: 0;
@@ -2778,92 +2776,92 @@ html[data-theme='dark'] {
2778
2776
  display: flex;
2779
2777
  opacity: 0.95;
2780
2778
  }
2781
- ._content_1g5vh_44 {
2779
+ ._content_cefjz_44 {
2782
2780
  display: flex;
2783
2781
  flex-direction: column;
2784
2782
  align-items: center;
2785
2783
  }
2786
- ._text_1g5vh_49 {
2784
+ ._text_cefjz_49 {
2787
2785
  margin-top: 12px;
2788
2786
  opacity: 0.6;
2789
2787
  }
2790
- ._details_1g5vh_53 {
2791
- margin-top: var(--spacing-2);
2788
+ ._details_cefjz_53 {
2789
+ margin-top: var(--spacing-sm);
2792
2790
  }
2793
- ._inputInTable_ks2y1_1 {
2791
+ ._inputInTable_14lor_1 {
2794
2792
  background-color: transparent;
2795
2793
  border-radius: inherit !important;
2796
2794
  height: var(--size);
2797
2795
  min-height: 100%;
2798
2796
  }
2799
- ._inputInTable_ks2y1_1:not(:hover) {
2797
+ ._inputInTable_14lor_1:not(:hover) {
2800
2798
  border-color: transparent;
2801
2799
  }
2802
- ._inputInTable_ks2y1_1:not(:focus) {
2800
+ ._inputInTable_14lor_1:not(:focus) {
2803
2801
  box-shadow: none;
2804
2802
  }
2805
- ._inputHover_ks2y1_13 {
2803
+ ._inputHover_14lor_13 {
2806
2804
  position: relative;
2807
2805
  border-color: var(--color-border-hover);
2808
2806
  z-index: 2;
2809
2807
  }
2810
- ._inputFocus_ks2y1_18 {
2808
+ ._inputFocus_14lor_18 {
2811
2809
  position: relative;
2812
2810
  outline: none !important;
2813
2811
  border-color: var(--color-border-focus) !important;
2814
2812
  box-shadow: var(--shadow-focus);
2815
2813
  z-index: 3;
2816
2814
  }
2817
- ._inputError_ks2y1_25,
2818
- ._inputWarning_ks2y1_26 {
2815
+ ._inputError_14lor_25,
2816
+ ._inputWarning_14lor_26 {
2819
2817
  position: relative;
2820
2818
  }
2821
- ._inputError_ks2y1_25 {
2819
+ ._inputError_14lor_25 {
2822
2820
  z-index: 2;
2823
2821
  border-color: var(--color-border-error);
2824
2822
  color: var(--color-text-error) !important;
2825
2823
  background-color: var(--color-background-error);
2826
2824
  }
2827
- ._inputError_ks2y1_25:hover {
2825
+ ._inputError_14lor_25:hover {
2828
2826
  border-color: var(--color-border-error-hover) !important;
2829
2827
  }
2830
- ._inputError_ks2y1_25:focus {
2828
+ ._inputError_14lor_25:focus {
2831
2829
  position: relative;
2832
2830
  outline: none !important;
2833
2831
  border-color: var(--color-border-focus) !important;
2834
2832
  box-shadow: var(--shadow-focus);
2835
2833
  z-index: 3;
2836
2834
  }
2837
- ._inputWarning_ks2y1_26 {
2835
+ ._inputWarning_14lor_26 {
2838
2836
  z-index: 1;
2839
2837
  border-color: var(--color-border-warning);
2840
2838
  color: var(--color-text-warning) !important;
2841
2839
  background-color: var(--color-background-warning);
2842
2840
  }
2843
- ._inputWarning_ks2y1_26:hover {
2841
+ ._inputWarning_14lor_26:hover {
2844
2842
  border-color: var(--color-border-warning-hover) !important;
2845
2843
  }
2846
- ._inputWarning_ks2y1_26:focus {
2844
+ ._inputWarning_14lor_26:focus {
2847
2845
  position: relative;
2848
2846
  outline: none !important;
2849
2847
  border-color: var(--color-border-focus) !important;
2850
2848
  box-shadow: var(--shadow-focus);
2851
2849
  z-index: 3;
2852
2850
  }
2853
- ._inputDisabled_ks2y1_61 {
2851
+ ._inputDisabled_14lor_61 {
2854
2852
  pointer-events: none;
2855
2853
  background-color: var(--color-background-disabled);
2856
2854
  color: var(--color-text-muted);
2857
2855
  box-shadow: none;
2858
2856
  }
2859
- ._hideScrollbars_ks2y1_67 {
2857
+ ._hideScrollbars_14lor_67 {
2860
2858
  /* Firefox */
2861
2859
  scrollbar-width: none;
2862
2860
  /* IE 10+ */
2863
2861
  -ms-overflow-style: none;
2864
2862
  /* Chrome, Safari and Opera */
2865
2863
  }
2866
- ._hideScrollbars_ks2y1_67::-webkit-scrollbar {
2864
+ ._hideScrollbars_14lor_67::-webkit-scrollbar {
2867
2865
  display: none;
2868
2866
  }
2869
2867
  :root {
@@ -2872,8 +2870,8 @@ html[data-theme='dark'] {
2872
2870
  html[data-theme='dark'] {
2873
2871
  --color-border-message: rgba(255, 255, 255, 0.1);
2874
2872
  }
2875
- ._container_ks2y1_83 {
2876
- padding: var(--padding-card);
2873
+ ._container_14lor_83 {
2874
+ padding: var(--padding-sm);
2877
2875
  border-radius: var(--border-radius);
2878
2876
  display: inline-flex;
2879
2877
  align-items: flex-start;
@@ -2887,40 +2885,40 @@ html[data-theme='dark'] {
2887
2885
  -ms-overflow-style: none;
2888
2886
  /* Chrome, Safari and Opera */
2889
2887
  }
2890
- ._container_ks2y1_83::-webkit-scrollbar {
2888
+ ._container_14lor_83::-webkit-scrollbar {
2891
2889
  display: none;
2892
2890
  }
2893
- ._container_ks2y1_83._block_ks2y1_101 {
2891
+ ._container_14lor_83._block_14lor_101 {
2894
2892
  display: flex;
2895
2893
  }
2896
- ._container_ks2y1_83._info_ks2y1_104 {
2894
+ ._container_14lor_83._info_14lor_104 {
2897
2895
  color: var(--color-text-info);
2898
2896
  background-color: var(--color-background-info);
2899
2897
  }
2900
- ._container_ks2y1_83._success_ks2y1_108 {
2898
+ ._container_14lor_83._success_14lor_108 {
2901
2899
  color: var(--color-text-success);
2902
2900
  background-color: var(--color-background-success);
2903
2901
  }
2904
- ._container_ks2y1_83._warning_ks2y1_112 {
2902
+ ._container_14lor_83._warning_14lor_112 {
2905
2903
  color: var(--color-text-warning);
2906
2904
  background-color: var(--color-background-warning);
2907
2905
  }
2908
- ._container_ks2y1_83._error_ks2y1_116 {
2906
+ ._container_14lor_83._error_14lor_116 {
2909
2907
  color: var(--color-text-error);
2910
2908
  background-color: var(--color-background-error);
2911
2909
  }
2912
- ._content_ks2y1_120 {
2910
+ ._content_14lor_120 {
2913
2911
  flex: 1;
2914
2912
  min-width: 0;
2915
2913
  }
2916
- ._heading_ks2y1_124 {
2914
+ ._heading_14lor_124 {
2917
2915
  font-weight: bold;
2918
2916
  letter-spacing: 0.1em;
2919
2917
  text-transform: uppercase;
2920
2918
  font-size: var(--font-size-sm);
2921
2919
  line-height: var(--line-height);
2922
2920
  }
2923
- ._icon_ks2y1_131 {
2921
+ ._icon_14lor_131 {
2924
2922
  display: flex;
2925
2923
  justify-content: center;
2926
2924
  align-items: center;
@@ -2928,41 +2926,40 @@ html[data-theme='dark'] {
2928
2926
  margin-right: 12px;
2929
2927
  font-size: 1.25em;
2930
2928
  }
2931
- ._dismiss_ks2y1_139 {
2929
+ ._dismiss_14lor_139 {
2932
2930
  margin-left: 12px;
2933
2931
  color: var(--color-text);
2934
2932
  }
2935
- ._dismiss_ks2y1_139._absolute_ks2y1_143 {
2933
+ ._dismiss_14lor_139._absolute_14lor_143 {
2936
2934
  position: absolute;
2937
- top: var(--spacing-2);
2938
- right: var(--spacing-3);
2935
+ top: var(--spacing-sm);
2936
+ right: var(--spacing);
2939
2937
  }
2940
- ._dismiss_ks2y1_139 {
2938
+ ._dismiss_14lor_139 {
2941
2939
  display: flex;
2942
2940
  margin-top: -2px;
2943
2941
  margin-bottom: -2px;
2944
2942
  margin-right: -6px;
2945
2943
  }
2946
- ._legendToggle_ks2y1_154 {
2944
+ ._legendToggle_14lor_154 {
2947
2945
  opacity: 0.6;
2948
2946
  }
2949
- ._legendToggle_ks2y1_154:hover {
2947
+ ._legendToggle_14lor_154:hover {
2950
2948
  opacity: 0.8;
2951
2949
  cursor: pointer;
2952
2950
  }
2953
- ._legendToggle_ks2y1_154:active {
2951
+ ._legendToggle_14lor_154:active {
2954
2952
  opacity: 1;
2955
2953
  }
2956
- ._detailsText_ks2y1_164 {
2957
- margin-top: var(--padding-y);
2954
+ ._detailsText_14lor_164 {
2955
+ margin-top: var(--spacing-xs);
2958
2956
  word-break: break-word;
2959
2957
  }
2960
- ._footer_ks2y1_168 {
2958
+ ._footer_14lor_168 {
2961
2959
  display: flex;
2962
2960
  flex-wrap: wrap;
2963
- gap: var(--spacing-3);
2964
- margin-top: var(--spacing-2);
2965
- margin-bottom: var(--spacing-1);
2961
+ gap: var(--spacing);
2962
+ margin-top: var(--spacing-xs);
2966
2963
  }
2967
2964
  ._wrapper_ijw69_1 {
2968
2965
  z-index: var(--zindex-modal);
@@ -3066,212 +3063,212 @@ html[data-theme='dark'] {
3066
3063
  ._page_beskc_1._scroll_beskc_23 {
3067
3064
  overflow: auto;
3068
3065
  }
3069
- ._inputInTable_1gnm8_1 {
3066
+ ._inputInTable_3n1vw_1 {
3070
3067
  background-color: transparent;
3071
3068
  border-radius: inherit !important;
3072
3069
  height: var(--size);
3073
3070
  min-height: 100%;
3074
3071
  }
3075
- ._inputInTable_1gnm8_1:not(:hover) {
3072
+ ._inputInTable_3n1vw_1:not(:hover) {
3076
3073
  border-color: transparent;
3077
3074
  }
3078
- ._inputInTable_1gnm8_1:not(:focus) {
3075
+ ._inputInTable_3n1vw_1:not(:focus) {
3079
3076
  box-shadow: none;
3080
3077
  }
3081
- ._inputHover_1gnm8_13 {
3078
+ ._inputHover_3n1vw_13 {
3082
3079
  position: relative;
3083
3080
  border-color: var(--color-border-hover);
3084
3081
  z-index: 2;
3085
3082
  }
3086
- ._inputFocus_1gnm8_18 {
3083
+ ._inputFocus_3n1vw_18 {
3087
3084
  position: relative;
3088
3085
  outline: none !important;
3089
3086
  border-color: var(--color-border-focus) !important;
3090
3087
  box-shadow: var(--shadow-focus);
3091
3088
  z-index: 3;
3092
3089
  }
3093
- ._inputError_1gnm8_25,
3094
- ._inputWarning_1gnm8_26 {
3090
+ ._inputError_3n1vw_25,
3091
+ ._inputWarning_3n1vw_26 {
3095
3092
  position: relative;
3096
3093
  }
3097
- ._inputError_1gnm8_25 {
3094
+ ._inputError_3n1vw_25 {
3098
3095
  z-index: 2;
3099
3096
  border-color: var(--color-border-error);
3100
3097
  color: var(--color-text-error) !important;
3101
3098
  background-color: var(--color-background-error);
3102
3099
  }
3103
- ._inputError_1gnm8_25:hover {
3100
+ ._inputError_3n1vw_25:hover {
3104
3101
  border-color: var(--color-border-error-hover) !important;
3105
3102
  }
3106
- ._inputError_1gnm8_25:focus {
3103
+ ._inputError_3n1vw_25:focus {
3107
3104
  position: relative;
3108
3105
  outline: none !important;
3109
3106
  border-color: var(--color-border-focus) !important;
3110
3107
  box-shadow: var(--shadow-focus);
3111
3108
  z-index: 3;
3112
3109
  }
3113
- ._inputWarning_1gnm8_26 {
3110
+ ._inputWarning_3n1vw_26 {
3114
3111
  z-index: 1;
3115
3112
  border-color: var(--color-border-warning);
3116
3113
  color: var(--color-text-warning) !important;
3117
3114
  background-color: var(--color-background-warning);
3118
3115
  }
3119
- ._inputWarning_1gnm8_26:hover {
3116
+ ._inputWarning_3n1vw_26:hover {
3120
3117
  border-color: var(--color-border-warning-hover) !important;
3121
3118
  }
3122
- ._inputWarning_1gnm8_26:focus {
3119
+ ._inputWarning_3n1vw_26:focus {
3123
3120
  position: relative;
3124
3121
  outline: none !important;
3125
3122
  border-color: var(--color-border-focus) !important;
3126
3123
  box-shadow: var(--shadow-focus);
3127
3124
  z-index: 3;
3128
3125
  }
3129
- ._inputDisabled_1gnm8_61 {
3126
+ ._inputDisabled_3n1vw_61 {
3130
3127
  pointer-events: none;
3131
3128
  background-color: var(--color-background-disabled);
3132
3129
  color: var(--color-text-muted);
3133
3130
  box-shadow: none;
3134
3131
  }
3135
- ._hideScrollbars_1gnm8_67 {
3132
+ ._hideScrollbars_3n1vw_67 {
3136
3133
  /* Firefox */
3137
3134
  scrollbar-width: none;
3138
3135
  /* IE 10+ */
3139
3136
  -ms-overflow-style: none;
3140
3137
  /* Chrome, Safari and Opera */
3141
3138
  }
3142
- ._hideScrollbars_1gnm8_67::-webkit-scrollbar {
3139
+ ._hideScrollbars_3n1vw_67::-webkit-scrollbar {
3143
3140
  display: none;
3144
3141
  }
3145
- ._select_1gnm8_77 {
3142
+ ._select_3n1vw_77 {
3146
3143
  appearance: none !important;
3147
3144
  -webkit-appearance: none !important;
3148
3145
  -moz-appearance: none !important;
3149
3146
  display: inline-block;
3150
3147
  width: 100%;
3151
3148
  padding: var(--padding-input);
3152
- padding-right: calc(var(--padding-input-x) + var(--font-size) + var(--spacing-1));
3149
+ padding-right: calc(var(--padding-input-x) + var(--font-size) + var(--spacing-xs));
3153
3150
  color: var(--color-text);
3154
3151
  vertical-align: middle;
3155
- 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;
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-sm) center;
3156
3153
  background-size: var(--font-size);
3157
3154
  border: 1px solid var(--color-border);
3158
3155
  border-radius: var(--border-radius);
3159
3156
  height: var(--size);
3160
3157
  box-shadow: var(--shadow-button);
3161
3158
  }
3162
- [data-theme='dark'] ._select_1gnm8_77 {
3159
+ [data-theme='dark'] ._select_3n1vw_77 {
3163
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");
3164
3161
  }
3165
- ._select_1gnm8_77 option {
3162
+ ._select_3n1vw_77 option {
3166
3163
  background: var(--color-background-input);
3167
3164
  color: var(--color-text);
3168
3165
  }
3169
- ._select_1gnm8_77 option:focus {
3166
+ ._select_3n1vw_77 option:focus {
3170
3167
  background-color: var(--color-background-listitem-active);
3171
3168
  }
3172
- ._select_1gnm8_77:-moz-focusring {
3169
+ ._select_3n1vw_77:-moz-focusring {
3173
3170
  color: transparent !important;
3174
3171
  text-shadow: 0 0 0 #000 !important;
3175
3172
  }
3176
- ._select_1gnm8_77:hover {
3173
+ ._select_3n1vw_77:hover {
3177
3174
  position: relative;
3178
3175
  border-color: var(--color-border-hover);
3179
3176
  z-index: 2;
3180
3177
  cursor: pointer;
3181
3178
  }
3182
- ._select_1gnm8_77:focus {
3179
+ ._select_3n1vw_77:focus {
3183
3180
  position: relative;
3184
3181
  outline: none !important;
3185
3182
  border-color: var(--color-border-focus) !important;
3186
3183
  box-shadow: var(--shadow-focus);
3187
3184
  z-index: 3;
3188
3185
  }
3189
- ._select_1gnm8_77._isInTable_1gnm8_121 {
3186
+ ._select_3n1vw_77._isInTable_3n1vw_121 {
3190
3187
  background-color: transparent;
3191
3188
  border-radius: inherit !important;
3192
3189
  height: var(--size);
3193
3190
  min-height: 100%;
3194
3191
  }
3195
- ._select_1gnm8_77._isInTable_1gnm8_121:not(:hover) {
3192
+ ._select_3n1vw_77._isInTable_3n1vw_121:not(:hover) {
3196
3193
  border-color: transparent;
3197
3194
  }
3198
- ._select_1gnm8_77._isInTable_1gnm8_121:not(:focus) {
3195
+ ._select_3n1vw_77._isInTable_3n1vw_121:not(:focus) {
3199
3196
  box-shadow: none;
3200
3197
  }
3201
- ._select_1gnm8_77._unSelected_1gnm8_133 {
3198
+ ._select_3n1vw_77._unSelected_3n1vw_133 {
3202
3199
  color: var(--color-text-placeholder) !important;
3203
3200
  }
3204
- ._select_1gnm8_77._unSelected_1gnm8_133:-moz-focusring {
3201
+ ._select_3n1vw_77._unSelected_3n1vw_133:-moz-focusring {
3205
3202
  color: transparent !important;
3206
3203
  text-shadow: 0 0 0 #000 !important;
3207
3204
  }
3208
- ._select_1gnm8_77._error_1gnm8_140 {
3205
+ ._select_3n1vw_77._error_3n1vw_140 {
3209
3206
  position: relative;
3210
3207
  z-index: 2;
3211
3208
  border-color: var(--color-border-error);
3212
3209
  color: var(--color-text-error) !important;
3213
3210
  background-color: var(--color-background-error);
3214
3211
  }
3215
- ._select_1gnm8_77._error_1gnm8_140:hover {
3212
+ ._select_3n1vw_77._error_3n1vw_140:hover {
3216
3213
  border-color: var(--color-border-error-hover) !important;
3217
3214
  }
3218
- ._select_1gnm8_77._error_1gnm8_140:focus {
3215
+ ._select_3n1vw_77._error_3n1vw_140:focus {
3219
3216
  position: relative;
3220
3217
  outline: none !important;
3221
3218
  border-color: var(--color-border-focus) !important;
3222
3219
  box-shadow: var(--shadow-focus);
3223
3220
  z-index: 3;
3224
3221
  }
3225
- ._select_1gnm8_77._warning_1gnm8_157 {
3222
+ ._select_3n1vw_77._warning_3n1vw_157 {
3226
3223
  position: relative;
3227
3224
  z-index: 1;
3228
3225
  border-color: var(--color-border-warning);
3229
3226
  color: var(--color-text-warning) !important;
3230
3227
  background-color: var(--color-background-warning);
3231
3228
  }
3232
- ._select_1gnm8_77._warning_1gnm8_157:hover {
3229
+ ._select_3n1vw_77._warning_3n1vw_157:hover {
3233
3230
  border-color: var(--color-border-warning-hover) !important;
3234
3231
  }
3235
- ._select_1gnm8_77._warning_1gnm8_157:focus {
3232
+ ._select_3n1vw_77._warning_3n1vw_157:focus {
3236
3233
  position: relative;
3237
3234
  outline: none !important;
3238
3235
  border-color: var(--color-border-focus) !important;
3239
3236
  box-shadow: var(--shadow-focus);
3240
3237
  z-index: 3;
3241
3238
  }
3242
- ._select_1gnm8_77._small_1gnm8_174 {
3239
+ ._select_3n1vw_77._small_3n1vw_174 {
3243
3240
  font-size: var(--font-size-sm);
3244
3241
  height: var(--size-sm);
3245
3242
  padding: var(--padding-input-sm);
3246
3243
  background-size: var(--font-size-sm);
3247
- background-position: right var(--spacing-1) center;
3248
- padding-right: calc(var(--padding-input-sm-x) + var(--font-size-sm) + var(--spacing-1));
3244
+ background-position: right var(--spacing-xs) center;
3245
+ padding-right: calc(var(--padding-input-sm-x) + var(--font-size-sm) + var(--spacing-xs));
3249
3246
  }
3250
- ._select_1gnm8_77._right_1gnm8_182 {
3247
+ ._select_3n1vw_77._right_3n1vw_182 {
3251
3248
  text-align: right;
3252
3249
  text-align-last: right;
3253
3250
  }
3254
- ._select_1gnm8_77[disabled] {
3251
+ ._select_3n1vw_77[disabled] {
3255
3252
  opacity: 1;
3256
3253
  pointer-events: none;
3257
3254
  background-color: var(--color-background-disabled);
3258
3255
  color: var(--color-text-muted);
3259
3256
  box-shadow: none;
3260
3257
  }
3261
- ._groupOrderFirst_1gnm8_193,
3262
- ._groupOrderMiddle_1gnm8_194 {
3258
+ ._groupOrderFirst_3n1vw_193,
3259
+ ._groupOrderMiddle_3n1vw_194 {
3263
3260
  border-top-right-radius: 0 !important;
3264
3261
  border-bottom-right-radius: 0 !important;
3265
3262
  }
3266
- ._groupOrderLast_1gnm8_198,
3267
- ._groupOrderMiddle_1gnm8_194 {
3263
+ ._groupOrderLast_3n1vw_198,
3264
+ ._groupOrderMiddle_3n1vw_194 {
3268
3265
  border-top-left-radius: 0 !important;
3269
3266
  border-bottom-left-radius: 0 !important;
3270
3267
  }
3271
- ._layerContainer_1fntp_1 {
3268
+ ._layerContainer_fjcyu_1 {
3272
3269
  z-index: var(--zindex-dropdown);
3273
3270
  }
3274
- ._layer_1fntp_1 {
3271
+ ._layer_fjcyu_1 {
3275
3272
  border: 1px solid var(--color-border);
3276
3273
  border-radius: var(--border-radius);
3277
3274
  overflow: hidden;
@@ -3281,31 +3278,31 @@ html[data-theme='dark'] {
3281
3278
  position: relative;
3282
3279
  font-size: var(--font-size);
3283
3280
  }
3284
- ._layer_1fntp_1 ul {
3281
+ ._layer_fjcyu_1 ul {
3285
3282
  margin: 0;
3286
3283
  padding: 0;
3287
3284
  list-style-type: none;
3288
3285
  }
3289
- ._layer_1fntp_1 ul li {
3286
+ ._layer_fjcyu_1 ul li {
3290
3287
  list-style: none;
3291
3288
  display: block;
3292
3289
  }
3293
- ._layer_1fntp_1._small_1fntp_23 {
3290
+ ._layer_fjcyu_1._small_fjcyu_23 {
3294
3291
  font-size: var(--font-size-sm);
3295
3292
  }
3296
- ._heading_1fntp_26,
3297
- ._option_1fntp_27,
3298
- ._message_1fntp_28 {
3293
+ ._heading_fjcyu_26,
3294
+ ._option_fjcyu_27,
3295
+ ._message_fjcyu_28 {
3299
3296
  padding: var(--padding-input);
3300
3297
  padding-right: 0;
3301
3298
  }
3302
- ._small_1fntp_23 ._heading_1fntp_26,
3303
- ._small_1fntp_23 ._option_1fntp_27,
3304
- ._small_1fntp_23 ._message_1fntp_28 {
3299
+ ._small_fjcyu_23 ._heading_fjcyu_26,
3300
+ ._small_fjcyu_23 ._option_fjcyu_27,
3301
+ ._small_fjcyu_23 ._message_fjcyu_28 {
3305
3302
  padding: var(--padding-input-sm);
3306
3303
  padding-right: 0;
3307
3304
  }
3308
- ._heading_1fntp_26 {
3305
+ ._heading_fjcyu_26 {
3309
3306
  color: var(--color-text-muted);
3310
3307
  letter-spacing: 0.1em;
3311
3308
  text-transform: uppercase;
@@ -3316,13 +3313,13 @@ html[data-theme='dark'] {
3316
3313
  text-overflow: ellipsis;
3317
3314
  white-space: nowrap;
3318
3315
  }
3319
- ._small_1fntp_23 ._heading_1fntp_26 {
3316
+ ._small_fjcyu_23 ._heading_fjcyu_26 {
3320
3317
  font-size: var(--font-size-xs);
3321
3318
  }
3322
- ._message_1fntp_28 {
3319
+ ._message_fjcyu_28 {
3323
3320
  color: var(--color-text-faint);
3324
3321
  }
3325
- ._option_1fntp_27 {
3322
+ ._option_fjcyu_27 {
3326
3323
  line-height: var(--line-height);
3327
3324
  display: flex;
3328
3325
  align-items: center;
@@ -3331,18 +3328,18 @@ html[data-theme='dark'] {
3331
3328
  height: 100%;
3332
3329
  cursor: pointer;
3333
3330
  }
3334
- ._option_1fntp_27._focused_1fntp_64,
3335
- ._option_1fntp_27:hover {
3331
+ ._option_fjcyu_27._focused_fjcyu_64,
3332
+ ._option_fjcyu_27:hover {
3336
3333
  background-color: var(--color-background-listitem-hover);
3337
3334
  }
3338
- ._option_1fntp_27._selected_1fntp_68 {
3335
+ ._option_fjcyu_27._selected_fjcyu_68 {
3339
3336
  background-color: var(--color-background-listitem-active);
3340
3337
  }
3341
- ._option_1fntp_27._disabled_1fntp_71 {
3338
+ ._option_fjcyu_27._disabled_fjcyu_71 {
3342
3339
  opacity: 0.2;
3343
3340
  cursor: inherit;
3344
3341
  }
3345
- ._option_1fntp_27 ._check_1fntp_75 {
3342
+ ._option_fjcyu_27 ._check_fjcyu_75 {
3346
3343
  color: var(--color-text-primary);
3347
3344
  font-size: var(--font-size);
3348
3345
  width: var(--size);
@@ -3352,112 +3349,112 @@ html[data-theme='dark'] {
3352
3349
  align-items: center;
3353
3350
  flex-shrink: 0;
3354
3351
  }
3355
- ._small_1fntp_23 ._option_1fntp_27 ._check_1fntp_75 {
3352
+ ._small_fjcyu_23 ._option_fjcyu_27 ._check_fjcyu_75 {
3356
3353
  width: var(--size-sm);
3357
3354
  height: var(--size-sm);
3358
3355
  }
3359
- ._option_1fntp_27 ._check_1fntp_75 svg {
3356
+ ._option_fjcyu_27 ._check_fjcyu_75 svg {
3360
3357
  display: block;
3361
3358
  }
3362
- ._option_1fntp_27 ._optionContent_1fntp_92 {
3359
+ ._option_fjcyu_27 ._optionContent_fjcyu_92 {
3363
3360
  flex-wrap: wrap;
3364
3361
  margin-right: auto;
3365
3362
  overflow: hidden;
3366
3363
  }
3367
- ._option_1fntp_27 ._optionContent_1fntp_92 ._label_1fntp_97 {
3364
+ ._option_fjcyu_27 ._optionContent_fjcyu_92 ._label_fjcyu_97 {
3368
3365
  max-width: 100%;
3369
3366
  display: block;
3370
3367
  overflow: hidden;
3371
3368
  text-overflow: ellipsis;
3372
3369
  white-space: nowrap;
3373
3370
  }
3374
- ._option_1fntp_27 ._optionContent_1fntp_92 ._icon_1fntp_104 {
3371
+ ._option_fjcyu_27 ._optionContent_fjcyu_92 ._icon_fjcyu_104 {
3375
3372
  display: inline-flex;
3376
- margin-left: var(--spacing-1);
3373
+ margin-left: var(--spacing-xs);
3377
3374
  line-height: 0;
3378
3375
  }
3379
- ._details_1fntp_109 {
3376
+ ._details_fjcyu_109 {
3380
3377
  float: right;
3381
3378
  display: inline;
3382
3379
  white-space: nowrap;
3383
3380
  }
3384
- ._inputInTable_1st63_1 {
3381
+ ._inputInTable_12t1r_1 {
3385
3382
  background-color: transparent;
3386
3383
  border-radius: inherit !important;
3387
3384
  height: var(--size);
3388
3385
  min-height: 100%;
3389
3386
  }
3390
- ._inputInTable_1st63_1:not(:hover) {
3387
+ ._inputInTable_12t1r_1:not(:hover) {
3391
3388
  border-color: transparent;
3392
3389
  }
3393
- ._inputInTable_1st63_1:not(:focus) {
3390
+ ._inputInTable_12t1r_1:not(:focus) {
3394
3391
  box-shadow: none;
3395
3392
  }
3396
- ._inputHover_1st63_13 {
3393
+ ._inputHover_12t1r_13 {
3397
3394
  position: relative;
3398
3395
  border-color: var(--color-border-hover);
3399
3396
  z-index: 2;
3400
3397
  }
3401
- ._inputFocus_1st63_18 {
3398
+ ._inputFocus_12t1r_18 {
3402
3399
  position: relative;
3403
3400
  outline: none !important;
3404
3401
  border-color: var(--color-border-focus) !important;
3405
3402
  box-shadow: var(--shadow-focus);
3406
3403
  z-index: 3;
3407
3404
  }
3408
- ._inputError_1st63_25,
3409
- ._inputWarning_1st63_26 {
3405
+ ._inputError_12t1r_25,
3406
+ ._inputWarning_12t1r_26 {
3410
3407
  position: relative;
3411
3408
  }
3412
- ._inputError_1st63_25 {
3409
+ ._inputError_12t1r_25 {
3413
3410
  z-index: 2;
3414
3411
  border-color: var(--color-border-error);
3415
3412
  color: var(--color-text-error) !important;
3416
3413
  background-color: var(--color-background-error);
3417
3414
  }
3418
- ._inputError_1st63_25:hover {
3415
+ ._inputError_12t1r_25:hover {
3419
3416
  border-color: var(--color-border-error-hover) !important;
3420
3417
  }
3421
- ._inputError_1st63_25:focus {
3418
+ ._inputError_12t1r_25:focus {
3422
3419
  position: relative;
3423
3420
  outline: none !important;
3424
3421
  border-color: var(--color-border-focus) !important;
3425
3422
  box-shadow: var(--shadow-focus);
3426
3423
  z-index: 3;
3427
3424
  }
3428
- ._inputWarning_1st63_26 {
3425
+ ._inputWarning_12t1r_26 {
3429
3426
  z-index: 1;
3430
3427
  border-color: var(--color-border-warning);
3431
3428
  color: var(--color-text-warning) !important;
3432
3429
  background-color: var(--color-background-warning);
3433
3430
  }
3434
- ._inputWarning_1st63_26:hover {
3431
+ ._inputWarning_12t1r_26:hover {
3435
3432
  border-color: var(--color-border-warning-hover) !important;
3436
3433
  }
3437
- ._inputWarning_1st63_26:focus {
3434
+ ._inputWarning_12t1r_26:focus {
3438
3435
  position: relative;
3439
3436
  outline: none !important;
3440
3437
  border-color: var(--color-border-focus) !important;
3441
3438
  box-shadow: var(--shadow-focus);
3442
3439
  z-index: 3;
3443
3440
  }
3444
- ._inputDisabled_1st63_61 {
3441
+ ._inputDisabled_12t1r_61 {
3445
3442
  pointer-events: none;
3446
3443
  background-color: var(--color-background-disabled);
3447
3444
  color: var(--color-text-muted);
3448
3445
  box-shadow: none;
3449
3446
  }
3450
- ._hideScrollbars_1st63_67 {
3447
+ ._hideScrollbars_12t1r_67 {
3451
3448
  /* Firefox */
3452
3449
  scrollbar-width: none;
3453
3450
  /* IE 10+ */
3454
3451
  -ms-overflow-style: none;
3455
3452
  /* Chrome, Safari and Opera */
3456
3453
  }
3457
- ._hideScrollbars_1st63_67::-webkit-scrollbar {
3454
+ ._hideScrollbars_12t1r_67::-webkit-scrollbar {
3458
3455
  display: none;
3459
3456
  }
3460
- ._trigger_1st63_77 {
3457
+ ._trigger_12t1r_77 {
3461
3458
  font-weight: normal;
3462
3459
  display: flex;
3463
3460
  align-items: center;
@@ -3469,107 +3466,107 @@ html[data-theme='dark'] {
3469
3466
  padding-left: var(--padding-input-x);
3470
3467
  box-shadow: var(--shadow-button);
3471
3468
  }
3472
- ._trigger_1st63_77 input {
3469
+ ._trigger_12t1r_77 input {
3473
3470
  border: none !important;
3474
3471
  background: transparent !important;
3475
3472
  }
3476
- ._trigger_1st63_77._isInTable_1st63_93 {
3473
+ ._trigger_12t1r_77._isInTable_12t1r_93 {
3477
3474
  background-color: transparent;
3478
3475
  border-radius: inherit !important;
3479
3476
  height: var(--size);
3480
3477
  min-height: 100%;
3481
3478
  }
3482
- ._trigger_1st63_77._isInTable_1st63_93:not(:hover) {
3479
+ ._trigger_12t1r_77._isInTable_12t1r_93:not(:hover) {
3483
3480
  border-color: transparent;
3484
3481
  }
3485
- ._trigger_1st63_77._isInTable_1st63_93:not(:focus) {
3482
+ ._trigger_12t1r_77._isInTable_12t1r_93:not(:focus) {
3486
3483
  box-shadow: none;
3487
3484
  }
3488
- ._trigger_1st63_77._isInTable_1st63_93 ._input_1st63_1 {
3485
+ ._trigger_12t1r_77._isInTable_12t1r_93 ._input_12t1r_1 {
3489
3486
  background: transparent !important;
3490
3487
  }
3491
- ._trigger_1st63_77:hover {
3488
+ ._trigger_12t1r_77:hover {
3492
3489
  position: relative;
3493
3490
  border-color: var(--color-border-hover);
3494
3491
  z-index: 2;
3495
3492
  cursor: pointer;
3496
3493
  }
3497
- ._trigger_1st63_77._isOpen_1st63_114,
3498
- ._trigger_1st63_77:focus {
3494
+ ._trigger_12t1r_77._isOpen_12t1r_114,
3495
+ ._trigger_12t1r_77:focus {
3499
3496
  position: relative;
3500
3497
  outline: none !important;
3501
3498
  border-color: var(--color-border-focus) !important;
3502
3499
  box-shadow: var(--shadow-focus);
3503
3500
  z-index: 3;
3504
3501
  }
3505
- ._trigger_1st63_77._error_1st63_122 {
3502
+ ._trigger_12t1r_77._error_12t1r_122 {
3506
3503
  position: relative;
3507
3504
  z-index: 2;
3508
3505
  border-color: var(--color-border-error);
3509
3506
  color: var(--color-text-error) !important;
3510
3507
  background-color: var(--color-background-error);
3511
3508
  }
3512
- ._trigger_1st63_77._error_1st63_122:hover {
3509
+ ._trigger_12t1r_77._error_12t1r_122:hover {
3513
3510
  border-color: var(--color-border-error-hover) !important;
3514
3511
  }
3515
- ._trigger_1st63_77._error_1st63_122:focus {
3512
+ ._trigger_12t1r_77._error_12t1r_122:focus {
3516
3513
  position: relative;
3517
3514
  outline: none !important;
3518
3515
  border-color: var(--color-border-focus) !important;
3519
3516
  box-shadow: var(--shadow-focus);
3520
3517
  z-index: 3;
3521
3518
  }
3522
- ._trigger_1st63_77._warning_1st63_139 {
3519
+ ._trigger_12t1r_77._warning_12t1r_139 {
3523
3520
  position: relative;
3524
3521
  z-index: 1;
3525
3522
  border-color: var(--color-border-warning);
3526
3523
  color: var(--color-text-warning) !important;
3527
3524
  background-color: var(--color-background-warning);
3528
3525
  }
3529
- ._trigger_1st63_77._warning_1st63_139:hover {
3526
+ ._trigger_12t1r_77._warning_12t1r_139:hover {
3530
3527
  border-color: var(--color-border-warning-hover) !important;
3531
3528
  }
3532
- ._trigger_1st63_77._warning_1st63_139:focus {
3529
+ ._trigger_12t1r_77._warning_12t1r_139:focus {
3533
3530
  position: relative;
3534
3531
  outline: none !important;
3535
3532
  border-color: var(--color-border-focus) !important;
3536
3533
  box-shadow: var(--shadow-focus);
3537
3534
  z-index: 3;
3538
3535
  }
3539
- ._trigger_1st63_77._disabled_1st63_156 {
3536
+ ._trigger_12t1r_77._disabled_12t1r_156 {
3540
3537
  pointer-events: none;
3541
3538
  background-color: var(--color-background-disabled);
3542
3539
  color: var(--color-text-muted);
3543
3540
  box-shadow: none;
3544
3541
  }
3545
- ._icons_1st63_162 {
3542
+ ._icons_12t1r_162 {
3546
3543
  display: flex;
3547
3544
  flex-wrap: nowrap;
3548
3545
  flex-shrink: 0;
3549
3546
  position: relative;
3550
3547
  z-index: 2;
3551
3548
  }
3552
- ._icons_1st63_162 ._clearAll_1st63_169,
3553
- ._icons_1st63_162 ._iconOpen_1st63_170 {
3549
+ ._icons_12t1r_162 ._clearAll_12t1r_169,
3550
+ ._icons_12t1r_162 ._iconOpen_12t1r_170 {
3554
3551
  width: calc((var(--size) + var(--font-size)) / 2);
3555
3552
  height: var(--size);
3556
3553
  display: flex;
3557
3554
  justify-content: flex-start;
3558
3555
  align-items: center;
3559
3556
  }
3560
- ._disabled_1st63_156 ._icons_1st63_162 ._clearAll_1st63_169,
3561
- ._disabled_1st63_156 ._icons_1st63_162 ._iconOpen_1st63_170 {
3557
+ ._disabled_12t1r_156 ._icons_12t1r_162 ._clearAll_12t1r_169,
3558
+ ._disabled_12t1r_156 ._icons_12t1r_162 ._iconOpen_12t1r_170 {
3562
3559
  color: var(--color-text-faint);
3563
3560
  }
3564
- ._small_1st63_181 ._icons_1st63_162 ._clearAll_1st63_169,
3565
- ._small_1st63_181 ._icons_1st63_162 ._iconOpen_1st63_170 {
3561
+ ._small_12t1r_181 ._icons_12t1r_162 ._clearAll_12t1r_169,
3562
+ ._small_12t1r_181 ._icons_12t1r_162 ._iconOpen_12t1r_170 {
3566
3563
  width: calc((var(--size-sm) + var(--font-size-sm)) / 2);
3567
3564
  height: var(--size-sm);
3568
3565
  }
3569
- ._icons_1st63_162 ._clearAll_1st63_169:hover {
3566
+ ._icons_12t1r_162 ._clearAll_12t1r_169:hover {
3570
3567
  color: var(--color-text-primary);
3571
3568
  }
3572
- ._triggerInputContainer_1st63_189 {
3569
+ ._triggerInputContainer_12t1r_189 {
3573
3570
  display: flex;
3574
3571
  align-items: center;
3575
3572
  position: relative;
@@ -3578,35 +3575,35 @@ html[data-theme='dark'] {
3578
3575
  min-width: 0;
3579
3576
  margin-right: 4px;
3580
3577
  }
3581
- ._right_1st63_198 ._triggerInputContainer_1st63_189 {
3578
+ ._right_12t1r_198 ._triggerInputContainer_12t1r_189 {
3582
3579
  justify-content: flex-end;
3583
3580
  text-align: right;
3584
3581
  }
3585
- ._right_1st63_198 ._triggerInputContainer_1st63_189 input {
3582
+ ._right_12t1r_198 ._triggerInputContainer_12t1r_189 input {
3586
3583
  padding-right: 0;
3587
3584
  padding-left: 0;
3588
3585
  text-align: right;
3589
3586
  width: 0;
3590
3587
  }
3591
- ._right_1st63_198 ._triggerInputContainer_1st63_189 input:focus {
3588
+ ._right_12t1r_198 ._triggerInputContainer_12t1r_189 input:focus {
3592
3589
  width: auto;
3593
3590
  }
3594
- ._multiOptions_1st63_211 {
3591
+ ._multiOptions_12t1r_211 {
3595
3592
  display: flex;
3596
3593
  overflow: hidden;
3597
- margin-left: calc((var(--spacing-1) * -1) - 2px);
3594
+ margin-left: calc((var(--spacing-xs) * -1) - 2px);
3598
3595
  }
3599
- ._multiOptions_1st63_211:empty {
3596
+ ._multiOptions_12t1r_211:empty {
3600
3597
  display: none !important;
3601
3598
  }
3602
- ._multiOptions_1st63_211 ._multiOption_1st63_211 {
3599
+ ._multiOptions_12t1r_211 ._multiOption_12t1r_211 {
3603
3600
  user-select: none;
3604
3601
  pointer-events: none;
3605
3602
  display: inline-flex;
3606
3603
  align-items: center;
3607
3604
  border: 1px solid var(--color-border);
3608
3605
  background-color: var(--color-background);
3609
- padding: 0 var(--spacing-1);
3606
+ padding: 0 var(--spacing-xs);
3610
3607
  border-radius: var(--border-radius-sm);
3611
3608
  font-size: var(--font-size-sm);
3612
3609
  height: calc(var(--size) - 6px);
@@ -3616,13 +3613,13 @@ html[data-theme='dark'] {
3616
3613
  flex-shrink: 0;
3617
3614
  margin-right: 2px;
3618
3615
  }
3619
- ._small_1st63_181 ._multiOptions_1st63_211 ._multiOption_1st63_211 {
3616
+ ._small_12t1r_181 ._multiOptions_12t1r_211 ._multiOption_12t1r_211 {
3620
3617
  height: calc(var(--size-sm) - 6px);
3621
3618
  }
3622
- ._multiOptions_1st63_211 ._multiOption_1st63_211 ._label_1st63_239 {
3619
+ ._multiOptions_12t1r_211 ._multiOption_12t1r_211 ._label_12t1r_239 {
3623
3620
  white-space: nowrap;
3624
3621
  }
3625
- ._multiOptions_1st63_211 ._multiOption_1st63_211 ._closeMultiOption_1st63_242 {
3622
+ ._multiOptions_12t1r_211 ._multiOption_12t1r_211 ._closeMultiOption_12t1r_242 {
3626
3623
  flex-shrink: 0;
3627
3624
  display: flex;
3628
3625
  align-items: center;
@@ -3632,13 +3629,13 @@ html[data-theme='dark'] {
3632
3629
  opacity: 0.25;
3633
3630
  aspect-ratio: 1;
3634
3631
  }
3635
- ._multiOptions_1st63_211 ._multiOption_1st63_211 ._closeMultiOption_1st63_242:hover,
3636
- ._multiOptions_1st63_211 ._multiOption_1st63_211 ._closeMultiOption_1st63_242._focus_1st63_253 {
3632
+ ._multiOptions_12t1r_211 ._multiOption_12t1r_211 ._closeMultiOption_12t1r_242:hover,
3633
+ ._multiOptions_12t1r_211 ._multiOption_12t1r_211 ._closeMultiOption_12t1r_242._focus_12t1r_253 {
3637
3634
  opacity: 1;
3638
3635
  outline: 0;
3639
3636
  }
3640
- ._selectedSingleValue_1st63_257,
3641
- ._placeHolder_1st63_258 {
3637
+ ._selectedSingleValue_12t1r_257,
3638
+ ._placeHolder_12t1r_258 {
3642
3639
  line-height: calc(var(--size) - 2px);
3643
3640
  right: 0;
3644
3641
  left: 0;
@@ -3648,10 +3645,10 @@ html[data-theme='dark'] {
3648
3645
  display: block;
3649
3646
  position: absolute;
3650
3647
  }
3651
- ._placeHolder_1st63_258 {
3648
+ ._placeHolder_12t1r_258 {
3652
3649
  color: var(--color-text-placeholder);
3653
3650
  }
3654
- ._input_1st63_1 {
3651
+ ._input_12t1r_1 {
3655
3652
  font-family: var(--font-family);
3656
3653
  background-color: transparent;
3657
3654
  border: none;
@@ -3659,43 +3656,43 @@ html[data-theme='dark'] {
3659
3656
  padding: 0;
3660
3657
  width: 0;
3661
3658
  }
3662
- ._input_1st63_1._error_1st63_122 {
3659
+ ._input_12t1r_1._error_12t1r_122 {
3663
3660
  color: var(--color-text-error) !important;
3664
3661
  }
3665
- ._input_1st63_1:focus {
3662
+ ._input_12t1r_1:focus {
3666
3663
  outline: none;
3667
3664
  width: auto;
3668
3665
  }
3669
- ._small_1st63_181 {
3666
+ ._small_12t1r_181 {
3670
3667
  height: var(--size-sm);
3671
3668
  font-size: var(--font-size-sm);
3672
3669
  padding-left: var(--padding-input-sm-x);
3673
3670
  }
3674
- ._small_1st63_181 ._selectedSingleValue_1st63_257,
3675
- ._small_1st63_181 ._placeHolder_1st63_258,
3676
- ._small_1st63_181 ._input_1st63_1 {
3671
+ ._small_12t1r_181 ._selectedSingleValue_12t1r_257,
3672
+ ._small_12t1r_181 ._placeHolder_12t1r_258,
3673
+ ._small_12t1r_181 ._input_12t1r_1 {
3677
3674
  height: calc(var(--size-sm) - 2px);
3678
3675
  line-height: calc(var(--size-sm) - 2px);
3679
3676
  }
3680
- ._groupOrderFirst_1st63_297,
3681
- ._groupOrderMiddle_1st63_298 {
3677
+ ._groupOrderFirst_12t1r_297,
3678
+ ._groupOrderMiddle_12t1r_298 {
3682
3679
  border-top-right-radius: 0 !important;
3683
3680
  border-bottom-right-radius: 0 !important;
3684
3681
  }
3685
- ._groupOrderLast_1st63_302,
3686
- ._groupOrderMiddle_1st63_298 {
3682
+ ._groupOrderLast_12t1r_302,
3683
+ ._groupOrderMiddle_12t1r_298 {
3687
3684
  border-top-left-radius: 0 !important;
3688
3685
  border-bottom-left-radius: 0 !important;
3689
3686
  }
3690
- ._detailedLabel_1st63_307 {
3687
+ ._detailedLabel_12t1r_307 {
3691
3688
  width: 100%;
3692
3689
  }
3693
- ._detailedLabel_1st63_307 :first-child {
3690
+ ._detailedLabel_12t1r_307 :first-child {
3694
3691
  float: left;
3695
3692
  position: absolute;
3696
- padding-right: var(--spacing-1);
3693
+ padding-right: var(--spacing-xs);
3697
3694
  }
3698
- ._detailedLabel_1st63_307 :last-child {
3695
+ ._detailedLabel_12t1r_307 :last-child {
3699
3696
  float: right;
3700
3697
  }
3701
3698
  ._paginationContainer_1tmz4_1 {
@@ -3704,19 +3701,19 @@ html[data-theme='dark'] {
3704
3701
  flex-wrap: wrap;
3705
3702
  gap: 4px;
3706
3703
  }
3707
- ._toggleBox_j2pkg_1 {
3704
+ ._toggleBox_1hhl2_1 {
3708
3705
  background-color: var(--color-background-raised);
3709
- padding: var(--padding-card);
3706
+ padding: var(--padding-sm);
3710
3707
  border: 1px solid var(--color-border);
3711
3708
  border-radius: var(--border-radius);
3712
3709
  z-index: var(--zindex-popover);
3713
3710
  }
3714
- ._fullWidthStyleFix_j2pkg_8 {
3711
+ ._fullWidthStyleFix_1hhl2_8 {
3715
3712
  max-width: 100%;
3716
3713
  left: 0 !important;
3717
3714
  margin: 0 35px;
3718
3715
  }
3719
- ._dismiss_j2pkg_13 {
3716
+ ._dismiss_1hhl2_13 {
3720
3717
  position: absolute;
3721
3718
  top: 0;
3722
3719
  right: 0;
@@ -3783,23 +3780,23 @@ html[data-theme='dark'] {
3783
3780
  font-weight: bold;
3784
3781
  z-index: 1;
3785
3782
  }
3786
- ._wrapper_1huel_1._inline_1huel_1 {
3783
+ ._wrapper_lzn5h_1._inline_lzn5h_1 {
3787
3784
  display: flex;
3788
3785
  align-items: center;
3789
3786
  }
3790
- ._wrapper_1huel_1._inline_1huel_1 ._radio_1huel_5:not(:last-child) {
3791
- margin-right: var(--spacing-3);
3787
+ ._wrapper_lzn5h_1._inline_lzn5h_1 ._radio_lzn5h_5:not(:last-child) {
3788
+ margin-right: var(--spacing);
3792
3789
  }
3793
- ._wrapper_1huel_1 ._labelMargin_1huel_8 {
3794
- margin-right: var(--spacing-3);
3790
+ ._wrapper_lzn5h_1 ._labelMargin_lzn5h_8 {
3791
+ margin-right: var(--spacing);
3795
3792
  }
3796
- ._radio_1huel_5 {
3793
+ ._radio_lzn5h_5 {
3797
3794
  --size-radio: var(--size-xs);
3798
3795
  margin: calc((var(--size) - var(--size-radio)) / 2) 0;
3799
3796
  position: relative;
3800
3797
  display: flex;
3801
3798
  align-items: center;
3802
- gap: var(--spacing-1);
3799
+ gap: var(--spacing-xs);
3803
3800
  backface-visibility: hidden;
3804
3801
  vertical-align: baseline;
3805
3802
  font-style: normal;
@@ -3809,16 +3806,16 @@ html[data-theme='dark'] {
3809
3806
  min-width: var(--size-radio);
3810
3807
  outline: 0px;
3811
3808
  }
3812
- ._radio_1huel_5._small_1huel_27 {
3809
+ ._radio_lzn5h_5._small_lzn5h_27 {
3813
3810
  --size-radio: calc(var(--size-xs) - 4px);
3814
3811
  margin: calc((var(--size-sm) - var(--size-radio)) / 2) 0;
3815
3812
  font-size: var(--font-size-sm);
3816
3813
  }
3817
- ._radio_1huel_5._noMargin_1huel_32 {
3814
+ ._radio_lzn5h_5._noMargin_lzn5h_32 {
3818
3815
  margin-top: 0;
3819
3816
  margin-bottom: 0;
3820
3817
  }
3821
- ._radio_1huel_5 input {
3818
+ ._radio_lzn5h_5 input {
3822
3819
  cursor: pointer;
3823
3820
  position: absolute;
3824
3821
  top: 0;
@@ -3829,17 +3826,17 @@ html[data-theme='dark'] {
3829
3826
  height: var(--size-radio);
3830
3827
  z-index: -1;
3831
3828
  }
3832
- ._radio_1huel_5 label {
3829
+ ._radio_lzn5h_5 label {
3833
3830
  cursor: pointer;
3834
3831
  position: relative;
3835
3832
  display: block;
3836
- padding-left: calc(var(--size-radio) + var(--spacing-2));
3833
+ padding-left: calc(var(--size-radio) + var(--spacing-sm));
3837
3834
  outline: 0;
3838
3835
  color: var(--color-text);
3839
3836
  transition: color 0.1s ease;
3840
3837
  }
3841
- ._radio_1huel_5 label:before,
3842
- ._radio_1huel_5 label:after {
3838
+ ._radio_lzn5h_5 label:before,
3839
+ ._radio_lzn5h_5 label:after {
3843
3840
  content: '';
3844
3841
  position: absolute;
3845
3842
  top: 0;
@@ -3850,45 +3847,45 @@ html[data-theme='dark'] {
3850
3847
  border-radius: 50%;
3851
3848
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
3852
3849
  }
3853
- ._radio_1huel_5 label:before {
3850
+ ._radio_lzn5h_5 label:before {
3854
3851
  background: var(--color-background-input);
3855
3852
  border: 1px solid var(--color-border-checkbox);
3856
3853
  transform: none;
3857
3854
  }
3858
- ._radio_1huel_5 label:hover:before {
3855
+ ._radio_lzn5h_5 label:hover:before {
3859
3856
  border-color: var(--color-border-hover);
3860
3857
  }
3861
- ._radio_1huel_5 label:after {
3858
+ ._radio_lzn5h_5 label:after {
3862
3859
  border: none;
3863
3860
  transform: scale(0.46666667);
3864
3861
  background-color: white;
3865
3862
  box-shadow: var(--shadow-button);
3866
3863
  opacity: 0;
3867
3864
  }
3868
- ._radio_1huel_5 input:checked ~ label:before {
3865
+ ._radio_lzn5h_5 input:checked ~ label:before {
3869
3866
  background-color: var(--color-background-primary);
3870
3867
  border-color: transparent;
3871
3868
  }
3872
- ._radio_1huel_5 input:checked ~ label:after {
3869
+ ._radio_lzn5h_5 input:checked ~ label:after {
3873
3870
  opacity: 1;
3874
3871
  }
3875
- ._radio_1huel_5._disabled_1huel_90 {
3872
+ ._radio_lzn5h_5._disabled_lzn5h_90 {
3876
3873
  cursor: default;
3877
3874
  pointer-events: none;
3878
3875
  }
3879
- ._radio_1huel_5._disabled_1huel_90 label {
3876
+ ._radio_lzn5h_5._disabled_lzn5h_90 label {
3880
3877
  color: var(--color-text-muted);
3881
3878
  }
3882
- ._radio_1huel_5._disabled_1huel_90 label:before {
3879
+ ._radio_lzn5h_5._disabled_lzn5h_90 label:before {
3883
3880
  background-color: var(--color-background-disabled) !important;
3884
3881
  }
3885
- ._radio_1huel_5._disabled_1huel_90 input:checked ~ label:before {
3882
+ ._radio_lzn5h_5._disabled_lzn5h_90 input:checked ~ label:before {
3886
3883
  border-color: var(--color-border-checkbox);
3887
3884
  }
3888
- ._radio_1huel_5._disabled_1huel_90 input:checked ~ label:after {
3885
+ ._radio_lzn5h_5._disabled_lzn5h_90 input:checked ~ label:after {
3889
3886
  background-color: var(--color-border-checkbox);
3890
3887
  }
3891
- ._isInTable_1huel_106 {
3888
+ ._isInTable_lzn5h_106 {
3892
3889
  margin: 0;
3893
3890
  position: relative;
3894
3891
  top: 1px;
@@ -8405,14 +8402,14 @@ button:active .remirror-menu-pane-shortcut,
8405
8402
  margin: 0;
8406
8403
  /* margin-bottom: var(--rmr-space-2); */
8407
8404
  }
8408
- ._richTextToolbar_1fwio_1 {
8405
+ ._richTextToolbar_1xawa_1 {
8409
8406
  display: flex;
8410
- gap: var(--spacing-1);
8407
+ gap: var(--spacing-xs);
8411
8408
  }
8412
- ._richTextToolbarContainer_1fwio_5 {
8409
+ ._richTextToolbarContainer_1xawa_5 {
8413
8410
  display: flex;
8414
8411
  justify-content: space-between;
8415
- padding: var(--spacing-2) 0;
8412
+ padding: var(--spacing-sm) 0;
8416
8413
  align-items: flex-end;
8417
8414
  }
8418
8415
  ._inputInTable_w2f5m_1 {
@@ -8527,122 +8524,122 @@ button:active .remirror-menu-pane-shortcut,
8527
8524
  min-height: 0;
8528
8525
  flex-shrink: 0;
8529
8526
  }
8530
- ._inputInTable_19p7c_1 {
8527
+ ._inputInTable_1va6s_1 {
8531
8528
  background-color: transparent;
8532
8529
  border-radius: inherit !important;
8533
8530
  height: var(--size);
8534
8531
  min-height: 100%;
8535
8532
  }
8536
- ._inputInTable_19p7c_1:not(:hover) {
8533
+ ._inputInTable_1va6s_1:not(:hover) {
8537
8534
  border-color: transparent;
8538
8535
  }
8539
- ._inputInTable_19p7c_1:not(:focus) {
8536
+ ._inputInTable_1va6s_1:not(:focus) {
8540
8537
  box-shadow: none;
8541
8538
  }
8542
- ._inputHover_19p7c_13 {
8539
+ ._inputHover_1va6s_13 {
8543
8540
  position: relative;
8544
8541
  border-color: var(--color-border-hover);
8545
8542
  z-index: 2;
8546
8543
  }
8547
- ._inputFocus_19p7c_18 {
8544
+ ._inputFocus_1va6s_18 {
8548
8545
  position: relative;
8549
8546
  outline: none !important;
8550
8547
  border-color: var(--color-border-focus) !important;
8551
8548
  box-shadow: var(--shadow-focus);
8552
8549
  z-index: 3;
8553
8550
  }
8554
- ._inputError_19p7c_25,
8555
- ._inputWarning_19p7c_26 {
8551
+ ._inputError_1va6s_25,
8552
+ ._inputWarning_1va6s_26 {
8556
8553
  position: relative;
8557
8554
  }
8558
- ._inputError_19p7c_25 {
8555
+ ._inputError_1va6s_25 {
8559
8556
  z-index: 2;
8560
8557
  border-color: var(--color-border-error);
8561
8558
  color: var(--color-text-error) !important;
8562
8559
  background-color: var(--color-background-error);
8563
8560
  }
8564
- ._inputError_19p7c_25:hover {
8561
+ ._inputError_1va6s_25:hover {
8565
8562
  border-color: var(--color-border-error-hover) !important;
8566
8563
  }
8567
- ._inputError_19p7c_25:focus {
8564
+ ._inputError_1va6s_25:focus {
8568
8565
  position: relative;
8569
8566
  outline: none !important;
8570
8567
  border-color: var(--color-border-focus) !important;
8571
8568
  box-shadow: var(--shadow-focus);
8572
8569
  z-index: 3;
8573
8570
  }
8574
- ._inputWarning_19p7c_26 {
8571
+ ._inputWarning_1va6s_26 {
8575
8572
  z-index: 1;
8576
8573
  border-color: var(--color-border-warning);
8577
8574
  color: var(--color-text-warning) !important;
8578
8575
  background-color: var(--color-background-warning);
8579
8576
  }
8580
- ._inputWarning_19p7c_26:hover {
8577
+ ._inputWarning_1va6s_26:hover {
8581
8578
  border-color: var(--color-border-warning-hover) !important;
8582
8579
  }
8583
- ._inputWarning_19p7c_26:focus {
8580
+ ._inputWarning_1va6s_26:focus {
8584
8581
  position: relative;
8585
8582
  outline: none !important;
8586
8583
  border-color: var(--color-border-focus) !important;
8587
8584
  box-shadow: var(--shadow-focus);
8588
8585
  z-index: 3;
8589
8586
  }
8590
- ._inputDisabled_19p7c_61 {
8587
+ ._inputDisabled_1va6s_61 {
8591
8588
  pointer-events: none;
8592
8589
  background-color: var(--color-background-disabled);
8593
8590
  color: var(--color-text-muted);
8594
8591
  box-shadow: none;
8595
8592
  }
8596
- ._hideScrollbars_19p7c_67 {
8593
+ ._hideScrollbars_1va6s_67 {
8597
8594
  /* Firefox */
8598
8595
  scrollbar-width: none;
8599
8596
  /* IE 10+ */
8600
8597
  -ms-overflow-style: none;
8601
8598
  /* Chrome, Safari and Opera */
8602
8599
  }
8603
- ._hideScrollbars_19p7c_67::-webkit-scrollbar {
8600
+ ._hideScrollbars_1va6s_67::-webkit-scrollbar {
8604
8601
  display: none;
8605
8602
  }
8606
8603
  :root {
8607
8604
  --size-sidebar: var(--size-xl);
8608
8605
  --color-background-sidebar: var(--color-neutral-1000);
8609
8606
  }
8610
- ._sidebar_19p7c_81 {
8607
+ ._sidebar_1va6s_81 {
8611
8608
  background-color: var(--color-background-sidebar);
8612
8609
  color: white;
8613
8610
  position: relative;
8614
8611
  padding: var(--padding-y) 0;
8615
8612
  }
8616
8613
  @media print {
8617
- ._sidebar_19p7c_81 {
8614
+ ._sidebar_1va6s_81 {
8618
8615
  display: none;
8619
8616
  }
8620
8617
  }
8621
- ._inner_19p7c_92 {
8618
+ ._inner_1va6s_92 {
8622
8619
  /* Firefox */
8623
8620
  scrollbar-width: none;
8624
8621
  /* IE 10+ */
8625
8622
  -ms-overflow-style: none;
8626
8623
  /* Chrome, Safari and Opera */
8627
8624
  }
8628
- ._inner_19p7c_92::-webkit-scrollbar {
8625
+ ._inner_1va6s_92::-webkit-scrollbar {
8629
8626
  display: none;
8630
8627
  }
8631
- ._title_19p7c_102,
8632
- ._subtitle_19p7c_103,
8633
- ._label_19p7c_104 {
8628
+ ._title_1va6s_102,
8629
+ ._subtitle_1va6s_103,
8630
+ ._label_1va6s_104 {
8634
8631
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
8635
8632
  max-height: 50px;
8636
8633
  }
8637
- ._collapsed_19p7c_108 ._title_19p7c_102,
8638
- ._collapsed_19p7c_108 ._subtitle_19p7c_103,
8639
- ._collapsed_19p7c_108 ._label_19p7c_104 {
8634
+ ._collapsed_1va6s_108 ._title_1va6s_102,
8635
+ ._collapsed_1va6s_108 ._subtitle_1va6s_103,
8636
+ ._collapsed_1va6s_108 ._label_1va6s_104 {
8640
8637
  opacity: 0;
8641
8638
  max-height: 0;
8642
8639
  margin-bottom: 0;
8643
8640
  margin-top: 0;
8644
8641
  }
8645
- ._title_19p7c_102 {
8642
+ ._title_1va6s_102 {
8646
8643
  overflow: hidden;
8647
8644
  max-width: 100%;
8648
8645
  text-overflow: ellipsis;
@@ -8651,7 +8648,7 @@ button:active .remirror-menu-pane-shortcut,
8651
8648
  font-size: var(--font-size-lg);
8652
8649
  padding: 0 var(--padding-x);
8653
8650
  }
8654
- ._subtitle_19p7c_103 {
8651
+ ._subtitle_1va6s_103 {
8655
8652
  margin-bottom: var(--padding-y);
8656
8653
  white-space: nowrap;
8657
8654
  font-size: var(--font-size-sm);
@@ -8659,11 +8656,11 @@ button:active .remirror-menu-pane-shortcut,
8659
8656
  opacity: 0.6;
8660
8657
  padding: 0 var(--padding-x);
8661
8658
  }
8662
- ._list_19p7c_133 {
8659
+ ._list_1va6s_133 {
8663
8660
  margin-bottom: var(--padding-y);
8664
8661
  margin-top: 0;
8665
8662
  }
8666
- ._item_19p7c_137 {
8663
+ ._item_1va6s_137 {
8667
8664
  min-height: var(--size-lg);
8668
8665
  transition: padding 0.2s;
8669
8666
  font-size: var(--font-size-lg);
@@ -8673,54 +8670,54 @@ button:active .remirror-menu-pane-shortcut,
8673
8670
  padding: 0 var(--padding-x);
8674
8671
  align-items: center;
8675
8672
  }
8676
- ._collapsed_19p7c_108 ._item_19p7c_137 {
8673
+ ._collapsed_1va6s_108 ._item_1va6s_137 {
8677
8674
  padding: 0 9px;
8678
8675
  }
8679
- ._item_19p7c_137:focus {
8676
+ ._item_1va6s_137:focus {
8680
8677
  outline: none;
8681
8678
  }
8682
- ._item_19p7c_137::-moz-focus-inner {
8679
+ ._item_1va6s_137::-moz-focus-inner {
8683
8680
  border: 0;
8684
8681
  }
8685
- ._item_19p7c_137:hover,
8686
- ._item_19p7c_137:focus {
8682
+ ._item_1va6s_137:hover,
8683
+ ._item_1va6s_137:focus {
8687
8684
  color: var(--color-primary-400);
8688
8685
  }
8689
- ._item_19p7c_137:active {
8686
+ ._item_1va6s_137:active {
8690
8687
  color: var(--color-primary-300);
8691
8688
  }
8692
- ._item_19p7c_137._active_19p7c_163 {
8689
+ ._item_1va6s_137._active_1va6s_163 {
8693
8690
  color: white;
8694
8691
  background: black;
8695
8692
  }
8696
- ._item_19p7c_137._experimental_19p7c_167 {
8693
+ ._item_1va6s_137._experimental_1va6s_167 {
8697
8694
  background: #40130b;
8698
8695
  }
8699
- ._icon_19p7c_170 {
8700
- margin-right: var(--spacing-3);
8696
+ ._icon_1va6s_170 {
8697
+ margin-right: var(--spacing);
8701
8698
  line-height: 0;
8702
8699
  flex-shrink: 0;
8703
8700
  transition: opacity 0.4s;
8704
8701
  opacity: 0.4;
8705
8702
  display: block;
8706
8703
  }
8707
- ._item_19p7c_137:hover ._icon_19p7c_170,
8708
- ._item_19p7c_137:focus ._icon_19p7c_170 {
8704
+ ._item_1va6s_137:hover ._icon_1va6s_170,
8705
+ ._item_1va6s_137:focus ._icon_1va6s_170 {
8709
8706
  opacity: 0.6;
8710
8707
  }
8711
- ._item_19p7c_137:active ._icon_19p7c_170 {
8708
+ ._item_1va6s_137:active ._icon_1va6s_170 {
8712
8709
  opacity: 0.8;
8713
8710
  }
8714
- ._item_19p7c_137._active_19p7c_163 ._icon_19p7c_170 {
8711
+ ._item_1va6s_137._active_1va6s_163 ._icon_1va6s_170 {
8715
8712
  opacity: 1;
8716
8713
  }
8717
- ._icon_19p7c_170 > * {
8714
+ ._icon_1va6s_170 > * {
8718
8715
  opacity: 1;
8719
8716
  }
8720
- ._icon_19p7c_170 > span {
8717
+ ._icon_1va6s_170 > span {
8721
8718
  display: block;
8722
8719
  }
8723
- ._label_19p7c_104 {
8720
+ ._label_1va6s_104 {
8724
8721
  white-space: nowrap;
8725
8722
  overflow: hidden;
8726
8723
  }
@@ -9030,32 +9027,32 @@ button:active .remirror-menu-pane-shortcut,
9030
9027
  .rc-slider-disabled .rc-slider-dot {
9031
9028
  cursor: default !important;
9032
9029
  }
9033
- ._container_k6ypd_1 {
9030
+ ._container_1uezr_1 {
9034
9031
  display: flex;
9035
9032
  align-items: center;
9036
9033
  min-height: var(--size);
9037
9034
  gap: 4px;
9038
9035
  }
9039
- ._container_k6ypd_1._small_k6ypd_7 {
9036
+ ._container_1uezr_1._small_1uezr_7 {
9040
9037
  min-height: var(--size-sm);
9041
9038
  }
9042
- ._container_k6ypd_1._hasMarks_k6ypd_10 {
9039
+ ._container_1uezr_1._hasMarks_1uezr_10 {
9043
9040
  padding-bottom: 20px;
9044
9041
  }
9045
- ._container_k6ypd_1._vertical_k6ypd_13 {
9042
+ ._container_1uezr_1._vertical_1uezr_13 {
9046
9043
  flex-direction: column;
9047
9044
  padding-bottom: 0;
9048
9045
  }
9049
- ._container_k6ypd_1._vertical_k6ypd_13 ._hasArrows_k6ypd_17 {
9046
+ ._container_1uezr_1._vertical_1uezr_13 ._hasArrows_1uezr_17 {
9050
9047
  margin-top: 5px;
9051
9048
  margin-bottom: 5px;
9052
9049
  }
9053
- ._container_k6ypd_1._vertical_k6ypd_13 ._button_k6ypd_21 svg {
9050
+ ._container_1uezr_1._vertical_1uezr_13 ._button_1uezr_21 svg {
9054
9051
  transform: rotate(-90deg);
9055
9052
  }
9056
- ._label_k6ypd_24 {
9053
+ ._label_1uezr_24 {
9057
9054
  white-space: nowrap;
9058
- margin-left: var(--spacing-2);
9055
+ margin-left: var(--spacing-sm);
9059
9056
  line-height: 1;
9060
9057
  overflow: hidden;
9061
9058
  text-overflow: ellipsis;
@@ -9251,10 +9248,10 @@ tbody tr {
9251
9248
  ._striped_1ssxi_188 tbody tr:nth-child(even) {
9252
9249
  background-color: var(--color-background-table-row-tinted);
9253
9250
  }
9254
- ._title_1hgtl_1 {
9251
+ ._title_1x464_1 {
9255
9252
  background-color: var(--color-background);
9256
9253
  border-bottom: 1px solid var(--color-border-table);
9257
- padding: var(--spacing-1) var(--padding-card-x);
9254
+ padding: var(--spacing-xs) var(--padding-sm-x);
9258
9255
  display: flex;
9259
9256
  align-items: center;
9260
9257
  justify-content: space-between;
@@ -9276,125 +9273,125 @@ tbody tr {
9276
9273
  justify-content: space-between;
9277
9274
  border-top: 1px solid var(--color-border-table);
9278
9275
  }
9279
- ._inputInTable_hyzeo_1 {
9276
+ ._inputInTable_1orll_1 {
9280
9277
  background-color: transparent;
9281
9278
  border-radius: inherit !important;
9282
9279
  height: var(--size);
9283
9280
  min-height: 100%;
9284
9281
  }
9285
- ._inputInTable_hyzeo_1:not(:hover) {
9282
+ ._inputInTable_1orll_1:not(:hover) {
9286
9283
  border-color: transparent;
9287
9284
  }
9288
- ._inputInTable_hyzeo_1:not(:focus) {
9285
+ ._inputInTable_1orll_1:not(:focus) {
9289
9286
  box-shadow: none;
9290
9287
  }
9291
- ._inputHover_hyzeo_13 {
9288
+ ._inputHover_1orll_13 {
9292
9289
  position: relative;
9293
9290
  border-color: var(--color-border-hover);
9294
9291
  z-index: 2;
9295
9292
  }
9296
- ._inputFocus_hyzeo_18 {
9293
+ ._inputFocus_1orll_18 {
9297
9294
  position: relative;
9298
9295
  outline: none !important;
9299
9296
  border-color: var(--color-border-focus) !important;
9300
9297
  box-shadow: var(--shadow-focus);
9301
9298
  z-index: 3;
9302
9299
  }
9303
- ._inputError_hyzeo_25,
9304
- ._inputWarning_hyzeo_26 {
9300
+ ._inputError_1orll_25,
9301
+ ._inputWarning_1orll_26 {
9305
9302
  position: relative;
9306
9303
  }
9307
- ._inputError_hyzeo_25 {
9304
+ ._inputError_1orll_25 {
9308
9305
  z-index: 2;
9309
9306
  border-color: var(--color-border-error);
9310
9307
  color: var(--color-text-error) !important;
9311
9308
  background-color: var(--color-background-error);
9312
9309
  }
9313
- ._inputError_hyzeo_25:hover {
9310
+ ._inputError_1orll_25:hover {
9314
9311
  border-color: var(--color-border-error-hover) !important;
9315
9312
  }
9316
- ._inputError_hyzeo_25:focus {
9313
+ ._inputError_1orll_25:focus {
9317
9314
  position: relative;
9318
9315
  outline: none !important;
9319
9316
  border-color: var(--color-border-focus) !important;
9320
9317
  box-shadow: var(--shadow-focus);
9321
9318
  z-index: 3;
9322
9319
  }
9323
- ._inputWarning_hyzeo_26 {
9320
+ ._inputWarning_1orll_26 {
9324
9321
  z-index: 1;
9325
9322
  border-color: var(--color-border-warning);
9326
9323
  color: var(--color-text-warning) !important;
9327
9324
  background-color: var(--color-background-warning);
9328
9325
  }
9329
- ._inputWarning_hyzeo_26:hover {
9326
+ ._inputWarning_1orll_26:hover {
9330
9327
  border-color: var(--color-border-warning-hover) !important;
9331
9328
  }
9332
- ._inputWarning_hyzeo_26:focus {
9329
+ ._inputWarning_1orll_26:focus {
9333
9330
  position: relative;
9334
9331
  outline: none !important;
9335
9332
  border-color: var(--color-border-focus) !important;
9336
9333
  box-shadow: var(--shadow-focus);
9337
9334
  z-index: 3;
9338
9335
  }
9339
- ._inputDisabled_hyzeo_61 {
9336
+ ._inputDisabled_1orll_61 {
9340
9337
  pointer-events: none;
9341
9338
  background-color: var(--color-background-disabled);
9342
9339
  color: var(--color-text-muted);
9343
9340
  box-shadow: none;
9344
9341
  }
9345
- ._hideScrollbars_hyzeo_67 {
9342
+ ._hideScrollbars_1orll_67 {
9346
9343
  /* Firefox */
9347
9344
  scrollbar-width: none;
9348
9345
  /* IE 10+ */
9349
9346
  -ms-overflow-style: none;
9350
9347
  /* Chrome, Safari and Opera */
9351
9348
  }
9352
- ._hideScrollbars_hyzeo_67::-webkit-scrollbar {
9349
+ ._hideScrollbars_1orll_67::-webkit-scrollbar {
9353
9350
  display: none;
9354
9351
  }
9355
- ._cell_hyzeo_77 a {
9352
+ ._cell_1orll_77 a {
9356
9353
  cursor: pointer;
9357
9354
  color: var(--color-text-primary);
9358
9355
  }
9359
- ._cell_hyzeo_77 a:hover {
9356
+ ._cell_1orll_77 a:hover {
9360
9357
  color: var(--color-text-primary-hover);
9361
9358
  }
9362
- ._cell_hyzeo_77 a:active {
9359
+ ._cell_1orll_77 a:active {
9363
9360
  color: var(--color-text-primary-active);
9364
9361
  }
9365
- ._cell_hyzeo_77 a._disabledLink_hyzeo_87 {
9362
+ ._cell_1orll_77 a._disabledLink_1orll_87 {
9366
9363
  color: var(--color-text-faint) !important;
9367
9364
  cursor: default !important;
9368
9365
  }
9369
- ._inputWrapper_hyzeo_91 {
9366
+ ._inputWrapper_1orll_91 {
9370
9367
  height: 100%;
9371
9368
  border-radius: inherit;
9372
9369
  }
9373
- ._inputWrapper_hyzeo_91 > span,
9374
- ._inputWrapper_hyzeo_91 > span > span,
9375
- ._inputWrapper_hyzeo_91 > span > span > div {
9370
+ ._inputWrapper_1orll_91 > span,
9371
+ ._inputWrapper_1orll_91 > span > span,
9372
+ ._inputWrapper_1orll_91 > span > span > div {
9376
9373
  height: 100%;
9377
9374
  border-radius: inherit;
9378
9375
  }
9379
- ._inputWrapper_hyzeo_91 > div,
9380
- ._inputWrapper_hyzeo_91 > div > span {
9376
+ ._inputWrapper_1orll_91 > div,
9377
+ ._inputWrapper_1orll_91 > div > span {
9381
9378
  height: 100%;
9382
9379
  border-radius: inherit;
9383
9380
  }
9384
- ._breakWord_hyzeo_106 {
9381
+ ._breakWord_1orll_106 {
9385
9382
  word-break: break-word;
9386
9383
  }
9387
- ._inputCell_hyzeo_109 {
9384
+ ._inputCell_1orll_109 {
9388
9385
  padding: 0 !important;
9389
9386
  }
9390
- ._sliderCell_hyzeo_112 {
9387
+ ._sliderCell_1orll_112 {
9391
9388
  padding-top: 0 !important;
9392
9389
  padding-bottom: 0 !important;
9393
9390
  }
9394
- ._staticCell_hyzeo_116 {
9391
+ ._staticCell_1orll_116 {
9395
9392
  padding: 0 !important;
9396
9393
  }
9397
- ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
9394
+ ._staticCell_1orll_116 ._staticCellContent_1orll_119 {
9398
9395
  line-height: 1.25;
9399
9396
  min-height: 100%;
9400
9397
  padding: var(--padding-input);
@@ -9403,63 +9400,58 @@ tbody tr {
9403
9400
  display: flex;
9404
9401
  align-items: center;
9405
9402
  }
9406
- tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
9403
+ tbody ._staticCell_1orll_116 ._staticCellContent_1orll_119 {
9407
9404
  background-color: var(--color-background-disabled);
9408
9405
  color: var(--color-text-muted);
9409
9406
  }
9410
- ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._error_hyzeo_132,
9411
- ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._warning_hyzeo_133 {
9407
+ ._staticCell_1orll_116 ._staticCellContent_1orll_119._error_1orll_132,
9408
+ ._staticCell_1orll_116 ._staticCellContent_1orll_119._warning_1orll_133 {
9412
9409
  border: 1px solid transparent;
9413
9410
  }
9414
- ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._error_hyzeo_132 {
9411
+ ._staticCell_1orll_116 ._staticCellContent_1orll_119._error_1orll_132 {
9415
9412
  background-color: var(--color-background-error);
9416
9413
  }
9417
- ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._warning_hyzeo_133 {
9414
+ ._staticCell_1orll_116 ._staticCellContent_1orll_119._warning_1orll_133 {
9418
9415
  background-color: var(--color-background-warning);
9419
9416
  }
9420
- ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119._unit_hyzeo_142 {
9417
+ ._staticCell_1orll_116 ._staticCellContent_1orll_119._unit_1orll_142 {
9421
9418
  font-weight: normal;
9422
9419
  }
9423
- ._sortingCell_hyzeo_145 ._staticCellContent_hyzeo_119 {
9420
+ ._sortingCell_1orll_145 ._staticCellContent_1orll_119 {
9424
9421
  position: relative;
9425
- padding-right: calc(var(--size) + var(--spacing-1)) !important;
9422
+ padding-right: calc(var(--size) + var(--spacing-xs)) !important;
9426
9423
  cursor: pointer !important;
9427
9424
  }
9428
- ._sortingCell_hyzeo_145 ._staticCellContent_hyzeo_119:hover {
9425
+ ._sortingCell_1orll_145 ._staticCellContent_1orll_119:hover {
9429
9426
  background-color: rgba(0, 0, 0, 0.05) !important;
9430
9427
  }
9431
- [data-theme='dark'] ._sortingCell_hyzeo_145 ._staticCellContent_hyzeo_119:hover {
9428
+ [data-theme='dark'] ._sortingCell_1orll_145 ._staticCellContent_1orll_119:hover {
9432
9429
  background-color: rgba(255, 255, 255, 0.1) !important;
9433
9430
  }
9434
- ._sortingCell_hyzeo_145 ._sortingCellIcon_hyzeo_156 {
9431
+ ._sortingCell_1orll_145 ._sortingCellIcon_1orll_156 {
9435
9432
  font-size: 1.25em;
9436
9433
  position: absolute;
9437
- right: calc(var(--padding-input-x) - var(--spacing-1));
9434
+ right: calc(var(--padding-input-x) - var(--spacing-xs));
9438
9435
  top: 50%;
9439
9436
  transform: translateY(-50%);
9440
9437
  display: flex;
9441
9438
  }
9442
- ._sortingCell_hyzeo_145 ._sortingCellIcon_hyzeo_156 > * {
9439
+ ._sortingCell_1orll_145 ._sortingCellIcon_1orll_156 > * {
9443
9440
  display: flex;
9444
9441
  }
9445
- ._icon_hyzeo_167 {
9442
+ ._icon_1orll_167 {
9446
9443
  display: inline-flex;
9447
- margin-left: var(--spacing-1);
9444
+ margin-left: var(--spacing-xs);
9448
9445
  }
9449
- ._checkBoxCell_hyzeo_171 {
9446
+ ._checkBoxCell_1orll_171 {
9450
9447
  padding-block: 0 !important;
9451
9448
  width: var(--size);
9452
9449
  }
9453
- ._iconCell_hyzeo_175 {
9454
- width: var(--size);
9455
- text-align: center;
9456
- padding: 0 !important;
9457
- }
9458
- ._iconCell_hyzeo_175 ._iconWrapper_hyzeo_180 {
9450
+ ._iconCellWrapper_1orll_175 {
9459
9451
  display: flex;
9460
9452
  justify-content: center;
9461
9453
  }
9462
- ._actionsCell_hyzeo_184 {
9454
+ ._actionsCell_1orll_179 {
9463
9455
  width: var(--size-sm);
9464
9456
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
9465
9457
  position: sticky;
@@ -9467,25 +9459,25 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
9467
9459
  background: inherit;
9468
9460
  z-index: 4;
9469
9461
  }
9470
- ._rightAligned_hyzeo_192 {
9462
+ ._rightAligned_1orll_187 {
9471
9463
  text-align: right !important;
9472
9464
  }
9473
- ._rightAligned_hyzeo_192 ._staticCellContent_hyzeo_119 {
9465
+ ._rightAligned_1orll_187 ._staticCellContent_1orll_119 {
9474
9466
  justify-content: flex-end;
9475
9467
  }
9476
- ._centerAligned_hyzeo_198 {
9468
+ ._centerAligned_1orll_193 {
9477
9469
  text-align: center !important;
9478
9470
  }
9479
- ._centerAligned_hyzeo_198 ._staticCellContent_hyzeo_119 {
9471
+ ._centerAligned_1orll_193 ._staticCellContent_1orll_119 {
9480
9472
  justify-content: center;
9481
9473
  }
9482
- ._leftAligned_hyzeo_204 {
9474
+ ._leftAligned_1orll_199 {
9483
9475
  text-align: left !important;
9484
9476
  }
9485
- ._popover_hyzeo_207 {
9477
+ ._popover_1orll_202 {
9486
9478
  padding: var(--padding-input);
9487
9479
  }
9488
- ._disabledPointerEvents_hyzeo_210 {
9480
+ ._disabledPointerEvents_1orll_205 {
9489
9481
  pointer-events: none;
9490
9482
  }
9491
9483
  ._clickableRow_11d5t_1 {
@@ -9534,23 +9526,23 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
9534
9526
  ._dragIcon_11d5t_28:active {
9535
9527
  color: var(--color-text-primary-active);
9536
9528
  }
9537
- ._tabs_bpi2q_1 {
9529
+ ._tabs_1d4dq_1 {
9538
9530
  display: flex;
9539
9531
  flex-wrap: wrap;
9540
9532
  border-bottom: 1px solid var(--color-border);
9541
9533
  flex-shrink: 0;
9542
9534
  }
9543
- ._tabs_bpi2q_1._padding_bpi2q_7 {
9535
+ ._tabs_1d4dq_1._padding_1d4dq_7 {
9544
9536
  padding-left: var(--padding-x);
9545
9537
  padding-right: var(--padding-x);
9546
9538
  }
9547
- ._tabs_bpi2q_1._margin_bpi2q_11 {
9539
+ ._tabs_1d4dq_1._margin_1d4dq_11 {
9548
9540
  margin: 1rem 0;
9549
9541
  }
9550
- ._contentPadding_bpi2q_14 {
9542
+ ._contentPadding_1d4dq_14 {
9551
9543
  padding-top: var(--padding-y);
9552
9544
  }
9553
- ._item_bpi2q_17 {
9545
+ ._item_1d4dq_17 {
9554
9546
  align-self: flex-end;
9555
9547
  display: flex;
9556
9548
  align-items: center;
@@ -9560,7 +9552,7 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
9560
9552
  text-decoration: none;
9561
9553
  flex: 0 0 auto;
9562
9554
  user-select: none;
9563
- padding: var(--spacing-2) 0;
9555
+ padding: var(--spacing-sm) 0;
9564
9556
  transition: border 0.1s ease, color 0.1s ease;
9565
9557
  margin-bottom: -1px;
9566
9558
  border-bottom: 1px solid transparent;
@@ -9568,36 +9560,36 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
9568
9560
  color: var(--color-text-primary);
9569
9561
  cursor: pointer;
9570
9562
  }
9571
- ._item_bpi2q_17:not(:last-child) {
9572
- margin-right: var(--spacing-4);
9563
+ ._item_1d4dq_17:not(:last-child) {
9564
+ margin-right: var(--spacing);
9573
9565
  }
9574
- ._item_bpi2q_17:hover:not(._active_bpi2q_38) {
9566
+ ._item_1d4dq_17:hover:not(._active_1d4dq_38) {
9575
9567
  color: var(--color-text-primary-hover);
9576
9568
  background: rgba(0, 0, 0, 0.025);
9577
9569
  }
9578
- [data-theme='dark'] ._item_bpi2q_17:hover:not(._active_bpi2q_38) {
9570
+ [data-theme='dark'] ._item_1d4dq_17:hover:not(._active_1d4dq_38) {
9579
9571
  background: rgba(255, 255, 255, 0.1);
9580
9572
  }
9581
- ._item_bpi2q_17:active:not(._active_bpi2q_38) {
9573
+ ._item_1d4dq_17:active:not(._active_1d4dq_38) {
9582
9574
  color: var(--color-text-primary-active);
9583
9575
  background: rgba(0, 0, 0, 0.05);
9584
9576
  }
9585
- [data-theme='dark'] ._item_bpi2q_17:active:not(._active_bpi2q_38) {
9577
+ [data-theme='dark'] ._item_1d4dq_17:active:not(._active_1d4dq_38) {
9586
9578
  background: rgba(255, 255, 255, 0.2);
9587
9579
  }
9588
- ._item_bpi2q_17._active_bpi2q_38 {
9580
+ ._item_1d4dq_17._active_1d4dq_38 {
9589
9581
  border-color: var(--color-text);
9590
9582
  color: var(--color-text);
9591
9583
  cursor: default;
9592
9584
  }
9593
- ._item_bpi2q_17._hidden_bpi2q_57 {
9585
+ ._item_1d4dq_17._hidden_1d4dq_57 {
9594
9586
  display: none !important;
9595
9587
  }
9596
- ._item_bpi2q_17._disabled_bpi2q_60 {
9588
+ ._item_1d4dq_17._disabled_1d4dq_60 {
9597
9589
  color: var(--color-text-faint);
9598
9590
  pointer-events: none;
9599
9591
  }
9600
- ._item_bpi2q_17._left_bpi2q_64 + ._item_bpi2q_17._right_bpi2q_64 {
9592
+ ._item_1d4dq_17._left_1d4dq_64 + ._item_1d4dq_17._right_1d4dq_64 {
9601
9593
  margin-left: auto;
9602
9594
  }
9603
9595
  ._inputInTable_hyht1_1 {
@@ -10447,7 +10439,7 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10447
10439
  }
10448
10440
 
10449
10441
  .Toastify__toast .Toastify__toast-body > div > div {
10450
- padding-right: calc(var(--size-sm) + var(--padding-card-x) + var(--spacing-1));
10442
+ padding-right: calc(var(--size-sm) + var(--padding-sm-x) + var(--spacing-xs));
10451
10443
  }
10452
10444
 
10453
10445
  /*# sourceMappingURL=toaster.less.map */:root {
@@ -10458,12 +10450,12 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10458
10450
  --color-background-toggle: rgba(255, 255, 255, 0.2);
10459
10451
  --color-background-toggle-hover: rgba(255, 255, 255, 0.3);
10460
10452
  }
10461
- ._toggle_esa9y_9 {
10453
+ ._toggle_12zt1_9 {
10462
10454
  --size-toggle: var(--size-xs);
10463
10455
  position: relative;
10464
10456
  display: inline-flex;
10465
10457
  align-items: center;
10466
- gap: var(--spacing-1);
10458
+ gap: var(--spacing-xs);
10467
10459
  backface-visibility: hidden;
10468
10460
  outline: 0;
10469
10461
  vertical-align: baseline;
@@ -10474,12 +10466,12 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10474
10466
  min-width: var(--size-toggle);
10475
10467
  margin: calc((var(--size) - var(--size-toggle)) / 2) 0;
10476
10468
  }
10477
- ._toggle_esa9y_9._small_esa9y_25 {
10469
+ ._toggle_12zt1_9._small_12zt1_25 {
10478
10470
  --size-toggle: calc(var(--size-xs) - 4px);
10479
10471
  margin: calc((var(--size-sm) - var(--size-toggle)) / 2) 0;
10480
10472
  font-size: var(--font-size-sm);
10481
10473
  }
10482
- ._toggle_esa9y_9 input {
10474
+ ._toggle_12zt1_9 input {
10483
10475
  width: calc(var(--size-toggle) * 2);
10484
10476
  height: var(--size-toggle);
10485
10477
  cursor: pointer;
@@ -10495,25 +10487,25 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10495
10487
  font-family: sans-serif;
10496
10488
  margin: 0;
10497
10489
  }
10498
- ._toggle_esa9y_9 label {
10490
+ ._toggle_12zt1_9 label {
10499
10491
  min-height: var(--size-toggle);
10500
- padding-left: calc((var(--size-toggle) * 2) + var(--spacing-2));
10492
+ padding-left: calc((var(--size-toggle) * 2) + var(--spacing-sm));
10501
10493
  transition: color 0.1s ease;
10502
10494
  cursor: auto;
10503
10495
  position: relative;
10504
10496
  display: block;
10505
10497
  outline: 0;
10506
10498
  }
10507
- ._toggle_esa9y_9 label:empty {
10499
+ ._toggle_12zt1_9 label:empty {
10508
10500
  padding-left: calc(var(--size-toggle) * 2);
10509
10501
  }
10510
- ._toggle_esa9y_9 label:before,
10511
- ._toggle_esa9y_9 label:after {
10502
+ ._toggle_12zt1_9 label:before,
10503
+ ._toggle_12zt1_9 label:after {
10512
10504
  display: block;
10513
10505
  position: absolute;
10514
10506
  content: '';
10515
10507
  }
10516
- ._toggle_esa9y_9 label:before {
10508
+ ._toggle_12zt1_9 label:before {
10517
10509
  height: var(--size-toggle);
10518
10510
  border-radius: calc(var(--size-toggle) / 2);
10519
10511
  z-index: 1;
@@ -10525,7 +10517,7 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10525
10517
  top: 0;
10526
10518
  transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
10527
10519
  }
10528
- ._toggle_esa9y_9 label:after {
10520
+ ._toggle_12zt1_9 label:after {
10529
10521
  height: calc(var(--size-toggle) - 4px);
10530
10522
  width: calc(var(--size-toggle) - 4px);
10531
10523
  border-radius: 50%;
@@ -10538,31 +10530,31 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10538
10530
  z-index: 2;
10539
10531
  transition: background 0.3s ease, left 0.3s ease;
10540
10532
  }
10541
- ._toggle_esa9y_9 input:hover ~ label:before {
10533
+ ._toggle_12zt1_9 input:hover ~ label:before {
10542
10534
  background: var(--color-background-toggle-hover);
10543
10535
  }
10544
- ._toggle_esa9y_9 input:checked ~ label:before {
10536
+ ._toggle_12zt1_9 input:checked ~ label:before {
10545
10537
  border-color: rgba(34, 36, 38, 0.35);
10546
10538
  background-color: var(--color-background-button-primary);
10547
10539
  }
10548
- ._toggle_esa9y_9 input:checked ~ label:after {
10540
+ ._toggle_12zt1_9 input:checked ~ label:after {
10549
10541
  left: calc(var(--size-toggle) + 2px);
10550
10542
  }
10551
- ._toggle_esa9y_9 input:checked:hover ~ label:before {
10543
+ ._toggle_12zt1_9 input:checked:hover ~ label:before {
10552
10544
  background-color: var(--color-background-button-primary-hover);
10553
10545
  }
10554
- ._toggle_esa9y_9._disabled_esa9y_102 {
10546
+ ._toggle_12zt1_9._disabled_12zt1_102 {
10555
10547
  cursor: default;
10556
10548
  pointer-events: none;
10557
10549
  color: var(--color-text-muted);
10558
10550
  }
10559
- ._toggle_esa9y_9._disabled_esa9y_102 label:before {
10551
+ ._toggle_12zt1_9._disabled_12zt1_102 label:before {
10560
10552
  background-color: var(--color-background-disabled);
10561
10553
  }
10562
- ._toggle_esa9y_9._disabled_esa9y_102 input:checked ~ label:before {
10554
+ ._toggle_12zt1_9._disabled_12zt1_102 input:checked ~ label:before {
10563
10555
  background-color: var(--color-text-faint);
10564
10556
  }
10565
- ._noMargin_esa9y_113 {
10557
+ ._noMargin_12zt1_113 {
10566
10558
  margin: 0;
10567
10559
  }
10568
10560
  :root {
@@ -10572,7 +10564,7 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10572
10564
  [data-theme='dark'] {
10573
10565
  --color-link-border-hover: var(--color-neutral-600);
10574
10566
  }
10575
- ._topbar_uzfj5_8 {
10567
+ ._topbar_1yq2w_8 {
10576
10568
  top: 0;
10577
10569
  left: 0;
10578
10570
  z-index: var(--zindex-topbar);
@@ -10581,15 +10573,15 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10581
10573
  background: var(--color-background-raised);
10582
10574
  display: flex;
10583
10575
  }
10584
- ._topbar_uzfj5_8._fixed_uzfj5_17 {
10576
+ ._topbar_1yq2w_8._fixed_1yq2w_17 {
10585
10577
  position: fixed;
10586
10578
  }
10587
10579
  @media print {
10588
- ._topbar_uzfj5_8 {
10580
+ ._topbar_1yq2w_8 {
10589
10581
  display: none !important;
10590
10582
  }
10591
10583
  }
10592
- ._appSwitcher_uzfj5_25 {
10584
+ ._appSwitcher_1yq2w_25 {
10593
10585
  color: white;
10594
10586
  display: flex;
10595
10587
  align-items: center;
@@ -10598,22 +10590,22 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10598
10590
  background-color: var(--color-neutral-700);
10599
10591
  aspect-ratio: 1;
10600
10592
  }
10601
- ._appSwitcher_uzfj5_25:hover {
10593
+ ._appSwitcher_1yq2w_25:hover {
10602
10594
  background-color: var(--color-neutral-750);
10603
10595
  }
10604
- ._appSwitcher_uzfj5_25:active {
10596
+ ._appSwitcher_1yq2w_25:active {
10605
10597
  background-color: var(--color-neutral-800);
10606
10598
  }
10607
- [data-theme='dark'] ._appSwitcher_uzfj5_25 {
10599
+ [data-theme='dark'] ._appSwitcher_1yq2w_25 {
10608
10600
  background-color: var(--color-neutral-900);
10609
10601
  }
10610
- [data-theme='dark'] ._appSwitcher_uzfj5_25:hover {
10602
+ [data-theme='dark'] ._appSwitcher_1yq2w_25:hover {
10611
10603
  background-color: var(--color-neutral-950);
10612
10604
  }
10613
- [data-theme='dark'] ._appSwitcher_uzfj5_25:active {
10605
+ [data-theme='dark'] ._appSwitcher_1yq2w_25:active {
10614
10606
  background-color: var(--color-neutral-1000);
10615
10607
  }
10616
- ._title_uzfj5_49 {
10608
+ ._title_1yq2w_49 {
10617
10609
  display: flex;
10618
10610
  align-items: center;
10619
10611
  justify-content: center;
@@ -10621,55 +10613,55 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10621
10613
  padding: 0;
10622
10614
  position: relative;
10623
10615
  }
10624
- ._title_uzfj5_49 img,
10625
- ._title_uzfj5_49 svg {
10616
+ ._title_1yq2w_49 img,
10617
+ ._title_1yq2w_49 svg {
10626
10618
  max-height: var(--size-lg);
10627
10619
  max-width: 300px;
10628
10620
  height: auto;
10629
10621
  width: auto;
10630
10622
  color: var(--color-text);
10631
10623
  }
10632
- ._title_uzfj5_49 ._logo_uzfj5_65 {
10624
+ ._title_1yq2w_49 ._logo_1yq2w_65 {
10633
10625
  display: flex;
10634
10626
  }
10635
- ._title_uzfj5_49 ._label_uzfj5_68 {
10627
+ ._title_1yq2w_49 ._label_1yq2w_68 {
10636
10628
  color: var(--color-text);
10637
10629
  white-space: nowrap;
10638
10630
  font-weight: bold;
10639
10631
  }
10640
- ._brand_uzfj5_73 {
10632
+ ._brand_1yq2w_73 {
10641
10633
  padding: 0;
10642
10634
  position: relative;
10643
10635
  flex-shrink: 0;
10644
10636
  }
10645
- ._version_uzfj5_78 {
10637
+ ._version_1yq2w_78 {
10646
10638
  line-height: 1;
10647
10639
  position: absolute;
10648
10640
  right: 0;
10649
10641
  bottom: 100%;
10650
10642
  font-size: var(--font-size-xs);
10651
10643
  }
10652
- ._left_uzfj5_85,
10653
- ._right_uzfj5_86 {
10644
+ ._left_1yq2w_85,
10645
+ ._right_1yq2w_86 {
10654
10646
  display: flex;
10655
10647
  min-width: 0;
10656
10648
  }
10657
- ._left_uzfj5_85 {
10658
- gap: var(--spacing-4);
10659
- padding-left: var(--spacing-4);
10649
+ ._left_1yq2w_85 {
10650
+ gap: var(--spacing-lg);
10651
+ padding-left: var(--spacing-lg);
10660
10652
  }
10661
- ._right_uzfj5_86 {
10653
+ ._right_1yq2w_86 {
10662
10654
  margin-left: auto;
10663
10655
  flex-shrink: 0;
10664
- padding-right: var(--spacing-2);
10665
- gap: var(--spacing-2);
10656
+ padding-right: var(--spacing-sm);
10657
+ gap: var(--spacing-sm);
10666
10658
  }
10667
- ._item_uzfj5_100,
10668
- ._link_uzfj5_101 {
10659
+ ._item_1yq2w_100,
10660
+ ._link_1yq2w_101 {
10669
10661
  align-items: center;
10670
10662
  display: flex;
10671
10663
  }
10672
- ._item_uzfj5_100 {
10664
+ ._item_1yq2w_100 {
10673
10665
  position: relative;
10674
10666
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10675
10667
  user-select: none;
@@ -10677,18 +10669,18 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10677
10669
  min-width: 0;
10678
10670
  max-width: 50vw;
10679
10671
  }
10680
- ._item_uzfj5_100._button_uzfj5_113,
10681
- ._item_uzfj5_100._menu_uzfj5_114 {
10672
+ ._item_1yq2w_100._button_1yq2w_113,
10673
+ ._item_1yq2w_100._menu_1yq2w_114 {
10682
10674
  flex-shrink: 0;
10683
10675
  }
10684
- ._label_uzfj5_68 {
10676
+ ._label_1yq2w_68 {
10685
10677
  text-overflow: ellipsis;
10686
10678
  white-space: nowrap;
10687
10679
  overflow: hidden;
10688
10680
  display: block;
10689
10681
  max-width: 100%;
10690
10682
  }
10691
- ._link_uzfj5_101 {
10683
+ ._link_1yq2w_101 {
10692
10684
  text-decoration: none;
10693
10685
  color: var(--color-text-primary);
10694
10686
  cursor: pointer;
@@ -10696,24 +10688,24 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10696
10688
  font-weight: bold;
10697
10689
  height: 100%;
10698
10690
  }
10699
- ._link_uzfj5_101 svg {
10700
- margin-right: var(--spacing-1);
10691
+ ._link_1yq2w_101 svg {
10692
+ margin-right: var(--spacing-xs);
10701
10693
  flex-shrink: 0;
10702
10694
  }
10703
- ._link_uzfj5_101:hover {
10695
+ ._link_1yq2w_101:hover {
10704
10696
  color: var(--color-text-primary-hover);
10705
10697
  }
10706
- ._link_uzfj5_101:active {
10698
+ ._link_1yq2w_101:active {
10707
10699
  color: var(--color-text-primary-active);
10708
10700
  }
10709
- ._link_uzfj5_101._active_uzfj5_142 {
10701
+ ._link_1yq2w_101._active_1yq2w_142 {
10710
10702
  color: var(--color-text);
10711
10703
  }
10712
- ._link_uzfj5_101:hover,
10713
- ._link_uzfj5_101._active_uzfj5_142 {
10704
+ ._link_1yq2w_101:hover,
10705
+ ._link_1yq2w_101._active_1yq2w_142 {
10714
10706
  background-color: transparent;
10715
10707
  }
10716
- ._link_uzfj5_101:after {
10708
+ ._link_1yq2w_101:after {
10717
10709
  content: '';
10718
10710
  position: absolute;
10719
10711
  left: 0;
@@ -10721,41 +10713,41 @@ tbody ._staticCell_hyzeo_116 ._staticCellContent_hyzeo_119 {
10721
10713
  bottom: 0;
10722
10714
  border-bottom: 2px solid transparent;
10723
10715
  }
10724
- ._link_uzfj5_101:hover:after {
10716
+ ._link_1yq2w_101:hover:after {
10725
10717
  border-color: var(--color-link-border-hover);
10726
10718
  }
10727
- ._link_uzfj5_101._active_uzfj5_142:after {
10719
+ ._link_1yq2w_101._active_1yq2w_142:after {
10728
10720
  border-color: var(--color-background-primary);
10729
10721
  }
10730
- ._link_uzfj5_101[disabled] {
10722
+ ._link_1yq2w_101[disabled] {
10731
10723
  pointer-events: none;
10732
10724
  color: var(--color-text-faint);
10733
10725
  }
10734
- ._alert_uzfj5_167 {
10726
+ ._alert_1yq2w_167 {
10735
10727
  background-color: var(--color-background-primary);
10736
10728
  color: white;
10737
10729
  text-align: center;
10738
10730
  position: fixed;
10739
- top: var(--size-xl);
10731
+ top: var(--size-topbar);
10740
10732
  left: 0;
10741
10733
  right: 0;
10742
10734
  z-index: var(--zindex-topbar-alert);
10743
- padding: var(--padding-card);
10735
+ padding: var(--padding-sm);
10744
10736
  }
10745
- ._popConfirm_1l7dy_1 {
10737
+ ._popConfirm_13o7s_1 {
10746
10738
  max-width: 350px;
10747
10739
  display: flex;
10748
10740
  flex-direction: column;
10749
- gap: var(--padding-x);
10741
+ gap: var(--spacing);
10750
10742
  }
10751
- ._content_1l7dy_7 {
10743
+ ._content_13o7s_7 {
10752
10744
  max-height: 200px;
10753
10745
  word-wrap: break-word;
10754
10746
  overflow-y: auto;
10755
10747
  }
10756
- ._buttons_1l7dy_12 {
10748
+ ._buttons_13o7s_12 {
10757
10749
  display: flex;
10758
- gap: var(--padding-x);
10750
+ gap: var(--spacing);
10759
10751
  justify-content: center;
10760
10752
  }
10761
10753
  ._tree_7fki0_1 {