@oliasoft-open-source/react-ui-library 4.0.0-beta-7 → 4.0.0-beta-8

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
@@ -661,7 +661,7 @@ html[data-theme='dark'] {
661
661
  }
662
662
 
663
663
  .field {
664
- margin-bottom: 14px;
664
+ margin-bottom: var(--spacing-sm);
665
665
  color: var(--color-text);
666
666
  }
667
667
 
@@ -688,7 +688,7 @@ html[data-theme='dark'] {
688
688
 
689
689
  .formRow .button,
690
690
  .form-row .button {
691
- margin-bottom: 14px;
691
+ margin-bottom: var(--spacing-sm);
692
692
  }
693
693
 
694
694
  html {
@@ -736,15 +736,15 @@ ol {
736
736
  a {
737
737
  text-decoration: none;
738
738
  }
739
- ._chevron_9fk1o_1 {
740
- margin-right: 8px;
739
+ ._chevron_1u6ki_1 {
740
+ margin-right: var(--spacing-xs);
741
741
  display: flex;
742
742
  font-size: var(--font-size);
743
743
  transition: transform 0.3s;
744
744
  color: var(--color-text-muted);
745
745
  pointer-events: none;
746
746
  }
747
- ._chevron_9fk1o_1._expanded_9fk1o_9 {
747
+ ._chevron_1u6ki_1._expanded_1u6ki_9 {
748
748
  transform: rotate(90deg);
749
749
  }
750
750
  ._wrapper_18jt2_1 {
@@ -905,25 +905,25 @@ a {
905
905
  ._isInTable_1c926_84 {
906
906
  margin: 0;
907
907
  }
908
- ._tooltip_bwonh_1 {
908
+ ._tooltip_wli9z_1 {
909
909
  background: var(--color-text);
910
910
  fill: var(--color-text);
911
911
  z-index: var(--zindex-tooltip);
912
912
  color: var(--color-background);
913
- border-radius: var(--border-radius);
913
+ border-radius: var(--border-radius-sm);
914
914
  }
915
- ._tooltip_bwonh_1 * {
915
+ ._tooltip_wli9z_1 * {
916
916
  color: var(--color-background);
917
917
  }
918
- ._tooltip_bwonh_1 > svg,
919
- ._tooltip_bwonh_1 > svg > * {
918
+ ._tooltip_wli9z_1 > svg,
919
+ ._tooltip_wli9z_1 > svg > * {
920
920
  fill: inherit !important;
921
921
  }
922
- ._tooltip_bwonh_1._error_bwonh_15 {
922
+ ._tooltip_wli9z_1._error_wli9z_15 {
923
923
  background: var(--color-error-500);
924
924
  fill: var(--color-error-500);
925
925
  }
926
- ._tooltip_bwonh_1._warning_bwonh_19 {
926
+ ._tooltip_wli9z_1._warning_wli9z_19 {
927
927
  background: var(--color-warning-500);
928
928
  fill: var(--color-warning-500);
929
929
  }
@@ -945,35 +945,35 @@ a {
945
945
  ._clickable_1uk4t_9:active {
946
946
  color: var(--color-text-primary-active);
947
947
  }
948
- ._bordered_rmqrx_1 {
948
+ ._bordered_109k5_1 {
949
949
  border: 1px solid var(--color-border);
950
950
  border-radius: 0 0 var(--border-radius) var(--border-radius);
951
951
  border-top: none;
952
952
  background-color: var(--color-background-raised);
953
953
  }
954
- ._checkboxWrapper_rmqrx_7 {
955
- padding: calc(var(--padding-card-y) - 8px) var(--padding-card-x);
954
+ ._checkboxWrapper_109k5_7 {
955
+ padding: var(--spacing-sm) var(--padding-card-x);
956
956
  }
957
- ._checkboxWrapper_rmqrx_7:last-child {
957
+ ._checkboxWrapper_109k5_7:last-child {
958
958
  border-radius: 0 0 inherit inherit;
959
959
  }
960
- ._padding_rmqrx_13 {
960
+ ._padding_109k5_13 {
961
961
  padding: var(--padding-card);
962
962
  }
963
- ._contentWrapper_rmqrx_16 {
963
+ ._contentWrapper_109k5_16 {
964
964
  border-radius: inherit;
965
965
  }
966
- ._wrapper_ymmd2_1 {
966
+ ._wrapper_1kbgw_1 {
967
967
  display: inline-flex;
968
968
  max-width: 100%;
969
969
  }
970
- ._layer_ymmd2_5 ._wrapper_ymmd2_1 {
970
+ ._layer_1kbgw_5 ._wrapper_1kbgw_1 {
971
971
  width: 100%;
972
972
  }
973
- ._layerContainer_ymmd2_8 {
973
+ ._layerContainer_1kbgw_8 {
974
974
  z-index: var(--zindex-dropdown);
975
975
  }
976
- ._layer_ymmd2_5 {
976
+ ._layer_1kbgw_5 {
977
977
  border: 1px solid var(--color-border);
978
978
  border-radius: var(--border-radius);
979
979
  overflow: hidden;
@@ -985,98 +985,98 @@ a {
985
985
  position: relative;
986
986
  overflow-y: auto;
987
987
  }
988
- ._layer_ymmd2_5._nested_ymmd2_23 {
988
+ ._layer_1kbgw_5._nested_1kbgw_23 {
989
989
  margin: -1px 2px;
990
990
  }
991
- ._layer_ymmd2_5 ul {
991
+ ._layer_1kbgw_5 ul {
992
992
  margin: 0;
993
993
  padding: 0;
994
994
  list-style-type: none;
995
995
  }
996
- ._layer_ymmd2_5 ul li {
996
+ ._layer_1kbgw_5 ul li {
997
997
  list-style: none;
998
998
  display: block;
999
999
  }
1000
- ._fileInput_ymmd2_35 {
1000
+ ._fileInput_1kbgw_35 {
1001
1001
  width: 100%;
1002
1002
  height: 100%;
1003
1003
  opacity: 0;
1004
1004
  position: absolute;
1005
1005
  }
1006
- ._trigger_ymmd2_41 {
1006
+ ._trigger_1kbgw_41 {
1007
1007
  display: inline-flex;
1008
1008
  align-items: center;
1009
1009
  cursor: pointer;
1010
1010
  max-width: 100%;
1011
1011
  }
1012
- ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1012
+ ._layer_1kbgw_5 ._trigger_1kbgw_41 {
1013
1013
  width: 100%;
1014
1014
  }
1015
- ._middleAlignedInline_ymmd2_50 {
1015
+ ._middleAlignedInline_1kbgw_50 {
1016
1016
  display: flex;
1017
1017
  align-items: center;
1018
1018
  overflow: hidden;
1019
1019
  width: 100%;
1020
1020
  }
1021
- ._heading_ymmd2_56 {
1021
+ ._heading_1kbgw_56 {
1022
1022
  color: var(--color-text-muted);
1023
1023
  letter-spacing: 0.1em;
1024
1024
  text-transform: uppercase;
1025
1025
  font-size: var(--font-size-sm);
1026
1026
  }
1027
- ._heading_ymmd2_56 ._headingIcon_ymmd2_62 {
1027
+ ._heading_1kbgw_56 ._headingIcon_1kbgw_62 {
1028
1028
  float: right;
1029
1029
  }
1030
- ._heading_ymmd2_56 ._headingIcon_ymmd2_62 svg {
1030
+ ._heading_1kbgw_56 ._headingIcon_1kbgw_62 svg {
1031
1031
  color: var(--color-text-faint);
1032
1032
  }
1033
- ._heading_ymmd2_56 ._headingIcon_ymmd2_62:hover {
1033
+ ._heading_1kbgw_56 ._headingIcon_1kbgw_62:hover {
1034
1034
  cursor: pointer;
1035
1035
  }
1036
- ._heading_ymmd2_56 ._headingIcon_ymmd2_62:hover svg {
1036
+ ._heading_1kbgw_56 ._headingIcon_1kbgw_62:hover svg {
1037
1037
  color: var(--color-text-primary-hover);
1038
1038
  }
1039
- ._option_ymmd2_74 {
1039
+ ._option_1kbgw_74 {
1040
1040
  color: inherit;
1041
1041
  display: block;
1042
1042
  }
1043
- ._heading_ymmd2_56,
1044
- ._option_ymmd2_74,
1045
- ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1043
+ ._heading_1kbgw_56,
1044
+ ._option_1kbgw_74,
1045
+ ._layer_1kbgw_5 ._trigger_1kbgw_41 {
1046
1046
  padding: var(--padding-input);
1047
1047
  }
1048
- ._option_ymmd2_74,
1049
- ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1048
+ ._option_1kbgw_74,
1049
+ ._layer_1kbgw_5 ._trigger_1kbgw_41 {
1050
1050
  line-height: var(--line-height);
1051
1051
  display: flex;
1052
1052
  align-items: flex-start;
1053
1053
  }
1054
- ._option_ymmd2_74:hover,
1055
- ._layer_ymmd2_5 ._trigger_ymmd2_41:hover,
1056
- ._option_ymmd2_74._active_ymmd2_91,
1057
- ._layer_ymmd2_5 ._trigger_ymmd2_41._active_ymmd2_91 {
1054
+ ._option_1kbgw_74:hover,
1055
+ ._layer_1kbgw_5 ._trigger_1kbgw_41:hover,
1056
+ ._option_1kbgw_74._active_1kbgw_91,
1057
+ ._layer_1kbgw_5 ._trigger_1kbgw_41._active_1kbgw_91 {
1058
1058
  background-color: var(--color-background-listitem-hover);
1059
1059
  cursor: pointer;
1060
1060
  }
1061
- ._option_ymmd2_74._selected_ymmd2_96 {
1061
+ ._option_1kbgw_74._selected_1kbgw_96 {
1062
1062
  background-color: var(--color-background-listitem-active);
1063
1063
  font-weight: bold;
1064
1064
  }
1065
- ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1065
+ ._layer_1kbgw_5 ._trigger_1kbgw_41 {
1066
1066
  align-items: center;
1067
1067
  }
1068
- ._optionContent_ymmd2_103 {
1068
+ ._optionContent_1kbgw_103 {
1069
1069
  flex-wrap: wrap;
1070
1070
  margin-right: auto;
1071
1071
  position: relative;
1072
1072
  }
1073
- ._inline_ymmd2_108 ._optionContent_ymmd2_103 {
1073
+ ._inline_1kbgw_108 ._optionContent_1kbgw_103 {
1074
1074
  display: flex;
1075
1075
  justify-content: space-between;
1076
1076
  flex-grow: 1;
1077
1077
  }
1078
- ._icon_ymmd2_113,
1079
- ._check_ymmd2_114 {
1078
+ ._icon_1kbgw_113,
1079
+ ._check_1kbgw_114 {
1080
1080
  display: flex;
1081
1081
  flex-shrink: 1;
1082
1082
  width: var(--size-xs);
@@ -1084,84 +1084,79 @@ a {
1084
1084
  justify-content: center;
1085
1085
  align-items: center;
1086
1086
  }
1087
- ._icon_ymmd2_113 {
1088
- margin-right: 8px;
1087
+ ._icon_1kbgw_113 {
1088
+ margin-right: var(--spacing-xs);
1089
1089
  color: var(--color-text-primary);
1090
1090
  }
1091
- ._icon_ymmd2_113:empty {
1091
+ ._icon_1kbgw_113:empty {
1092
1092
  display: none;
1093
1093
  }
1094
- ._icon_ymmd2_113 img {
1094
+ ._icon_1kbgw_113 img {
1095
1095
  max-height: 16px;
1096
1096
  max-width: 16px;
1097
1097
  width: auto;
1098
1098
  height: auto;
1099
1099
  }
1100
- ._check_ymmd2_114 {
1101
- font-size: var(--font-size-sm);
1102
- color: #a5a7a9;
1103
- margin-left: 10px;
1104
- }
1105
- ._text_ymmd2_140 {
1100
+ ._text_1kbgw_135 {
1106
1101
  display: inline-flex;
1107
1102
  align-items: center;
1108
1103
  cursor: pointer;
1109
1104
  }
1110
- ._label_ymmd2_145 {
1105
+ ._label_1kbgw_140 {
1111
1106
  margin-right: auto;
1112
1107
  }
1113
- ._label_ymmd2_145,
1114
- ._heading_ymmd2_56 {
1108
+ ._label_1kbgw_140,
1109
+ ._heading_1kbgw_56 {
1115
1110
  max-width: 100%;
1116
1111
  display: block;
1117
1112
  overflow: hidden;
1118
1113
  text-overflow: ellipsis;
1119
1114
  white-space: nowrap;
1120
1115
  }
1121
- ._description_ymmd2_156 {
1116
+ ._description_1kbgw_151 {
1122
1117
  color: #999;
1123
1118
  display: block;
1124
1119
  }
1125
- ._arrow_ymmd2_160 {
1126
- margin-left: 10px;
1127
- opacity: 0.4;
1120
+ ._arrow_1kbgw_155 {
1121
+ margin-left: var(--spacing-xs);
1122
+ display: flex;
1128
1123
  }
1129
- ._divider_ymmd2_164 {
1124
+ ._divider_1kbgw_159 {
1130
1125
  border: 0;
1131
1126
  border-top: 1px solid var(--color-border);
1132
1127
  }
1133
- ._deprecatedSemanticIcon_ymmd2_168 {
1128
+ ._deprecatedSemanticIcon_1kbgw_163 {
1134
1129
  color: var(--color-text-primary) !important;
1135
1130
  margin: -5px 0 0 !important;
1136
1131
  }
1137
- ._disabled_ymmd2_172 {
1132
+ ._disabled_1kbgw_167 {
1138
1133
  color: var(--color-text-faint);
1139
1134
  pointer-events: none;
1140
1135
  cursor: not-allowed !important;
1141
1136
  }
1142
- ._buttonLabel_ymmd2_177 {
1137
+ ._buttonLabel_1kbgw_172 {
1143
1138
  overflow: hidden;
1144
1139
  text-overflow: ellipsis;
1145
1140
  display: block;
1146
1141
  margin-right: auto;
1147
1142
  line-height: 1.2;
1148
1143
  }
1149
- ._buttonCaret_ymmd2_184 {
1144
+ ._buttonCaret_1kbgw_179 {
1150
1145
  margin-left: 5px;
1151
1146
  }
1152
- ._component_ymmd2_187 {
1147
+ ._component_1kbgw_182 {
1153
1148
  display: inline-flex;
1154
1149
  align-items: center;
1155
1150
  justify-content: center;
1156
1151
  cursor: pointer;
1157
1152
  }
1158
- ._right_ymmd2_193 {
1153
+ ._right_1kbgw_188 {
1159
1154
  margin-left: auto;
1160
1155
  display: flex;
1161
1156
  align-items: center;
1162
1157
  }
1163
- ._actions_ymmd2_198 {
1164
- margin-left: 8px;
1158
+ ._actions_1kbgw_193 {
1159
+ margin-left: var(--spacing-xs);
1165
1160
  display: flex;
1166
1161
  align-items: center;
1167
1162
  margin-top: -2px;
@@ -1213,77 +1208,77 @@ a {
1213
1208
  transform-origin: 100% 0%;
1214
1209
  z-index: 3;
1215
1210
  }
1216
- ._inputInTable_1ufmj_1 {
1211
+ ._inputInTable_p1n9d_1 {
1217
1212
  background-color: transparent;
1218
1213
  border-radius: inherit !important;
1219
1214
  height: var(--size);
1220
1215
  min-height: 100%;
1221
1216
  }
1222
- ._inputInTable_1ufmj_1:not(:hover) {
1217
+ ._inputInTable_p1n9d_1:not(:hover) {
1223
1218
  border-color: transparent;
1224
1219
  }
1225
- ._inputHover_1ufmj_10 {
1220
+ ._inputHover_p1n9d_10 {
1226
1221
  position: relative;
1227
1222
  border-color: var(--color-border-hover);
1228
1223
  z-index: 2;
1229
1224
  }
1230
- ._inputFocus_1ufmj_15 {
1225
+ ._inputFocus_p1n9d_15 {
1231
1226
  position: relative;
1232
1227
  outline: none !important;
1233
1228
  border-color: var(--color-border-focus) !important;
1234
1229
  box-shadow: var(--shadow-focus);
1235
1230
  z-index: 3;
1236
1231
  }
1237
- ._inputError_1ufmj_22,
1238
- ._inputWarning_1ufmj_23 {
1232
+ ._inputError_p1n9d_22,
1233
+ ._inputWarning_p1n9d_23 {
1239
1234
  position: relative;
1240
1235
  }
1241
- ._inputError_1ufmj_22 {
1236
+ ._inputError_p1n9d_22 {
1242
1237
  z-index: 2;
1243
1238
  border-color: var(--color-border-error);
1244
1239
  color: var(--color-text-error) !important;
1245
1240
  background-color: var(--color-background-error);
1246
1241
  }
1247
- ._inputError_1ufmj_22:hover {
1242
+ ._inputError_p1n9d_22:hover {
1248
1243
  border-color: var(--color-border-error-hover) !important;
1249
1244
  }
1250
- ._inputError_1ufmj_22:focus {
1245
+ ._inputError_p1n9d_22:focus {
1251
1246
  position: relative;
1252
1247
  outline: none !important;
1253
1248
  border-color: var(--color-border-focus) !important;
1254
1249
  box-shadow: var(--shadow-focus);
1255
1250
  z-index: 3;
1256
1251
  }
1257
- ._inputWarning_1ufmj_23 {
1252
+ ._inputWarning_p1n9d_23 {
1258
1253
  z-index: 1;
1259
1254
  border-color: var(--color-border-warning);
1260
1255
  color: var(--color-text-warning) !important;
1261
1256
  background-color: var(--color-background-warning);
1262
1257
  }
1263
- ._inputWarning_1ufmj_23:hover {
1258
+ ._inputWarning_p1n9d_23:hover {
1264
1259
  border-color: var(--color-border-warning-hover) !important;
1265
1260
  }
1266
- ._inputWarning_1ufmj_23:focus {
1261
+ ._inputWarning_p1n9d_23:focus {
1267
1262
  position: relative;
1268
1263
  outline: none !important;
1269
1264
  border-color: var(--color-border-focus) !important;
1270
1265
  box-shadow: var(--shadow-focus);
1271
1266
  z-index: 3;
1272
1267
  }
1273
- ._inputDisabled_1ufmj_58 {
1268
+ ._inputDisabled_p1n9d_58 {
1274
1269
  pointer-events: none;
1275
1270
  background-color: var(--color-background-disabled);
1276
1271
  color: var(--color-text-muted);
1277
1272
  box-shadow: none;
1278
1273
  }
1279
- ._hideScrollbars_1ufmj_64 {
1274
+ ._hideScrollbars_p1n9d_64 {
1280
1275
  /* Firefox */
1281
1276
  scrollbar-width: none;
1282
1277
  /* IE 10+ */
1283
1278
  -ms-overflow-style: none;
1284
1279
  /* Chrome, Safari and Opera */
1285
1280
  }
1286
- ._hideScrollbars_1ufmj_64::-webkit-scrollbar {
1281
+ ._hideScrollbars_p1n9d_64::-webkit-scrollbar {
1287
1282
  display: none;
1288
1283
  }
1289
1284
  :root {
@@ -1309,7 +1304,7 @@ html[data-theme='dark'] {
1309
1304
  --color-border-button: var(--color-border);
1310
1305
  --color-border-button-hover: var(--color-border);
1311
1306
  }
1312
- ._button_1ufmj_97 {
1307
+ ._button_p1n9d_97 {
1313
1308
  cursor: pointer;
1314
1309
  display: inline-flex;
1315
1310
  align-items: center;
@@ -1335,79 +1330,79 @@ html[data-theme='dark'] {
1335
1330
  min-height: var(--size);
1336
1331
  box-shadow: var(--shadow-button);
1337
1332
  }
1338
- ._button_1ufmj_97:hover {
1333
+ ._button_p1n9d_97:hover {
1339
1334
  background: var(--color-background-button-default-hover);
1340
1335
  border-color: var(--color-border-button-hover);
1341
1336
  }
1342
- ._button_1ufmj_97:focus {
1337
+ ._button_p1n9d_97:focus {
1343
1338
  box-shadow: var(--shadow-focus) !important;
1344
1339
  }
1345
- ._button_1ufmj_97:active {
1340
+ ._button_p1n9d_97:active {
1346
1341
  background: var(--color-background-button-default-active);
1347
1342
  box-shadow: none;
1348
1343
  }
1349
- ._button_1ufmj_97._active_1ufmj_134:not(._green_1ufmj_134):not(._red_1ufmj_134):not(._orange_1ufmj_134) {
1344
+ ._button_p1n9d_97._active_p1n9d_134:not(._green_p1n9d_134):not(._red_p1n9d_134):not(._orange_p1n9d_134) {
1350
1345
  border-color: var(--color-background-button-primary);
1351
1346
  color: var(--color-text-primary);
1352
1347
  position: relative;
1353
1348
  z-index: 2;
1354
1349
  }
1355
- ._button_1ufmj_97:hover,
1356
- ._button_1ufmj_97:focus,
1357
- ._button_1ufmj_97:active {
1350
+ ._button_p1n9d_97:hover,
1351
+ ._button_p1n9d_97:focus,
1352
+ ._button_p1n9d_97:active {
1358
1353
  position: relative;
1359
1354
  z-index: 1;
1360
1355
  }
1361
- ._button_1ufmj_97 ._icon_1ufmj_146 {
1356
+ ._button_p1n9d_97 ._icon_p1n9d_146 {
1362
1357
  margin: -2px;
1363
- margin-right: 8px;
1358
+ margin-right: var(--spacing-xs);
1364
1359
  font-size: 1.25em;
1365
1360
  }
1366
- ._iconOnly_1ufmj_151 {
1361
+ ._iconOnly_p1n9d_151 {
1367
1362
  width: var(--size);
1368
1363
  display: inline-flex;
1369
1364
  align-items: center;
1370
1365
  justify-content: center;
1371
1366
  }
1372
- ._iconOnly_1ufmj_151 ._icon_1ufmj_146 {
1367
+ ._iconOnly_p1n9d_151 ._icon_p1n9d_146 {
1373
1368
  margin: 0;
1374
1369
  line-height: 0;
1375
1370
  }
1376
- ._basic_1ufmj_161 {
1371
+ ._basic_p1n9d_161 {
1377
1372
  color: var(--color-text-primary);
1378
1373
  background: transparent;
1379
1374
  box-shadow: none !important;
1380
1375
  border: none !important;
1381
1376
  }
1382
- ._basic_1ufmj_161._muted_1ufmj_167 {
1377
+ ._basic_p1n9d_161._muted_p1n9d_167 {
1383
1378
  color: var(--color-text-muted);
1384
1379
  }
1385
- ._basic_1ufmj_161:hover {
1380
+ ._basic_p1n9d_161:hover {
1386
1381
  color: var(--color-text-primary-hover);
1387
1382
  background: rgba(0, 0, 0, 0.05);
1388
1383
  }
1389
- ._basic_1ufmj_161:active,
1390
- ._basic_1ufmj_161._active_1ufmj_134 {
1384
+ ._basic_p1n9d_161:active,
1385
+ ._basic_p1n9d_161._active_p1n9d_134 {
1391
1386
  color: var(--color-text-primary-active);
1392
1387
  background: rgba(0, 0, 0, 0.1);
1393
1388
  }
1394
- ._disabled_1ufmj_179 {
1389
+ ._disabled_p1n9d_179 {
1395
1390
  cursor: default;
1396
1391
  pointer-events: none !important;
1397
1392
  color: var(--color-text-faint) !important;
1398
1393
  box-shadow: none !important;
1399
1394
  }
1400
- ._disabled_1ufmj_179:not(._active_1ufmj_134):not(._basic_1ufmj_161) {
1395
+ ._disabled_p1n9d_179:not(._active_p1n9d_134):not(._basic_p1n9d_161) {
1401
1396
  background: var(--color-background-disabled) !important;
1402
1397
  border: 1px solid var(--color-border) !important;
1403
1398
  }
1404
- ._small_1ufmj_189 {
1399
+ ._small_p1n9d_189 {
1405
1400
  font-size: var(--font-size-sm);
1406
1401
  min-height: var(--size-sm);
1407
1402
  padding: var(--padding-input-sm);
1408
1403
  }
1409
- ._pill_1ufmj_194,
1410
- ._round_1ufmj_195 {
1404
+ ._pill_p1n9d_194,
1405
+ ._round_p1n9d_195 {
1411
1406
  text-transform: uppercase;
1412
1407
  letter-spacing: 0.1em;
1413
1408
  font-weight: bold;
@@ -1415,218 +1410,218 @@ html[data-theme='dark'] {
1415
1410
  display: inline-flex;
1416
1411
  align-items: center;
1417
1412
  }
1418
- ._round_1ufmj_195 {
1413
+ ._round_p1n9d_195 {
1419
1414
  padding: 0;
1420
1415
  width: var(--size);
1421
1416
  line-height: 1;
1422
1417
  }
1423
- ._round_1ufmj_195._small_1ufmj_189 {
1418
+ ._round_p1n9d_195._small_p1n9d_189 {
1424
1419
  width: var(--size-sm);
1425
1420
  }
1426
- ._orange_1ufmj_134:not(._basic_1ufmj_161) {
1421
+ ._orange_p1n9d_134:not(._basic_p1n9d_161) {
1427
1422
  background-color: var(--color-background-button-primary);
1428
1423
  }
1429
- ._orange_1ufmj_134:not(._basic_1ufmj_161):hover {
1424
+ ._orange_p1n9d_134:not(._basic_p1n9d_161):hover {
1430
1425
  background-color: var(--color-background-button-primary-hover);
1431
1426
  }
1432
- ._orange_1ufmj_134:not(._basic_1ufmj_161):active,
1433
- ._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1427
+ ._orange_p1n9d_134:not(._basic_p1n9d_161):active,
1428
+ ._orange_p1n9d_134:not(._basic_p1n9d_161)._active_p1n9d_134 {
1434
1429
  background-color: var(--color-background-button-primary-active);
1435
1430
  }
1436
- ._red_1ufmj_134:not(._basic_1ufmj_161) {
1431
+ ._red_p1n9d_134:not(._basic_p1n9d_161) {
1437
1432
  background-color: var(--color-background-button-error);
1438
1433
  }
1439
- ._red_1ufmj_134:not(._basic_1ufmj_161):hover {
1434
+ ._red_p1n9d_134:not(._basic_p1n9d_161):hover {
1440
1435
  background-color: var(--color-background-button-error-hover);
1441
1436
  }
1442
- ._red_1ufmj_134:not(._basic_1ufmj_161):active,
1443
- ._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1437
+ ._red_p1n9d_134:not(._basic_p1n9d_161):active,
1438
+ ._red_p1n9d_134:not(._basic_p1n9d_161)._active_p1n9d_134 {
1444
1439
  background-color: var(--color-background-button-error-active);
1445
1440
  }
1446
- ._red_1ufmj_134._basic_1ufmj_161 {
1441
+ ._red_p1n9d_134._basic_p1n9d_161 {
1447
1442
  color: var(--color-text-error);
1448
1443
  }
1449
- ._green_1ufmj_134:not(._basic_1ufmj_161) {
1444
+ ._green_p1n9d_134:not(._basic_p1n9d_161) {
1450
1445
  background-color: var(--color-background-button-success);
1451
1446
  }
1452
- ._green_1ufmj_134:not(._basic_1ufmj_161):hover {
1447
+ ._green_p1n9d_134:not(._basic_p1n9d_161):hover {
1453
1448
  background-color: var(--color-background-button-success-hover);
1454
1449
  }
1455
- ._green_1ufmj_134:not(._basic_1ufmj_161):active,
1456
- ._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1450
+ ._green_p1n9d_134:not(._basic_p1n9d_161):active,
1451
+ ._green_p1n9d_134:not(._basic_p1n9d_161)._active_p1n9d_134 {
1457
1452
  background-color: var(--color-background-button-success-active);
1458
1453
  }
1459
- ._green_1ufmj_134._basic_1ufmj_161 {
1454
+ ._green_p1n9d_134._basic_p1n9d_161 {
1460
1455
  color: var(--color-text-success);
1461
1456
  }
1462
- ._orange_1ufmj_134:not(._basic_1ufmj_161),
1463
- ._red_1ufmj_134:not(._basic_1ufmj_161),
1464
- ._green_1ufmj_134:not(._basic_1ufmj_161) {
1457
+ ._orange_p1n9d_134:not(._basic_p1n9d_161),
1458
+ ._red_p1n9d_134:not(._basic_p1n9d_161),
1459
+ ._green_p1n9d_134:not(._basic_p1n9d_161) {
1465
1460
  color: #fff;
1466
1461
  }
1467
- ._orange_1ufmj_134:not(._basic_1ufmj_161):hover,
1468
- ._red_1ufmj_134:not(._basic_1ufmj_161):hover,
1469
- ._green_1ufmj_134:not(._basic_1ufmj_161):hover {
1462
+ ._orange_p1n9d_134:not(._basic_p1n9d_161):hover,
1463
+ ._red_p1n9d_134:not(._basic_p1n9d_161):hover,
1464
+ ._green_p1n9d_134:not(._basic_p1n9d_161):hover {
1470
1465
  color: #fff;
1471
1466
  }
1472
- ._orange_1ufmj_134:not(._basic_1ufmj_161):active,
1473
- ._red_1ufmj_134:not(._basic_1ufmj_161):active,
1474
- ._green_1ufmj_134:not(._basic_1ufmj_161):active,
1475
- ._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134,
1476
- ._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134,
1477
- ._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1467
+ ._orange_p1n9d_134:not(._basic_p1n9d_161):active,
1468
+ ._red_p1n9d_134:not(._basic_p1n9d_161):active,
1469
+ ._green_p1n9d_134:not(._basic_p1n9d_161):active,
1470
+ ._orange_p1n9d_134:not(._basic_p1n9d_161)._active_p1n9d_134,
1471
+ ._red_p1n9d_134:not(._basic_p1n9d_161)._active_p1n9d_134,
1472
+ ._green_p1n9d_134:not(._basic_p1n9d_161)._active_p1n9d_134 {
1478
1473
  color: #fff;
1479
1474
  }
1480
- ._error_1ufmj_265 {
1475
+ ._error_p1n9d_265 {
1481
1476
  position: relative;
1482
1477
  z-index: 2;
1483
1478
  border-color: var(--color-border-error);
1484
1479
  color: var(--color-text-error) !important;
1485
1480
  background-color: var(--color-background-error);
1486
1481
  }
1487
- ._error_1ufmj_265:hover {
1482
+ ._error_p1n9d_265:hover {
1488
1483
  border-color: var(--color-border-error-hover) !important;
1489
1484
  }
1490
- ._error_1ufmj_265:focus {
1485
+ ._error_p1n9d_265:focus {
1491
1486
  position: relative;
1492
1487
  outline: none !important;
1493
1488
  border-color: var(--color-border-focus) !important;
1494
1489
  box-shadow: var(--shadow-focus);
1495
1490
  z-index: 3;
1496
1491
  }
1497
- ._warning_1ufmj_282 {
1492
+ ._warning_p1n9d_282 {
1498
1493
  position: relative;
1499
1494
  z-index: 1;
1500
1495
  border-color: var(--color-border-warning);
1501
1496
  color: var(--color-text-warning) !important;
1502
1497
  background-color: var(--color-background-warning);
1503
1498
  }
1504
- ._warning_1ufmj_282:hover {
1499
+ ._warning_p1n9d_282:hover {
1505
1500
  border-color: var(--color-border-warning-hover) !important;
1506
1501
  }
1507
- ._warning_1ufmj_282:focus {
1502
+ ._warning_p1n9d_282:focus {
1508
1503
  position: relative;
1509
1504
  outline: none !important;
1510
1505
  border-color: var(--color-border-focus) !important;
1511
1506
  box-shadow: var(--shadow-focus);
1512
1507
  z-index: 3;
1513
1508
  }
1514
- ._inverted_1ufmj_299 {
1509
+ ._inverted_p1n9d_299 {
1515
1510
  background-color: transparent;
1516
1511
  border-color: var(--color-text);
1517
1512
  box-shadow: none;
1518
1513
  }
1519
- ._inverted_1ufmj_299:hover,
1520
- ._inverted_1ufmj_299:active {
1514
+ ._inverted_p1n9d_299:hover,
1515
+ ._inverted_p1n9d_299:active {
1521
1516
  box-shadow: none;
1522
1517
  }
1523
- ._inverted_1ufmj_299._orange_1ufmj_134 {
1518
+ ._inverted_p1n9d_299._orange_p1n9d_134 {
1524
1519
  color: var(--color-background-button-primary);
1525
1520
  border-color: var(--color-background-button-primary);
1526
1521
  }
1527
- ._inverted_1ufmj_299._red_1ufmj_134 {
1522
+ ._inverted_p1n9d_299._red_p1n9d_134 {
1528
1523
  color: var(--color-background-button-error);
1529
1524
  border-color: var(--color-background-button-error);
1530
1525
  }
1531
- ._inverted_1ufmj_299._green_1ufmj_134 {
1526
+ ._inverted_p1n9d_299._green_p1n9d_134 {
1532
1527
  color: var(--color-background-button-success);
1533
1528
  border-color: var(--color-background-button-success);
1534
1529
  }
1535
- ._inverted_1ufmj_299._orange_1ufmj_134:hover,
1536
- ._inverted_1ufmj_299._red_1ufmj_134:hover,
1537
- ._inverted_1ufmj_299._green_1ufmj_134:hover,
1538
- ._inverted_1ufmj_299._orange_1ufmj_134:active,
1539
- ._inverted_1ufmj_299._red_1ufmj_134:active,
1540
- ._inverted_1ufmj_299._green_1ufmj_134:active {
1530
+ ._inverted_p1n9d_299._orange_p1n9d_134:hover,
1531
+ ._inverted_p1n9d_299._red_p1n9d_134:hover,
1532
+ ._inverted_p1n9d_299._green_p1n9d_134:hover,
1533
+ ._inverted_p1n9d_299._orange_p1n9d_134:active,
1534
+ ._inverted_p1n9d_299._red_p1n9d_134:active,
1535
+ ._inverted_p1n9d_299._green_p1n9d_134:active {
1541
1536
  color: white;
1542
1537
  box-shadow: none;
1543
1538
  }
1544
- ._groupOrderFirst_1ufmj_329,
1545
- ._groupOrderMiddle_1ufmj_330,
1546
- ._groupOrderLast_1ufmj_331 {
1539
+ ._groupOrderFirst_p1n9d_329,
1540
+ ._groupOrderMiddle_p1n9d_330,
1541
+ ._groupOrderLast_p1n9d_331 {
1547
1542
  margin-right: 0;
1548
1543
  }
1549
- ._groupOrderFirst_1ufmj_329,
1550
- ._groupOrderMiddle_1ufmj_330 {
1544
+ ._groupOrderFirst_p1n9d_329,
1545
+ ._groupOrderMiddle_p1n9d_330 {
1551
1546
  border-top-right-radius: 0 !important;
1552
1547
  border-bottom-right-radius: 0 !important;
1553
1548
  }
1554
- ._groupOrderLast_1ufmj_331,
1555
- ._groupOrderMiddle_1ufmj_330 {
1549
+ ._groupOrderLast_p1n9d_331,
1550
+ ._groupOrderMiddle_p1n9d_330 {
1556
1551
  border-top-left-radius: 0 !important;
1557
1552
  border-bottom-left-radius: 0 !important;
1558
1553
  }
1559
- ._spinner_qco2g_1 {
1554
+ ._spinner_199j8_1 {
1560
1555
  display: inline-block;
1561
1556
  position: relative;
1562
1557
  width: 40px;
1563
1558
  height: 40px;
1564
1559
  }
1565
- ._spinner_qco2g_1._small_qco2g_7 {
1560
+ ._spinner_199j8_1._small_199j8_7 {
1566
1561
  width: 14px;
1567
1562
  height: 14px;
1568
1563
  }
1569
- ._spinner_qco2g_1._tiny_qco2g_11 {
1564
+ ._spinner_199j8_1._tiny_199j8_11 {
1570
1565
  width: 10px;
1571
1566
  height: 10px;
1572
1567
  }
1573
- ._spinner_qco2g_1 div {
1568
+ ._spinner_199j8_1 div {
1574
1569
  box-sizing: border-box;
1575
1570
  display: block;
1576
1571
  position: absolute;
1577
1572
  width: 40px;
1578
1573
  height: 40px;
1579
- border: 6px solid #fff;
1574
+ border: 2px solid #fff;
1580
1575
  border-radius: 50%;
1581
- animation: _spinner_qco2g_1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1576
+ animation: _spinner_199j8_1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1582
1577
  border-color: #fff transparent transparent transparent;
1583
1578
  }
1584
- ._spinner_qco2g_1._small_qco2g_7 div {
1579
+ ._spinner_199j8_1._small_199j8_7 div {
1585
1580
  width: 14px;
1586
1581
  height: 14px;
1587
- border: 3px solid #fff;
1582
+ border: 2px solid #fff;
1588
1583
  border-color: #fff transparent transparent transparent;
1589
1584
  }
1590
- ._spinner_qco2g_1._tiny_qco2g_11 div {
1585
+ ._spinner_199j8_1._tiny_199j8_11 div {
1591
1586
  width: 10px;
1592
1587
  height: 10px;
1593
1588
  border: 2px solid #fff;
1594
1589
  border-color: #fff transparent transparent transparent;
1595
1590
  }
1596
- ._spinner_qco2g_1._colored_qco2g_38 div {
1597
- border: 6px solid var(--color-background-primary);
1591
+ ._spinner_199j8_1._colored_199j8_38 div {
1592
+ border: 2px solid var(--color-background-primary);
1598
1593
  border-color: var(--color-background-primary) transparent transparent transparent;
1599
1594
  }
1600
- ._spinner_qco2g_1._small_qco2g_7._colored_qco2g_38 div {
1601
- border: 3px solid var(--color-background-primary);
1595
+ ._spinner_199j8_1._small_199j8_7._colored_199j8_38 div {
1596
+ border: 2px solid var(--color-background-primary);
1602
1597
  border-color: var(--color-background-primary) transparent transparent transparent;
1603
1598
  }
1604
- ._spinner_qco2g_1._tiny_qco2g_11._colored_qco2g_38 div {
1599
+ ._spinner_199j8_1._tiny_199j8_11._colored_199j8_38 div {
1605
1600
  border: 2px solid var(--color-background-primary);
1606
1601
  border-color: var(--color-background-primary) transparent transparent transparent;
1607
1602
  }
1608
- ._spinner_qco2g_1._dark_qco2g_50 div {
1609
- border: 6px solid var(--color-text-muted);
1603
+ ._spinner_199j8_1._dark_199j8_50 div {
1604
+ border: 2px solid var(--color-text-muted);
1610
1605
  border-color: var(--color-text-muted) transparent transparent transparent;
1611
1606
  }
1612
- ._spinner_qco2g_1._small_qco2g_7._dark_qco2g_50 div {
1613
- border: 3px solid var(--color-text-muted);
1607
+ ._spinner_199j8_1._small_199j8_7._dark_199j8_50 div {
1608
+ border: 2px solid var(--color-text-muted);
1614
1609
  border-color: var(--color-text-muted) transparent transparent transparent;
1615
1610
  }
1616
- ._spinner_qco2g_1._tiny_qco2g_11._dark_qco2g_50 div {
1611
+ ._spinner_199j8_1._tiny_199j8_11._dark_199j8_50 div {
1617
1612
  border: 2px solid var(--color-text-muted);
1618
1613
  border-color: var(--color-text-muted) transparent transparent transparent;
1619
1614
  }
1620
- ._spinner_qco2g_1 div:nth-child(1) {
1615
+ ._spinner_199j8_1 div:nth-child(1) {
1621
1616
  animation-delay: -0.45s;
1622
1617
  }
1623
- ._spinner_qco2g_1 div:nth-child(2) {
1618
+ ._spinner_199j8_1 div:nth-child(2) {
1624
1619
  animation-delay: -0.3s;
1625
1620
  }
1626
- ._spinner_qco2g_1 div:nth-child(3) {
1621
+ ._spinner_199j8_1 div:nth-child(3) {
1627
1622
  animation-delay: -0.15s;
1628
1623
  }
1629
- @keyframes _spinner_qco2g_1 {
1624
+ @keyframes _spinner_199j8_1 {
1630
1625
  0% {
1631
1626
  transform: rotate(0deg);
1632
1627
  }
@@ -1634,17 +1629,17 @@ html[data-theme='dark'] {
1634
1629
  transform: rotate(360deg);
1635
1630
  }
1636
1631
  }
1637
- ._actions_acped_1 {
1632
+ ._actions_p0xkh_1 {
1638
1633
  margin-left: auto;
1639
1634
  display: flex;
1640
1635
  flex-wrap: nowrap;
1641
1636
  justify-content: flex-end;
1642
1637
  align-items: center;
1643
1638
  }
1644
- ._actions_acped_1 > *:not(:last-child) {
1645
- margin-right: 3px;
1639
+ ._actions_p0xkh_1 > *:not(:last-child) {
1640
+ margin-right: var(--spacing-2xs);
1646
1641
  }
1647
- ._actionComponentContainer_acped_11 {
1642
+ ._actionComponentContainer_p0xkh_11 {
1648
1643
  width: 24px;
1649
1644
  height: 24px;
1650
1645
  display: inline-flex;
@@ -1657,46 +1652,46 @@ html[data-theme='dark'] {
1657
1652
  transition: color 0.2s;
1658
1653
  line-height: 0;
1659
1654
  }
1660
- ._actionComponentContainer_acped_11 i {
1655
+ ._actionComponentContainer_p0xkh_11 i {
1661
1656
  margin: 0;
1662
1657
  line-height: 1 !important;
1663
1658
  }
1664
- ._actionComponentContainer_acped_11:hover,
1665
- ._actionComponentContainer_acped_11:focus {
1659
+ ._actionComponentContainer_p0xkh_11:hover,
1660
+ ._actionComponentContainer_p0xkh_11:focus {
1666
1661
  color: var(--color-text-primary-hover);
1667
1662
  }
1668
- ._actionComponentContainer_acped_11:active,
1669
- ._actionComponentContainer_acped_11._active_acped_33 {
1663
+ ._actionComponentContainer_p0xkh_11:active,
1664
+ ._actionComponentContainer_p0xkh_11._active_p0xkh_33 {
1670
1665
  color: var(--color-text-primary-active);
1671
1666
  }
1672
- ._breadcrumb_eju7k_1 {
1667
+ ._breadcrumb_1yvg5_1 {
1673
1668
  font-size: var(--font-size-xl);
1674
1669
  }
1675
- ._breadcrumb_eju7k_1._small_eju7k_4 {
1670
+ ._breadcrumb_1yvg5_1._small_1yvg5_4 {
1676
1671
  font-size: var(--font-size);
1677
1672
  }
1678
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7 {
1673
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7 {
1679
1674
  color: var(--color-text-primary);
1680
1675
  cursor: pointer;
1681
1676
  }
1682
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7:hover {
1677
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7:hover {
1683
1678
  color: var(--color-text-primary-hover);
1684
1679
  }
1685
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7:active {
1680
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7:active {
1686
1681
  color: var(--color-text-primary-active);
1687
1682
  }
1688
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7._active_eju7k_17 {
1683
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7._active_1yvg5_17 {
1689
1684
  color: inherit;
1690
1685
  cursor: default;
1691
1686
  pointer-events: none;
1692
1687
  }
1693
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7._disabled_eju7k_22 {
1688
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7._disabled_1yvg5_22 {
1694
1689
  color: var(--color-text-faint);
1695
1690
  cursor: default;
1696
1691
  pointer-events: none;
1697
1692
  }
1698
- ._breadcrumb_eju7k_1 ._separator_eju7k_27 {
1699
- margin: 0 10px;
1693
+ ._breadcrumb_1yvg5_1 ._separator_1yvg5_27 {
1694
+ margin: 0 var(--spacing-xs);
1700
1695
  color: var(--color-border);
1701
1696
  }
1702
1697
  ._label_1m8h2_1 {
@@ -1812,7 +1807,7 @@ html[data-theme='dark'] {
1812
1807
  ._link_11ofj_25:active {
1813
1808
  color: var(--color-text-primary-active);
1814
1809
  }
1815
- ._heading_19ope_1 {
1810
+ ._heading_16sf2_1 {
1816
1811
  color: var(--color-text);
1817
1812
  font-weight: bold;
1818
1813
  display: flex;
@@ -1820,24 +1815,24 @@ html[data-theme='dark'] {
1820
1815
  user-select: none;
1821
1816
  padding: 0;
1822
1817
  }
1823
- ._heading_19ope_1._top_19ope_9 {
1818
+ ._heading_16sf2_1._top_16sf2_9 {
1824
1819
  font-size: var(--font-size-xl);
1825
1820
  margin-bottom: var(--spacing);
1826
1821
  line-height: var(--size-sm);
1827
1822
  }
1828
- ._heading_19ope_1:not(._top_19ope_9) {
1823
+ ._heading_16sf2_1:not(._top_16sf2_9) {
1829
1824
  font-size: var(--font-size-sm);
1830
1825
  line-height: var(--line-height);
1831
1826
  color: var(--color-text-muted);
1832
1827
  text-transform: uppercase;
1833
1828
  letter-spacing: 0.1em;
1834
1829
  }
1835
- ._icons_19ope_21 {
1830
+ ._icons_16sf2_21 {
1836
1831
  display: inline-flex;
1837
1832
  font-size: 1.25em;
1838
1833
  }
1839
- ._icons_19ope_21 > * {
1840
- margin-left: 8px;
1834
+ ._icons_16sf2_21 > * {
1835
+ margin-left: var(--spacing-xs);
1841
1836
  }
1842
1837
  ._dialog_15xxd_1 {
1843
1838
  border-radius: var(--border-radius);
@@ -1895,77 +1890,77 @@ html[data-theme='dark'] {
1895
1890
  ._footer_15xxd_47 button:not(:last-child) {
1896
1891
  margin-right: var(--spacing);
1897
1892
  }
1898
- ._inputInTable_nxzx8_1 {
1893
+ ._inputInTable_5lftx_1 {
1899
1894
  background-color: transparent;
1900
1895
  border-radius: inherit !important;
1901
1896
  height: var(--size);
1902
1897
  min-height: 100%;
1903
1898
  }
1904
- ._inputInTable_nxzx8_1:not(:hover) {
1899
+ ._inputInTable_5lftx_1:not(:hover) {
1905
1900
  border-color: transparent;
1906
1901
  }
1907
- ._inputHover_nxzx8_10 {
1902
+ ._inputHover_5lftx_10 {
1908
1903
  position: relative;
1909
1904
  border-color: var(--color-border-hover);
1910
1905
  z-index: 2;
1911
1906
  }
1912
- ._inputFocus_nxzx8_15 {
1907
+ ._inputFocus_5lftx_15 {
1913
1908
  position: relative;
1914
1909
  outline: none !important;
1915
1910
  border-color: var(--color-border-focus) !important;
1916
1911
  box-shadow: var(--shadow-focus);
1917
1912
  z-index: 3;
1918
1913
  }
1919
- ._inputError_nxzx8_22,
1920
- ._inputWarning_nxzx8_23 {
1914
+ ._inputError_5lftx_22,
1915
+ ._inputWarning_5lftx_23 {
1921
1916
  position: relative;
1922
1917
  }
1923
- ._inputError_nxzx8_22 {
1918
+ ._inputError_5lftx_22 {
1924
1919
  z-index: 2;
1925
1920
  border-color: var(--color-border-error);
1926
1921
  color: var(--color-text-error) !important;
1927
1922
  background-color: var(--color-background-error);
1928
1923
  }
1929
- ._inputError_nxzx8_22:hover {
1924
+ ._inputError_5lftx_22:hover {
1930
1925
  border-color: var(--color-border-error-hover) !important;
1931
1926
  }
1932
- ._inputError_nxzx8_22:focus {
1927
+ ._inputError_5lftx_22:focus {
1933
1928
  position: relative;
1934
1929
  outline: none !important;
1935
1930
  border-color: var(--color-border-focus) !important;
1936
1931
  box-shadow: var(--shadow-focus);
1937
1932
  z-index: 3;
1938
1933
  }
1939
- ._inputWarning_nxzx8_23 {
1934
+ ._inputWarning_5lftx_23 {
1940
1935
  z-index: 1;
1941
1936
  border-color: var(--color-border-warning);
1942
1937
  color: var(--color-text-warning) !important;
1943
1938
  background-color: var(--color-background-warning);
1944
1939
  }
1945
- ._inputWarning_nxzx8_23:hover {
1940
+ ._inputWarning_5lftx_23:hover {
1946
1941
  border-color: var(--color-border-warning-hover) !important;
1947
1942
  }
1948
- ._inputWarning_nxzx8_23:focus {
1943
+ ._inputWarning_5lftx_23:focus {
1949
1944
  position: relative;
1950
1945
  outline: none !important;
1951
1946
  border-color: var(--color-border-focus) !important;
1952
1947
  box-shadow: var(--shadow-focus);
1953
1948
  z-index: 3;
1954
1949
  }
1955
- ._inputDisabled_nxzx8_58 {
1950
+ ._inputDisabled_5lftx_58 {
1956
1951
  pointer-events: none;
1957
1952
  background-color: var(--color-background-disabled);
1958
1953
  color: var(--color-text-muted);
1959
1954
  box-shadow: none;
1960
1955
  }
1961
- ._hideScrollbars_nxzx8_64 {
1956
+ ._hideScrollbars_5lftx_64 {
1962
1957
  /* Firefox */
1963
1958
  scrollbar-width: none;
1964
1959
  /* IE 10+ */
1965
1960
  -ms-overflow-style: none;
1966
1961
  /* Chrome, Safari and Opera */
1967
1962
  }
1968
- ._hideScrollbars_nxzx8_64::-webkit-scrollbar {
1963
+ ._hideScrollbars_5lftx_64::-webkit-scrollbar {
1969
1964
  display: none;
1970
1965
  }
1971
1966
  :root {
@@ -1982,37 +1977,37 @@ html[data-theme='dark'] {
1982
1977
  --color-border-drawer-tab: var(--color-primary-750);
1983
1978
  --color-background-drawer-handle-hover: rgba(255, 255, 255, 0.1);
1984
1979
  }
1985
- ._inline_nxzx8_88 {
1980
+ ._inline_5lftx_88 {
1986
1981
  position: relative;
1987
1982
  }
1988
- ._inline_nxzx8_88._left_nxzx8_91 {
1983
+ ._inline_5lftx_88._left_5lftx_91 {
1989
1984
  order: -1;
1990
1985
  }
1991
- ._inline_nxzx8_88._right_nxzx8_94 {
1986
+ ._inline_5lftx_88._right_5lftx_94 {
1992
1987
  order: 9999;
1993
1988
  }
1994
- ._fixed_nxzx8_97 {
1989
+ ._fixed_5lftx_97 {
1995
1990
  position: fixed;
1996
1991
  top: 0;
1997
1992
  bottom: 0;
1998
1993
  z-index: var(--zindex-drawer);
1999
1994
  }
2000
- ._fixed_nxzx8_97._left_nxzx8_91 {
1995
+ ._fixed_5lftx_97._left_5lftx_91 {
2001
1996
  left: 0;
2002
1997
  }
2003
- ._fixed_nxzx8_97._right_nxzx8_94 {
1998
+ ._fixed_5lftx_97._right_5lftx_94 {
2004
1999
  right: 0;
2005
2000
  }
2006
- ._left_nxzx8_91 ._border_nxzx8_109 {
2001
+ ._left_5lftx_91 ._border_5lftx_109 {
2007
2002
  border-right: 1px solid var(--color-border);
2008
2003
  }
2009
- ._right_nxzx8_94 ._border_nxzx8_109 {
2004
+ ._right_5lftx_94 ._border_5lftx_109 {
2010
2005
  border-left: 1px solid var(--color-border);
2011
2006
  }
2012
- ._shadow_nxzx8_115 {
2007
+ ._shadow_5lftx_115 {
2013
2008
  box-shadow: var(--shadow-layer);
2014
2009
  }
2015
- ._drawerContent_nxzx8_118 {
2010
+ ._drawerContent_5lftx_118 {
2016
2011
  overflow-x: hidden;
2017
2012
  overflow-y: auto;
2018
2013
  max-height: 100%;
@@ -2024,40 +2019,40 @@ html[data-theme='dark'] {
2024
2019
  -ms-overflow-style: none;
2025
2020
  /* Chrome, Safari and Opera */
2026
2021
  }
2027
- ._isResizing_nxzx8_130 ._drawerContent_nxzx8_118 {
2022
+ ._isResizing_5lftx_130 ._drawerContent_5lftx_118 {
2028
2023
  transition: none;
2029
2024
  }
2030
2025
  @media print {
2031
- ._drawerContent_nxzx8_118 {
2026
+ ._drawerContent_5lftx_118 {
2032
2027
  background: transparent !important;
2033
2028
  }
2034
2029
  }
2035
- ._drawerContent_nxzx8_118::-webkit-scrollbar {
2030
+ ._drawerContent_5lftx_118::-webkit-scrollbar {
2036
2031
  display: none;
2037
2032
  }
2038
- ._toggleButton_nxzx8_141 {
2033
+ ._toggleButton_5lftx_141 {
2039
2034
  transition: transform 0.4s;
2040
2035
  display: inline-block;
2041
2036
  transform: rotate(180deg);
2042
2037
  position: absolute;
2043
2038
  z-index: calc(var(--zindex-drawer) + 3);
2044
2039
  }
2045
- ._left_nxzx8_91 ._toggleButton_nxzx8_141 {
2040
+ ._left_5lftx_91 ._toggleButton_5lftx_141 {
2046
2041
  right: calc(var(--size) / -2);
2047
2042
  }
2048
- ._right_nxzx8_94 ._toggleButton_nxzx8_141 {
2043
+ ._right_5lftx_94 ._toggleButton_5lftx_141 {
2049
2044
  left: calc(var(--size) / -2);
2050
2045
  }
2051
- ._toggleButton_nxzx8_141._top_nxzx8_154 {
2046
+ ._toggleButton_5lftx_141._top_5lftx_154 {
2052
2047
  top: var(--padding-y);
2053
2048
  }
2054
- ._toggleButton_nxzx8_141._bottom_nxzx8_157 {
2049
+ ._toggleButton_5lftx_141._bottom_5lftx_157 {
2055
2050
  bottom: var(--padding-y);
2056
2051
  }
2057
- ._toggleButton_nxzx8_141._toggleButtonOpen_nxzx8_160 {
2052
+ ._toggleButton_5lftx_141._toggleButtonOpen_5lftx_160 {
2058
2053
  transform: rotate(0deg);
2059
2054
  }
2060
- ._tabs_nxzx8_163 {
2055
+ ._tabs_5lftx_163 {
2061
2056
  position: absolute;
2062
2057
  top: 0;
2063
2058
  bottom: 0;
@@ -2066,16 +2061,15 @@ html[data-theme='dark'] {
2066
2061
  z-index: calc(var(--zindex-drawer) + 1);
2067
2062
  border-left: 1px solid var(--color-border);
2068
2063
  border-right: 1px solid var(--color-border);
2069
- font-size: var(--size-sm);
2070
2064
  }
2071
- ._left_nxzx8_91 ._tabs_nxzx8_163 {
2065
+ ._left_5lftx_91 ._tabs_5lftx_163 {
2072
2066
  right: 0;
2073
2067
  }
2074
- ._right_nxzx8_94 ._tabs_nxzx8_163 {
2068
+ ._right_5lftx_94 ._tabs_5lftx_163 {
2075
2069
  left: 0;
2076
2070
  }
2077
- ._tabs_nxzx8_163 ._tab_nxzx8_163 {
2078
- font-size: 18px;
2071
+ ._tabs_5lftx_163 ._tab_5lftx_163 {
2072
+ font-size: var(--size-sm);
2079
2073
  height: 38px;
2080
2074
  width: 38px;
2081
2075
  display: flex;
@@ -2086,43 +2080,43 @@ html[data-theme='dark'] {
2086
2080
  transition: color 0.3s, background-color 0.3s;
2087
2081
  border: 1px solid var(--color-border-drawer-tab);
2088
2082
  }
2089
- ._left_nxzx8_91 ._tabs_nxzx8_163 ._tab_nxzx8_163 {
2083
+ ._left_5lftx_91 ._tabs_5lftx_163 ._tab_5lftx_163 {
2090
2084
  border-top-left-radius: 0;
2091
2085
  border-bottom-left-radius: 0;
2092
2086
  }
2093
- ._left_nxzx8_91 ._tabs_nxzx8_163 ._tab_nxzx8_163._active_nxzx8_196 {
2087
+ ._left_5lftx_91 ._tabs_5lftx_163 ._tab_5lftx_163._active_5lftx_195 {
2094
2088
  border-left-color: transparent;
2095
2089
  }
2096
- ._right_nxzx8_94 ._tabs_nxzx8_163 ._tab_nxzx8_163 {
2090
+ ._right_5lftx_94 ._tabs_5lftx_163 ._tab_5lftx_163 {
2097
2091
  border-top-right-radius: 0;
2098
2092
  border-bottom-right-radius: 0;
2099
2093
  }
2100
- ._right_nxzx8_94 ._tabs_nxzx8_163 ._tab_nxzx8_163._active_nxzx8_196 {
2094
+ ._right_5lftx_94 ._tabs_5lftx_163 ._tab_5lftx_163._active_5lftx_195 {
2101
2095
  border-right-color: transparent;
2102
2096
  }
2103
- ._tabs_nxzx8_163 ._tab_nxzx8_163:not(._active_nxzx8_196) {
2097
+ ._tabs_5lftx_163 ._tab_5lftx_163:not(._active_5lftx_195) {
2104
2098
  color: var(--color-text-primary);
2105
2099
  background-color: var(--color-background-drawer-tab) !important;
2106
2100
  }
2107
- ._tabs_nxzx8_163 ._tab_nxzx8_163:not(._active_nxzx8_196):hover {
2101
+ ._tabs_5lftx_163 ._tab_5lftx_163:not(._active_5lftx_195):hover {
2108
2102
  color: var(--color-text);
2109
2103
  background-color: var(--color-background-drawer-tab-hover) !important;
2110
2104
  }
2111
- ._tabs_nxzx8_163 ._tab_nxzx8_163._active_nxzx8_196 {
2105
+ ._tabs_5lftx_163 ._tab_5lftx_163._active_5lftx_195 {
2112
2106
  color: var(--color-text);
2113
2107
  border-color: var(--color-border);
2114
2108
  }
2115
- ._left_nxzx8_91 ._tabsContent_nxzx8_218 {
2109
+ ._left_5lftx_91 ._tabsContent_5lftx_217 {
2116
2110
  padding-right: 36px;
2117
2111
  }
2118
- ._right_nxzx8_94 ._tabsContent_nxzx8_218 {
2112
+ ._right_5lftx_94 ._tabsContent_5lftx_217 {
2119
2113
  padding-left: 36px;
2120
2114
  }
2121
- ._resizeHandle_nxzx8_224 {
2115
+ ._resizeHandle_5lftx_223 {
2122
2116
  position: absolute;
2123
2117
  top: 0;
2124
2118
  bottom: 0;
2125
- width: 10px;
2119
+ width: 12px;
2126
2120
  z-index: calc(var(--zindex-drawer) + 2);
2127
2121
  cursor: ew-resize;
2128
2122
  display: flex;
@@ -2131,21 +2125,21 @@ html[data-theme='dark'] {
2131
2125
  font-size: var(--font-size-sm);
2132
2126
  transition: all 0.2s;
2133
2127
  }
2134
- ._resizeHandle_nxzx8_224:hover {
2128
+ ._resizeHandle_5lftx_223:hover {
2135
2129
  background: var(--color-background-drawer-handle-hover);
2136
2130
  color: var(--color-text-primary);
2137
2131
  }
2138
- ._resizeHandle_nxzx8_224:active {
2132
+ ._resizeHandle_5lftx_223:active {
2139
2133
  background: var(--color-text-primary);
2140
2134
  color: white;
2141
2135
  }
2142
- ._left_nxzx8_91 ._resizeHandle_nxzx8_224 {
2136
+ ._left_5lftx_91 ._resizeHandle_5lftx_223 {
2143
2137
  right: 0;
2144
2138
  }
2145
- ._right_nxzx8_94 ._resizeHandle_nxzx8_224 {
2139
+ ._right_5lftx_94 ._resizeHandle_5lftx_223 {
2146
2140
  left: 0;
2147
2141
  }
2148
- ._empty_cs57m_1 {
2142
+ ._empty_1erlc_1 {
2149
2143
  position: relative;
2150
2144
  border-radius: inherit;
2151
2145
  display: inline-flex;
@@ -2153,11 +2147,11 @@ html[data-theme='dark'] {
2153
2147
  align-items: center;
2154
2148
  justify-content: center;
2155
2149
  text-align: center;
2156
- gap: 10px;
2150
+ gap: var(--spacing-sm);
2157
2151
  }
2158
- ._empty_cs57m_1 ._text_cs57m_11 {
2152
+ ._empty_1erlc_1 ._text_1erlc_11 {
2159
2153
  max-width: 40ch;
2160
- margin-bottom: 3px;
2154
+ gap: var(--spacing-2xs);
2161
2155
  }
2162
2156
  ._inputGroup_biuoa_1 {
2163
2157
  display: flex;
@@ -2348,56 +2342,56 @@ html[data-theme='dark'] {
2348
2342
  ._fileInput_1elar_1 {
2349
2343
  display: none !important;
2350
2344
  }
2351
- ._label_191gc_1 {
2345
+ ._label_ll0e3_1 {
2352
2346
  display: flex;
2353
2347
  align-items: center;
2354
2348
  }
2355
- ._label_191gc_1._labelLeft_191gc_5 {
2349
+ ._label_ll0e3_1._labelLeft_ll0e3_5 {
2356
2350
  margin-bottom: 0;
2357
2351
  flex-shrink: 0;
2358
- padding-right: 10px;
2352
+ padding-right: var(--spacing-sm);
2359
2353
  }
2360
- ._label_191gc_1._labelLeft_191gc_5 > label {
2354
+ ._label_ll0e3_1._labelLeft_ll0e3_5 > label {
2361
2355
  margin-bottom: 0;
2362
2356
  }
2363
- ._label_191gc_1 ._icons_191gc_13 {
2357
+ ._label_ll0e3_1 ._icons_ll0e3_13 {
2364
2358
  display: inline-flex;
2365
2359
  font-size: 1.25em;
2366
2360
  }
2367
- ._label_191gc_1 ._icons_191gc_13 > * {
2361
+ ._label_ll0e3_1 ._icons_ll0e3_13 > * {
2368
2362
  margin-left: var(--spacing-2xs);
2369
2363
  }
2370
- ._label_191gc_1 > label {
2364
+ ._label_ll0e3_1 > label {
2371
2365
  display: flex;
2372
2366
  align-items: center;
2373
2367
  font-weight: bold;
2374
2368
  font-size: var(--font-size-sm);
2375
2369
  margin-bottom: var(--spacing-2xs);
2376
2370
  }
2377
- ._field_1j8sr_1 {
2378
- margin-bottom: 14px;
2371
+ ._field_abuqh_1 {
2372
+ margin-bottom: var(--spacing-sm);
2379
2373
  color: var(--color-text);
2380
2374
  }
2381
- ._field_1j8sr_1._labelLeft_1j8sr_5 {
2375
+ ._field_abuqh_1._labelLeft_abuqh_5 {
2382
2376
  display: flex;
2383
2377
  align-items: center;
2384
2378
  }
2385
- ._field_1j8sr_1._labelLeft_1j8sr_5 ._fieldInput_1j8sr_9 {
2379
+ ._field_abuqh_1._labelLeft_abuqh_5 ._fieldInput_abuqh_9 {
2386
2380
  flex-grow: 1;
2387
2381
  }
2388
- ._formRow_1j8sr_12,
2389
- ._form-row_1j8sr_13 {
2382
+ ._formRow_abuqh_12,
2383
+ ._form-row_abuqh_13 {
2390
2384
  display: flex;
2391
2385
  flex-wrap: wrap;
2392
2386
  align-items: flex-end;
2393
2387
  }
2394
- ._formRow_1j8sr_12 > *:not(:last-child),
2395
- ._form-row_1j8sr_13 > *:not(:last-child) {
2388
+ ._formRow_abuqh_12 > *:not(:last-child),
2389
+ ._form-row_abuqh_13 > *:not(:last-child) {
2396
2390
  margin-right: var(--spacing);
2397
2391
  }
2398
- ._formRow_1j8sr_12 ._button_1j8sr_22,
2399
- ._form-row_1j8sr_13 ._button_1j8sr_22 {
2400
- margin-bottom: 14px;
2392
+ ._formRow_abuqh_12 ._button_abuqh_22,
2393
+ ._form-row_abuqh_13 ._button_abuqh_22 {
2394
+ margin-bottom: var(--spacing-sm);
2401
2395
  }
2402
2396
  ._formRow_1m3f8_1 {
2403
2397
  display: flex;
@@ -2432,120 +2426,120 @@ html[data-theme='dark'] {
2432
2426
  border-top-left-radius: 0 !important;
2433
2427
  border-bottom-left-radius: 0 !important;
2434
2428
  }
2435
- ._inputInTable_15brx_1 {
2429
+ ._inputInTable_15szv_1 {
2436
2430
  background-color: transparent;
2437
2431
  border-radius: inherit !important;
2438
2432
  height: var(--size);
2439
2433
  min-height: 100%;
2440
2434
  }
2441
- ._inputInTable_15brx_1:not(:hover) {
2435
+ ._inputInTable_15szv_1:not(:hover) {
2442
2436
  border-color: transparent;
2443
2437
  }
2444
- ._inputHover_15brx_10 {
2438
+ ._inputHover_15szv_10 {
2445
2439
  position: relative;
2446
2440
  border-color: var(--color-border-hover);
2447
2441
  z-index: 2;
2448
2442
  }
2449
- ._inputFocus_15brx_15 {
2443
+ ._inputFocus_15szv_15 {
2450
2444
  position: relative;
2451
2445
  outline: none !important;
2452
2446
  border-color: var(--color-border-focus) !important;
2453
2447
  box-shadow: var(--shadow-focus);
2454
2448
  z-index: 3;
2455
2449
  }
2456
- ._inputError_15brx_22,
2457
- ._inputWarning_15brx_23 {
2450
+ ._inputError_15szv_22,
2451
+ ._inputWarning_15szv_23 {
2458
2452
  position: relative;
2459
2453
  }
2460
- ._inputError_15brx_22 {
2454
+ ._inputError_15szv_22 {
2461
2455
  z-index: 2;
2462
2456
  border-color: var(--color-border-error);
2463
2457
  color: var(--color-text-error) !important;
2464
2458
  background-color: var(--color-background-error);
2465
2459
  }
2466
- ._inputError_15brx_22:hover {
2460
+ ._inputError_15szv_22:hover {
2467
2461
  border-color: var(--color-border-error-hover) !important;
2468
2462
  }
2469
- ._inputError_15brx_22:focus {
2463
+ ._inputError_15szv_22:focus {
2470
2464
  position: relative;
2471
2465
  outline: none !important;
2472
2466
  border-color: var(--color-border-focus) !important;
2473
2467
  box-shadow: var(--shadow-focus);
2474
2468
  z-index: 3;
2475
2469
  }
2476
- ._inputWarning_15brx_23 {
2470
+ ._inputWarning_15szv_23 {
2477
2471
  z-index: 1;
2478
2472
  border-color: var(--color-border-warning);
2479
2473
  color: var(--color-text-warning) !important;
2480
2474
  background-color: var(--color-background-warning);
2481
2475
  }
2482
- ._inputWarning_15brx_23:hover {
2476
+ ._inputWarning_15szv_23:hover {
2483
2477
  border-color: var(--color-border-warning-hover) !important;
2484
2478
  }
2485
- ._inputWarning_15brx_23:focus {
2479
+ ._inputWarning_15szv_23:focus {
2486
2480
  position: relative;
2487
2481
  outline: none !important;
2488
2482
  border-color: var(--color-border-focus) !important;
2489
2483
  box-shadow: var(--shadow-focus);
2490
2484
  z-index: 3;
2491
2485
  }
2492
- ._inputDisabled_15brx_58 {
2486
+ ._inputDisabled_15szv_58 {
2493
2487
  pointer-events: none;
2494
2488
  background-color: var(--color-background-disabled);
2495
2489
  color: var(--color-text-muted);
2496
2490
  box-shadow: none;
2497
2491
  }
2498
- ._hideScrollbars_15brx_64 {
2492
+ ._hideScrollbars_15szv_64 {
2499
2493
  /* Firefox */
2500
2494
  scrollbar-width: none;
2501
2495
  /* IE 10+ */
2502
2496
  -ms-overflow-style: none;
2503
2497
  /* Chrome, Safari and Opera */
2504
2498
  }
2505
- ._hideScrollbars_15brx_64::-webkit-scrollbar {
2499
+ ._hideScrollbars_15szv_64::-webkit-scrollbar {
2506
2500
  display: none;
2507
2501
  }
2508
- ._header_15brx_74 ._headerTitle_15brx_74,
2509
- ._heading_15brx_75 ._itemHeader_15brx_75 {
2502
+ ._header_15szv_74 ._headerTitle_15szv_74,
2503
+ ._heading_15szv_75 ._itemHeader_15szv_75 {
2510
2504
  transition: opacity 0.3s;
2511
2505
  }
2512
- ._narrow_15brx_78 ._header_15brx_74 ._headerTitle_15brx_74,
2513
- ._narrow_15brx_78 ._heading_15brx_75 ._itemHeader_15brx_75 {
2506
+ ._narrow_15szv_78 ._header_15szv_74 ._headerTitle_15szv_74,
2507
+ ._narrow_15szv_78 ._heading_15szv_75 ._itemHeader_15szv_75 {
2514
2508
  opacity: 0;
2515
2509
  }
2516
- ._stickyHeader_15brx_82 {
2510
+ ._stickyHeader_15szv_82 {
2517
2511
  position: sticky;
2518
2512
  top: 0;
2519
2513
  background-color: var(--color-background);
2520
2514
  z-index: 10;
2521
2515
  }
2522
- ._itemHeader_15brx_75 {
2516
+ ._itemHeader_15szv_75 {
2523
2517
  padding: var(--spacing-sm) var(--padding-x);
2524
2518
  display: flex;
2525
2519
  align-items: flex-start;
2526
2520
  }
2527
- ._itemHeader_15brx_75 ._title_15brx_93 {
2521
+ ._itemHeader_15szv_75 ._title_15szv_93 {
2528
2522
  margin: 0;
2529
2523
  padding: 0;
2530
2524
  flex-grow: 1;
2531
2525
  min-width: 0;
2532
2526
  }
2533
- ._itemHeader_15brx_75 ._name_15brx_99 {
2527
+ ._itemHeader_15szv_75 ._name_15szv_99 {
2534
2528
  font-weight: 400;
2535
2529
  }
2536
- ._itemHeader_15brx_75 ._iconTooltipMargin_15brx_102 {
2537
- margin-left: 10px;
2530
+ ._itemHeader_15szv_75 ._iconTooltipMargin_15szv_102 {
2531
+ margin-left: var(--spacing-xs);
2538
2532
  }
2539
- ._itemHeader_15brx_75 ._bold_15brx_105 {
2533
+ ._itemHeader_15szv_75 ._bold_15szv_105 {
2540
2534
  font-weight: bold;
2541
2535
  }
2542
- ._header_15brx_74 {
2536
+ ._header_15szv_74 {
2543
2537
  padding: var(--padding);
2544
2538
  display: flex;
2545
2539
  align-items: center;
2546
2540
  border-bottom: 1px solid var(--color-border);
2547
2541
  }
2548
- ._toggleNarrow_15brx_114 {
2542
+ ._toggleNarrow_15szv_114 {
2549
2543
  margin-right: 16px;
2550
2544
  margin-left: -5px;
2551
2545
  color: #c8c8c8;
@@ -2554,51 +2548,48 @@ html[data-theme='dark'] {
2554
2548
  width: 22px;
2555
2549
  justify-content: center;
2556
2550
  }
2557
- ._toggleNarrow_15brx_114:hover {
2551
+ ._toggleNarrow_15szv_114:hover {
2558
2552
  color: var(--color-text-primary-hover);
2559
2553
  }
2560
- ._toggleNarrow_15brx_114:active {
2554
+ ._toggleNarrow_15szv_114:active {
2561
2555
  color: var(--color-text-primary-active);
2562
2556
  }
2563
- ._narrow_15brx_78 ._toggleNarrow_15brx_114 {
2557
+ ._narrow_15szv_78 ._toggleNarrow_15szv_114 {
2564
2558
  transform: scaleX(-1);
2565
2559
  }
2566
- ._drag_15brx_132 {
2560
+ ._drag_15szv_132 {
2567
2561
  color: var(--color-text-faint);
2568
2562
  display: flex;
2569
2563
  align-items: center;
2570
2564
  justify-content: center;
2571
- margin-right: 10px;
2565
+ margin-right: var(--spacing-xs);
2572
2566
  margin-left: -6px;
2573
2567
  cursor: move;
2574
2568
  height: 19px;
2575
2569
  width: 19px;
2576
2570
  }
2577
- ._drag_15brx_132 path {
2578
- stroke: var(--color-text-faint);
2579
- }
2580
- ._drag_15brx_132:hover path {
2581
- stroke: var(--color-text-primary-hover);
2571
+ ._drag_15szv_132:hover {
2572
+ color: var(--color-text-primary-hover);
2582
2573
  }
2583
- ._drag_15brx_132:active path {
2584
- stroke: var(--color-text-primary-active);
2574
+ ._drag_15szv_132:active {
2575
+ color: var(--color-text-primary-active);
2585
2576
  }
2586
- ._list_15brx_152 {
2577
+ ._list_15szv_149 {
2587
2578
  flex-shrink: 0;
2588
2579
  background: var(--color-background);
2589
2580
  }
2590
- ._list_15brx_152._bordered_15brx_156:first-child,
2591
- ._list_15brx_152._bordered_15brx_156:first-child > :first-child {
2581
+ ._list_15szv_149._bordered_15szv_153:first-child,
2582
+ ._list_15szv_149._bordered_15szv_153:first-child > :first-child {
2592
2583
  border-top-left-radius: inherit;
2593
2584
  border-top-right-radius: inherit;
2594
2585
  }
2595
- ._list_15brx_152._bordered_15brx_156:last-child,
2596
- ._list_15brx_152._bordered_15brx_156:last-child > :last-child {
2586
+ ._list_15szv_149._bordered_15szv_153:last-child,
2587
+ ._list_15szv_149._bordered_15szv_153:last-child > :last-child {
2597
2588
  border-bottom-left-radius: inherit;
2598
2589
  border-bottom-right-radius: inherit;
2599
2590
  border-bottom: 0;
2600
2591
  }
2601
- ._item_15brx_75 {
2592
+ ._item_15szv_75 {
2602
2593
  color: inherit;
2603
2594
  display: block;
2604
2595
  transition: background-color 0.2s;
@@ -2609,7 +2600,7 @@ html[data-theme='dark'] {
2609
2600
  overflow-wrap: break-word;
2610
2601
  hyphens: auto;
2611
2602
  }
2612
- ._item_15brx_75:not(._heading_15brx_75):after {
2603
+ ._item_15szv_75:not(._heading_15szv_75):after {
2613
2604
  content: '';
2614
2605
  position: absolute;
2615
2606
  left: 0;
@@ -2620,74 +2611,73 @@ html[data-theme='dark'] {
2620
2611
  border-bottom-left-radius: inherit;
2621
2612
  transition: background 0.3s;
2622
2613
  }
2623
- ._item_15brx_75._action_15brx_189 {
2614
+ ._item_15szv_75._action_15szv_186 {
2624
2615
  cursor: pointer;
2625
2616
  }
2626
- ._item_15brx_75._action_15brx_189:not(._active_15brx_192):hover {
2617
+ ._item_15szv_75._action_15szv_186:not(._active_15szv_189):hover {
2627
2618
  background: var(--color-background-listitem-hover);
2628
2619
  }
2629
- ._item_15brx_75._action_15brx_189:not(._active_15brx_192):hover:after {
2620
+ ._item_15szv_75._action_15szv_186:not(._active_15szv_189):hover:after {
2630
2621
  background: rgba(0, 0, 0, 0.1);
2631
2622
  }
2632
- ._item_15brx_75._active_15brx_192 {
2623
+ ._item_15szv_75._active_15szv_189 {
2633
2624
  cursor: default;
2634
2625
  position: relative;
2635
2626
  z-index: 1;
2636
2627
  background: var(--color-background-listitem-active);
2637
2628
  }
2638
- ._item_15brx_75._active_15brx_192:after {
2629
+ ._item_15szv_75._active_15szv_189:after {
2639
2630
  background: var(--color-background-primary) !important;
2640
2631
  }
2641
- ._item_15brx_75._disabled_15brx_207 {
2632
+ ._item_15szv_75._disabled_15szv_204 {
2642
2633
  color: var(--color-text-faint);
2643
2634
  pointer-events: none;
2644
2635
  }
2645
- ._item_15brx_75._heading_15brx_75 {
2636
+ ._item_15szv_75._heading_15szv_75 {
2646
2637
  color: var(--color-text-muted);
2647
2638
  background-color: transparent;
2648
2639
  }
2649
- ._item_15brx_75._heading_15brx_75._action_15brx_189:hover {
2640
+ ._item_15szv_75._heading_15szv_75._action_15szv_186:hover {
2650
2641
  color: var(--color-text-primary-hover);
2651
2642
  }
2652
- ._item_15brx_75 ._label_15brx_218 {
2643
+ ._item_15szv_75 ._label_15szv_215 {
2653
2644
  margin-right: 15px;
2654
2645
  margin-left: -5px;
2655
2646
  margin-top: -2px;
2656
2647
  margin-bottom: -2px;
2657
2648
  flex-shrink: 0;
2658
2649
  }
2659
- ._item_15brx_75 ._details_15brx_225,
2660
- ._item_15brx_75 ._metadata_15brx_226 {
2650
+ ._item_15szv_75 ._details_15szv_222,
2651
+ ._item_15szv_75 ._metadata_15szv_223 {
2661
2652
  display: block;
2662
2653
  width: 100%;
2663
2654
  font-weight: normal;
2664
- margin-top: 3px;
2665
2655
  }
2666
- ._item_15brx_75 ._metadata_15brx_226 {
2656
+ ._item_15szv_75 ._metadata_15szv_223 {
2667
2657
  color: var(--color-text-muted);
2668
2658
  }
2669
- ._item_15brx_75 ._itemContent_15brx_235 {
2659
+ ._item_15szv_75 ._itemContent_15szv_231 {
2670
2660
  padding: 0 var(--padding-x) var(--spacing-sm);
2671
2661
  cursor: auto;
2672
2662
  }
2673
- ._item_15brx_75 ._itemContent_15brx_235:empty {
2663
+ ._item_15szv_75 ._itemContent_15szv_231:empty {
2674
2664
  padding: inherit;
2675
2665
  }
2676
- ._indentIcon_15brx_242 {
2666
+ ._indentIcon_15szv_238 {
2677
2667
  color: var(--color-text-faint);
2678
2668
  width: 20px;
2679
2669
  flex-shrink: 0;
2680
2670
  }
2681
- ._expandIcon_15brx_247 {
2671
+ ._expandIcon_15szv_243 {
2682
2672
  width: 20px;
2683
2673
  flex-shrink: 0;
2684
2674
  position: relative;
2685
2675
  margin-top: 1px;
2686
2676
  }
2687
- ._expandIcon_15brx_247._expanded_15brx_253 svg {
2677
+ ._expandIcon_15szv_243._expanded_15szv_249 svg {
2688
2678
  transform: rotate(90deg);
2689
2679
  }
2690
- ._right_15brx_256 {
2680
+ ._right_15szv_252 {
2691
2681
  margin-left: auto;
2692
2682
  display: flex;
2693
2683
  align-items: center;
@@ -2695,47 +2685,47 @@ html[data-theme='dark'] {
2695
2685
  margin-bottom: -2px;
2696
2686
  margin-right: -8px;
2697
2687
  }
2698
- ._actions_15brx_264 {
2699
- margin-left: 8px;
2688
+ ._actions_15szv_260 {
2689
+ margin-left: var(--spacing-xs);
2700
2690
  display: flex;
2701
2691
  align-items: center;
2702
2692
  }
2703
- ._scrollableList_15brx_269 {
2693
+ ._scrollableList_15szv_265 {
2704
2694
  height: 100%;
2705
2695
  overflow-y: auto;
2706
2696
  scroll-behavior: smooth;
2707
2697
  }
2708
- ._hideScrollbar_15brx_64 {
2698
+ ._hideScrollbar_15szv_64 {
2709
2699
  /* Firefox */
2710
2700
  scrollbar-width: none;
2711
2701
  /* IE 10+ */
2712
2702
  -ms-overflow-style: none;
2713
2703
  /* Chrome, Safari and Opera */
2714
2704
  }
2715
- ._hideScrollbar_15brx_64::-webkit-scrollbar {
2705
+ ._hideScrollbar_15szv_64::-webkit-scrollbar {
2716
2706
  display: none;
2717
2707
  }
2718
- ._loader_16v7q_1 {
2708
+ ._loader_cvm5e_1 {
2719
2709
  width: 100%;
2720
2710
  height: 100%;
2721
2711
  position: relative;
2722
2712
  border-radius: inherit;
2723
2713
  }
2724
- ._loader_16v7q_1._fullViewPortSize_16v7q_7 {
2714
+ ._loader_cvm5e_1._fullViewPortSize_cvm5e_7 {
2725
2715
  position: absolute;
2726
2716
  top: 0;
2727
2717
  left: 0;
2728
2718
  width: 100vw;
2729
2719
  height: 100vh;
2730
2720
  }
2731
- ._loader_16v7q_1._cover_16v7q_14 {
2721
+ ._loader_cvm5e_1._cover_cvm5e_14 {
2732
2722
  position: absolute;
2733
2723
  top: 0;
2734
2724
  left: 0;
2735
2725
  bottom: 0;
2736
2726
  right: 0;
2737
2727
  }
2738
- ._dimmer_16v7q_21 {
2728
+ ._dimmer_cvm5e_21 {
2739
2729
  position: absolute;
2740
2730
  top: 0;
2741
2731
  left: 0;
@@ -2758,89 +2748,89 @@ html[data-theme='dark'] {
2758
2748
  display: flex;
2759
2749
  opacity: 0.95;
2760
2750
  }
2761
- ._content_16v7q_44 {
2751
+ ._content_cvm5e_44 {
2762
2752
  display: flex;
2763
2753
  flex-direction: column;
2764
2754
  align-items: center;
2765
2755
  }
2766
- ._text_16v7q_49 {
2756
+ ._text_cvm5e_49 {
2767
2757
  margin-top: 12px;
2768
2758
  opacity: 0.6;
2769
2759
  }
2770
- ._details_16v7q_53 {
2771
- margin-top: 8px;
2760
+ ._details_cvm5e_53 {
2761
+ margin-top: var(--spacing-xs);
2772
2762
  }
2773
- ._inputInTable_17xnf_1 {
2763
+ ._inputInTable_12x0j_1 {
2774
2764
  background-color: transparent;
2775
2765
  border-radius: inherit !important;
2776
2766
  height: var(--size);
2777
2767
  min-height: 100%;
2778
2768
  }
2779
- ._inputInTable_17xnf_1:not(:hover) {
2769
+ ._inputInTable_12x0j_1:not(:hover) {
2780
2770
  border-color: transparent;
2781
2771
  }
2782
- ._inputHover_17xnf_10 {
2772
+ ._inputHover_12x0j_10 {
2783
2773
  position: relative;
2784
2774
  border-color: var(--color-border-hover);
2785
2775
  z-index: 2;
2786
2776
  }
2787
- ._inputFocus_17xnf_15 {
2777
+ ._inputFocus_12x0j_15 {
2788
2778
  position: relative;
2789
2779
  outline: none !important;
2790
2780
  border-color: var(--color-border-focus) !important;
2791
2781
  box-shadow: var(--shadow-focus);
2792
2782
  z-index: 3;
2793
2783
  }
2794
- ._inputError_17xnf_22,
2795
- ._inputWarning_17xnf_23 {
2784
+ ._inputError_12x0j_22,
2785
+ ._inputWarning_12x0j_23 {
2796
2786
  position: relative;
2797
2787
  }
2798
- ._inputError_17xnf_22 {
2788
+ ._inputError_12x0j_22 {
2799
2789
  z-index: 2;
2800
2790
  border-color: var(--color-border-error);
2801
2791
  color: var(--color-text-error) !important;
2802
2792
  background-color: var(--color-background-error);
2803
2793
  }
2804
- ._inputError_17xnf_22:hover {
2794
+ ._inputError_12x0j_22:hover {
2805
2795
  border-color: var(--color-border-error-hover) !important;
2806
2796
  }
2807
- ._inputError_17xnf_22:focus {
2797
+ ._inputError_12x0j_22:focus {
2808
2798
  position: relative;
2809
2799
  outline: none !important;
2810
2800
  border-color: var(--color-border-focus) !important;
2811
2801
  box-shadow: var(--shadow-focus);
2812
2802
  z-index: 3;
2813
2803
  }
2814
- ._inputWarning_17xnf_23 {
2804
+ ._inputWarning_12x0j_23 {
2815
2805
  z-index: 1;
2816
2806
  border-color: var(--color-border-warning);
2817
2807
  color: var(--color-text-warning) !important;
2818
2808
  background-color: var(--color-background-warning);
2819
2809
  }
2820
- ._inputWarning_17xnf_23:hover {
2810
+ ._inputWarning_12x0j_23:hover {
2821
2811
  border-color: var(--color-border-warning-hover) !important;
2822
2812
  }
2823
- ._inputWarning_17xnf_23:focus {
2813
+ ._inputWarning_12x0j_23:focus {
2824
2814
  position: relative;
2825
2815
  outline: none !important;
2826
2816
  border-color: var(--color-border-focus) !important;
2827
2817
  box-shadow: var(--shadow-focus);
2828
2818
  z-index: 3;
2829
2819
  }
2830
- ._inputDisabled_17xnf_58 {
2820
+ ._inputDisabled_12x0j_58 {
2831
2821
  pointer-events: none;
2832
2822
  background-color: var(--color-background-disabled);
2833
2823
  color: var(--color-text-muted);
2834
2824
  box-shadow: none;
2835
2825
  }
2836
- ._hideScrollbars_17xnf_64 {
2826
+ ._hideScrollbars_12x0j_64 {
2837
2827
  /* Firefox */
2838
2828
  scrollbar-width: none;
2839
2829
  /* IE 10+ */
2840
2830
  -ms-overflow-style: none;
2841
2831
  /* Chrome, Safari and Opera */
2842
2832
  }
2843
- ._hideScrollbars_17xnf_64::-webkit-scrollbar {
2833
+ ._hideScrollbars_12x0j_64::-webkit-scrollbar {
2844
2834
  display: none;
2845
2835
  }
2846
2836
  :root {
@@ -2849,7 +2839,7 @@ html[data-theme='dark'] {
2849
2839
  html[data-theme='dark'] {
2850
2840
  --color-border-message: transparent;
2851
2841
  }
2852
- ._container_17xnf_80 {
2842
+ ._container_12x0j_80 {
2853
2843
  padding: var(--padding-card);
2854
2844
  border-radius: var(--border-radius);
2855
2845
  display: inline-flex;
@@ -2864,40 +2854,40 @@ html[data-theme='dark'] {
2864
2854
  -ms-overflow-style: none;
2865
2855
  /* Chrome, Safari and Opera */
2866
2856
  }
2867
- ._container_17xnf_80::-webkit-scrollbar {
2857
+ ._container_12x0j_80::-webkit-scrollbar {
2868
2858
  display: none;
2869
2859
  }
2870
- ._container_17xnf_80._block_17xnf_98 {
2860
+ ._container_12x0j_80._block_12x0j_98 {
2871
2861
  display: flex;
2872
2862
  }
2873
- ._container_17xnf_80._info_17xnf_101 {
2863
+ ._container_12x0j_80._info_12x0j_101 {
2874
2864
  color: var(--color-text-info);
2875
2865
  background-color: var(--color-background-info);
2876
2866
  }
2877
- ._container_17xnf_80._success_17xnf_105 {
2867
+ ._container_12x0j_80._success_12x0j_105 {
2878
2868
  color: var(--color-text-success);
2879
2869
  background-color: var(--color-background-success);
2880
2870
  }
2881
- ._container_17xnf_80._warning_17xnf_109 {
2871
+ ._container_12x0j_80._warning_12x0j_109 {
2882
2872
  color: var(--color-text-warning);
2883
2873
  background-color: var(--color-background-warning);
2884
2874
  }
2885
- ._container_17xnf_80._error_17xnf_113 {
2875
+ ._container_12x0j_80._error_12x0j_113 {
2886
2876
  color: var(--color-text-error);
2887
2877
  background-color: var(--color-background-error);
2888
2878
  }
2889
- ._content_17xnf_117 {
2879
+ ._content_12x0j_117 {
2890
2880
  flex: 1;
2891
2881
  min-width: 0;
2892
2882
  }
2893
- ._heading_17xnf_121 {
2883
+ ._heading_12x0j_121 {
2894
2884
  font-weight: bold;
2895
2885
  letter-spacing: 0.1em;
2896
2886
  text-transform: uppercase;
2897
2887
  font-size: var(--font-size-sm);
2898
2888
  line-height: var(--line-height);
2899
2889
  }
2900
- ._icon_17xnf_128 {
2890
+ ._icon_12x0j_128 {
2901
2891
  display: flex;
2902
2892
  justify-content: center;
2903
2893
  align-items: center;
@@ -2905,38 +2895,39 @@ html[data-theme='dark'] {
2905
2895
  margin-right: 12px;
2906
2896
  margin-top: -2px;
2907
2897
  }
2908
- ._dismiss_17xnf_136 {
2898
+ ._dismiss_12x0j_136 {
2909
2899
  margin-left: 12px;
2910
2900
  color: var(--color-text);
2911
2901
  }
2912
- ._dismiss_17xnf_136._absolute_17xnf_140 {
2902
+ ._dismiss_12x0j_136._absolute_12x0j_140 {
2913
2903
  position: absolute;
2914
- top: 10px;
2915
- right: 14px;
2904
+ top: var(--spacing-xs);
2905
+ right: var(--spacing-sm);
2916
2906
  }
2917
- ._dismiss_17xnf_136 {
2907
+ ._dismiss_12x0j_136 {
2918
2908
  margin-top: -2px;
2919
2909
  margin-right: -6px;
2920
2910
  }
2921
- ._legendToggle_17xnf_149 {
2911
+ ._legendToggle_12x0j_149 {
2922
2912
  opacity: 0.6;
2923
2913
  }
2924
- ._legendToggle_17xnf_149:hover {
2914
+ ._legendToggle_12x0j_149:hover {
2925
2915
  opacity: 0.8;
2926
2916
  cursor: pointer;
2927
2917
  }
2928
- ._legendToggle_17xnf_149:active {
2918
+ ._legendToggle_12x0j_149:active {
2929
2919
  opacity: 1;
2930
2920
  }
2931
- ._detailsText_17xnf_159 {
2921
+ ._detailsText_12x0j_159 {
2932
2922
  margin-top: var(--spacing);
2933
2923
  word-break: break-word;
2934
2924
  }
2935
- ._footer_17xnf_163 {
2925
+ ._footer_12x0j_163 {
2936
2926
  display: flex;
2937
2927
  flex-wrap: wrap;
2938
- gap: 8px;
2939
- margin-top: 8px;
2928
+ gap: var(--spacing-sm);
2929
+ margin-top: var(--spacing-xs);
2930
+ margin-bottom: var(--spacing-2xs);
2940
2931
  }
2941
2932
  ._wrapper_ijw69_1 {
2942
2933
  z-index: var(--zindex-modal);
@@ -3237,10 +3228,10 @@ html[data-theme='dark'] {
3237
3228
  border-top-left-radius: 0 !important;
3238
3229
  border-bottom-left-radius: 0 !important;
3239
3230
  }
3240
- ._layerContainer_siwvj_1 {
3231
+ ._layerContainer_1p0ji_1 {
3241
3232
  z-index: var(--zindex-dropdown);
3242
3233
  }
3243
- ._layer_siwvj_1 {
3234
+ ._layer_1p0ji_1 {
3244
3235
  border: 1px solid var(--color-border);
3245
3236
  border-radius: var(--border-radius);
3246
3237
  overflow: hidden;
@@ -3250,31 +3241,31 @@ html[data-theme='dark'] {
3250
3241
  position: relative;
3251
3242
  font-size: var(--font-size);
3252
3243
  }
3253
- ._layer_siwvj_1 ul {
3244
+ ._layer_1p0ji_1 ul {
3254
3245
  margin: 0;
3255
3246
  padding: 0;
3256
3247
  list-style-type: none;
3257
3248
  }
3258
- ._layer_siwvj_1 ul li {
3249
+ ._layer_1p0ji_1 ul li {
3259
3250
  list-style: none;
3260
3251
  display: block;
3261
3252
  }
3262
- ._layer_siwvj_1._small_siwvj_23 {
3253
+ ._layer_1p0ji_1._small_1p0ji_23 {
3263
3254
  font-size: var(--font-size-sm);
3264
3255
  }
3265
- ._heading_siwvj_26,
3266
- ._option_siwvj_27,
3267
- ._message_siwvj_28 {
3256
+ ._heading_1p0ji_26,
3257
+ ._option_1p0ji_27,
3258
+ ._message_1p0ji_28 {
3268
3259
  padding: var(--padding-input);
3269
3260
  padding-right: 0;
3270
3261
  }
3271
- ._small_siwvj_23 ._heading_siwvj_26,
3272
- ._small_siwvj_23 ._option_siwvj_27,
3273
- ._small_siwvj_23 ._message_siwvj_28 {
3262
+ ._small_1p0ji_23 ._heading_1p0ji_26,
3263
+ ._small_1p0ji_23 ._option_1p0ji_27,
3264
+ ._small_1p0ji_23 ._message_1p0ji_28 {
3274
3265
  padding: var(--padding-input-sm);
3275
3266
  padding-right: 0;
3276
3267
  }
3277
- ._heading_siwvj_26 {
3268
+ ._heading_1p0ji_26 {
3278
3269
  color: var(--color-text-muted);
3279
3270
  letter-spacing: 0.1em;
3280
3271
  text-transform: uppercase;
@@ -3285,13 +3276,13 @@ html[data-theme='dark'] {
3285
3276
  text-overflow: ellipsis;
3286
3277
  white-space: nowrap;
3287
3278
  }
3288
- ._small_siwvj_23 ._heading_siwvj_26 {
3279
+ ._small_1p0ji_23 ._heading_1p0ji_26 {
3289
3280
  font-size: var(--font-size-xs);
3290
3281
  }
3291
- ._message_siwvj_28 {
3282
+ ._message_1p0ji_28 {
3292
3283
  color: var(--color-text-faint);
3293
3284
  }
3294
- ._option_siwvj_27 {
3285
+ ._option_1p0ji_27 {
3295
3286
  line-height: var(--line-height);
3296
3287
  display: flex;
3297
3288
  align-items: center;
@@ -3300,20 +3291,20 @@ html[data-theme='dark'] {
3300
3291
  height: 100%;
3301
3292
  cursor: pointer;
3302
3293
  }
3303
- ._option_siwvj_27._focused_siwvj_64,
3304
- ._option_siwvj_27:hover {
3294
+ ._option_1p0ji_27._focused_1p0ji_64,
3295
+ ._option_1p0ji_27:hover {
3305
3296
  background-color: var(--color-background-listitem-hover);
3306
3297
  }
3307
- ._option_siwvj_27._selected_siwvj_68 {
3298
+ ._option_1p0ji_27._selected_1p0ji_68 {
3308
3299
  background-color: var(--color-background-listitem-active);
3309
3300
  }
3310
- ._option_siwvj_27._disabled_siwvj_71 {
3301
+ ._option_1p0ji_27._disabled_1p0ji_71 {
3311
3302
  opacity: 0.2;
3312
3303
  cursor: inherit;
3313
3304
  }
3314
- ._option_siwvj_27 ._check_siwvj_75 {
3305
+ ._option_1p0ji_27 ._check_1p0ji_75 {
3315
3306
  color: var(--color-text-primary);
3316
- font-size: var(--font-size-xs);
3307
+ font-size: var(--font-size);
3317
3308
  width: var(--size);
3318
3309
  height: var(--size);
3319
3310
  display: flex;
@@ -3321,112 +3312,112 @@ html[data-theme='dark'] {
3321
3312
  align-items: center;
3322
3313
  flex-shrink: 0;
3323
3314
  }
3324
- ._small_siwvj_23 ._option_siwvj_27 ._check_siwvj_75 {
3315
+ ._small_1p0ji_23 ._option_1p0ji_27 ._check_1p0ji_75 {
3325
3316
  width: var(--size-sm);
3326
3317
  height: var(--size-sm);
3327
3318
  }
3328
- ._option_siwvj_27 ._check_siwvj_75 svg {
3319
+ ._option_1p0ji_27 ._check_1p0ji_75 svg {
3329
3320
  display: block;
3330
3321
  }
3331
- ._option_siwvj_27 ._optionContent_siwvj_92 {
3322
+ ._option_1p0ji_27 ._optionContent_1p0ji_92 {
3332
3323
  flex-wrap: wrap;
3333
3324
  margin-right: auto;
3334
3325
  overflow: hidden;
3335
3326
  }
3336
- ._option_siwvj_27 ._optionContent_siwvj_92 ._label_siwvj_97 {
3327
+ ._option_1p0ji_27 ._optionContent_1p0ji_92 ._label_1p0ji_97 {
3337
3328
  max-width: 100%;
3338
3329
  display: block;
3339
3330
  overflow: hidden;
3340
3331
  text-overflow: ellipsis;
3341
3332
  white-space: nowrap;
3342
3333
  }
3343
- ._option_siwvj_27 ._optionContent_siwvj_92 ._icon_siwvj_104 {
3344
- margin-left: 8px;
3334
+ ._option_1p0ji_27 ._optionContent_1p0ji_92 ._icon_1p0ji_104 {
3335
+ margin-left: var(--spacing-xs);
3345
3336
  line-height: 0;
3346
3337
  }
3347
- ._details_siwvj_108 {
3338
+ ._details_1p0ji_108 {
3348
3339
  float: right;
3349
3340
  display: inline;
3350
3341
  white-space: nowrap;
3351
3342
  }
3352
- ._inputInTable_knwss_1 {
3343
+ ._inputInTable_1nafn_1 {
3353
3344
  background-color: transparent;
3354
3345
  border-radius: inherit !important;
3355
3346
  height: var(--size);
3356
3347
  min-height: 100%;
3357
3348
  }
3358
- ._inputInTable_knwss_1:not(:hover) {
3349
+ ._inputInTable_1nafn_1:not(:hover) {
3359
3350
  border-color: transparent;
3360
3351
  }
3361
- ._inputHover_knwss_10 {
3352
+ ._inputHover_1nafn_10 {
3362
3353
  position: relative;
3363
3354
  border-color: var(--color-border-hover);
3364
3355
  z-index: 2;
3365
3356
  }
3366
- ._inputFocus_knwss_15 {
3357
+ ._inputFocus_1nafn_15 {
3367
3358
  position: relative;
3368
3359
  outline: none !important;
3369
3360
  border-color: var(--color-border-focus) !important;
3370
3361
  box-shadow: var(--shadow-focus);
3371
3362
  z-index: 3;
3372
3363
  }
3373
- ._inputError_knwss_22,
3374
- ._inputWarning_knwss_23 {
3364
+ ._inputError_1nafn_22,
3365
+ ._inputWarning_1nafn_23 {
3375
3366
  position: relative;
3376
3367
  }
3377
- ._inputError_knwss_22 {
3368
+ ._inputError_1nafn_22 {
3378
3369
  z-index: 2;
3379
3370
  border-color: var(--color-border-error);
3380
3371
  color: var(--color-text-error) !important;
3381
3372
  background-color: var(--color-background-error);
3382
3373
  }
3383
- ._inputError_knwss_22:hover {
3374
+ ._inputError_1nafn_22:hover {
3384
3375
  border-color: var(--color-border-error-hover) !important;
3385
3376
  }
3386
- ._inputError_knwss_22:focus {
3377
+ ._inputError_1nafn_22:focus {
3387
3378
  position: relative;
3388
3379
  outline: none !important;
3389
3380
  border-color: var(--color-border-focus) !important;
3390
3381
  box-shadow: var(--shadow-focus);
3391
3382
  z-index: 3;
3392
3383
  }
3393
- ._inputWarning_knwss_23 {
3384
+ ._inputWarning_1nafn_23 {
3394
3385
  z-index: 1;
3395
3386
  border-color: var(--color-border-warning);
3396
3387
  color: var(--color-text-warning) !important;
3397
3388
  background-color: var(--color-background-warning);
3398
3389
  }
3399
- ._inputWarning_knwss_23:hover {
3390
+ ._inputWarning_1nafn_23:hover {
3400
3391
  border-color: var(--color-border-warning-hover) !important;
3401
3392
  }
3402
- ._inputWarning_knwss_23:focus {
3393
+ ._inputWarning_1nafn_23:focus {
3403
3394
  position: relative;
3404
3395
  outline: none !important;
3405
3396
  border-color: var(--color-border-focus) !important;
3406
3397
  box-shadow: var(--shadow-focus);
3407
3398
  z-index: 3;
3408
3399
  }
3409
- ._inputDisabled_knwss_58 {
3400
+ ._inputDisabled_1nafn_58 {
3410
3401
  pointer-events: none;
3411
3402
  background-color: var(--color-background-disabled);
3412
3403
  color: var(--color-text-muted);
3413
3404
  box-shadow: none;
3414
3405
  }
3415
- ._hideScrollbars_knwss_64 {
3406
+ ._hideScrollbars_1nafn_64 {
3416
3407
  /* Firefox */
3417
3408
  scrollbar-width: none;
3418
3409
  /* IE 10+ */
3419
3410
  -ms-overflow-style: none;
3420
3411
  /* Chrome, Safari and Opera */
3421
3412
  }
3422
- ._hideScrollbars_knwss_64::-webkit-scrollbar {
3413
+ ._hideScrollbars_1nafn_64::-webkit-scrollbar {
3423
3414
  display: none;
3424
3415
  }
3425
3416
  :root {
3426
3417
  --size-select-icon: calc(var(--size) / 2);
3427
3418
  --size-select-icon-sm: calc(var(--size-sm) / 2);
3428
3419
  }
3429
- ._trigger_knwss_78 {
3420
+ ._trigger_1nafn_78 {
3430
3421
  font-weight: normal;
3431
3422
  display: flex;
3432
3423
  align-items: center;
@@ -3438,85 +3429,85 @@ html[data-theme='dark'] {
3438
3429
  padding-left: var(--padding-input-x);
3439
3430
  box-shadow: var(--shadow-button);
3440
3431
  }
3441
- ._trigger_knwss_78 input {
3432
+ ._trigger_1nafn_78 input {
3442
3433
  border: none !important;
3443
3434
  background: transparent !important;
3444
3435
  }
3445
- ._trigger_knwss_78._isInTable_knwss_94 {
3436
+ ._trigger_1nafn_78._isInTable_1nafn_94 {
3446
3437
  background-color: transparent;
3447
3438
  border-radius: inherit !important;
3448
3439
  height: var(--size);
3449
3440
  min-height: 100%;
3450
3441
  }
3451
- ._trigger_knwss_78._isInTable_knwss_94:not(:hover) {
3442
+ ._trigger_1nafn_78._isInTable_1nafn_94:not(:hover) {
3452
3443
  border-color: transparent;
3453
3444
  }
3454
- ._trigger_knwss_78._isInTable_knwss_94 ._input_knwss_1 {
3445
+ ._trigger_1nafn_78._isInTable_1nafn_94 ._input_1nafn_1 {
3455
3446
  background: transparent !important;
3456
3447
  }
3457
- ._trigger_knwss_78:hover {
3448
+ ._trigger_1nafn_78:hover {
3458
3449
  position: relative;
3459
3450
  border-color: var(--color-border-hover);
3460
3451
  z-index: 2;
3461
3452
  cursor: pointer;
3462
3453
  }
3463
- ._trigger_knwss_78._isOpen_knwss_112,
3464
- ._trigger_knwss_78:focus {
3454
+ ._trigger_1nafn_78._isOpen_1nafn_112,
3455
+ ._trigger_1nafn_78:focus {
3465
3456
  position: relative;
3466
3457
  outline: none !important;
3467
3458
  border-color: var(--color-border-focus) !important;
3468
3459
  box-shadow: var(--shadow-focus);
3469
3460
  z-index: 3;
3470
3461
  }
3471
- ._trigger_knwss_78._error_knwss_120 {
3462
+ ._trigger_1nafn_78._error_1nafn_120 {
3472
3463
  position: relative;
3473
3464
  z-index: 2;
3474
3465
  border-color: var(--color-border-error);
3475
3466
  color: var(--color-text-error) !important;
3476
3467
  background-color: var(--color-background-error);
3477
3468
  }
3478
- ._trigger_knwss_78._error_knwss_120:hover {
3469
+ ._trigger_1nafn_78._error_1nafn_120:hover {
3479
3470
  border-color: var(--color-border-error-hover) !important;
3480
3471
  }
3481
- ._trigger_knwss_78._error_knwss_120:focus {
3472
+ ._trigger_1nafn_78._error_1nafn_120:focus {
3482
3473
  position: relative;
3483
3474
  outline: none !important;
3484
3475
  border-color: var(--color-border-focus) !important;
3485
3476
  box-shadow: var(--shadow-focus);
3486
3477
  z-index: 3;
3487
3478
  }
3488
- ._trigger_knwss_78._warning_knwss_137 {
3479
+ ._trigger_1nafn_78._warning_1nafn_137 {
3489
3480
  position: relative;
3490
3481
  z-index: 1;
3491
3482
  border-color: var(--color-border-warning);
3492
3483
  color: var(--color-text-warning) !important;
3493
3484
  background-color: var(--color-background-warning);
3494
3485
  }
3495
- ._trigger_knwss_78._warning_knwss_137:hover {
3486
+ ._trigger_1nafn_78._warning_1nafn_137:hover {
3496
3487
  border-color: var(--color-border-warning-hover) !important;
3497
3488
  }
3498
- ._trigger_knwss_78._warning_knwss_137:focus {
3489
+ ._trigger_1nafn_78._warning_1nafn_137:focus {
3499
3490
  position: relative;
3500
3491
  outline: none !important;
3501
3492
  border-color: var(--color-border-focus) !important;
3502
3493
  box-shadow: var(--shadow-focus);
3503
3494
  z-index: 3;
3504
3495
  }
3505
- ._trigger_knwss_78._disabled_knwss_154 {
3496
+ ._trigger_1nafn_78._disabled_1nafn_154 {
3506
3497
  pointer-events: none;
3507
3498
  background-color: var(--color-background-disabled);
3508
3499
  color: var(--color-text-muted);
3509
3500
  box-shadow: none;
3510
3501
  }
3511
- ._icons_knwss_160 {
3502
+ ._icons_1nafn_160 {
3512
3503
  display: flex;
3513
3504
  flex-wrap: nowrap;
3514
3505
  flex-shrink: 0;
3515
3506
  position: relative;
3516
3507
  z-index: 2;
3517
3508
  }
3518
- ._icons_knwss_160 ._clearAll_knwss_167,
3519
- ._icons_knwss_160 ._iconOpen_knwss_168 {
3509
+ ._icons_1nafn_160 ._clearAll_1nafn_167,
3510
+ ._icons_1nafn_160 ._iconOpen_1nafn_168 {
3520
3511
  font-size: var(--size-select-icon);
3521
3512
  width: var(--size);
3522
3513
  height: var(--size);
@@ -3525,16 +3516,16 @@ html[data-theme='dark'] {
3525
3516
  align-items: center;
3526
3517
  color: var(--color-text);
3527
3518
  }
3528
- ._small_knwss_177 ._icons_knwss_160 ._clearAll_knwss_167,
3529
- ._small_knwss_177 ._icons_knwss_160 ._iconOpen_knwss_168 {
3519
+ ._small_1nafn_177 ._icons_1nafn_160 ._clearAll_1nafn_167,
3520
+ ._small_1nafn_177 ._icons_1nafn_160 ._iconOpen_1nafn_168 {
3530
3521
  font-size: var(--size-select-icon-sm);
3531
3522
  width: var(--size-sm);
3532
3523
  height: var(--size-sm);
3533
3524
  }
3534
- ._icons_knwss_160 ._clearAll_knwss_167:hover {
3525
+ ._icons_1nafn_160 ._clearAll_1nafn_167:hover {
3535
3526
  color: var(--color-text-primary);
3536
3527
  }
3537
- ._triggerInputContainer_knwss_186 {
3528
+ ._triggerInputContainer_1nafn_186 {
3538
3529
  display: flex;
3539
3530
  align-items: center;
3540
3531
  position: relative;
@@ -3543,31 +3534,31 @@ html[data-theme='dark'] {
3543
3534
  min-width: 0;
3544
3535
  margin-right: 4px;
3545
3536
  }
3546
- ._right_knwss_195 ._triggerInputContainer_knwss_186 {
3537
+ ._right_1nafn_195 ._triggerInputContainer_1nafn_186 {
3547
3538
  justify-content: flex-end;
3548
3539
  text-align: right;
3549
3540
  }
3550
- ._right_knwss_195 ._triggerInputContainer_knwss_186 input {
3541
+ ._right_1nafn_195 ._triggerInputContainer_1nafn_186 input {
3551
3542
  padding-right: 0;
3552
3543
  padding-left: 0;
3553
3544
  text-align: right;
3554
3545
  width: 0;
3555
3546
  }
3556
- ._right_knwss_195 ._triggerInputContainer_knwss_186 input:focus {
3547
+ ._right_1nafn_195 ._triggerInputContainer_1nafn_186 input:focus {
3557
3548
  width: auto;
3558
3549
  }
3559
- ._multiOptions_knwss_208 {
3550
+ ._multiOptions_1nafn_208 {
3560
3551
  display: flex;
3561
3552
  overflow: hidden;
3562
3553
  margin-left: -8px;
3563
3554
  }
3564
- ._small_knwss_177 ._multiOptions_knwss_208 {
3555
+ ._small_1nafn_177 ._multiOptions_1nafn_208 {
3565
3556
  margin-left: -5px;
3566
3557
  }
3567
- ._multiOptions_knwss_208:empty {
3558
+ ._multiOptions_1nafn_208:empty {
3568
3559
  display: none !important;
3569
3560
  }
3570
- ._multiOptions_knwss_208 ._multiOption_knwss_208 {
3561
+ ._multiOptions_1nafn_208 ._multiOption_1nafn_208 {
3571
3562
  user-select: none;
3572
3563
  pointer-events: none;
3573
3564
  display: inline-flex;
@@ -3584,30 +3575,30 @@ html[data-theme='dark'] {
3584
3575
  flex-shrink: 0;
3585
3576
  margin-right: 2px;
3586
3577
  }
3587
- ._small_knwss_177 ._multiOptions_knwss_208 ._multiOption_knwss_208 {
3578
+ ._small_1nafn_177 ._multiOptions_1nafn_208 ._multiOption_1nafn_208 {
3588
3579
  height: var(--size-xs);
3589
3580
  padding: 0 3px;
3590
3581
  }
3591
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._label_knwss_240 {
3582
+ ._multiOptions_1nafn_208 ._multiOption_1nafn_208 ._label_1nafn_240 {
3592
3583
  white-space: nowrap;
3593
3584
  }
3594
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243 {
3585
+ ._multiOptions_1nafn_208 ._multiOption_1nafn_208 ._closeMultiOption_1nafn_243 {
3595
3586
  flex-shrink: 0;
3596
3587
  display: flex;
3597
3588
  align-items: center;
3598
3589
  justify-content: center;
3599
3590
  height: 100%;
3600
- width: 24px;
3591
+ width: var(--size-sm);
3601
3592
  opacity: 0.25;
3602
3593
  aspect-ratio: 1;
3603
3594
  }
3604
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243:hover,
3605
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243._focus_knwss_254 {
3595
+ ._multiOptions_1nafn_208 ._multiOption_1nafn_208 ._closeMultiOption_1nafn_243:hover,
3596
+ ._multiOptions_1nafn_208 ._multiOption_1nafn_208 ._closeMultiOption_1nafn_243._focus_1nafn_254 {
3606
3597
  opacity: 1;
3607
3598
  outline: 0;
3608
3599
  }
3609
- ._selectedSingleValue_knwss_258,
3610
- ._placeHolder_knwss_259 {
3600
+ ._selectedSingleValue_1nafn_258,
3601
+ ._placeHolder_1nafn_259 {
3611
3602
  line-height: calc(var(--size) - 2px);
3612
3603
  right: 0;
3613
3604
  left: 0;
@@ -3617,10 +3608,10 @@ html[data-theme='dark'] {
3617
3608
  display: block;
3618
3609
  position: absolute;
3619
3610
  }
3620
- ._placeHolder_knwss_259 {
3611
+ ._placeHolder_1nafn_259 {
3621
3612
  color: var(--color-text-placeholder);
3622
3613
  }
3623
- ._input_knwss_1 {
3614
+ ._input_1nafn_1 {
3624
3615
  font-family: var(--font-family);
3625
3616
  background-color: transparent;
3626
3617
  border: none;
@@ -3628,43 +3619,43 @@ html[data-theme='dark'] {
3628
3619
  padding: 0;
3629
3620
  width: 0;
3630
3621
  }
3631
- ._input_knwss_1._error_knwss_120 {
3622
+ ._input_1nafn_1._error_1nafn_120 {
3632
3623
  color: var(--color-text-error) !important;
3633
3624
  }
3634
- ._input_knwss_1:focus {
3625
+ ._input_1nafn_1:focus {
3635
3626
  outline: none;
3636
3627
  width: auto;
3637
3628
  }
3638
- ._small_knwss_177 {
3629
+ ._small_1nafn_177 {
3639
3630
  height: var(--size-sm);
3640
3631
  font-size: var(--font-size-sm);
3641
3632
  padding-left: var(--padding-input-sm-x);
3642
3633
  }
3643
- ._small_knwss_177 ._selectedSingleValue_knwss_258,
3644
- ._small_knwss_177 ._placeHolder_knwss_259,
3645
- ._small_knwss_177 ._input_knwss_1 {
3634
+ ._small_1nafn_177 ._selectedSingleValue_1nafn_258,
3635
+ ._small_1nafn_177 ._placeHolder_1nafn_259,
3636
+ ._small_1nafn_177 ._input_1nafn_1 {
3646
3637
  height: calc(var(--size-sm) - 2px);
3647
3638
  line-height: calc(var(--size-sm) - 2px);
3648
3639
  }
3649
- ._groupOrderFirst_knwss_298,
3650
- ._groupOrderMiddle_knwss_299 {
3640
+ ._groupOrderFirst_1nafn_298,
3641
+ ._groupOrderMiddle_1nafn_299 {
3651
3642
  border-top-right-radius: 0 !important;
3652
3643
  border-bottom-right-radius: 0 !important;
3653
3644
  }
3654
- ._groupOrderLast_knwss_303,
3655
- ._groupOrderMiddle_knwss_299 {
3645
+ ._groupOrderLast_1nafn_303,
3646
+ ._groupOrderMiddle_1nafn_299 {
3656
3647
  border-top-left-radius: 0 !important;
3657
3648
  border-bottom-left-radius: 0 !important;
3658
3649
  }
3659
- ._detailedLabel_knwss_308 {
3650
+ ._detailedLabel_1nafn_308 {
3660
3651
  width: 100%;
3661
3652
  }
3662
- ._detailedLabel_knwss_308 :first-child {
3653
+ ._detailedLabel_1nafn_308 :first-child {
3663
3654
  float: left;
3664
3655
  position: absolute;
3665
3656
  padding-right: 5px;
3666
3657
  }
3667
- ._detailedLabel_knwss_308 :last-child {
3658
+ ._detailedLabel_1nafn_308 :last-child {
3668
3659
  float: right;
3669
3660
  }
3670
3661
  ._paginationContainer_1tmz4_1 {
@@ -8374,15 +8365,15 @@ button:active .remirror-menu-pane-shortcut,
8374
8365
  margin: 0;
8375
8366
  /* margin-bottom: var(--rmr-space-2); */
8376
8367
  }
8377
- ._richTextToolbar_1owpg_1 {
8378
- padding: 0 8px;
8368
+ ._richTextToolbar_vvcb9_1 {
8369
+ padding: 0 var(--spacing-xs);
8379
8370
  display: flex;
8380
- gap: 4px;
8371
+ gap: var(--spacing-2xs);
8381
8372
  }
8382
- ._richTextToolbarContainer_1owpg_6 {
8373
+ ._richTextToolbarContainer_vvcb9_6 {
8383
8374
  display: flex;
8384
8375
  justify-content: space-between;
8385
- padding: 8px 0;
8376
+ padding: var(--spacing-xs) 0;
8386
8377
  align-items: flex-end;
8387
8378
  }
8388
8379
  ._inputInTable_qsvki_1 {
@@ -9237,122 +9228,122 @@ tbody tr {
9237
9228
  justify-content: space-between;
9238
9229
  border-top: 1px solid var(--color-border-table);
9239
9230
  }
9240
- ._inputInTable_1av87_1 {
9231
+ ._inputInTable_meez6_1 {
9241
9232
  background-color: transparent;
9242
9233
  border-radius: inherit !important;
9243
9234
  height: var(--size);
9244
9235
  min-height: 100%;
9245
9236
  }
9246
- ._inputInTable_1av87_1:not(:hover) {
9237
+ ._inputInTable_meez6_1:not(:hover) {
9247
9238
  border-color: transparent;
9248
9239
  }
9249
- ._inputHover_1av87_10 {
9240
+ ._inputHover_meez6_10 {
9250
9241
  position: relative;
9251
9242
  border-color: var(--color-border-hover);
9252
9243
  z-index: 2;
9253
9244
  }
9254
- ._inputFocus_1av87_15 {
9245
+ ._inputFocus_meez6_15 {
9255
9246
  position: relative;
9256
9247
  outline: none !important;
9257
9248
  border-color: var(--color-border-focus) !important;
9258
9249
  box-shadow: var(--shadow-focus);
9259
9250
  z-index: 3;
9260
9251
  }
9261
- ._inputError_1av87_22,
9262
- ._inputWarning_1av87_23 {
9252
+ ._inputError_meez6_22,
9253
+ ._inputWarning_meez6_23 {
9263
9254
  position: relative;
9264
9255
  }
9265
- ._inputError_1av87_22 {
9256
+ ._inputError_meez6_22 {
9266
9257
  z-index: 2;
9267
9258
  border-color: var(--color-border-error);
9268
9259
  color: var(--color-text-error) !important;
9269
9260
  background-color: var(--color-background-error);
9270
9261
  }
9271
- ._inputError_1av87_22:hover {
9262
+ ._inputError_meez6_22:hover {
9272
9263
  border-color: var(--color-border-error-hover) !important;
9273
9264
  }
9274
- ._inputError_1av87_22:focus {
9265
+ ._inputError_meez6_22:focus {
9275
9266
  position: relative;
9276
9267
  outline: none !important;
9277
9268
  border-color: var(--color-border-focus) !important;
9278
9269
  box-shadow: var(--shadow-focus);
9279
9270
  z-index: 3;
9280
9271
  }
9281
- ._inputWarning_1av87_23 {
9272
+ ._inputWarning_meez6_23 {
9282
9273
  z-index: 1;
9283
9274
  border-color: var(--color-border-warning);
9284
9275
  color: var(--color-text-warning) !important;
9285
9276
  background-color: var(--color-background-warning);
9286
9277
  }
9287
- ._inputWarning_1av87_23:hover {
9278
+ ._inputWarning_meez6_23:hover {
9288
9279
  border-color: var(--color-border-warning-hover) !important;
9289
9280
  }
9290
- ._inputWarning_1av87_23:focus {
9281
+ ._inputWarning_meez6_23:focus {
9291
9282
  position: relative;
9292
9283
  outline: none !important;
9293
9284
  border-color: var(--color-border-focus) !important;
9294
9285
  box-shadow: var(--shadow-focus);
9295
9286
  z-index: 3;
9296
9287
  }
9297
- ._inputDisabled_1av87_58 {
9288
+ ._inputDisabled_meez6_58 {
9298
9289
  pointer-events: none;
9299
9290
  background-color: var(--color-background-disabled);
9300
9291
  color: var(--color-text-muted);
9301
9292
  box-shadow: none;
9302
9293
  }
9303
- ._hideScrollbars_1av87_64 {
9294
+ ._hideScrollbars_meez6_64 {
9304
9295
  /* Firefox */
9305
9296
  scrollbar-width: none;
9306
9297
  /* IE 10+ */
9307
9298
  -ms-overflow-style: none;
9308
9299
  /* Chrome, Safari and Opera */
9309
9300
  }
9310
- ._hideScrollbars_1av87_64::-webkit-scrollbar {
9301
+ ._hideScrollbars_meez6_64::-webkit-scrollbar {
9311
9302
  display: none;
9312
9303
  }
9313
- ._cell_1av87_74 a {
9304
+ ._cell_meez6_74 a {
9314
9305
  cursor: pointer;
9315
9306
  color: var(--color-text-primary);
9316
9307
  }
9317
- ._cell_1av87_74 a:hover {
9308
+ ._cell_meez6_74 a:hover {
9318
9309
  color: var(--color-text-primary-hover);
9319
9310
  }
9320
- ._cell_1av87_74 a:active {
9311
+ ._cell_meez6_74 a:active {
9321
9312
  color: var(--color-text-primary-active);
9322
9313
  }
9323
- ._cell_1av87_74 a._disabledLink_1av87_84 {
9314
+ ._cell_meez6_74 a._disabledLink_meez6_84 {
9324
9315
  color: var(--color-text-faint) !important;
9325
9316
  cursor: default !important;
9326
9317
  }
9327
- ._inputWrapper_1av87_88 {
9318
+ ._inputWrapper_meez6_88 {
9328
9319
  height: 100%;
9329
9320
  border-radius: inherit;
9330
9321
  }
9331
- ._inputWrapper_1av87_88 > span,
9332
- ._inputWrapper_1av87_88 > span > span,
9333
- ._inputWrapper_1av87_88 > span > span > div {
9322
+ ._inputWrapper_meez6_88 > span,
9323
+ ._inputWrapper_meez6_88 > span > span,
9324
+ ._inputWrapper_meez6_88 > span > span > div {
9334
9325
  height: 100%;
9335
9326
  border-radius: inherit;
9336
9327
  }
9337
- ._inputWrapper_1av87_88 > div,
9338
- ._inputWrapper_1av87_88 > div > span {
9328
+ ._inputWrapper_meez6_88 > div,
9329
+ ._inputWrapper_meez6_88 > div > span {
9339
9330
  height: 100%;
9340
9331
  border-radius: inherit;
9341
9332
  }
9342
- ._breakWord_1av87_103 {
9333
+ ._breakWord_meez6_103 {
9343
9334
  word-break: break-word;
9344
9335
  }
9345
- ._inputCell_1av87_106 {
9336
+ ._inputCell_meez6_106 {
9346
9337
  padding: 0 !important;
9347
9338
  }
9348
- ._sliderCell_1av87_109 {
9339
+ ._sliderCell_meez6_109 {
9349
9340
  padding-top: 0 !important;
9350
9341
  padding-bottom: 0 !important;
9351
9342
  }
9352
- ._staticCell_1av87_113 {
9343
+ ._staticCell_meez6_113 {
9353
9344
  padding: 0 !important;
9354
9345
  }
9355
- ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9346
+ ._staticCell_meez6_113 ._staticCellContent_meez6_116 {
9356
9347
  min-height: 100%;
9357
9348
  padding: var(--padding-input);
9358
9349
  line-height: 17px;
@@ -9361,56 +9352,56 @@ tbody tr {
9361
9352
  display: flex;
9362
9353
  align-items: center;
9363
9354
  }
9364
- tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9355
+ tbody ._staticCell_meez6_113 ._staticCellContent_meez6_116 {
9365
9356
  background-color: var(--color-background-disabled);
9366
9357
  color: var(--color-text-muted);
9367
9358
  }
9368
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129,
9369
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
9359
+ ._staticCell_meez6_113 ._staticCellContent_meez6_116._error_meez6_129,
9360
+ ._staticCell_meez6_113 ._staticCellContent_meez6_116._warning_meez6_130 {
9370
9361
  border: 1px solid transparent;
9371
9362
  }
9372
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129 {
9363
+ ._staticCell_meez6_113 ._staticCellContent_meez6_116._error_meez6_129 {
9373
9364
  background-color: var(--color-background-error);
9374
9365
  }
9375
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
9366
+ ._staticCell_meez6_113 ._staticCellContent_meez6_116._warning_meez6_130 {
9376
9367
  background-color: var(--color-background-warning);
9377
9368
  }
9378
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._unit_1av87_139 {
9369
+ ._staticCell_meez6_113 ._staticCellContent_meez6_116._unit_meez6_139 {
9379
9370
  font-weight: normal;
9380
9371
  }
9381
- ._sortingCell_1av87_142 ._staticCellContent_1av87_116 {
9372
+ ._sortingCell_meez6_142 ._staticCellContent_meez6_116 {
9382
9373
  position: relative;
9383
9374
  padding-right: 45px !important;
9384
9375
  cursor: pointer !important;
9385
9376
  }
9386
- ._sortingCell_1av87_142 ._staticCellContent_1av87_116:hover {
9377
+ ._sortingCell_meez6_142 ._staticCellContent_meez6_116:hover {
9387
9378
  background-color: rgba(0, 0, 0, 0.05) !important;
9388
9379
  }
9389
- ._sortingCell_1av87_142 ._sortingCellIcon_1av87_150 {
9380
+ ._sortingCell_meez6_142 ._sortingCellIcon_meez6_150 {
9390
9381
  font-size: 1.25em;
9391
9382
  position: absolute;
9392
9383
  right: calc(var(--padding-input-x) - 4px);
9393
9384
  top: 50%;
9394
9385
  transform: translateY(-50%);
9395
9386
  }
9396
- ._icon_1av87_157 {
9387
+ ._icon_meez6_157 {
9397
9388
  display: inline-flex;
9398
- margin-left: 8px;
9389
+ margin-left: var(--spacing-xs);
9399
9390
  }
9400
- ._checkBoxCell_1av87_161 {
9391
+ ._checkBoxCell_meez6_161 {
9401
9392
  padding-block: 0 !important;
9402
9393
  width: var(--size);
9403
9394
  }
9404
- ._iconCell_1av87_165 {
9395
+ ._iconCell_meez6_165 {
9405
9396
  width: var(--size);
9406
9397
  text-align: center;
9407
9398
  padding: 0 !important;
9408
9399
  }
9409
- ._iconCell_1av87_165 ._iconWrapper_1av87_170 {
9400
+ ._iconCell_meez6_165 ._iconWrapper_meez6_170 {
9410
9401
  display: flex;
9411
9402
  justify-content: center;
9412
9403
  }
9413
- ._actionsCell_1av87_174 {
9404
+ ._actionsCell_meez6_174 {
9414
9405
  width: var(--size-sm);
9415
9406
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
9416
9407
  position: sticky;
@@ -9418,25 +9409,25 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9418
9409
  background: inherit;
9419
9410
  z-index: 4;
9420
9411
  }
9421
- ._rightAligned_1av87_182 {
9412
+ ._rightAligned_meez6_182 {
9422
9413
  text-align: right !important;
9423
9414
  }
9424
- ._rightAligned_1av87_182 ._staticCellContent_1av87_116 {
9415
+ ._rightAligned_meez6_182 ._staticCellContent_meez6_116 {
9425
9416
  justify-content: flex-end;
9426
9417
  }
9427
- ._centerAligned_1av87_188 {
9418
+ ._centerAligned_meez6_188 {
9428
9419
  text-align: center !important;
9429
9420
  }
9430
- ._centerAligned_1av87_188 ._staticCellContent_1av87_116 {
9421
+ ._centerAligned_meez6_188 ._staticCellContent_meez6_116 {
9431
9422
  justify-content: center;
9432
9423
  }
9433
- ._leftAligned_1av87_194 {
9424
+ ._leftAligned_meez6_194 {
9434
9425
  text-align: left !important;
9435
9426
  }
9436
- ._popover_1av87_197 {
9427
+ ._popover_meez6_197 {
9437
9428
  padding: var(--padding-input);
9438
9429
  }
9439
- ._disabledPointerEvents_1av87_200 {
9430
+ ._disabledPointerEvents_meez6_200 {
9440
9431
  pointer-events: none;
9441
9432
  }
9442
9433
  ._clickableRow_1sqxy_1 {
@@ -10512,7 +10503,7 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10512
10503
  [data-theme='dark'] {
10513
10504
  --color-link-border-hover: var(--color-neutral-600);
10514
10505
  }
10515
- ._topbar_17khh_7 {
10506
+ ._topbar_1gz82_7 {
10516
10507
  top: 0;
10517
10508
  left: 0;
10518
10509
  z-index: var(--zindex-topbar);
@@ -10521,38 +10512,39 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10521
10512
  background: var(--color-background-raised);
10522
10513
  display: flex;
10523
10514
  }
10524
- ._topbar_17khh_7._fixed_17khh_16 {
10515
+ ._topbar_1gz82_7._fixed_1gz82_16 {
10525
10516
  position: fixed;
10526
10517
  }
10527
10518
  @media print {
10528
- ._topbar_17khh_7 {
10519
+ ._topbar_1gz82_7 {
10529
10520
  display: none !important;
10530
10521
  }
10531
10522
  }
10532
- ._icon_17khh_24 {
10523
+ ._appSwitcher_1gz82_24 {
10533
10524
  color: white;
10534
10525
  display: flex;
10535
10526
  align-items: center;
10536
10527
  justify-content: center;
10537
10528
  cursor: pointer;
10538
10529
  background-color: var(--color-neutral-700);
10530
+ aspect-ratio: 1;
10539
10531
  }
10540
- ._icon_17khh_24:hover {
10532
+ ._appSwitcher_1gz82_24:hover {
10541
10533
  background-color: var(--color-neutral-750);
10542
10534
  }
10543
- ._icon_17khh_24:active {
10535
+ ._appSwitcher_1gz82_24:active {
10544
10536
  background-color: var(--color-neutral-800);
10545
10537
  }
10546
- [data-theme='dark'] ._icon_17khh_24 {
10538
+ [data-theme='dark'] ._appSwitcher_1gz82_24 {
10547
10539
  background-color: var(--color-neutral-900);
10548
10540
  }
10549
- [data-theme='dark'] ._icon_17khh_24:hover {
10541
+ [data-theme='dark'] ._appSwitcher_1gz82_24:hover {
10550
10542
  background-color: var(--color-neutral-950);
10551
10543
  }
10552
- [data-theme='dark'] ._icon_17khh_24:active {
10544
+ [data-theme='dark'] ._appSwitcher_1gz82_24:active {
10553
10545
  background-color: var(--color-neutral-1000);
10554
10546
  }
10555
- ._title_17khh_47 {
10547
+ ._title_1gz82_48 {
10556
10548
  display: flex;
10557
10549
  align-items: center;
10558
10550
  justify-content: center;
@@ -10560,55 +10552,55 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10560
10552
  padding: 0;
10561
10553
  position: relative;
10562
10554
  }
10563
- ._title_17khh_47 img,
10564
- ._title_17khh_47 svg {
10555
+ ._title_1gz82_48 img,
10556
+ ._title_1gz82_48 svg {
10565
10557
  max-height: 28px;
10566
10558
  max-width: 300px;
10567
10559
  height: auto;
10568
10560
  width: auto;
10569
10561
  color: var(--color-text);
10570
10562
  }
10571
- ._title_17khh_47 ._logo_17khh_63 {
10563
+ ._title_1gz82_48 ._logo_1gz82_64 {
10572
10564
  display: flex;
10573
10565
  }
10574
- ._title_17khh_47 ._label_17khh_66 {
10566
+ ._title_1gz82_48 ._label_1gz82_67 {
10575
10567
  color: var(--color-text);
10576
10568
  white-space: nowrap;
10577
10569
  font-weight: bold;
10578
10570
  }
10579
- ._brand_17khh_71 {
10571
+ ._brand_1gz82_72 {
10580
10572
  padding: 0;
10581
10573
  position: relative;
10582
10574
  flex-shrink: 0;
10583
10575
  }
10584
- ._version_17khh_76 {
10576
+ ._version_1gz82_77 {
10585
10577
  line-height: 1;
10586
10578
  position: absolute;
10587
10579
  right: 0;
10588
10580
  bottom: 100%;
10589
10581
  font-size: var(--font-size-xs);
10590
10582
  }
10591
- ._left_17khh_83,
10592
- ._right_17khh_84 {
10583
+ ._left_1gz82_84,
10584
+ ._right_1gz82_85 {
10593
10585
  display: flex;
10594
10586
  min-width: 0;
10595
10587
  }
10596
- ._left_17khh_83 {
10597
- gap: var(--spacing);
10598
- padding-left: var(--spacing-xs);
10588
+ ._left_1gz82_84 {
10589
+ gap: var(--spacing-lg);
10590
+ padding-left: var(--spacing-lg);
10599
10591
  }
10600
- ._right_17khh_84 {
10592
+ ._right_1gz82_85 {
10601
10593
  margin-left: auto;
10602
10594
  flex-shrink: 0;
10603
10595
  padding-right: var(--spacing-xs);
10604
10596
  gap: var(--spacing-xs);
10605
10597
  }
10606
- ._item_17khh_98,
10607
- ._link_17khh_99 {
10598
+ ._item_1gz82_99,
10599
+ ._link_1gz82_100 {
10608
10600
  align-items: center;
10609
10601
  display: flex;
10610
10602
  }
10611
- ._item_17khh_98 {
10603
+ ._item_1gz82_99 {
10612
10604
  position: relative;
10613
10605
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10614
10606
  user-select: none;
@@ -10616,18 +10608,18 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10616
10608
  min-width: 0;
10617
10609
  max-width: 50vw;
10618
10610
  }
10619
- ._item_17khh_98._button_17khh_111,
10620
- ._item_17khh_98._menu_17khh_112 {
10611
+ ._item_1gz82_99._button_1gz82_112,
10612
+ ._item_1gz82_99._menu_1gz82_113 {
10621
10613
  flex-shrink: 0;
10622
10614
  }
10623
- ._label_17khh_66 {
10615
+ ._label_1gz82_67 {
10624
10616
  text-overflow: ellipsis;
10625
10617
  white-space: nowrap;
10626
10618
  overflow: hidden;
10627
10619
  display: block;
10628
10620
  max-width: 100%;
10629
10621
  }
10630
- ._link_17khh_99 {
10622
+ ._link_1gz82_100 {
10631
10623
  text-decoration: none;
10632
10624
  color: var(--color-text-primary);
10633
10625
  cursor: pointer;
@@ -10635,24 +10627,24 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10635
10627
  font-weight: bold;
10636
10628
  height: 100%;
10637
10629
  }
10638
- ._link_17khh_99 svg {
10630
+ ._link_1gz82_100 svg {
10639
10631
  margin-right: 5px;
10640
10632
  flex-shrink: 0;
10641
10633
  }
10642
- ._link_17khh_99:hover {
10634
+ ._link_1gz82_100:hover {
10643
10635
  color: var(--color-text-primary-hover);
10644
10636
  }
10645
- ._link_17khh_99:active {
10637
+ ._link_1gz82_100:active {
10646
10638
  color: var(--color-text-primary-active);
10647
10639
  }
10648
- ._link_17khh_99._active_17khh_140 {
10640
+ ._link_1gz82_100._active_1gz82_141 {
10649
10641
  color: var(--color-text);
10650
10642
  }
10651
- ._link_17khh_99:hover,
10652
- ._link_17khh_99._active_17khh_140 {
10643
+ ._link_1gz82_100:hover,
10644
+ ._link_1gz82_100._active_1gz82_141 {
10653
10645
  background-color: transparent;
10654
10646
  }
10655
- ._link_17khh_99:after {
10647
+ ._link_1gz82_100:after {
10656
10648
  content: '';
10657
10649
  position: absolute;
10658
10650
  left: 0;
@@ -10660,17 +10652,17 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10660
10652
  bottom: 0;
10661
10653
  border-bottom: 2px solid transparent;
10662
10654
  }
10663
- ._link_17khh_99:hover:after {
10655
+ ._link_1gz82_100:hover:after {
10664
10656
  border-color: var(--color-link-border-hover);
10665
10657
  }
10666
- ._link_17khh_99._active_17khh_140:after {
10658
+ ._link_1gz82_100._active_1gz82_141:after {
10667
10659
  border-color: var(--color-background-primary);
10668
10660
  }
10669
- ._link_17khh_99[disabled] {
10661
+ ._link_1gz82_100[disabled] {
10670
10662
  pointer-events: none;
10671
10663
  color: var(--color-text-faint);
10672
10664
  }
10673
- ._alert_17khh_165 {
10665
+ ._alert_1gz82_166 {
10674
10666
  background-color: var(--color-background-primary);
10675
10667
  color: white;
10676
10668
  text-align: center;