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

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