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

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,80 @@ a {
1213
1208
  transform-origin: 100% 0%;
1214
1209
  z-index: 3;
1215
1210
  }
1216
- ._inputInTable_1ufmj_1 {
1211
+ ._inputInTable_1z38r_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_1z38r_1:not(:hover) {
1223
1218
  border-color: transparent;
1224
1219
  }
1225
- ._inputHover_1ufmj_10 {
1220
+ ._inputInTable_1z38r_1:not(:focus) {
1221
+ box-shadow: none;
1222
+ }
1223
+ ._inputHover_1z38r_13 {
1226
1224
  position: relative;
1227
1225
  border-color: var(--color-border-hover);
1228
1226
  z-index: 2;
1229
1227
  }
1230
- ._inputFocus_1ufmj_15 {
1228
+ ._inputFocus_1z38r_18 {
1231
1229
  position: relative;
1232
1230
  outline: none !important;
1233
1231
  border-color: var(--color-border-focus) !important;
1234
1232
  box-shadow: var(--shadow-focus);
1235
1233
  z-index: 3;
1236
1234
  }
1237
- ._inputError_1ufmj_22,
1238
- ._inputWarning_1ufmj_23 {
1235
+ ._inputError_1z38r_25,
1236
+ ._inputWarning_1z38r_26 {
1239
1237
  position: relative;
1240
1238
  }
1241
- ._inputError_1ufmj_22 {
1239
+ ._inputError_1z38r_25 {
1242
1240
  z-index: 2;
1243
1241
  border-color: var(--color-border-error);
1244
1242
  color: var(--color-text-error) !important;
1245
1243
  background-color: var(--color-background-error);
1246
1244
  }
1247
- ._inputError_1ufmj_22:hover {
1245
+ ._inputError_1z38r_25:hover {
1248
1246
  border-color: var(--color-border-error-hover) !important;
1249
1247
  }
1250
- ._inputError_1ufmj_22:focus {
1248
+ ._inputError_1z38r_25:focus {
1251
1249
  position: relative;
1252
1250
  outline: none !important;
1253
1251
  border-color: var(--color-border-focus) !important;
1254
1252
  box-shadow: var(--shadow-focus);
1255
1253
  z-index: 3;
1256
1254
  }
1257
- ._inputWarning_1ufmj_23 {
1255
+ ._inputWarning_1z38r_26 {
1258
1256
  z-index: 1;
1259
1257
  border-color: var(--color-border-warning);
1260
1258
  color: var(--color-text-warning) !important;
1261
1259
  background-color: var(--color-background-warning);
1262
1260
  }
1263
- ._inputWarning_1ufmj_23:hover {
1261
+ ._inputWarning_1z38r_26:hover {
1264
1262
  border-color: var(--color-border-warning-hover) !important;
1265
1263
  }
1266
- ._inputWarning_1ufmj_23:focus {
1264
+ ._inputWarning_1z38r_26:focus {
1267
1265
  position: relative;
1268
1266
  outline: none !important;
1269
1267
  border-color: var(--color-border-focus) !important;
1270
1268
  box-shadow: var(--shadow-focus);
1271
1269
  z-index: 3;
1272
1270
  }
1273
- ._inputDisabled_1ufmj_58 {
1271
+ ._inputDisabled_1z38r_61 {
1274
1272
  pointer-events: none;
1275
1273
  background-color: var(--color-background-disabled);
1276
1274
  color: var(--color-text-muted);
1277
1275
  box-shadow: none;
1278
1276
  }
1279
- ._hideScrollbars_1ufmj_64 {
1277
+ ._hideScrollbars_1z38r_67 {
1280
1278
  /* Firefox */
1281
1279
  scrollbar-width: none;
1282
1280
  /* IE 10+ */
1283
1281
  -ms-overflow-style: none;
1284
1282
  /* Chrome, Safari and Opera */
1285
1283
  }
1286
- ._hideScrollbars_1ufmj_64::-webkit-scrollbar {
1284
+ ._hideScrollbars_1z38r_67::-webkit-scrollbar {
1287
1285
  display: none;
1288
1286
  }
1289
1287
  :root {
@@ -1309,7 +1307,7 @@ html[data-theme='dark'] {
1309
1307
  --color-border-button: var(--color-border);
1310
1308
  --color-border-button-hover: var(--color-border);
1311
1309
  }
1312
- ._button_1ufmj_97 {
1310
+ ._button_1z38r_100 {
1313
1311
  cursor: pointer;
1314
1312
  display: inline-flex;
1315
1313
  align-items: center;
@@ -1335,79 +1333,79 @@ html[data-theme='dark'] {
1335
1333
  min-height: var(--size);
1336
1334
  box-shadow: var(--shadow-button);
1337
1335
  }
1338
- ._button_1ufmj_97:hover {
1336
+ ._button_1z38r_100:hover {
1339
1337
  background: var(--color-background-button-default-hover);
1340
1338
  border-color: var(--color-border-button-hover);
1341
1339
  }
1342
- ._button_1ufmj_97:focus {
1340
+ ._button_1z38r_100:focus {
1343
1341
  box-shadow: var(--shadow-focus) !important;
1344
1342
  }
1345
- ._button_1ufmj_97:active {
1343
+ ._button_1z38r_100:active {
1346
1344
  background: var(--color-background-button-default-active);
1347
1345
  box-shadow: none;
1348
1346
  }
1349
- ._button_1ufmj_97._active_1ufmj_134:not(._green_1ufmj_134):not(._red_1ufmj_134):not(._orange_1ufmj_134) {
1347
+ ._button_1z38r_100._active_1z38r_137:not(._green_1z38r_137):not(._red_1z38r_137):not(._orange_1z38r_137) {
1350
1348
  border-color: var(--color-background-button-primary);
1351
1349
  color: var(--color-text-primary);
1352
1350
  position: relative;
1353
1351
  z-index: 2;
1354
1352
  }
1355
- ._button_1ufmj_97:hover,
1356
- ._button_1ufmj_97:focus,
1357
- ._button_1ufmj_97:active {
1353
+ ._button_1z38r_100:hover,
1354
+ ._button_1z38r_100:focus,
1355
+ ._button_1z38r_100:active {
1358
1356
  position: relative;
1359
1357
  z-index: 1;
1360
1358
  }
1361
- ._button_1ufmj_97 ._icon_1ufmj_146 {
1359
+ ._button_1z38r_100 ._icon_1z38r_149 {
1362
1360
  margin: -2px;
1363
- margin-right: 8px;
1361
+ margin-right: var(--spacing-xs);
1364
1362
  font-size: 1.25em;
1365
1363
  }
1366
- ._iconOnly_1ufmj_151 {
1364
+ ._iconOnly_1z38r_154 {
1367
1365
  width: var(--size);
1368
1366
  display: inline-flex;
1369
1367
  align-items: center;
1370
1368
  justify-content: center;
1371
1369
  }
1372
- ._iconOnly_1ufmj_151 ._icon_1ufmj_146 {
1370
+ ._iconOnly_1z38r_154 ._icon_1z38r_149 {
1373
1371
  margin: 0;
1374
1372
  line-height: 0;
1375
1373
  }
1376
- ._basic_1ufmj_161 {
1374
+ ._basic_1z38r_164 {
1377
1375
  color: var(--color-text-primary);
1378
1376
  background: transparent;
1379
1377
  box-shadow: none !important;
1380
1378
  border: none !important;
1381
1379
  }
1382
- ._basic_1ufmj_161._muted_1ufmj_167 {
1380
+ ._basic_1z38r_164._muted_1z38r_170 {
1383
1381
  color: var(--color-text-muted);
1384
1382
  }
1385
- ._basic_1ufmj_161:hover {
1383
+ ._basic_1z38r_164:hover {
1386
1384
  color: var(--color-text-primary-hover);
1387
1385
  background: rgba(0, 0, 0, 0.05);
1388
1386
  }
1389
- ._basic_1ufmj_161:active,
1390
- ._basic_1ufmj_161._active_1ufmj_134 {
1387
+ ._basic_1z38r_164:active,
1388
+ ._basic_1z38r_164._active_1z38r_137 {
1391
1389
  color: var(--color-text-primary-active);
1392
1390
  background: rgba(0, 0, 0, 0.1);
1393
1391
  }
1394
- ._disabled_1ufmj_179 {
1392
+ ._disabled_1z38r_182 {
1395
1393
  cursor: default;
1396
1394
  pointer-events: none !important;
1397
1395
  color: var(--color-text-faint) !important;
1398
1396
  box-shadow: none !important;
1399
1397
  }
1400
- ._disabled_1ufmj_179:not(._active_1ufmj_134):not(._basic_1ufmj_161) {
1398
+ ._disabled_1z38r_182:not(._active_1z38r_137):not(._basic_1z38r_164) {
1401
1399
  background: var(--color-background-disabled) !important;
1402
1400
  border: 1px solid var(--color-border) !important;
1403
1401
  }
1404
- ._small_1ufmj_189 {
1402
+ ._small_1z38r_192 {
1405
1403
  font-size: var(--font-size-sm);
1406
1404
  min-height: var(--size-sm);
1407
1405
  padding: var(--padding-input-sm);
1408
1406
  }
1409
- ._pill_1ufmj_194,
1410
- ._round_1ufmj_195 {
1407
+ ._pill_1z38r_197,
1408
+ ._round_1z38r_198 {
1411
1409
  text-transform: uppercase;
1412
1410
  letter-spacing: 0.1em;
1413
1411
  font-weight: bold;
@@ -1415,218 +1413,218 @@ html[data-theme='dark'] {
1415
1413
  display: inline-flex;
1416
1414
  align-items: center;
1417
1415
  }
1418
- ._round_1ufmj_195 {
1416
+ ._round_1z38r_198 {
1419
1417
  padding: 0;
1420
1418
  width: var(--size);
1421
1419
  line-height: 1;
1422
1420
  }
1423
- ._round_1ufmj_195._small_1ufmj_189 {
1421
+ ._round_1z38r_198._small_1z38r_192 {
1424
1422
  width: var(--size-sm);
1425
1423
  }
1426
- ._orange_1ufmj_134:not(._basic_1ufmj_161) {
1424
+ ._orange_1z38r_137:not(._basic_1z38r_164) {
1427
1425
  background-color: var(--color-background-button-primary);
1428
1426
  }
1429
- ._orange_1ufmj_134:not(._basic_1ufmj_161):hover {
1427
+ ._orange_1z38r_137:not(._basic_1z38r_164):hover {
1430
1428
  background-color: var(--color-background-button-primary-hover);
1431
1429
  }
1432
- ._orange_1ufmj_134:not(._basic_1ufmj_161):active,
1433
- ._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1430
+ ._orange_1z38r_137:not(._basic_1z38r_164):active,
1431
+ ._orange_1z38r_137:not(._basic_1z38r_164)._active_1z38r_137 {
1434
1432
  background-color: var(--color-background-button-primary-active);
1435
1433
  }
1436
- ._red_1ufmj_134:not(._basic_1ufmj_161) {
1434
+ ._red_1z38r_137:not(._basic_1z38r_164) {
1437
1435
  background-color: var(--color-background-button-error);
1438
1436
  }
1439
- ._red_1ufmj_134:not(._basic_1ufmj_161):hover {
1437
+ ._red_1z38r_137:not(._basic_1z38r_164):hover {
1440
1438
  background-color: var(--color-background-button-error-hover);
1441
1439
  }
1442
- ._red_1ufmj_134:not(._basic_1ufmj_161):active,
1443
- ._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1440
+ ._red_1z38r_137:not(._basic_1z38r_164):active,
1441
+ ._red_1z38r_137:not(._basic_1z38r_164)._active_1z38r_137 {
1444
1442
  background-color: var(--color-background-button-error-active);
1445
1443
  }
1446
- ._red_1ufmj_134._basic_1ufmj_161 {
1444
+ ._red_1z38r_137._basic_1z38r_164 {
1447
1445
  color: var(--color-text-error);
1448
1446
  }
1449
- ._green_1ufmj_134:not(._basic_1ufmj_161) {
1447
+ ._green_1z38r_137:not(._basic_1z38r_164) {
1450
1448
  background-color: var(--color-background-button-success);
1451
1449
  }
1452
- ._green_1ufmj_134:not(._basic_1ufmj_161):hover {
1450
+ ._green_1z38r_137:not(._basic_1z38r_164):hover {
1453
1451
  background-color: var(--color-background-button-success-hover);
1454
1452
  }
1455
- ._green_1ufmj_134:not(._basic_1ufmj_161):active,
1456
- ._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1453
+ ._green_1z38r_137:not(._basic_1z38r_164):active,
1454
+ ._green_1z38r_137:not(._basic_1z38r_164)._active_1z38r_137 {
1457
1455
  background-color: var(--color-background-button-success-active);
1458
1456
  }
1459
- ._green_1ufmj_134._basic_1ufmj_161 {
1457
+ ._green_1z38r_137._basic_1z38r_164 {
1460
1458
  color: var(--color-text-success);
1461
1459
  }
1462
- ._orange_1ufmj_134:not(._basic_1ufmj_161),
1463
- ._red_1ufmj_134:not(._basic_1ufmj_161),
1464
- ._green_1ufmj_134:not(._basic_1ufmj_161) {
1460
+ ._orange_1z38r_137:not(._basic_1z38r_164),
1461
+ ._red_1z38r_137:not(._basic_1z38r_164),
1462
+ ._green_1z38r_137:not(._basic_1z38r_164) {
1465
1463
  color: #fff;
1466
1464
  }
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 {
1465
+ ._orange_1z38r_137:not(._basic_1z38r_164):hover,
1466
+ ._red_1z38r_137:not(._basic_1z38r_164):hover,
1467
+ ._green_1z38r_137:not(._basic_1z38r_164):hover {
1470
1468
  color: #fff;
1471
1469
  }
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 {
1470
+ ._orange_1z38r_137:not(._basic_1z38r_164):active,
1471
+ ._red_1z38r_137:not(._basic_1z38r_164):active,
1472
+ ._green_1z38r_137:not(._basic_1z38r_164):active,
1473
+ ._orange_1z38r_137:not(._basic_1z38r_164)._active_1z38r_137,
1474
+ ._red_1z38r_137:not(._basic_1z38r_164)._active_1z38r_137,
1475
+ ._green_1z38r_137:not(._basic_1z38r_164)._active_1z38r_137 {
1478
1476
  color: #fff;
1479
1477
  }
1480
- ._error_1ufmj_265 {
1478
+ ._error_1z38r_268 {
1481
1479
  position: relative;
1482
1480
  z-index: 2;
1483
1481
  border-color: var(--color-border-error);
1484
1482
  color: var(--color-text-error) !important;
1485
1483
  background-color: var(--color-background-error);
1486
1484
  }
1487
- ._error_1ufmj_265:hover {
1485
+ ._error_1z38r_268:hover {
1488
1486
  border-color: var(--color-border-error-hover) !important;
1489
1487
  }
1490
- ._error_1ufmj_265:focus {
1488
+ ._error_1z38r_268:focus {
1491
1489
  position: relative;
1492
1490
  outline: none !important;
1493
1491
  border-color: var(--color-border-focus) !important;
1494
1492
  box-shadow: var(--shadow-focus);
1495
1493
  z-index: 3;
1496
1494
  }
1497
- ._warning_1ufmj_282 {
1495
+ ._warning_1z38r_285 {
1498
1496
  position: relative;
1499
1497
  z-index: 1;
1500
1498
  border-color: var(--color-border-warning);
1501
1499
  color: var(--color-text-warning) !important;
1502
1500
  background-color: var(--color-background-warning);
1503
1501
  }
1504
- ._warning_1ufmj_282:hover {
1502
+ ._warning_1z38r_285:hover {
1505
1503
  border-color: var(--color-border-warning-hover) !important;
1506
1504
  }
1507
- ._warning_1ufmj_282:focus {
1505
+ ._warning_1z38r_285:focus {
1508
1506
  position: relative;
1509
1507
  outline: none !important;
1510
1508
  border-color: var(--color-border-focus) !important;
1511
1509
  box-shadow: var(--shadow-focus);
1512
1510
  z-index: 3;
1513
1511
  }
1514
- ._inverted_1ufmj_299 {
1512
+ ._inverted_1z38r_302 {
1515
1513
  background-color: transparent;
1516
1514
  border-color: var(--color-text);
1517
1515
  box-shadow: none;
1518
1516
  }
1519
- ._inverted_1ufmj_299:hover,
1520
- ._inverted_1ufmj_299:active {
1517
+ ._inverted_1z38r_302:hover,
1518
+ ._inverted_1z38r_302:active {
1521
1519
  box-shadow: none;
1522
1520
  }
1523
- ._inverted_1ufmj_299._orange_1ufmj_134 {
1521
+ ._inverted_1z38r_302._orange_1z38r_137 {
1524
1522
  color: var(--color-background-button-primary);
1525
1523
  border-color: var(--color-background-button-primary);
1526
1524
  }
1527
- ._inverted_1ufmj_299._red_1ufmj_134 {
1525
+ ._inverted_1z38r_302._red_1z38r_137 {
1528
1526
  color: var(--color-background-button-error);
1529
1527
  border-color: var(--color-background-button-error);
1530
1528
  }
1531
- ._inverted_1ufmj_299._green_1ufmj_134 {
1529
+ ._inverted_1z38r_302._green_1z38r_137 {
1532
1530
  color: var(--color-background-button-success);
1533
1531
  border-color: var(--color-background-button-success);
1534
1532
  }
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 {
1533
+ ._inverted_1z38r_302._orange_1z38r_137:hover,
1534
+ ._inverted_1z38r_302._red_1z38r_137:hover,
1535
+ ._inverted_1z38r_302._green_1z38r_137:hover,
1536
+ ._inverted_1z38r_302._orange_1z38r_137:active,
1537
+ ._inverted_1z38r_302._red_1z38r_137:active,
1538
+ ._inverted_1z38r_302._green_1z38r_137:active {
1541
1539
  color: white;
1542
1540
  box-shadow: none;
1543
1541
  }
1544
- ._groupOrderFirst_1ufmj_329,
1545
- ._groupOrderMiddle_1ufmj_330,
1546
- ._groupOrderLast_1ufmj_331 {
1542
+ ._groupOrderFirst_1z38r_332,
1543
+ ._groupOrderMiddle_1z38r_333,
1544
+ ._groupOrderLast_1z38r_334 {
1547
1545
  margin-right: 0;
1548
1546
  }
1549
- ._groupOrderFirst_1ufmj_329,
1550
- ._groupOrderMiddle_1ufmj_330 {
1547
+ ._groupOrderFirst_1z38r_332,
1548
+ ._groupOrderMiddle_1z38r_333 {
1551
1549
  border-top-right-radius: 0 !important;
1552
1550
  border-bottom-right-radius: 0 !important;
1553
1551
  }
1554
- ._groupOrderLast_1ufmj_331,
1555
- ._groupOrderMiddle_1ufmj_330 {
1552
+ ._groupOrderLast_1z38r_334,
1553
+ ._groupOrderMiddle_1z38r_333 {
1556
1554
  border-top-left-radius: 0 !important;
1557
1555
  border-bottom-left-radius: 0 !important;
1558
1556
  }
1559
- ._spinner_qco2g_1 {
1557
+ ._spinner_199j8_1 {
1560
1558
  display: inline-block;
1561
1559
  position: relative;
1562
1560
  width: 40px;
1563
1561
  height: 40px;
1564
1562
  }
1565
- ._spinner_qco2g_1._small_qco2g_7 {
1563
+ ._spinner_199j8_1._small_199j8_7 {
1566
1564
  width: 14px;
1567
1565
  height: 14px;
1568
1566
  }
1569
- ._spinner_qco2g_1._tiny_qco2g_11 {
1567
+ ._spinner_199j8_1._tiny_199j8_11 {
1570
1568
  width: 10px;
1571
1569
  height: 10px;
1572
1570
  }
1573
- ._spinner_qco2g_1 div {
1571
+ ._spinner_199j8_1 div {
1574
1572
  box-sizing: border-box;
1575
1573
  display: block;
1576
1574
  position: absolute;
1577
1575
  width: 40px;
1578
1576
  height: 40px;
1579
- border: 6px solid #fff;
1577
+ border: 2px solid #fff;
1580
1578
  border-radius: 50%;
1581
- animation: _spinner_qco2g_1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1579
+ animation: _spinner_199j8_1 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
1582
1580
  border-color: #fff transparent transparent transparent;
1583
1581
  }
1584
- ._spinner_qco2g_1._small_qco2g_7 div {
1582
+ ._spinner_199j8_1._small_199j8_7 div {
1585
1583
  width: 14px;
1586
1584
  height: 14px;
1587
- border: 3px solid #fff;
1585
+ border: 2px solid #fff;
1588
1586
  border-color: #fff transparent transparent transparent;
1589
1587
  }
1590
- ._spinner_qco2g_1._tiny_qco2g_11 div {
1588
+ ._spinner_199j8_1._tiny_199j8_11 div {
1591
1589
  width: 10px;
1592
1590
  height: 10px;
1593
1591
  border: 2px solid #fff;
1594
1592
  border-color: #fff transparent transparent transparent;
1595
1593
  }
1596
- ._spinner_qco2g_1._colored_qco2g_38 div {
1597
- border: 6px solid var(--color-background-primary);
1594
+ ._spinner_199j8_1._colored_199j8_38 div {
1595
+ border: 2px solid var(--color-background-primary);
1598
1596
  border-color: var(--color-background-primary) transparent transparent transparent;
1599
1597
  }
1600
- ._spinner_qco2g_1._small_qco2g_7._colored_qco2g_38 div {
1601
- border: 3px solid var(--color-background-primary);
1598
+ ._spinner_199j8_1._small_199j8_7._colored_199j8_38 div {
1599
+ border: 2px solid var(--color-background-primary);
1602
1600
  border-color: var(--color-background-primary) transparent transparent transparent;
1603
1601
  }
1604
- ._spinner_qco2g_1._tiny_qco2g_11._colored_qco2g_38 div {
1602
+ ._spinner_199j8_1._tiny_199j8_11._colored_199j8_38 div {
1605
1603
  border: 2px solid var(--color-background-primary);
1606
1604
  border-color: var(--color-background-primary) transparent transparent transparent;
1607
1605
  }
1608
- ._spinner_qco2g_1._dark_qco2g_50 div {
1609
- border: 6px solid var(--color-text-muted);
1606
+ ._spinner_199j8_1._dark_199j8_50 div {
1607
+ border: 2px solid var(--color-text-muted);
1610
1608
  border-color: var(--color-text-muted) transparent transparent transparent;
1611
1609
  }
1612
- ._spinner_qco2g_1._small_qco2g_7._dark_qco2g_50 div {
1613
- border: 3px solid var(--color-text-muted);
1610
+ ._spinner_199j8_1._small_199j8_7._dark_199j8_50 div {
1611
+ border: 2px solid var(--color-text-muted);
1614
1612
  border-color: var(--color-text-muted) transparent transparent transparent;
1615
1613
  }
1616
- ._spinner_qco2g_1._tiny_qco2g_11._dark_qco2g_50 div {
1614
+ ._spinner_199j8_1._tiny_199j8_11._dark_199j8_50 div {
1617
1615
  border: 2px solid var(--color-text-muted);
1618
1616
  border-color: var(--color-text-muted) transparent transparent transparent;
1619
1617
  }
1620
- ._spinner_qco2g_1 div:nth-child(1) {
1618
+ ._spinner_199j8_1 div:nth-child(1) {
1621
1619
  animation-delay: -0.45s;
1622
1620
  }
1623
- ._spinner_qco2g_1 div:nth-child(2) {
1621
+ ._spinner_199j8_1 div:nth-child(2) {
1624
1622
  animation-delay: -0.3s;
1625
1623
  }
1626
- ._spinner_qco2g_1 div:nth-child(3) {
1624
+ ._spinner_199j8_1 div:nth-child(3) {
1627
1625
  animation-delay: -0.15s;
1628
1626
  }
1629
- @keyframes _spinner_qco2g_1 {
1627
+ @keyframes _spinner_199j8_1 {
1630
1628
  0% {
1631
1629
  transform: rotate(0deg);
1632
1630
  }
@@ -1634,17 +1632,17 @@ html[data-theme='dark'] {
1634
1632
  transform: rotate(360deg);
1635
1633
  }
1636
1634
  }
1637
- ._actions_acped_1 {
1635
+ ._actions_p0xkh_1 {
1638
1636
  margin-left: auto;
1639
1637
  display: flex;
1640
1638
  flex-wrap: nowrap;
1641
1639
  justify-content: flex-end;
1642
1640
  align-items: center;
1643
1641
  }
1644
- ._actions_acped_1 > *:not(:last-child) {
1645
- margin-right: 3px;
1642
+ ._actions_p0xkh_1 > *:not(:last-child) {
1643
+ margin-right: var(--spacing-2xs);
1646
1644
  }
1647
- ._actionComponentContainer_acped_11 {
1645
+ ._actionComponentContainer_p0xkh_11 {
1648
1646
  width: 24px;
1649
1647
  height: 24px;
1650
1648
  display: inline-flex;
@@ -1657,46 +1655,46 @@ html[data-theme='dark'] {
1657
1655
  transition: color 0.2s;
1658
1656
  line-height: 0;
1659
1657
  }
1660
- ._actionComponentContainer_acped_11 i {
1658
+ ._actionComponentContainer_p0xkh_11 i {
1661
1659
  margin: 0;
1662
1660
  line-height: 1 !important;
1663
1661
  }
1664
- ._actionComponentContainer_acped_11:hover,
1665
- ._actionComponentContainer_acped_11:focus {
1662
+ ._actionComponentContainer_p0xkh_11:hover,
1663
+ ._actionComponentContainer_p0xkh_11:focus {
1666
1664
  color: var(--color-text-primary-hover);
1667
1665
  }
1668
- ._actionComponentContainer_acped_11:active,
1669
- ._actionComponentContainer_acped_11._active_acped_33 {
1666
+ ._actionComponentContainer_p0xkh_11:active,
1667
+ ._actionComponentContainer_p0xkh_11._active_p0xkh_33 {
1670
1668
  color: var(--color-text-primary-active);
1671
1669
  }
1672
- ._breadcrumb_eju7k_1 {
1670
+ ._breadcrumb_1yvg5_1 {
1673
1671
  font-size: var(--font-size-xl);
1674
1672
  }
1675
- ._breadcrumb_eju7k_1._small_eju7k_4 {
1673
+ ._breadcrumb_1yvg5_1._small_1yvg5_4 {
1676
1674
  font-size: var(--font-size);
1677
1675
  }
1678
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7 {
1676
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7 {
1679
1677
  color: var(--color-text-primary);
1680
1678
  cursor: pointer;
1681
1679
  }
1682
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7:hover {
1680
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7:hover {
1683
1681
  color: var(--color-text-primary-hover);
1684
1682
  }
1685
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7:active {
1683
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7:active {
1686
1684
  color: var(--color-text-primary-active);
1687
1685
  }
1688
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7._active_eju7k_17 {
1686
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7._active_1yvg5_17 {
1689
1687
  color: inherit;
1690
1688
  cursor: default;
1691
1689
  pointer-events: none;
1692
1690
  }
1693
- ._breadcrumb_eju7k_1 ._labelContainer_eju7k_7._disabled_eju7k_22 {
1691
+ ._breadcrumb_1yvg5_1 ._labelContainer_1yvg5_7._disabled_1yvg5_22 {
1694
1692
  color: var(--color-text-faint);
1695
1693
  cursor: default;
1696
1694
  pointer-events: none;
1697
1695
  }
1698
- ._breadcrumb_eju7k_1 ._separator_eju7k_27 {
1699
- margin: 0 10px;
1696
+ ._breadcrumb_1yvg5_1 ._separator_1yvg5_27 {
1697
+ margin: 0 var(--spacing-xs);
1700
1698
  color: var(--color-border);
1701
1699
  }
1702
1700
  ._label_1m8h2_1 {
@@ -1812,7 +1810,7 @@ html[data-theme='dark'] {
1812
1810
  ._link_11ofj_25:active {
1813
1811
  color: var(--color-text-primary-active);
1814
1812
  }
1815
- ._heading_19ope_1 {
1813
+ ._heading_16sf2_1 {
1816
1814
  color: var(--color-text);
1817
1815
  font-weight: bold;
1818
1816
  display: flex;
@@ -1820,24 +1818,24 @@ html[data-theme='dark'] {
1820
1818
  user-select: none;
1821
1819
  padding: 0;
1822
1820
  }
1823
- ._heading_19ope_1._top_19ope_9 {
1821
+ ._heading_16sf2_1._top_16sf2_9 {
1824
1822
  font-size: var(--font-size-xl);
1825
1823
  margin-bottom: var(--spacing);
1826
1824
  line-height: var(--size-sm);
1827
1825
  }
1828
- ._heading_19ope_1:not(._top_19ope_9) {
1826
+ ._heading_16sf2_1:not(._top_16sf2_9) {
1829
1827
  font-size: var(--font-size-sm);
1830
1828
  line-height: var(--line-height);
1831
1829
  color: var(--color-text-muted);
1832
1830
  text-transform: uppercase;
1833
1831
  letter-spacing: 0.1em;
1834
1832
  }
1835
- ._icons_19ope_21 {
1833
+ ._icons_16sf2_21 {
1836
1834
  display: inline-flex;
1837
1835
  font-size: 1.25em;
1838
1836
  }
1839
- ._icons_19ope_21 > * {
1840
- margin-left: 8px;
1837
+ ._icons_16sf2_21 > * {
1838
+ margin-left: var(--spacing-xs);
1841
1839
  }
1842
1840
  ._dialog_15xxd_1 {
1843
1841
  border-radius: var(--border-radius);
@@ -1895,77 +1893,80 @@ html[data-theme='dark'] {
1895
1893
  ._footer_15xxd_47 button:not(:last-child) {
1896
1894
  margin-right: var(--spacing);
1897
1895
  }
1898
- ._inputInTable_nxzx8_1 {
1896
+ ._inputInTable_1yqw7_1 {
1899
1897
  background-color: transparent;
1900
1898
  border-radius: inherit !important;
1901
1899
  height: var(--size);
1902
1900
  min-height: 100%;
1903
1901
  }
1904
- ._inputInTable_nxzx8_1:not(:hover) {
1902
+ ._inputInTable_1yqw7_1:not(:hover) {
1905
1903
  border-color: transparent;
1906
1904
  }
1907
- ._inputHover_nxzx8_10 {
1905
+ ._inputInTable_1yqw7_1:not(:focus) {
1906
+ box-shadow: none;
1907
+ }
1908
+ ._inputHover_1yqw7_13 {
1908
1909
  position: relative;
1909
1910
  border-color: var(--color-border-hover);
1910
1911
  z-index: 2;
1911
1912
  }
1912
- ._inputFocus_nxzx8_15 {
1913
+ ._inputFocus_1yqw7_18 {
1913
1914
  position: relative;
1914
1915
  outline: none !important;
1915
1916
  border-color: var(--color-border-focus) !important;
1916
1917
  box-shadow: var(--shadow-focus);
1917
1918
  z-index: 3;
1918
1919
  }
1919
- ._inputError_nxzx8_22,
1920
- ._inputWarning_nxzx8_23 {
1920
+ ._inputError_1yqw7_25,
1921
+ ._inputWarning_1yqw7_26 {
1921
1922
  position: relative;
1922
1923
  }
1923
- ._inputError_nxzx8_22 {
1924
+ ._inputError_1yqw7_25 {
1924
1925
  z-index: 2;
1925
1926
  border-color: var(--color-border-error);
1926
1927
  color: var(--color-text-error) !important;
1927
1928
  background-color: var(--color-background-error);
1928
1929
  }
1929
- ._inputError_nxzx8_22:hover {
1930
+ ._inputError_1yqw7_25:hover {
1930
1931
  border-color: var(--color-border-error-hover) !important;
1931
1932
  }
1932
- ._inputError_nxzx8_22:focus {
1933
+ ._inputError_1yqw7_25:focus {
1933
1934
  position: relative;
1934
1935
  outline: none !important;
1935
1936
  border-color: var(--color-border-focus) !important;
1936
1937
  box-shadow: var(--shadow-focus);
1937
1938
  z-index: 3;
1938
1939
  }
1939
- ._inputWarning_nxzx8_23 {
1940
+ ._inputWarning_1yqw7_26 {
1940
1941
  z-index: 1;
1941
1942
  border-color: var(--color-border-warning);
1942
1943
  color: var(--color-text-warning) !important;
1943
1944
  background-color: var(--color-background-warning);
1944
1945
  }
1945
- ._inputWarning_nxzx8_23:hover {
1946
+ ._inputWarning_1yqw7_26:hover {
1946
1947
  border-color: var(--color-border-warning-hover) !important;
1947
1948
  }
1948
- ._inputWarning_nxzx8_23:focus {
1949
+ ._inputWarning_1yqw7_26:focus {
1949
1950
  position: relative;
1950
1951
  outline: none !important;
1951
1952
  border-color: var(--color-border-focus) !important;
1952
1953
  box-shadow: var(--shadow-focus);
1953
1954
  z-index: 3;
1954
1955
  }
1955
- ._inputDisabled_nxzx8_58 {
1956
+ ._inputDisabled_1yqw7_61 {
1956
1957
  pointer-events: none;
1957
1958
  background-color: var(--color-background-disabled);
1958
1959
  color: var(--color-text-muted);
1959
1960
  box-shadow: none;
1960
1961
  }
1961
- ._hideScrollbars_nxzx8_64 {
1962
+ ._hideScrollbars_1yqw7_67 {
1962
1963
  /* Firefox */
1963
1964
  scrollbar-width: none;
1964
1965
  /* IE 10+ */
1965
1966
  -ms-overflow-style: none;
1966
1967
  /* Chrome, Safari and Opera */
1967
1968
  }
1968
- ._hideScrollbars_nxzx8_64::-webkit-scrollbar {
1969
+ ._hideScrollbars_1yqw7_67::-webkit-scrollbar {
1969
1970
  display: none;
1970
1971
  }
1971
1972
  :root {
@@ -1982,37 +1983,37 @@ html[data-theme='dark'] {
1982
1983
  --color-border-drawer-tab: var(--color-primary-750);
1983
1984
  --color-background-drawer-handle-hover: rgba(255, 255, 255, 0.1);
1984
1985
  }
1985
- ._inline_nxzx8_88 {
1986
+ ._inline_1yqw7_91 {
1986
1987
  position: relative;
1987
1988
  }
1988
- ._inline_nxzx8_88._left_nxzx8_91 {
1989
+ ._inline_1yqw7_91._left_1yqw7_94 {
1989
1990
  order: -1;
1990
1991
  }
1991
- ._inline_nxzx8_88._right_nxzx8_94 {
1992
+ ._inline_1yqw7_91._right_1yqw7_97 {
1992
1993
  order: 9999;
1993
1994
  }
1994
- ._fixed_nxzx8_97 {
1995
+ ._fixed_1yqw7_100 {
1995
1996
  position: fixed;
1996
1997
  top: 0;
1997
1998
  bottom: 0;
1998
1999
  z-index: var(--zindex-drawer);
1999
2000
  }
2000
- ._fixed_nxzx8_97._left_nxzx8_91 {
2001
+ ._fixed_1yqw7_100._left_1yqw7_94 {
2001
2002
  left: 0;
2002
2003
  }
2003
- ._fixed_nxzx8_97._right_nxzx8_94 {
2004
+ ._fixed_1yqw7_100._right_1yqw7_97 {
2004
2005
  right: 0;
2005
2006
  }
2006
- ._left_nxzx8_91 ._border_nxzx8_109 {
2007
+ ._left_1yqw7_94 ._border_1yqw7_112 {
2007
2008
  border-right: 1px solid var(--color-border);
2008
2009
  }
2009
- ._right_nxzx8_94 ._border_nxzx8_109 {
2010
+ ._right_1yqw7_97 ._border_1yqw7_112 {
2010
2011
  border-left: 1px solid var(--color-border);
2011
2012
  }
2012
- ._shadow_nxzx8_115 {
2013
+ ._shadow_1yqw7_118 {
2013
2014
  box-shadow: var(--shadow-layer);
2014
2015
  }
2015
- ._drawerContent_nxzx8_118 {
2016
+ ._drawerContent_1yqw7_121 {
2016
2017
  overflow-x: hidden;
2017
2018
  overflow-y: auto;
2018
2019
  max-height: 100%;
@@ -2024,40 +2025,40 @@ html[data-theme='dark'] {
2024
2025
  -ms-overflow-style: none;
2025
2026
  /* Chrome, Safari and Opera */
2026
2027
  }
2027
- ._isResizing_nxzx8_130 ._drawerContent_nxzx8_118 {
2028
+ ._isResizing_1yqw7_133 ._drawerContent_1yqw7_121 {
2028
2029
  transition: none;
2029
2030
  }
2030
2031
  @media print {
2031
- ._drawerContent_nxzx8_118 {
2032
+ ._drawerContent_1yqw7_121 {
2032
2033
  background: transparent !important;
2033
2034
  }
2034
2035
  }
2035
- ._drawerContent_nxzx8_118::-webkit-scrollbar {
2036
+ ._drawerContent_1yqw7_121::-webkit-scrollbar {
2036
2037
  display: none;
2037
2038
  }
2038
- ._toggleButton_nxzx8_141 {
2039
+ ._toggleButton_1yqw7_144 {
2039
2040
  transition: transform 0.4s;
2040
2041
  display: inline-block;
2041
2042
  transform: rotate(180deg);
2042
2043
  position: absolute;
2043
2044
  z-index: calc(var(--zindex-drawer) + 3);
2044
2045
  }
2045
- ._left_nxzx8_91 ._toggleButton_nxzx8_141 {
2046
+ ._left_1yqw7_94 ._toggleButton_1yqw7_144 {
2046
2047
  right: calc(var(--size) / -2);
2047
2048
  }
2048
- ._right_nxzx8_94 ._toggleButton_nxzx8_141 {
2049
+ ._right_1yqw7_97 ._toggleButton_1yqw7_144 {
2049
2050
  left: calc(var(--size) / -2);
2050
2051
  }
2051
- ._toggleButton_nxzx8_141._top_nxzx8_154 {
2052
+ ._toggleButton_1yqw7_144._top_1yqw7_157 {
2052
2053
  top: var(--padding-y);
2053
2054
  }
2054
- ._toggleButton_nxzx8_141._bottom_nxzx8_157 {
2055
+ ._toggleButton_1yqw7_144._bottom_1yqw7_160 {
2055
2056
  bottom: var(--padding-y);
2056
2057
  }
2057
- ._toggleButton_nxzx8_141._toggleButtonOpen_nxzx8_160 {
2058
+ ._toggleButton_1yqw7_144._toggleButtonOpen_1yqw7_163 {
2058
2059
  transform: rotate(0deg);
2059
2060
  }
2060
- ._tabs_nxzx8_163 {
2061
+ ._tabs_1yqw7_166 {
2061
2062
  position: absolute;
2062
2063
  top: 0;
2063
2064
  bottom: 0;
@@ -2066,16 +2067,15 @@ html[data-theme='dark'] {
2066
2067
  z-index: calc(var(--zindex-drawer) + 1);
2067
2068
  border-left: 1px solid var(--color-border);
2068
2069
  border-right: 1px solid var(--color-border);
2069
- font-size: var(--size-sm);
2070
2070
  }
2071
- ._left_nxzx8_91 ._tabs_nxzx8_163 {
2071
+ ._left_1yqw7_94 ._tabs_1yqw7_166 {
2072
2072
  right: 0;
2073
2073
  }
2074
- ._right_nxzx8_94 ._tabs_nxzx8_163 {
2074
+ ._right_1yqw7_97 ._tabs_1yqw7_166 {
2075
2075
  left: 0;
2076
2076
  }
2077
- ._tabs_nxzx8_163 ._tab_nxzx8_163 {
2078
- font-size: 18px;
2077
+ ._tabs_1yqw7_166 ._tab_1yqw7_166 {
2078
+ font-size: var(--size-sm);
2079
2079
  height: 38px;
2080
2080
  width: 38px;
2081
2081
  display: flex;
@@ -2086,43 +2086,43 @@ html[data-theme='dark'] {
2086
2086
  transition: color 0.3s, background-color 0.3s;
2087
2087
  border: 1px solid var(--color-border-drawer-tab);
2088
2088
  }
2089
- ._left_nxzx8_91 ._tabs_nxzx8_163 ._tab_nxzx8_163 {
2089
+ ._left_1yqw7_94 ._tabs_1yqw7_166 ._tab_1yqw7_166 {
2090
2090
  border-top-left-radius: 0;
2091
2091
  border-bottom-left-radius: 0;
2092
2092
  }
2093
- ._left_nxzx8_91 ._tabs_nxzx8_163 ._tab_nxzx8_163._active_nxzx8_196 {
2093
+ ._left_1yqw7_94 ._tabs_1yqw7_166 ._tab_1yqw7_166._active_1yqw7_198 {
2094
2094
  border-left-color: transparent;
2095
2095
  }
2096
- ._right_nxzx8_94 ._tabs_nxzx8_163 ._tab_nxzx8_163 {
2096
+ ._right_1yqw7_97 ._tabs_1yqw7_166 ._tab_1yqw7_166 {
2097
2097
  border-top-right-radius: 0;
2098
2098
  border-bottom-right-radius: 0;
2099
2099
  }
2100
- ._right_nxzx8_94 ._tabs_nxzx8_163 ._tab_nxzx8_163._active_nxzx8_196 {
2100
+ ._right_1yqw7_97 ._tabs_1yqw7_166 ._tab_1yqw7_166._active_1yqw7_198 {
2101
2101
  border-right-color: transparent;
2102
2102
  }
2103
- ._tabs_nxzx8_163 ._tab_nxzx8_163:not(._active_nxzx8_196) {
2103
+ ._tabs_1yqw7_166 ._tab_1yqw7_166:not(._active_1yqw7_198) {
2104
2104
  color: var(--color-text-primary);
2105
2105
  background-color: var(--color-background-drawer-tab) !important;
2106
2106
  }
2107
- ._tabs_nxzx8_163 ._tab_nxzx8_163:not(._active_nxzx8_196):hover {
2107
+ ._tabs_1yqw7_166 ._tab_1yqw7_166:not(._active_1yqw7_198):hover {
2108
2108
  color: var(--color-text);
2109
2109
  background-color: var(--color-background-drawer-tab-hover) !important;
2110
2110
  }
2111
- ._tabs_nxzx8_163 ._tab_nxzx8_163._active_nxzx8_196 {
2111
+ ._tabs_1yqw7_166 ._tab_1yqw7_166._active_1yqw7_198 {
2112
2112
  color: var(--color-text);
2113
2113
  border-color: var(--color-border);
2114
2114
  }
2115
- ._left_nxzx8_91 ._tabsContent_nxzx8_218 {
2115
+ ._left_1yqw7_94 ._tabsContent_1yqw7_220 {
2116
2116
  padding-right: 36px;
2117
2117
  }
2118
- ._right_nxzx8_94 ._tabsContent_nxzx8_218 {
2118
+ ._right_1yqw7_97 ._tabsContent_1yqw7_220 {
2119
2119
  padding-left: 36px;
2120
2120
  }
2121
- ._resizeHandle_nxzx8_224 {
2121
+ ._resizeHandle_1yqw7_226 {
2122
2122
  position: absolute;
2123
2123
  top: 0;
2124
2124
  bottom: 0;
2125
- width: 10px;
2125
+ width: 12px;
2126
2126
  z-index: calc(var(--zindex-drawer) + 2);
2127
2127
  cursor: ew-resize;
2128
2128
  display: flex;
@@ -2131,21 +2131,21 @@ html[data-theme='dark'] {
2131
2131
  font-size: var(--font-size-sm);
2132
2132
  transition: all 0.2s;
2133
2133
  }
2134
- ._resizeHandle_nxzx8_224:hover {
2134
+ ._resizeHandle_1yqw7_226:hover {
2135
2135
  background: var(--color-background-drawer-handle-hover);
2136
2136
  color: var(--color-text-primary);
2137
2137
  }
2138
- ._resizeHandle_nxzx8_224:active {
2138
+ ._resizeHandle_1yqw7_226:active {
2139
2139
  background: var(--color-text-primary);
2140
2140
  color: white;
2141
2141
  }
2142
- ._left_nxzx8_91 ._resizeHandle_nxzx8_224 {
2142
+ ._left_1yqw7_94 ._resizeHandle_1yqw7_226 {
2143
2143
  right: 0;
2144
2144
  }
2145
- ._right_nxzx8_94 ._resizeHandle_nxzx8_224 {
2145
+ ._right_1yqw7_97 ._resizeHandle_1yqw7_226 {
2146
2146
  left: 0;
2147
2147
  }
2148
- ._empty_cs57m_1 {
2148
+ ._empty_1erlc_1 {
2149
2149
  position: relative;
2150
2150
  border-radius: inherit;
2151
2151
  display: inline-flex;
@@ -2153,11 +2153,11 @@ html[data-theme='dark'] {
2153
2153
  align-items: center;
2154
2154
  justify-content: center;
2155
2155
  text-align: center;
2156
- gap: 10px;
2156
+ gap: var(--spacing-sm);
2157
2157
  }
2158
- ._empty_cs57m_1 ._text_cs57m_11 {
2158
+ ._empty_1erlc_1 ._text_1erlc_11 {
2159
2159
  max-width: 40ch;
2160
- margin-bottom: 3px;
2160
+ gap: var(--spacing-2xs);
2161
2161
  }
2162
2162
  ._inputGroup_biuoa_1 {
2163
2163
  display: flex;
@@ -2166,80 +2166,83 @@ html[data-theme='dark'] {
2166
2166
  ._inputGroup_biuoa_1 > *:not(:last-child) {
2167
2167
  margin-right: -1px;
2168
2168
  }
2169
- ._inputInTable_1ioaf_1 {
2169
+ ._inputInTable_d8i46_1 {
2170
2170
  background-color: transparent;
2171
2171
  border-radius: inherit !important;
2172
2172
  height: var(--size);
2173
2173
  min-height: 100%;
2174
2174
  }
2175
- ._inputInTable_1ioaf_1:not(:hover) {
2175
+ ._inputInTable_d8i46_1:not(:hover) {
2176
2176
  border-color: transparent;
2177
2177
  }
2178
- ._inputHover_1ioaf_10 {
2178
+ ._inputInTable_d8i46_1:not(:focus) {
2179
+ box-shadow: none;
2180
+ }
2181
+ ._inputHover_d8i46_13 {
2179
2182
  position: relative;
2180
2183
  border-color: var(--color-border-hover);
2181
2184
  z-index: 2;
2182
2185
  }
2183
- ._inputFocus_1ioaf_15 {
2186
+ ._inputFocus_d8i46_18 {
2184
2187
  position: relative;
2185
2188
  outline: none !important;
2186
2189
  border-color: var(--color-border-focus) !important;
2187
2190
  box-shadow: var(--shadow-focus);
2188
2191
  z-index: 3;
2189
2192
  }
2190
- ._inputError_1ioaf_22,
2191
- ._inputWarning_1ioaf_23 {
2193
+ ._inputError_d8i46_25,
2194
+ ._inputWarning_d8i46_26 {
2192
2195
  position: relative;
2193
2196
  }
2194
- ._inputError_1ioaf_22 {
2197
+ ._inputError_d8i46_25 {
2195
2198
  z-index: 2;
2196
2199
  border-color: var(--color-border-error);
2197
2200
  color: var(--color-text-error) !important;
2198
2201
  background-color: var(--color-background-error);
2199
2202
  }
2200
- ._inputError_1ioaf_22:hover {
2203
+ ._inputError_d8i46_25:hover {
2201
2204
  border-color: var(--color-border-error-hover) !important;
2202
2205
  }
2203
- ._inputError_1ioaf_22:focus {
2206
+ ._inputError_d8i46_25:focus {
2204
2207
  position: relative;
2205
2208
  outline: none !important;
2206
2209
  border-color: var(--color-border-focus) !important;
2207
2210
  box-shadow: var(--shadow-focus);
2208
2211
  z-index: 3;
2209
2212
  }
2210
- ._inputWarning_1ioaf_23 {
2213
+ ._inputWarning_d8i46_26 {
2211
2214
  z-index: 1;
2212
2215
  border-color: var(--color-border-warning);
2213
2216
  color: var(--color-text-warning) !important;
2214
2217
  background-color: var(--color-background-warning);
2215
2218
  }
2216
- ._inputWarning_1ioaf_23:hover {
2219
+ ._inputWarning_d8i46_26:hover {
2217
2220
  border-color: var(--color-border-warning-hover) !important;
2218
2221
  }
2219
- ._inputWarning_1ioaf_23:focus {
2222
+ ._inputWarning_d8i46_26:focus {
2220
2223
  position: relative;
2221
2224
  outline: none !important;
2222
2225
  border-color: var(--color-border-focus) !important;
2223
2226
  box-shadow: var(--shadow-focus);
2224
2227
  z-index: 3;
2225
2228
  }
2226
- ._inputDisabled_1ioaf_58 {
2229
+ ._inputDisabled_d8i46_61 {
2227
2230
  pointer-events: none;
2228
2231
  background-color: var(--color-background-disabled);
2229
2232
  color: var(--color-text-muted);
2230
2233
  box-shadow: none;
2231
2234
  }
2232
- ._hideScrollbars_1ioaf_64 {
2235
+ ._hideScrollbars_d8i46_67 {
2233
2236
  /* Firefox */
2234
2237
  scrollbar-width: none;
2235
2238
  /* IE 10+ */
2236
2239
  -ms-overflow-style: none;
2237
2240
  /* Chrome, Safari and Opera */
2238
2241
  }
2239
- ._hideScrollbars_1ioaf_64::-webkit-scrollbar {
2242
+ ._hideScrollbars_d8i46_67::-webkit-scrollbar {
2240
2243
  display: none;
2241
2244
  }
2242
- ._input_1ioaf_1 {
2245
+ ._input_d8i46_1 {
2243
2246
  margin: 0;
2244
2247
  outline: 0;
2245
2248
  text-align: left;
@@ -2257,147 +2260,150 @@ html[data-theme='dark'] {
2257
2260
  font-style: normal;
2258
2261
  position: relative;
2259
2262
  }
2260
- ._input_1ioaf_1::placeholder {
2263
+ ._input_d8i46_1::placeholder {
2261
2264
  color: var(--color-text-placeholder);
2262
2265
  }
2263
- ._input_1ioaf_1._isInTable_1ioaf_95 {
2266
+ ._input_d8i46_1._isInTable_d8i46_98 {
2264
2267
  background-color: transparent;
2265
2268
  border-radius: inherit !important;
2266
2269
  height: var(--size);
2267
2270
  min-height: 100%;
2268
2271
  }
2269
- ._input_1ioaf_1._isInTable_1ioaf_95:not(:hover) {
2272
+ ._input_d8i46_1._isInTable_d8i46_98:not(:hover) {
2270
2273
  border-color: transparent;
2271
2274
  }
2272
- ._input_1ioaf_1:hover {
2275
+ ._input_d8i46_1._isInTable_d8i46_98:not(:focus) {
2276
+ box-shadow: none;
2277
+ }
2278
+ ._input_d8i46_1:hover {
2273
2279
  position: relative;
2274
2280
  border-color: var(--color-border-hover);
2275
2281
  z-index: 2;
2276
2282
  }
2277
- ._input_1ioaf_1:focus {
2283
+ ._input_d8i46_1:focus {
2278
2284
  position: relative;
2279
2285
  outline: none !important;
2280
2286
  border-color: var(--color-border-focus) !important;
2281
2287
  box-shadow: var(--shadow-focus);
2282
2288
  z-index: 3;
2283
2289
  }
2284
- ._input_1ioaf_1._small_1ioaf_116 {
2290
+ ._input_d8i46_1._small_d8i46_122 {
2285
2291
  font-size: var(--font-size-sm);
2286
2292
  height: var(--size-sm);
2287
2293
  padding: var(--padding-input-sm);
2288
2294
  line-height: var(--size-sm);
2289
2295
  }
2290
- ._input_1ioaf_1._error_1ioaf_122 {
2296
+ ._input_d8i46_1._error_d8i46_128 {
2291
2297
  position: relative;
2292
2298
  z-index: 2;
2293
2299
  border-color: var(--color-border-error);
2294
2300
  color: var(--color-text-error) !important;
2295
2301
  background-color: var(--color-background-error);
2296
2302
  }
2297
- ._input_1ioaf_1._error_1ioaf_122:hover {
2303
+ ._input_d8i46_1._error_d8i46_128:hover {
2298
2304
  border-color: var(--color-border-error-hover) !important;
2299
2305
  }
2300
- ._input_1ioaf_1._error_1ioaf_122:focus {
2306
+ ._input_d8i46_1._error_d8i46_128:focus {
2301
2307
  position: relative;
2302
2308
  outline: none !important;
2303
2309
  border-color: var(--color-border-focus) !important;
2304
2310
  box-shadow: var(--shadow-focus);
2305
2311
  z-index: 3;
2306
2312
  }
2307
- ._input_1ioaf_1._warning_1ioaf_139 {
2313
+ ._input_d8i46_1._warning_d8i46_145 {
2308
2314
  position: relative;
2309
2315
  z-index: 1;
2310
2316
  border-color: var(--color-border-warning);
2311
2317
  color: var(--color-text-warning) !important;
2312
2318
  background-color: var(--color-background-warning);
2313
2319
  }
2314
- ._input_1ioaf_1._warning_1ioaf_139:hover {
2320
+ ._input_d8i46_1._warning_d8i46_145:hover {
2315
2321
  border-color: var(--color-border-warning-hover) !important;
2316
2322
  }
2317
- ._input_1ioaf_1._warning_1ioaf_139:focus {
2323
+ ._input_d8i46_1._warning_d8i46_145:focus {
2318
2324
  position: relative;
2319
2325
  outline: none !important;
2320
2326
  border-color: var(--color-border-focus) !important;
2321
2327
  box-shadow: var(--shadow-focus);
2322
2328
  z-index: 3;
2323
2329
  }
2324
- ._input_1ioaf_1[disabled] {
2330
+ ._input_d8i46_1[disabled] {
2325
2331
  pointer-events: none;
2326
2332
  background-color: var(--color-background-disabled);
2327
2333
  color: var(--color-text-muted);
2328
2334
  box-shadow: none;
2329
2335
  }
2330
- ._input_1ioaf_1._right_1ioaf_162 {
2336
+ ._input_d8i46_1._right_d8i46_168 {
2331
2337
  text-align: right;
2332
2338
  }
2333
- ._groupOrderFirst_1ioaf_165,
2334
- ._groupOrderMiddle_1ioaf_166,
2335
- ._groupOrderLast_1ioaf_167 {
2339
+ ._groupOrderFirst_d8i46_171,
2340
+ ._groupOrderMiddle_d8i46_172,
2341
+ ._groupOrderLast_d8i46_173 {
2336
2342
  flex: 1;
2337
2343
  }
2338
- ._groupOrderFirst_1ioaf_165 ._input_1ioaf_1,
2339
- ._groupOrderMiddle_1ioaf_166 ._input_1ioaf_1 {
2344
+ ._groupOrderFirst_d8i46_171 ._input_d8i46_1,
2345
+ ._groupOrderMiddle_d8i46_172 ._input_d8i46_1 {
2340
2346
  border-top-right-radius: 0 !important;
2341
2347
  border-bottom-right-radius: 0 !important;
2342
2348
  }
2343
- ._groupOrderLast_1ioaf_167 ._input_1ioaf_1,
2344
- ._groupOrderMiddle_1ioaf_166 ._input_1ioaf_1 {
2349
+ ._groupOrderLast_d8i46_173 ._input_d8i46_1,
2350
+ ._groupOrderMiddle_d8i46_172 ._input_d8i46_1 {
2345
2351
  border-top-left-radius: 0 !important;
2346
2352
  border-bottom-left-radius: 0 !important;
2347
2353
  }
2348
2354
  ._fileInput_1elar_1 {
2349
2355
  display: none !important;
2350
2356
  }
2351
- ._label_191gc_1 {
2357
+ ._label_ll0e3_1 {
2352
2358
  display: flex;
2353
2359
  align-items: center;
2354
2360
  }
2355
- ._label_191gc_1._labelLeft_191gc_5 {
2361
+ ._label_ll0e3_1._labelLeft_ll0e3_5 {
2356
2362
  margin-bottom: 0;
2357
2363
  flex-shrink: 0;
2358
- padding-right: 10px;
2364
+ padding-right: var(--spacing-sm);
2359
2365
  }
2360
- ._label_191gc_1._labelLeft_191gc_5 > label {
2366
+ ._label_ll0e3_1._labelLeft_ll0e3_5 > label {
2361
2367
  margin-bottom: 0;
2362
2368
  }
2363
- ._label_191gc_1 ._icons_191gc_13 {
2369
+ ._label_ll0e3_1 ._icons_ll0e3_13 {
2364
2370
  display: inline-flex;
2365
2371
  font-size: 1.25em;
2366
2372
  }
2367
- ._label_191gc_1 ._icons_191gc_13 > * {
2373
+ ._label_ll0e3_1 ._icons_ll0e3_13 > * {
2368
2374
  margin-left: var(--spacing-2xs);
2369
2375
  }
2370
- ._label_191gc_1 > label {
2376
+ ._label_ll0e3_1 > label {
2371
2377
  display: flex;
2372
2378
  align-items: center;
2373
2379
  font-weight: bold;
2374
2380
  font-size: var(--font-size-sm);
2375
2381
  margin-bottom: var(--spacing-2xs);
2376
2382
  }
2377
- ._field_1j8sr_1 {
2378
- margin-bottom: 14px;
2383
+ ._field_abuqh_1 {
2384
+ margin-bottom: var(--spacing-sm);
2379
2385
  color: var(--color-text);
2380
2386
  }
2381
- ._field_1j8sr_1._labelLeft_1j8sr_5 {
2387
+ ._field_abuqh_1._labelLeft_abuqh_5 {
2382
2388
  display: flex;
2383
2389
  align-items: center;
2384
2390
  }
2385
- ._field_1j8sr_1._labelLeft_1j8sr_5 ._fieldInput_1j8sr_9 {
2391
+ ._field_abuqh_1._labelLeft_abuqh_5 ._fieldInput_abuqh_9 {
2386
2392
  flex-grow: 1;
2387
2393
  }
2388
- ._formRow_1j8sr_12,
2389
- ._form-row_1j8sr_13 {
2394
+ ._formRow_abuqh_12,
2395
+ ._form-row_abuqh_13 {
2390
2396
  display: flex;
2391
2397
  flex-wrap: wrap;
2392
2398
  align-items: flex-end;
2393
2399
  }
2394
- ._formRow_1j8sr_12 > *:not(:last-child),
2395
- ._form-row_1j8sr_13 > *:not(:last-child) {
2400
+ ._formRow_abuqh_12 > *:not(:last-child),
2401
+ ._form-row_abuqh_13 > *:not(:last-child) {
2396
2402
  margin-right: var(--spacing);
2397
2403
  }
2398
- ._formRow_1j8sr_12 ._button_1j8sr_22,
2399
- ._form-row_1j8sr_13 ._button_1j8sr_22 {
2400
- margin-bottom: 14px;
2404
+ ._formRow_abuqh_12 ._button_abuqh_22,
2405
+ ._form-row_abuqh_13 ._button_abuqh_22 {
2406
+ margin-bottom: var(--spacing-sm);
2401
2407
  }
2402
2408
  ._formRow_1m3f8_1 {
2403
2409
  display: flex;
@@ -2432,120 +2438,123 @@ html[data-theme='dark'] {
2432
2438
  border-top-left-radius: 0 !important;
2433
2439
  border-bottom-left-radius: 0 !important;
2434
2440
  }
2435
- ._inputInTable_15brx_1 {
2441
+ ._inputInTable_kq2bf_1 {
2436
2442
  background-color: transparent;
2437
2443
  border-radius: inherit !important;
2438
2444
  height: var(--size);
2439
2445
  min-height: 100%;
2440
2446
  }
2441
- ._inputInTable_15brx_1:not(:hover) {
2447
+ ._inputInTable_kq2bf_1:not(:hover) {
2442
2448
  border-color: transparent;
2443
2449
  }
2444
- ._inputHover_15brx_10 {
2450
+ ._inputInTable_kq2bf_1:not(:focus) {
2451
+ box-shadow: none;
2452
+ }
2453
+ ._inputHover_kq2bf_13 {
2445
2454
  position: relative;
2446
2455
  border-color: var(--color-border-hover);
2447
2456
  z-index: 2;
2448
2457
  }
2449
- ._inputFocus_15brx_15 {
2458
+ ._inputFocus_kq2bf_18 {
2450
2459
  position: relative;
2451
2460
  outline: none !important;
2452
2461
  border-color: var(--color-border-focus) !important;
2453
2462
  box-shadow: var(--shadow-focus);
2454
2463
  z-index: 3;
2455
2464
  }
2456
- ._inputError_15brx_22,
2457
- ._inputWarning_15brx_23 {
2465
+ ._inputError_kq2bf_25,
2466
+ ._inputWarning_kq2bf_26 {
2458
2467
  position: relative;
2459
2468
  }
2460
- ._inputError_15brx_22 {
2469
+ ._inputError_kq2bf_25 {
2461
2470
  z-index: 2;
2462
2471
  border-color: var(--color-border-error);
2463
2472
  color: var(--color-text-error) !important;
2464
2473
  background-color: var(--color-background-error);
2465
2474
  }
2466
- ._inputError_15brx_22:hover {
2475
+ ._inputError_kq2bf_25:hover {
2467
2476
  border-color: var(--color-border-error-hover) !important;
2468
2477
  }
2469
- ._inputError_15brx_22:focus {
2478
+ ._inputError_kq2bf_25:focus {
2470
2479
  position: relative;
2471
2480
  outline: none !important;
2472
2481
  border-color: var(--color-border-focus) !important;
2473
2482
  box-shadow: var(--shadow-focus);
2474
2483
  z-index: 3;
2475
2484
  }
2476
- ._inputWarning_15brx_23 {
2485
+ ._inputWarning_kq2bf_26 {
2477
2486
  z-index: 1;
2478
2487
  border-color: var(--color-border-warning);
2479
2488
  color: var(--color-text-warning) !important;
2480
2489
  background-color: var(--color-background-warning);
2481
2490
  }
2482
- ._inputWarning_15brx_23:hover {
2491
+ ._inputWarning_kq2bf_26:hover {
2483
2492
  border-color: var(--color-border-warning-hover) !important;
2484
2493
  }
2485
- ._inputWarning_15brx_23:focus {
2494
+ ._inputWarning_kq2bf_26:focus {
2486
2495
  position: relative;
2487
2496
  outline: none !important;
2488
2497
  border-color: var(--color-border-focus) !important;
2489
2498
  box-shadow: var(--shadow-focus);
2490
2499
  z-index: 3;
2491
2500
  }
2492
- ._inputDisabled_15brx_58 {
2501
+ ._inputDisabled_kq2bf_61 {
2493
2502
  pointer-events: none;
2494
2503
  background-color: var(--color-background-disabled);
2495
2504
  color: var(--color-text-muted);
2496
2505
  box-shadow: none;
2497
2506
  }
2498
- ._hideScrollbars_15brx_64 {
2507
+ ._hideScrollbars_kq2bf_67 {
2499
2508
  /* Firefox */
2500
2509
  scrollbar-width: none;
2501
2510
  /* IE 10+ */
2502
2511
  -ms-overflow-style: none;
2503
2512
  /* Chrome, Safari and Opera */
2504
2513
  }
2505
- ._hideScrollbars_15brx_64::-webkit-scrollbar {
2514
+ ._hideScrollbars_kq2bf_67::-webkit-scrollbar {
2506
2515
  display: none;
2507
2516
  }
2508
- ._header_15brx_74 ._headerTitle_15brx_74,
2509
- ._heading_15brx_75 ._itemHeader_15brx_75 {
2517
+ ._header_kq2bf_77 ._headerTitle_kq2bf_77,
2518
+ ._heading_kq2bf_78 ._itemHeader_kq2bf_78 {
2510
2519
  transition: opacity 0.3s;
2511
2520
  }
2512
- ._narrow_15brx_78 ._header_15brx_74 ._headerTitle_15brx_74,
2513
- ._narrow_15brx_78 ._heading_15brx_75 ._itemHeader_15brx_75 {
2521
+ ._narrow_kq2bf_81 ._header_kq2bf_77 ._headerTitle_kq2bf_77,
2522
+ ._narrow_kq2bf_81 ._heading_kq2bf_78 ._itemHeader_kq2bf_78 {
2514
2523
  opacity: 0;
2515
2524
  }
2516
- ._stickyHeader_15brx_82 {
2525
+ ._stickyHeader_kq2bf_85 {
2517
2526
  position: sticky;
2518
2527
  top: 0;
2519
2528
  background-color: var(--color-background);
2520
2529
  z-index: 10;
2521
2530
  }
2522
- ._itemHeader_15brx_75 {
2531
+ ._itemHeader_kq2bf_78 {
2523
2532
  padding: var(--spacing-sm) var(--padding-x);
2524
2533
  display: flex;
2525
2534
  align-items: flex-start;
2526
2535
  }
2527
- ._itemHeader_15brx_75 ._title_15brx_93 {
2536
+ ._itemHeader_kq2bf_78 ._title_kq2bf_96 {
2528
2537
  margin: 0;
2529
2538
  padding: 0;
2530
2539
  flex-grow: 1;
2531
2540
  min-width: 0;
2532
2541
  }
2533
- ._itemHeader_15brx_75 ._name_15brx_99 {
2542
+ ._itemHeader_kq2bf_78 ._name_kq2bf_102 {
2534
2543
  font-weight: 400;
2535
2544
  }
2536
- ._itemHeader_15brx_75 ._iconTooltipMargin_15brx_102 {
2537
- margin-left: 10px;
2545
+ ._itemHeader_kq2bf_78 ._iconTooltipMargin_kq2bf_105 {
2546
+ margin-left: var(--spacing-xs);
2538
2547
  }
2539
- ._itemHeader_15brx_75 ._bold_15brx_105 {
2548
+ ._itemHeader_kq2bf_78 ._bold_kq2bf_108 {
2540
2549
  font-weight: bold;
2541
2550
  }
2542
- ._header_15brx_74 {
2551
+ ._header_kq2bf_77 {
2543
2552
  padding: var(--padding);
2544
2553
  display: flex;
2545
2554
  align-items: center;
2546
2555
  border-bottom: 1px solid var(--color-border);
2547
2556
  }
2548
- ._toggleNarrow_15brx_114 {
2557
+ ._toggleNarrow_kq2bf_117 {
2549
2558
  margin-right: 16px;
2550
2559
  margin-left: -5px;
2551
2560
  color: #c8c8c8;
@@ -2554,51 +2563,48 @@ html[data-theme='dark'] {
2554
2563
  width: 22px;
2555
2564
  justify-content: center;
2556
2565
  }
2557
- ._toggleNarrow_15brx_114:hover {
2566
+ ._toggleNarrow_kq2bf_117:hover {
2558
2567
  color: var(--color-text-primary-hover);
2559
2568
  }
2560
- ._toggleNarrow_15brx_114:active {
2569
+ ._toggleNarrow_kq2bf_117:active {
2561
2570
  color: var(--color-text-primary-active);
2562
2571
  }
2563
- ._narrow_15brx_78 ._toggleNarrow_15brx_114 {
2572
+ ._narrow_kq2bf_81 ._toggleNarrow_kq2bf_117 {
2564
2573
  transform: scaleX(-1);
2565
2574
  }
2566
- ._drag_15brx_132 {
2575
+ ._drag_kq2bf_135 {
2567
2576
  color: var(--color-text-faint);
2568
2577
  display: flex;
2569
2578
  align-items: center;
2570
2579
  justify-content: center;
2571
- margin-right: 10px;
2580
+ margin-right: var(--spacing-xs);
2572
2581
  margin-left: -6px;
2573
2582
  cursor: move;
2574
2583
  height: 19px;
2575
2584
  width: 19px;
2576
2585
  }
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);
2586
+ ._drag_kq2bf_135:hover {
2587
+ color: var(--color-text-primary-hover);
2582
2588
  }
2583
- ._drag_15brx_132:active path {
2584
- stroke: var(--color-text-primary-active);
2589
+ ._drag_kq2bf_135:active {
2590
+ color: var(--color-text-primary-active);
2585
2591
  }
2586
- ._list_15brx_152 {
2592
+ ._list_kq2bf_152 {
2587
2593
  flex-shrink: 0;
2588
2594
  background: var(--color-background);
2589
2595
  }
2590
- ._list_15brx_152._bordered_15brx_156:first-child,
2591
- ._list_15brx_152._bordered_15brx_156:first-child > :first-child {
2596
+ ._list_kq2bf_152._bordered_kq2bf_156:first-child,
2597
+ ._list_kq2bf_152._bordered_kq2bf_156:first-child > :first-child {
2592
2598
  border-top-left-radius: inherit;
2593
2599
  border-top-right-radius: inherit;
2594
2600
  }
2595
- ._list_15brx_152._bordered_15brx_156:last-child,
2596
- ._list_15brx_152._bordered_15brx_156:last-child > :last-child {
2601
+ ._list_kq2bf_152._bordered_kq2bf_156:last-child,
2602
+ ._list_kq2bf_152._bordered_kq2bf_156:last-child > :last-child {
2597
2603
  border-bottom-left-radius: inherit;
2598
2604
  border-bottom-right-radius: inherit;
2599
2605
  border-bottom: 0;
2600
2606
  }
2601
- ._item_15brx_75 {
2607
+ ._item_kq2bf_78 {
2602
2608
  color: inherit;
2603
2609
  display: block;
2604
2610
  transition: background-color 0.2s;
@@ -2609,7 +2615,7 @@ html[data-theme='dark'] {
2609
2615
  overflow-wrap: break-word;
2610
2616
  hyphens: auto;
2611
2617
  }
2612
- ._item_15brx_75:not(._heading_15brx_75):after {
2618
+ ._item_kq2bf_78:not(._heading_kq2bf_78):after {
2613
2619
  content: '';
2614
2620
  position: absolute;
2615
2621
  left: 0;
@@ -2620,74 +2626,73 @@ html[data-theme='dark'] {
2620
2626
  border-bottom-left-radius: inherit;
2621
2627
  transition: background 0.3s;
2622
2628
  }
2623
- ._item_15brx_75._action_15brx_189 {
2629
+ ._item_kq2bf_78._action_kq2bf_189 {
2624
2630
  cursor: pointer;
2625
2631
  }
2626
- ._item_15brx_75._action_15brx_189:not(._active_15brx_192):hover {
2632
+ ._item_kq2bf_78._action_kq2bf_189:not(._active_kq2bf_192):hover {
2627
2633
  background: var(--color-background-listitem-hover);
2628
2634
  }
2629
- ._item_15brx_75._action_15brx_189:not(._active_15brx_192):hover:after {
2635
+ ._item_kq2bf_78._action_kq2bf_189:not(._active_kq2bf_192):hover:after {
2630
2636
  background: rgba(0, 0, 0, 0.1);
2631
2637
  }
2632
- ._item_15brx_75._active_15brx_192 {
2638
+ ._item_kq2bf_78._active_kq2bf_192 {
2633
2639
  cursor: default;
2634
2640
  position: relative;
2635
2641
  z-index: 1;
2636
2642
  background: var(--color-background-listitem-active);
2637
2643
  }
2638
- ._item_15brx_75._active_15brx_192:after {
2644
+ ._item_kq2bf_78._active_kq2bf_192:after {
2639
2645
  background: var(--color-background-primary) !important;
2640
2646
  }
2641
- ._item_15brx_75._disabled_15brx_207 {
2647
+ ._item_kq2bf_78._disabled_kq2bf_207 {
2642
2648
  color: var(--color-text-faint);
2643
2649
  pointer-events: none;
2644
2650
  }
2645
- ._item_15brx_75._heading_15brx_75 {
2651
+ ._item_kq2bf_78._heading_kq2bf_78 {
2646
2652
  color: var(--color-text-muted);
2647
2653
  background-color: transparent;
2648
2654
  }
2649
- ._item_15brx_75._heading_15brx_75._action_15brx_189:hover {
2655
+ ._item_kq2bf_78._heading_kq2bf_78._action_kq2bf_189:hover {
2650
2656
  color: var(--color-text-primary-hover);
2651
2657
  }
2652
- ._item_15brx_75 ._label_15brx_218 {
2658
+ ._item_kq2bf_78 ._label_kq2bf_218 {
2653
2659
  margin-right: 15px;
2654
2660
  margin-left: -5px;
2655
2661
  margin-top: -2px;
2656
2662
  margin-bottom: -2px;
2657
2663
  flex-shrink: 0;
2658
2664
  }
2659
- ._item_15brx_75 ._details_15brx_225,
2660
- ._item_15brx_75 ._metadata_15brx_226 {
2665
+ ._item_kq2bf_78 ._details_kq2bf_225,
2666
+ ._item_kq2bf_78 ._metadata_kq2bf_226 {
2661
2667
  display: block;
2662
2668
  width: 100%;
2663
2669
  font-weight: normal;
2664
- margin-top: 3px;
2665
2670
  }
2666
- ._item_15brx_75 ._metadata_15brx_226 {
2671
+ ._item_kq2bf_78 ._metadata_kq2bf_226 {
2667
2672
  color: var(--color-text-muted);
2668
2673
  }
2669
- ._item_15brx_75 ._itemContent_15brx_235 {
2674
+ ._item_kq2bf_78 ._itemContent_kq2bf_234 {
2670
2675
  padding: 0 var(--padding-x) var(--spacing-sm);
2671
2676
  cursor: auto;
2672
2677
  }
2673
- ._item_15brx_75 ._itemContent_15brx_235:empty {
2678
+ ._item_kq2bf_78 ._itemContent_kq2bf_234:empty {
2674
2679
  padding: inherit;
2675
2680
  }
2676
- ._indentIcon_15brx_242 {
2681
+ ._indentIcon_kq2bf_241 {
2677
2682
  color: var(--color-text-faint);
2678
2683
  width: 20px;
2679
2684
  flex-shrink: 0;
2680
2685
  }
2681
- ._expandIcon_15brx_247 {
2686
+ ._expandIcon_kq2bf_246 {
2682
2687
  width: 20px;
2683
2688
  flex-shrink: 0;
2684
2689
  position: relative;
2685
2690
  margin-top: 1px;
2686
2691
  }
2687
- ._expandIcon_15brx_247._expanded_15brx_253 svg {
2692
+ ._expandIcon_kq2bf_246._expanded_kq2bf_252 svg {
2688
2693
  transform: rotate(90deg);
2689
2694
  }
2690
- ._right_15brx_256 {
2695
+ ._right_kq2bf_255 {
2691
2696
  margin-left: auto;
2692
2697
  display: flex;
2693
2698
  align-items: center;
@@ -2695,47 +2700,47 @@ html[data-theme='dark'] {
2695
2700
  margin-bottom: -2px;
2696
2701
  margin-right: -8px;
2697
2702
  }
2698
- ._actions_15brx_264 {
2699
- margin-left: 8px;
2703
+ ._actions_kq2bf_263 {
2704
+ margin-left: var(--spacing-xs);
2700
2705
  display: flex;
2701
2706
  align-items: center;
2702
2707
  }
2703
- ._scrollableList_15brx_269 {
2708
+ ._scrollableList_kq2bf_268 {
2704
2709
  height: 100%;
2705
2710
  overflow-y: auto;
2706
2711
  scroll-behavior: smooth;
2707
2712
  }
2708
- ._hideScrollbar_15brx_64 {
2713
+ ._hideScrollbar_kq2bf_67 {
2709
2714
  /* Firefox */
2710
2715
  scrollbar-width: none;
2711
2716
  /* IE 10+ */
2712
2717
  -ms-overflow-style: none;
2713
2718
  /* Chrome, Safari and Opera */
2714
2719
  }
2715
- ._hideScrollbar_15brx_64::-webkit-scrollbar {
2720
+ ._hideScrollbar_kq2bf_67::-webkit-scrollbar {
2716
2721
  display: none;
2717
2722
  }
2718
- ._loader_16v7q_1 {
2723
+ ._loader_cvm5e_1 {
2719
2724
  width: 100%;
2720
2725
  height: 100%;
2721
2726
  position: relative;
2722
2727
  border-radius: inherit;
2723
2728
  }
2724
- ._loader_16v7q_1._fullViewPortSize_16v7q_7 {
2729
+ ._loader_cvm5e_1._fullViewPortSize_cvm5e_7 {
2725
2730
  position: absolute;
2726
2731
  top: 0;
2727
2732
  left: 0;
2728
2733
  width: 100vw;
2729
2734
  height: 100vh;
2730
2735
  }
2731
- ._loader_16v7q_1._cover_16v7q_14 {
2736
+ ._loader_cvm5e_1._cover_cvm5e_14 {
2732
2737
  position: absolute;
2733
2738
  top: 0;
2734
2739
  left: 0;
2735
2740
  bottom: 0;
2736
2741
  right: 0;
2737
2742
  }
2738
- ._dimmer_16v7q_21 {
2743
+ ._dimmer_cvm5e_21 {
2739
2744
  position: absolute;
2740
2745
  top: 0;
2741
2746
  left: 0;
@@ -2758,89 +2763,92 @@ html[data-theme='dark'] {
2758
2763
  display: flex;
2759
2764
  opacity: 0.95;
2760
2765
  }
2761
- ._content_16v7q_44 {
2766
+ ._content_cvm5e_44 {
2762
2767
  display: flex;
2763
2768
  flex-direction: column;
2764
2769
  align-items: center;
2765
2770
  }
2766
- ._text_16v7q_49 {
2771
+ ._text_cvm5e_49 {
2767
2772
  margin-top: 12px;
2768
2773
  opacity: 0.6;
2769
2774
  }
2770
- ._details_16v7q_53 {
2771
- margin-top: 8px;
2775
+ ._details_cvm5e_53 {
2776
+ margin-top: var(--spacing-xs);
2772
2777
  }
2773
- ._inputInTable_17xnf_1 {
2778
+ ._inputInTable_17o1r_1 {
2774
2779
  background-color: transparent;
2775
2780
  border-radius: inherit !important;
2776
2781
  height: var(--size);
2777
2782
  min-height: 100%;
2778
2783
  }
2779
- ._inputInTable_17xnf_1:not(:hover) {
2784
+ ._inputInTable_17o1r_1:not(:hover) {
2780
2785
  border-color: transparent;
2781
2786
  }
2782
- ._inputHover_17xnf_10 {
2787
+ ._inputInTable_17o1r_1:not(:focus) {
2788
+ box-shadow: none;
2789
+ }
2790
+ ._inputHover_17o1r_13 {
2783
2791
  position: relative;
2784
2792
  border-color: var(--color-border-hover);
2785
2793
  z-index: 2;
2786
2794
  }
2787
- ._inputFocus_17xnf_15 {
2795
+ ._inputFocus_17o1r_18 {
2788
2796
  position: relative;
2789
2797
  outline: none !important;
2790
2798
  border-color: var(--color-border-focus) !important;
2791
2799
  box-shadow: var(--shadow-focus);
2792
2800
  z-index: 3;
2793
2801
  }
2794
- ._inputError_17xnf_22,
2795
- ._inputWarning_17xnf_23 {
2802
+ ._inputError_17o1r_25,
2803
+ ._inputWarning_17o1r_26 {
2796
2804
  position: relative;
2797
2805
  }
2798
- ._inputError_17xnf_22 {
2806
+ ._inputError_17o1r_25 {
2799
2807
  z-index: 2;
2800
2808
  border-color: var(--color-border-error);
2801
2809
  color: var(--color-text-error) !important;
2802
2810
  background-color: var(--color-background-error);
2803
2811
  }
2804
- ._inputError_17xnf_22:hover {
2812
+ ._inputError_17o1r_25:hover {
2805
2813
  border-color: var(--color-border-error-hover) !important;
2806
2814
  }
2807
- ._inputError_17xnf_22:focus {
2815
+ ._inputError_17o1r_25:focus {
2808
2816
  position: relative;
2809
2817
  outline: none !important;
2810
2818
  border-color: var(--color-border-focus) !important;
2811
2819
  box-shadow: var(--shadow-focus);
2812
2820
  z-index: 3;
2813
2821
  }
2814
- ._inputWarning_17xnf_23 {
2822
+ ._inputWarning_17o1r_26 {
2815
2823
  z-index: 1;
2816
2824
  border-color: var(--color-border-warning);
2817
2825
  color: var(--color-text-warning) !important;
2818
2826
  background-color: var(--color-background-warning);
2819
2827
  }
2820
- ._inputWarning_17xnf_23:hover {
2828
+ ._inputWarning_17o1r_26:hover {
2821
2829
  border-color: var(--color-border-warning-hover) !important;
2822
2830
  }
2823
- ._inputWarning_17xnf_23:focus {
2831
+ ._inputWarning_17o1r_26:focus {
2824
2832
  position: relative;
2825
2833
  outline: none !important;
2826
2834
  border-color: var(--color-border-focus) !important;
2827
2835
  box-shadow: var(--shadow-focus);
2828
2836
  z-index: 3;
2829
2837
  }
2830
- ._inputDisabled_17xnf_58 {
2838
+ ._inputDisabled_17o1r_61 {
2831
2839
  pointer-events: none;
2832
2840
  background-color: var(--color-background-disabled);
2833
2841
  color: var(--color-text-muted);
2834
2842
  box-shadow: none;
2835
2843
  }
2836
- ._hideScrollbars_17xnf_64 {
2844
+ ._hideScrollbars_17o1r_67 {
2837
2845
  /* Firefox */
2838
2846
  scrollbar-width: none;
2839
2847
  /* IE 10+ */
2840
2848
  -ms-overflow-style: none;
2841
2849
  /* Chrome, Safari and Opera */
2842
2850
  }
2843
- ._hideScrollbars_17xnf_64::-webkit-scrollbar {
2851
+ ._hideScrollbars_17o1r_67::-webkit-scrollbar {
2844
2852
  display: none;
2845
2853
  }
2846
2854
  :root {
@@ -2849,7 +2857,7 @@ html[data-theme='dark'] {
2849
2857
  html[data-theme='dark'] {
2850
2858
  --color-border-message: transparent;
2851
2859
  }
2852
- ._container_17xnf_80 {
2860
+ ._container_17o1r_83 {
2853
2861
  padding: var(--padding-card);
2854
2862
  border-radius: var(--border-radius);
2855
2863
  display: inline-flex;
@@ -2864,40 +2872,40 @@ html[data-theme='dark'] {
2864
2872
  -ms-overflow-style: none;
2865
2873
  /* Chrome, Safari and Opera */
2866
2874
  }
2867
- ._container_17xnf_80::-webkit-scrollbar {
2875
+ ._container_17o1r_83::-webkit-scrollbar {
2868
2876
  display: none;
2869
2877
  }
2870
- ._container_17xnf_80._block_17xnf_98 {
2878
+ ._container_17o1r_83._block_17o1r_101 {
2871
2879
  display: flex;
2872
2880
  }
2873
- ._container_17xnf_80._info_17xnf_101 {
2881
+ ._container_17o1r_83._info_17o1r_104 {
2874
2882
  color: var(--color-text-info);
2875
2883
  background-color: var(--color-background-info);
2876
2884
  }
2877
- ._container_17xnf_80._success_17xnf_105 {
2885
+ ._container_17o1r_83._success_17o1r_108 {
2878
2886
  color: var(--color-text-success);
2879
2887
  background-color: var(--color-background-success);
2880
2888
  }
2881
- ._container_17xnf_80._warning_17xnf_109 {
2889
+ ._container_17o1r_83._warning_17o1r_112 {
2882
2890
  color: var(--color-text-warning);
2883
2891
  background-color: var(--color-background-warning);
2884
2892
  }
2885
- ._container_17xnf_80._error_17xnf_113 {
2893
+ ._container_17o1r_83._error_17o1r_116 {
2886
2894
  color: var(--color-text-error);
2887
2895
  background-color: var(--color-background-error);
2888
2896
  }
2889
- ._content_17xnf_117 {
2897
+ ._content_17o1r_120 {
2890
2898
  flex: 1;
2891
2899
  min-width: 0;
2892
2900
  }
2893
- ._heading_17xnf_121 {
2901
+ ._heading_17o1r_124 {
2894
2902
  font-weight: bold;
2895
2903
  letter-spacing: 0.1em;
2896
2904
  text-transform: uppercase;
2897
2905
  font-size: var(--font-size-sm);
2898
2906
  line-height: var(--line-height);
2899
2907
  }
2900
- ._icon_17xnf_128 {
2908
+ ._icon_17o1r_131 {
2901
2909
  display: flex;
2902
2910
  justify-content: center;
2903
2911
  align-items: center;
@@ -2905,38 +2913,39 @@ html[data-theme='dark'] {
2905
2913
  margin-right: 12px;
2906
2914
  margin-top: -2px;
2907
2915
  }
2908
- ._dismiss_17xnf_136 {
2916
+ ._dismiss_17o1r_139 {
2909
2917
  margin-left: 12px;
2910
2918
  color: var(--color-text);
2911
2919
  }
2912
- ._dismiss_17xnf_136._absolute_17xnf_140 {
2920
+ ._dismiss_17o1r_139._absolute_17o1r_143 {
2913
2921
  position: absolute;
2914
- top: 10px;
2915
- right: 14px;
2922
+ top: var(--spacing-xs);
2923
+ right: var(--spacing-sm);
2916
2924
  }
2917
- ._dismiss_17xnf_136 {
2925
+ ._dismiss_17o1r_139 {
2918
2926
  margin-top: -2px;
2919
2927
  margin-right: -6px;
2920
2928
  }
2921
- ._legendToggle_17xnf_149 {
2929
+ ._legendToggle_17o1r_152 {
2922
2930
  opacity: 0.6;
2923
2931
  }
2924
- ._legendToggle_17xnf_149:hover {
2932
+ ._legendToggle_17o1r_152:hover {
2925
2933
  opacity: 0.8;
2926
2934
  cursor: pointer;
2927
2935
  }
2928
- ._legendToggle_17xnf_149:active {
2936
+ ._legendToggle_17o1r_152:active {
2929
2937
  opacity: 1;
2930
2938
  }
2931
- ._detailsText_17xnf_159 {
2939
+ ._detailsText_17o1r_162 {
2932
2940
  margin-top: var(--spacing);
2933
2941
  word-break: break-word;
2934
2942
  }
2935
- ._footer_17xnf_163 {
2943
+ ._footer_17o1r_166 {
2936
2944
  display: flex;
2937
2945
  flex-wrap: wrap;
2938
- gap: 8px;
2939
- margin-top: 8px;
2946
+ gap: var(--spacing-sm);
2947
+ margin-top: var(--spacing-xs);
2948
+ margin-bottom: var(--spacing-2xs);
2940
2949
  }
2941
2950
  ._wrapper_ijw69_1 {
2942
2951
  z-index: var(--zindex-modal);
@@ -3040,80 +3049,83 @@ html[data-theme='dark'] {
3040
3049
  ._page_beskc_1._scroll_beskc_23 {
3041
3050
  overflow: auto;
3042
3051
  }
3043
- ._inputInTable_rp8n6_1 {
3052
+ ._inputInTable_brru0_1 {
3044
3053
  background-color: transparent;
3045
3054
  border-radius: inherit !important;
3046
3055
  height: var(--size);
3047
3056
  min-height: 100%;
3048
3057
  }
3049
- ._inputInTable_rp8n6_1:not(:hover) {
3058
+ ._inputInTable_brru0_1:not(:hover) {
3050
3059
  border-color: transparent;
3051
3060
  }
3052
- ._inputHover_rp8n6_10 {
3061
+ ._inputInTable_brru0_1:not(:focus) {
3062
+ box-shadow: none;
3063
+ }
3064
+ ._inputHover_brru0_13 {
3053
3065
  position: relative;
3054
3066
  border-color: var(--color-border-hover);
3055
3067
  z-index: 2;
3056
3068
  }
3057
- ._inputFocus_rp8n6_15 {
3069
+ ._inputFocus_brru0_18 {
3058
3070
  position: relative;
3059
3071
  outline: none !important;
3060
3072
  border-color: var(--color-border-focus) !important;
3061
3073
  box-shadow: var(--shadow-focus);
3062
3074
  z-index: 3;
3063
3075
  }
3064
- ._inputError_rp8n6_22,
3065
- ._inputWarning_rp8n6_23 {
3076
+ ._inputError_brru0_25,
3077
+ ._inputWarning_brru0_26 {
3066
3078
  position: relative;
3067
3079
  }
3068
- ._inputError_rp8n6_22 {
3080
+ ._inputError_brru0_25 {
3069
3081
  z-index: 2;
3070
3082
  border-color: var(--color-border-error);
3071
3083
  color: var(--color-text-error) !important;
3072
3084
  background-color: var(--color-background-error);
3073
3085
  }
3074
- ._inputError_rp8n6_22:hover {
3086
+ ._inputError_brru0_25:hover {
3075
3087
  border-color: var(--color-border-error-hover) !important;
3076
3088
  }
3077
- ._inputError_rp8n6_22:focus {
3089
+ ._inputError_brru0_25:focus {
3078
3090
  position: relative;
3079
3091
  outline: none !important;
3080
3092
  border-color: var(--color-border-focus) !important;
3081
3093
  box-shadow: var(--shadow-focus);
3082
3094
  z-index: 3;
3083
3095
  }
3084
- ._inputWarning_rp8n6_23 {
3096
+ ._inputWarning_brru0_26 {
3085
3097
  z-index: 1;
3086
3098
  border-color: var(--color-border-warning);
3087
3099
  color: var(--color-text-warning) !important;
3088
3100
  background-color: var(--color-background-warning);
3089
3101
  }
3090
- ._inputWarning_rp8n6_23:hover {
3102
+ ._inputWarning_brru0_26:hover {
3091
3103
  border-color: var(--color-border-warning-hover) !important;
3092
3104
  }
3093
- ._inputWarning_rp8n6_23:focus {
3105
+ ._inputWarning_brru0_26:focus {
3094
3106
  position: relative;
3095
3107
  outline: none !important;
3096
3108
  border-color: var(--color-border-focus) !important;
3097
3109
  box-shadow: var(--shadow-focus);
3098
3110
  z-index: 3;
3099
3111
  }
3100
- ._inputDisabled_rp8n6_58 {
3112
+ ._inputDisabled_brru0_61 {
3101
3113
  pointer-events: none;
3102
3114
  background-color: var(--color-background-disabled);
3103
3115
  color: var(--color-text-muted);
3104
3116
  box-shadow: none;
3105
3117
  }
3106
- ._hideScrollbars_rp8n6_64 {
3118
+ ._hideScrollbars_brru0_67 {
3107
3119
  /* Firefox */
3108
3120
  scrollbar-width: none;
3109
3121
  /* IE 10+ */
3110
3122
  -ms-overflow-style: none;
3111
3123
  /* Chrome, Safari and Opera */
3112
3124
  }
3113
- ._hideScrollbars_rp8n6_64::-webkit-scrollbar {
3125
+ ._hideScrollbars_brru0_67::-webkit-scrollbar {
3114
3126
  display: none;
3115
3127
  }
3116
- ._select_rp8n6_74 {
3128
+ ._select_brru0_77 {
3117
3129
  appearance: none !important;
3118
3130
  -webkit-appearance: none !important;
3119
3131
  -moz-appearance: none !important;
@@ -3130,84 +3142,87 @@ html[data-theme='dark'] {
3130
3142
  height: var(--size);
3131
3143
  box-shadow: var(--shadow-button);
3132
3144
  }
3133
- [data-theme='dark'] ._select_rp8n6_74 {
3145
+ [data-theme='dark'] ._select_brru0_77 {
3134
3146
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(215, 215, 206)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E");
3135
3147
  }
3136
- ._select_rp8n6_74 option {
3148
+ ._select_brru0_77 option {
3137
3149
  background: var(--color-background-input);
3138
3150
  color: var(--color-text);
3139
3151
  }
3140
- ._select_rp8n6_74 option:focus {
3152
+ ._select_brru0_77 option:focus {
3141
3153
  background-color: var(--color-background-listitem-active);
3142
3154
  }
3143
- ._select_rp8n6_74:-moz-focusring {
3155
+ ._select_brru0_77:-moz-focusring {
3144
3156
  color: transparent !important;
3145
3157
  text-shadow: 0 0 0 #000 !important;
3146
3158
  }
3147
- ._select_rp8n6_74:hover {
3159
+ ._select_brru0_77:hover {
3148
3160
  position: relative;
3149
3161
  border-color: var(--color-border-hover);
3150
3162
  z-index: 2;
3151
3163
  cursor: pointer;
3152
3164
  }
3153
- ._select_rp8n6_74:focus {
3165
+ ._select_brru0_77:focus {
3154
3166
  position: relative;
3155
3167
  outline: none !important;
3156
3168
  border-color: var(--color-border-focus) !important;
3157
3169
  box-shadow: var(--shadow-focus);
3158
3170
  z-index: 3;
3159
3171
  }
3160
- ._select_rp8n6_74._isInTable_rp8n6_118 {
3172
+ ._select_brru0_77._isInTable_brru0_121 {
3161
3173
  background-color: transparent;
3162
3174
  border-radius: inherit !important;
3163
3175
  height: var(--size);
3164
3176
  min-height: 100%;
3165
3177
  }
3166
- ._select_rp8n6_74._isInTable_rp8n6_118:not(:hover) {
3178
+ ._select_brru0_77._isInTable_brru0_121:not(:hover) {
3167
3179
  border-color: transparent;
3168
3180
  }
3169
- ._select_rp8n6_74._unSelected_rp8n6_127 {
3181
+ ._select_brru0_77._isInTable_brru0_121:not(:focus) {
3182
+ box-shadow: none;
3183
+ }
3184
+ ._select_brru0_77._unSelected_brru0_133 {
3170
3185
  color: var(--color-text-placeholder) !important;
3171
3186
  }
3172
- ._select_rp8n6_74._unSelected_rp8n6_127:-moz-focusring {
3187
+ ._select_brru0_77._unSelected_brru0_133:-moz-focusring {
3173
3188
  color: transparent !important;
3174
3189
  text-shadow: 0 0 0 #000 !important;
3175
3190
  }
3176
- ._select_rp8n6_74._error_rp8n6_134 {
3191
+ ._select_brru0_77._error_brru0_140 {
3177
3192
  position: relative;
3178
3193
  z-index: 2;
3179
3194
  border-color: var(--color-border-error);
3180
3195
  color: var(--color-text-error) !important;
3181
3196
  background-color: var(--color-background-error);
3182
3197
  }
3183
- ._select_rp8n6_74._error_rp8n6_134:hover {
3198
+ ._select_brru0_77._error_brru0_140:hover {
3184
3199
  border-color: var(--color-border-error-hover) !important;
3185
3200
  }
3186
- ._select_rp8n6_74._error_rp8n6_134:focus {
3201
+ ._select_brru0_77._error_brru0_140:focus {
3187
3202
  position: relative;
3188
3203
  outline: none !important;
3189
3204
  border-color: var(--color-border-focus) !important;
3190
3205
  box-shadow: var(--shadow-focus);
3191
3206
  z-index: 3;
3192
3207
  }
3193
- ._select_rp8n6_74._warning_rp8n6_151 {
3208
+ ._select_brru0_77._warning_brru0_157 {
3194
3209
  position: relative;
3195
3210
  z-index: 1;
3196
3211
  border-color: var(--color-border-warning);
3197
3212
  color: var(--color-text-warning) !important;
3198
3213
  background-color: var(--color-background-warning);
3199
3214
  }
3200
- ._select_rp8n6_74._warning_rp8n6_151:hover {
3215
+ ._select_brru0_77._warning_brru0_157:hover {
3201
3216
  border-color: var(--color-border-warning-hover) !important;
3202
3217
  }
3203
- ._select_rp8n6_74._warning_rp8n6_151:focus {
3218
+ ._select_brru0_77._warning_brru0_157:focus {
3204
3219
  position: relative;
3205
3220
  outline: none !important;
3206
3221
  border-color: var(--color-border-focus) !important;
3207
3222
  box-shadow: var(--shadow-focus);
3208
3223
  z-index: 3;
3209
3224
  }
3210
- ._select_rp8n6_74._small_rp8n6_168 {
3225
+ ._select_brru0_77._small_brru0_174 {
3211
3226
  font-size: var(--font-size-sm);
3212
3227
  height: var(--size-sm);
3213
3228
  padding: var(--padding-input-sm);
@@ -3215,32 +3230,31 @@ html[data-theme='dark'] {
3215
3230
  background-position: right var(--spacing-2xs) center;
3216
3231
  padding-right: 28px;
3217
3232
  }
3218
- ._select_rp8n6_74._right_rp8n6_176 {
3233
+ ._select_brru0_77._right_brru0_182 {
3219
3234
  text-align: right;
3220
3235
  text-align-last: right;
3221
3236
  }
3222
- ._select_rp8n6_74[disabled] {
3237
+ ._select_brru0_77[disabled] {
3223
3238
  opacity: 1;
3224
3239
  pointer-events: none;
3225
3240
  background-color: var(--color-background-disabled);
3226
3241
  color: var(--color-text-muted);
3227
3242
  box-shadow: none;
3228
- background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='gray' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
3229
3243
  }
3230
- ._groupOrderFirst_rp8n6_188,
3231
- ._groupOrderMiddle_rp8n6_189 {
3244
+ ._groupOrderFirst_brru0_193,
3245
+ ._groupOrderMiddle_brru0_194 {
3232
3246
  border-top-right-radius: 0 !important;
3233
3247
  border-bottom-right-radius: 0 !important;
3234
3248
  }
3235
- ._groupOrderLast_rp8n6_193,
3236
- ._groupOrderMiddle_rp8n6_189 {
3249
+ ._groupOrderLast_brru0_198,
3250
+ ._groupOrderMiddle_brru0_194 {
3237
3251
  border-top-left-radius: 0 !important;
3238
3252
  border-bottom-left-radius: 0 !important;
3239
3253
  }
3240
- ._layerContainer_siwvj_1 {
3254
+ ._layerContainer_1p0ji_1 {
3241
3255
  z-index: var(--zindex-dropdown);
3242
3256
  }
3243
- ._layer_siwvj_1 {
3257
+ ._layer_1p0ji_1 {
3244
3258
  border: 1px solid var(--color-border);
3245
3259
  border-radius: var(--border-radius);
3246
3260
  overflow: hidden;
@@ -3250,31 +3264,31 @@ html[data-theme='dark'] {
3250
3264
  position: relative;
3251
3265
  font-size: var(--font-size);
3252
3266
  }
3253
- ._layer_siwvj_1 ul {
3267
+ ._layer_1p0ji_1 ul {
3254
3268
  margin: 0;
3255
3269
  padding: 0;
3256
3270
  list-style-type: none;
3257
3271
  }
3258
- ._layer_siwvj_1 ul li {
3272
+ ._layer_1p0ji_1 ul li {
3259
3273
  list-style: none;
3260
3274
  display: block;
3261
3275
  }
3262
- ._layer_siwvj_1._small_siwvj_23 {
3276
+ ._layer_1p0ji_1._small_1p0ji_23 {
3263
3277
  font-size: var(--font-size-sm);
3264
3278
  }
3265
- ._heading_siwvj_26,
3266
- ._option_siwvj_27,
3267
- ._message_siwvj_28 {
3279
+ ._heading_1p0ji_26,
3280
+ ._option_1p0ji_27,
3281
+ ._message_1p0ji_28 {
3268
3282
  padding: var(--padding-input);
3269
3283
  padding-right: 0;
3270
3284
  }
3271
- ._small_siwvj_23 ._heading_siwvj_26,
3272
- ._small_siwvj_23 ._option_siwvj_27,
3273
- ._small_siwvj_23 ._message_siwvj_28 {
3285
+ ._small_1p0ji_23 ._heading_1p0ji_26,
3286
+ ._small_1p0ji_23 ._option_1p0ji_27,
3287
+ ._small_1p0ji_23 ._message_1p0ji_28 {
3274
3288
  padding: var(--padding-input-sm);
3275
3289
  padding-right: 0;
3276
3290
  }
3277
- ._heading_siwvj_26 {
3291
+ ._heading_1p0ji_26 {
3278
3292
  color: var(--color-text-muted);
3279
3293
  letter-spacing: 0.1em;
3280
3294
  text-transform: uppercase;
@@ -3285,13 +3299,13 @@ html[data-theme='dark'] {
3285
3299
  text-overflow: ellipsis;
3286
3300
  white-space: nowrap;
3287
3301
  }
3288
- ._small_siwvj_23 ._heading_siwvj_26 {
3302
+ ._small_1p0ji_23 ._heading_1p0ji_26 {
3289
3303
  font-size: var(--font-size-xs);
3290
3304
  }
3291
- ._message_siwvj_28 {
3305
+ ._message_1p0ji_28 {
3292
3306
  color: var(--color-text-faint);
3293
3307
  }
3294
- ._option_siwvj_27 {
3308
+ ._option_1p0ji_27 {
3295
3309
  line-height: var(--line-height);
3296
3310
  display: flex;
3297
3311
  align-items: center;
@@ -3300,20 +3314,20 @@ html[data-theme='dark'] {
3300
3314
  height: 100%;
3301
3315
  cursor: pointer;
3302
3316
  }
3303
- ._option_siwvj_27._focused_siwvj_64,
3304
- ._option_siwvj_27:hover {
3317
+ ._option_1p0ji_27._focused_1p0ji_64,
3318
+ ._option_1p0ji_27:hover {
3305
3319
  background-color: var(--color-background-listitem-hover);
3306
3320
  }
3307
- ._option_siwvj_27._selected_siwvj_68 {
3321
+ ._option_1p0ji_27._selected_1p0ji_68 {
3308
3322
  background-color: var(--color-background-listitem-active);
3309
3323
  }
3310
- ._option_siwvj_27._disabled_siwvj_71 {
3324
+ ._option_1p0ji_27._disabled_1p0ji_71 {
3311
3325
  opacity: 0.2;
3312
3326
  cursor: inherit;
3313
3327
  }
3314
- ._option_siwvj_27 ._check_siwvj_75 {
3328
+ ._option_1p0ji_27 ._check_1p0ji_75 {
3315
3329
  color: var(--color-text-primary);
3316
- font-size: var(--font-size-xs);
3330
+ font-size: var(--font-size);
3317
3331
  width: var(--size);
3318
3332
  height: var(--size);
3319
3333
  display: flex;
@@ -3321,112 +3335,115 @@ html[data-theme='dark'] {
3321
3335
  align-items: center;
3322
3336
  flex-shrink: 0;
3323
3337
  }
3324
- ._small_siwvj_23 ._option_siwvj_27 ._check_siwvj_75 {
3338
+ ._small_1p0ji_23 ._option_1p0ji_27 ._check_1p0ji_75 {
3325
3339
  width: var(--size-sm);
3326
3340
  height: var(--size-sm);
3327
3341
  }
3328
- ._option_siwvj_27 ._check_siwvj_75 svg {
3342
+ ._option_1p0ji_27 ._check_1p0ji_75 svg {
3329
3343
  display: block;
3330
3344
  }
3331
- ._option_siwvj_27 ._optionContent_siwvj_92 {
3345
+ ._option_1p0ji_27 ._optionContent_1p0ji_92 {
3332
3346
  flex-wrap: wrap;
3333
3347
  margin-right: auto;
3334
3348
  overflow: hidden;
3335
3349
  }
3336
- ._option_siwvj_27 ._optionContent_siwvj_92 ._label_siwvj_97 {
3350
+ ._option_1p0ji_27 ._optionContent_1p0ji_92 ._label_1p0ji_97 {
3337
3351
  max-width: 100%;
3338
3352
  display: block;
3339
3353
  overflow: hidden;
3340
3354
  text-overflow: ellipsis;
3341
3355
  white-space: nowrap;
3342
3356
  }
3343
- ._option_siwvj_27 ._optionContent_siwvj_92 ._icon_siwvj_104 {
3344
- margin-left: 8px;
3357
+ ._option_1p0ji_27 ._optionContent_1p0ji_92 ._icon_1p0ji_104 {
3358
+ margin-left: var(--spacing-xs);
3345
3359
  line-height: 0;
3346
3360
  }
3347
- ._details_siwvj_108 {
3361
+ ._details_1p0ji_108 {
3348
3362
  float: right;
3349
3363
  display: inline;
3350
3364
  white-space: nowrap;
3351
3365
  }
3352
- ._inputInTable_knwss_1 {
3366
+ ._inputInTable_1dpp2_1 {
3353
3367
  background-color: transparent;
3354
3368
  border-radius: inherit !important;
3355
3369
  height: var(--size);
3356
3370
  min-height: 100%;
3357
3371
  }
3358
- ._inputInTable_knwss_1:not(:hover) {
3372
+ ._inputInTable_1dpp2_1:not(:hover) {
3359
3373
  border-color: transparent;
3360
3374
  }
3361
- ._inputHover_knwss_10 {
3375
+ ._inputInTable_1dpp2_1:not(:focus) {
3376
+ box-shadow: none;
3377
+ }
3378
+ ._inputHover_1dpp2_13 {
3362
3379
  position: relative;
3363
3380
  border-color: var(--color-border-hover);
3364
3381
  z-index: 2;
3365
3382
  }
3366
- ._inputFocus_knwss_15 {
3383
+ ._inputFocus_1dpp2_18 {
3367
3384
  position: relative;
3368
3385
  outline: none !important;
3369
3386
  border-color: var(--color-border-focus) !important;
3370
3387
  box-shadow: var(--shadow-focus);
3371
3388
  z-index: 3;
3372
3389
  }
3373
- ._inputError_knwss_22,
3374
- ._inputWarning_knwss_23 {
3390
+ ._inputError_1dpp2_25,
3391
+ ._inputWarning_1dpp2_26 {
3375
3392
  position: relative;
3376
3393
  }
3377
- ._inputError_knwss_22 {
3394
+ ._inputError_1dpp2_25 {
3378
3395
  z-index: 2;
3379
3396
  border-color: var(--color-border-error);
3380
3397
  color: var(--color-text-error) !important;
3381
3398
  background-color: var(--color-background-error);
3382
3399
  }
3383
- ._inputError_knwss_22:hover {
3400
+ ._inputError_1dpp2_25:hover {
3384
3401
  border-color: var(--color-border-error-hover) !important;
3385
3402
  }
3386
- ._inputError_knwss_22:focus {
3403
+ ._inputError_1dpp2_25:focus {
3387
3404
  position: relative;
3388
3405
  outline: none !important;
3389
3406
  border-color: var(--color-border-focus) !important;
3390
3407
  box-shadow: var(--shadow-focus);
3391
3408
  z-index: 3;
3392
3409
  }
3393
- ._inputWarning_knwss_23 {
3410
+ ._inputWarning_1dpp2_26 {
3394
3411
  z-index: 1;
3395
3412
  border-color: var(--color-border-warning);
3396
3413
  color: var(--color-text-warning) !important;
3397
3414
  background-color: var(--color-background-warning);
3398
3415
  }
3399
- ._inputWarning_knwss_23:hover {
3416
+ ._inputWarning_1dpp2_26:hover {
3400
3417
  border-color: var(--color-border-warning-hover) !important;
3401
3418
  }
3402
- ._inputWarning_knwss_23:focus {
3419
+ ._inputWarning_1dpp2_26:focus {
3403
3420
  position: relative;
3404
3421
  outline: none !important;
3405
3422
  border-color: var(--color-border-focus) !important;
3406
3423
  box-shadow: var(--shadow-focus);
3407
3424
  z-index: 3;
3408
3425
  }
3409
- ._inputDisabled_knwss_58 {
3426
+ ._inputDisabled_1dpp2_61 {
3410
3427
  pointer-events: none;
3411
3428
  background-color: var(--color-background-disabled);
3412
3429
  color: var(--color-text-muted);
3413
3430
  box-shadow: none;
3414
3431
  }
3415
- ._hideScrollbars_knwss_64 {
3432
+ ._hideScrollbars_1dpp2_67 {
3416
3433
  /* Firefox */
3417
3434
  scrollbar-width: none;
3418
3435
  /* IE 10+ */
3419
3436
  -ms-overflow-style: none;
3420
3437
  /* Chrome, Safari and Opera */
3421
3438
  }
3422
- ._hideScrollbars_knwss_64::-webkit-scrollbar {
3439
+ ._hideScrollbars_1dpp2_67::-webkit-scrollbar {
3423
3440
  display: none;
3424
3441
  }
3425
3442
  :root {
3426
3443
  --size-select-icon: calc(var(--size) / 2);
3427
3444
  --size-select-icon-sm: calc(var(--size-sm) / 2);
3428
3445
  }
3429
- ._trigger_knwss_78 {
3446
+ ._trigger_1dpp2_81 {
3430
3447
  font-weight: normal;
3431
3448
  display: flex;
3432
3449
  align-items: center;
@@ -3438,85 +3455,88 @@ html[data-theme='dark'] {
3438
3455
  padding-left: var(--padding-input-x);
3439
3456
  box-shadow: var(--shadow-button);
3440
3457
  }
3441
- ._trigger_knwss_78 input {
3458
+ ._trigger_1dpp2_81 input {
3442
3459
  border: none !important;
3443
3460
  background: transparent !important;
3444
3461
  }
3445
- ._trigger_knwss_78._isInTable_knwss_94 {
3462
+ ._trigger_1dpp2_81._isInTable_1dpp2_97 {
3446
3463
  background-color: transparent;
3447
3464
  border-radius: inherit !important;
3448
3465
  height: var(--size);
3449
3466
  min-height: 100%;
3450
3467
  }
3451
- ._trigger_knwss_78._isInTable_knwss_94:not(:hover) {
3468
+ ._trigger_1dpp2_81._isInTable_1dpp2_97:not(:hover) {
3452
3469
  border-color: transparent;
3453
3470
  }
3454
- ._trigger_knwss_78._isInTable_knwss_94 ._input_knwss_1 {
3471
+ ._trigger_1dpp2_81._isInTable_1dpp2_97:not(:focus) {
3472
+ box-shadow: none;
3473
+ }
3474
+ ._trigger_1dpp2_81._isInTable_1dpp2_97 ._input_1dpp2_1 {
3455
3475
  background: transparent !important;
3456
3476
  }
3457
- ._trigger_knwss_78:hover {
3477
+ ._trigger_1dpp2_81:hover {
3458
3478
  position: relative;
3459
3479
  border-color: var(--color-border-hover);
3460
3480
  z-index: 2;
3461
3481
  cursor: pointer;
3462
3482
  }
3463
- ._trigger_knwss_78._isOpen_knwss_112,
3464
- ._trigger_knwss_78:focus {
3483
+ ._trigger_1dpp2_81._isOpen_1dpp2_118,
3484
+ ._trigger_1dpp2_81:focus {
3465
3485
  position: relative;
3466
3486
  outline: none !important;
3467
3487
  border-color: var(--color-border-focus) !important;
3468
3488
  box-shadow: var(--shadow-focus);
3469
3489
  z-index: 3;
3470
3490
  }
3471
- ._trigger_knwss_78._error_knwss_120 {
3491
+ ._trigger_1dpp2_81._error_1dpp2_126 {
3472
3492
  position: relative;
3473
3493
  z-index: 2;
3474
3494
  border-color: var(--color-border-error);
3475
3495
  color: var(--color-text-error) !important;
3476
3496
  background-color: var(--color-background-error);
3477
3497
  }
3478
- ._trigger_knwss_78._error_knwss_120:hover {
3498
+ ._trigger_1dpp2_81._error_1dpp2_126:hover {
3479
3499
  border-color: var(--color-border-error-hover) !important;
3480
3500
  }
3481
- ._trigger_knwss_78._error_knwss_120:focus {
3501
+ ._trigger_1dpp2_81._error_1dpp2_126:focus {
3482
3502
  position: relative;
3483
3503
  outline: none !important;
3484
3504
  border-color: var(--color-border-focus) !important;
3485
3505
  box-shadow: var(--shadow-focus);
3486
3506
  z-index: 3;
3487
3507
  }
3488
- ._trigger_knwss_78._warning_knwss_137 {
3508
+ ._trigger_1dpp2_81._warning_1dpp2_143 {
3489
3509
  position: relative;
3490
3510
  z-index: 1;
3491
3511
  border-color: var(--color-border-warning);
3492
3512
  color: var(--color-text-warning) !important;
3493
3513
  background-color: var(--color-background-warning);
3494
3514
  }
3495
- ._trigger_knwss_78._warning_knwss_137:hover {
3515
+ ._trigger_1dpp2_81._warning_1dpp2_143:hover {
3496
3516
  border-color: var(--color-border-warning-hover) !important;
3497
3517
  }
3498
- ._trigger_knwss_78._warning_knwss_137:focus {
3518
+ ._trigger_1dpp2_81._warning_1dpp2_143:focus {
3499
3519
  position: relative;
3500
3520
  outline: none !important;
3501
3521
  border-color: var(--color-border-focus) !important;
3502
3522
  box-shadow: var(--shadow-focus);
3503
3523
  z-index: 3;
3504
3524
  }
3505
- ._trigger_knwss_78._disabled_knwss_154 {
3525
+ ._trigger_1dpp2_81._disabled_1dpp2_160 {
3506
3526
  pointer-events: none;
3507
3527
  background-color: var(--color-background-disabled);
3508
3528
  color: var(--color-text-muted);
3509
3529
  box-shadow: none;
3510
3530
  }
3511
- ._icons_knwss_160 {
3531
+ ._icons_1dpp2_166 {
3512
3532
  display: flex;
3513
3533
  flex-wrap: nowrap;
3514
3534
  flex-shrink: 0;
3515
3535
  position: relative;
3516
3536
  z-index: 2;
3517
3537
  }
3518
- ._icons_knwss_160 ._clearAll_knwss_167,
3519
- ._icons_knwss_160 ._iconOpen_knwss_168 {
3538
+ ._icons_1dpp2_166 ._clearAll_1dpp2_173,
3539
+ ._icons_1dpp2_166 ._iconOpen_1dpp2_174 {
3520
3540
  font-size: var(--size-select-icon);
3521
3541
  width: var(--size);
3522
3542
  height: var(--size);
@@ -3525,16 +3545,16 @@ html[data-theme='dark'] {
3525
3545
  align-items: center;
3526
3546
  color: var(--color-text);
3527
3547
  }
3528
- ._small_knwss_177 ._icons_knwss_160 ._clearAll_knwss_167,
3529
- ._small_knwss_177 ._icons_knwss_160 ._iconOpen_knwss_168 {
3548
+ ._small_1dpp2_183 ._icons_1dpp2_166 ._clearAll_1dpp2_173,
3549
+ ._small_1dpp2_183 ._icons_1dpp2_166 ._iconOpen_1dpp2_174 {
3530
3550
  font-size: var(--size-select-icon-sm);
3531
3551
  width: var(--size-sm);
3532
3552
  height: var(--size-sm);
3533
3553
  }
3534
- ._icons_knwss_160 ._clearAll_knwss_167:hover {
3554
+ ._icons_1dpp2_166 ._clearAll_1dpp2_173:hover {
3535
3555
  color: var(--color-text-primary);
3536
3556
  }
3537
- ._triggerInputContainer_knwss_186 {
3557
+ ._triggerInputContainer_1dpp2_192 {
3538
3558
  display: flex;
3539
3559
  align-items: center;
3540
3560
  position: relative;
@@ -3543,31 +3563,31 @@ html[data-theme='dark'] {
3543
3563
  min-width: 0;
3544
3564
  margin-right: 4px;
3545
3565
  }
3546
- ._right_knwss_195 ._triggerInputContainer_knwss_186 {
3566
+ ._right_1dpp2_201 ._triggerInputContainer_1dpp2_192 {
3547
3567
  justify-content: flex-end;
3548
3568
  text-align: right;
3549
3569
  }
3550
- ._right_knwss_195 ._triggerInputContainer_knwss_186 input {
3570
+ ._right_1dpp2_201 ._triggerInputContainer_1dpp2_192 input {
3551
3571
  padding-right: 0;
3552
3572
  padding-left: 0;
3553
3573
  text-align: right;
3554
3574
  width: 0;
3555
3575
  }
3556
- ._right_knwss_195 ._triggerInputContainer_knwss_186 input:focus {
3576
+ ._right_1dpp2_201 ._triggerInputContainer_1dpp2_192 input:focus {
3557
3577
  width: auto;
3558
3578
  }
3559
- ._multiOptions_knwss_208 {
3579
+ ._multiOptions_1dpp2_214 {
3560
3580
  display: flex;
3561
3581
  overflow: hidden;
3562
3582
  margin-left: -8px;
3563
3583
  }
3564
- ._small_knwss_177 ._multiOptions_knwss_208 {
3584
+ ._small_1dpp2_183 ._multiOptions_1dpp2_214 {
3565
3585
  margin-left: -5px;
3566
3586
  }
3567
- ._multiOptions_knwss_208:empty {
3587
+ ._multiOptions_1dpp2_214:empty {
3568
3588
  display: none !important;
3569
3589
  }
3570
- ._multiOptions_knwss_208 ._multiOption_knwss_208 {
3590
+ ._multiOptions_1dpp2_214 ._multiOption_1dpp2_214 {
3571
3591
  user-select: none;
3572
3592
  pointer-events: none;
3573
3593
  display: inline-flex;
@@ -3584,30 +3604,30 @@ html[data-theme='dark'] {
3584
3604
  flex-shrink: 0;
3585
3605
  margin-right: 2px;
3586
3606
  }
3587
- ._small_knwss_177 ._multiOptions_knwss_208 ._multiOption_knwss_208 {
3607
+ ._small_1dpp2_183 ._multiOptions_1dpp2_214 ._multiOption_1dpp2_214 {
3588
3608
  height: var(--size-xs);
3589
3609
  padding: 0 3px;
3590
3610
  }
3591
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._label_knwss_240 {
3611
+ ._multiOptions_1dpp2_214 ._multiOption_1dpp2_214 ._label_1dpp2_246 {
3592
3612
  white-space: nowrap;
3593
3613
  }
3594
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243 {
3614
+ ._multiOptions_1dpp2_214 ._multiOption_1dpp2_214 ._closeMultiOption_1dpp2_249 {
3595
3615
  flex-shrink: 0;
3596
3616
  display: flex;
3597
3617
  align-items: center;
3598
3618
  justify-content: center;
3599
3619
  height: 100%;
3600
- width: 24px;
3620
+ width: var(--size-sm);
3601
3621
  opacity: 0.25;
3602
3622
  aspect-ratio: 1;
3603
3623
  }
3604
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243:hover,
3605
- ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243._focus_knwss_254 {
3624
+ ._multiOptions_1dpp2_214 ._multiOption_1dpp2_214 ._closeMultiOption_1dpp2_249:hover,
3625
+ ._multiOptions_1dpp2_214 ._multiOption_1dpp2_214 ._closeMultiOption_1dpp2_249._focus_1dpp2_260 {
3606
3626
  opacity: 1;
3607
3627
  outline: 0;
3608
3628
  }
3609
- ._selectedSingleValue_knwss_258,
3610
- ._placeHolder_knwss_259 {
3629
+ ._selectedSingleValue_1dpp2_264,
3630
+ ._placeHolder_1dpp2_265 {
3611
3631
  line-height: calc(var(--size) - 2px);
3612
3632
  right: 0;
3613
3633
  left: 0;
@@ -3617,10 +3637,10 @@ html[data-theme='dark'] {
3617
3637
  display: block;
3618
3638
  position: absolute;
3619
3639
  }
3620
- ._placeHolder_knwss_259 {
3640
+ ._placeHolder_1dpp2_265 {
3621
3641
  color: var(--color-text-placeholder);
3622
3642
  }
3623
- ._input_knwss_1 {
3643
+ ._input_1dpp2_1 {
3624
3644
  font-family: var(--font-family);
3625
3645
  background-color: transparent;
3626
3646
  border: none;
@@ -3628,43 +3648,43 @@ html[data-theme='dark'] {
3628
3648
  padding: 0;
3629
3649
  width: 0;
3630
3650
  }
3631
- ._input_knwss_1._error_knwss_120 {
3651
+ ._input_1dpp2_1._error_1dpp2_126 {
3632
3652
  color: var(--color-text-error) !important;
3633
3653
  }
3634
- ._input_knwss_1:focus {
3654
+ ._input_1dpp2_1:focus {
3635
3655
  outline: none;
3636
3656
  width: auto;
3637
3657
  }
3638
- ._small_knwss_177 {
3658
+ ._small_1dpp2_183 {
3639
3659
  height: var(--size-sm);
3640
3660
  font-size: var(--font-size-sm);
3641
3661
  padding-left: var(--padding-input-sm-x);
3642
3662
  }
3643
- ._small_knwss_177 ._selectedSingleValue_knwss_258,
3644
- ._small_knwss_177 ._placeHolder_knwss_259,
3645
- ._small_knwss_177 ._input_knwss_1 {
3663
+ ._small_1dpp2_183 ._selectedSingleValue_1dpp2_264,
3664
+ ._small_1dpp2_183 ._placeHolder_1dpp2_265,
3665
+ ._small_1dpp2_183 ._input_1dpp2_1 {
3646
3666
  height: calc(var(--size-sm) - 2px);
3647
3667
  line-height: calc(var(--size-sm) - 2px);
3648
3668
  }
3649
- ._groupOrderFirst_knwss_298,
3650
- ._groupOrderMiddle_knwss_299 {
3669
+ ._groupOrderFirst_1dpp2_304,
3670
+ ._groupOrderMiddle_1dpp2_305 {
3651
3671
  border-top-right-radius: 0 !important;
3652
3672
  border-bottom-right-radius: 0 !important;
3653
3673
  }
3654
- ._groupOrderLast_knwss_303,
3655
- ._groupOrderMiddle_knwss_299 {
3674
+ ._groupOrderLast_1dpp2_309,
3675
+ ._groupOrderMiddle_1dpp2_305 {
3656
3676
  border-top-left-radius: 0 !important;
3657
3677
  border-bottom-left-radius: 0 !important;
3658
3678
  }
3659
- ._detailedLabel_knwss_308 {
3679
+ ._detailedLabel_1dpp2_314 {
3660
3680
  width: 100%;
3661
3681
  }
3662
- ._detailedLabel_knwss_308 :first-child {
3682
+ ._detailedLabel_1dpp2_314 :first-child {
3663
3683
  float: left;
3664
3684
  position: absolute;
3665
3685
  padding-right: 5px;
3666
3686
  }
3667
- ._detailedLabel_knwss_308 :last-child {
3687
+ ._detailedLabel_1dpp2_314 :last-child {
3668
3688
  float: right;
3669
3689
  }
3670
3690
  ._paginationContainer_1tmz4_1 {
@@ -8374,91 +8394,94 @@ button:active .remirror-menu-pane-shortcut,
8374
8394
  margin: 0;
8375
8395
  /* margin-bottom: var(--rmr-space-2); */
8376
8396
  }
8377
- ._richTextToolbar_1owpg_1 {
8378
- padding: 0 8px;
8397
+ ._richTextToolbar_vvcb9_1 {
8398
+ padding: 0 var(--spacing-xs);
8379
8399
  display: flex;
8380
- gap: 4px;
8400
+ gap: var(--spacing-2xs);
8381
8401
  }
8382
- ._richTextToolbarContainer_1owpg_6 {
8402
+ ._richTextToolbarContainer_vvcb9_6 {
8383
8403
  display: flex;
8384
8404
  justify-content: space-between;
8385
- padding: 8px 0;
8405
+ padding: var(--spacing-xs) 0;
8386
8406
  align-items: flex-end;
8387
8407
  }
8388
- ._inputInTable_qsvki_1 {
8408
+ ._inputInTable_w2f5m_1 {
8389
8409
  background-color: transparent;
8390
8410
  border-radius: inherit !important;
8391
8411
  height: var(--size);
8392
8412
  min-height: 100%;
8393
8413
  }
8394
- ._inputInTable_qsvki_1:not(:hover) {
8414
+ ._inputInTable_w2f5m_1:not(:hover) {
8395
8415
  border-color: transparent;
8396
8416
  }
8397
- ._inputHover_qsvki_10 {
8417
+ ._inputInTable_w2f5m_1:not(:focus) {
8418
+ box-shadow: none;
8419
+ }
8420
+ ._inputHover_w2f5m_13 {
8398
8421
  position: relative;
8399
8422
  border-color: var(--color-border-hover);
8400
8423
  z-index: 2;
8401
8424
  }
8402
- ._inputFocus_qsvki_15 {
8425
+ ._inputFocus_w2f5m_18 {
8403
8426
  position: relative;
8404
8427
  outline: none !important;
8405
8428
  border-color: var(--color-border-focus) !important;
8406
8429
  box-shadow: var(--shadow-focus);
8407
8430
  z-index: 3;
8408
8431
  }
8409
- ._inputError_qsvki_22,
8410
- ._inputWarning_qsvki_23 {
8432
+ ._inputError_w2f5m_25,
8433
+ ._inputWarning_w2f5m_26 {
8411
8434
  position: relative;
8412
8435
  }
8413
- ._inputError_qsvki_22 {
8436
+ ._inputError_w2f5m_25 {
8414
8437
  z-index: 2;
8415
8438
  border-color: var(--color-border-error);
8416
8439
  color: var(--color-text-error) !important;
8417
8440
  background-color: var(--color-background-error);
8418
8441
  }
8419
- ._inputError_qsvki_22:hover {
8442
+ ._inputError_w2f5m_25:hover {
8420
8443
  border-color: var(--color-border-error-hover) !important;
8421
8444
  }
8422
- ._inputError_qsvki_22:focus {
8445
+ ._inputError_w2f5m_25:focus {
8423
8446
  position: relative;
8424
8447
  outline: none !important;
8425
8448
  border-color: var(--color-border-focus) !important;
8426
8449
  box-shadow: var(--shadow-focus);
8427
8450
  z-index: 3;
8428
8451
  }
8429
- ._inputWarning_qsvki_23 {
8452
+ ._inputWarning_w2f5m_26 {
8430
8453
  z-index: 1;
8431
8454
  border-color: var(--color-border-warning);
8432
8455
  color: var(--color-text-warning) !important;
8433
8456
  background-color: var(--color-background-warning);
8434
8457
  }
8435
- ._inputWarning_qsvki_23:hover {
8458
+ ._inputWarning_w2f5m_26:hover {
8436
8459
  border-color: var(--color-border-warning-hover) !important;
8437
8460
  }
8438
- ._inputWarning_qsvki_23:focus {
8461
+ ._inputWarning_w2f5m_26:focus {
8439
8462
  position: relative;
8440
8463
  outline: none !important;
8441
8464
  border-color: var(--color-border-focus) !important;
8442
8465
  box-shadow: var(--shadow-focus);
8443
8466
  z-index: 3;
8444
8467
  }
8445
- ._inputDisabled_qsvki_58 {
8468
+ ._inputDisabled_w2f5m_61 {
8446
8469
  pointer-events: none;
8447
8470
  background-color: var(--color-background-disabled);
8448
8471
  color: var(--color-text-muted);
8449
8472
  box-shadow: none;
8450
8473
  }
8451
- ._hideScrollbars_qsvki_64 {
8474
+ ._hideScrollbars_w2f5m_67 {
8452
8475
  /* Firefox */
8453
8476
  scrollbar-width: none;
8454
8477
  /* IE 10+ */
8455
8478
  -ms-overflow-style: none;
8456
8479
  /* Chrome, Safari and Opera */
8457
8480
  }
8458
- ._hideScrollbars_qsvki_64::-webkit-scrollbar {
8481
+ ._hideScrollbars_w2f5m_67::-webkit-scrollbar {
8459
8482
  display: none;
8460
8483
  }
8461
- ._richTextInput_qsvki_74 [role='textbox'] {
8484
+ ._richTextInput_w2f5m_77 [role='textbox'] {
8462
8485
  padding: var(--padding-input);
8463
8486
  background: var(--color-background-input);
8464
8487
  border: 1px solid var(--color-border);
@@ -8467,25 +8490,25 @@ button:active .remirror-menu-pane-shortcut,
8467
8490
  transition: border-color 0.1s ease;
8468
8491
  white-space: pre-wrap;
8469
8492
  }
8470
- ._richTextInput_qsvki_74 [role='textbox']:hover {
8493
+ ._richTextInput_w2f5m_77 [role='textbox']:hover {
8471
8494
  position: relative;
8472
8495
  border-color: var(--color-border-hover);
8473
8496
  z-index: 2;
8474
8497
  }
8475
- ._richTextInput_qsvki_74 [role='textbox']:focus {
8498
+ ._richTextInput_w2f5m_77 [role='textbox']:focus {
8476
8499
  position: relative;
8477
8500
  outline: none !important;
8478
8501
  border-color: var(--color-border-focus) !important;
8479
8502
  box-shadow: var(--shadow-focus);
8480
8503
  z-index: 3;
8481
8504
  }
8482
- ._richTextInput_qsvki_74 [role='textbox'][aria-readonly='true'] {
8505
+ ._richTextInput_w2f5m_77 [role='textbox'][aria-readonly='true'] {
8483
8506
  pointer-events: none;
8484
8507
  background-color: var(--color-background-disabled);
8485
8508
  color: var(--color-text-muted);
8486
8509
  box-shadow: none;
8487
8510
  }
8488
- ._richTextInput_qsvki_74 [data-placeholder]::before {
8511
+ ._richTextInput_w2f5m_77 [data-placeholder]::before {
8489
8512
  color: var(--color-text-faint);
8490
8513
  font-style: normal;
8491
8514
  }
@@ -8494,118 +8517,121 @@ button:active .remirror-menu-pane-shortcut,
8494
8517
  min-height: 0;
8495
8518
  flex-shrink: 0;
8496
8519
  }
8497
- ._inputInTable_j3ulf_1 {
8520
+ ._inputInTable_1j67l_1 {
8498
8521
  background-color: transparent;
8499
8522
  border-radius: inherit !important;
8500
8523
  height: var(--size);
8501
8524
  min-height: 100%;
8502
8525
  }
8503
- ._inputInTable_j3ulf_1:not(:hover) {
8526
+ ._inputInTable_1j67l_1:not(:hover) {
8504
8527
  border-color: transparent;
8505
8528
  }
8506
- ._inputHover_j3ulf_10 {
8529
+ ._inputInTable_1j67l_1:not(:focus) {
8530
+ box-shadow: none;
8531
+ }
8532
+ ._inputHover_1j67l_13 {
8507
8533
  position: relative;
8508
8534
  border-color: var(--color-border-hover);
8509
8535
  z-index: 2;
8510
8536
  }
8511
- ._inputFocus_j3ulf_15 {
8537
+ ._inputFocus_1j67l_18 {
8512
8538
  position: relative;
8513
8539
  outline: none !important;
8514
8540
  border-color: var(--color-border-focus) !important;
8515
8541
  box-shadow: var(--shadow-focus);
8516
8542
  z-index: 3;
8517
8543
  }
8518
- ._inputError_j3ulf_22,
8519
- ._inputWarning_j3ulf_23 {
8544
+ ._inputError_1j67l_25,
8545
+ ._inputWarning_1j67l_26 {
8520
8546
  position: relative;
8521
8547
  }
8522
- ._inputError_j3ulf_22 {
8548
+ ._inputError_1j67l_25 {
8523
8549
  z-index: 2;
8524
8550
  border-color: var(--color-border-error);
8525
8551
  color: var(--color-text-error) !important;
8526
8552
  background-color: var(--color-background-error);
8527
8553
  }
8528
- ._inputError_j3ulf_22:hover {
8554
+ ._inputError_1j67l_25:hover {
8529
8555
  border-color: var(--color-border-error-hover) !important;
8530
8556
  }
8531
- ._inputError_j3ulf_22:focus {
8557
+ ._inputError_1j67l_25:focus {
8532
8558
  position: relative;
8533
8559
  outline: none !important;
8534
8560
  border-color: var(--color-border-focus) !important;
8535
8561
  box-shadow: var(--shadow-focus);
8536
8562
  z-index: 3;
8537
8563
  }
8538
- ._inputWarning_j3ulf_23 {
8564
+ ._inputWarning_1j67l_26 {
8539
8565
  z-index: 1;
8540
8566
  border-color: var(--color-border-warning);
8541
8567
  color: var(--color-text-warning) !important;
8542
8568
  background-color: var(--color-background-warning);
8543
8569
  }
8544
- ._inputWarning_j3ulf_23:hover {
8570
+ ._inputWarning_1j67l_26:hover {
8545
8571
  border-color: var(--color-border-warning-hover) !important;
8546
8572
  }
8547
- ._inputWarning_j3ulf_23:focus {
8573
+ ._inputWarning_1j67l_26:focus {
8548
8574
  position: relative;
8549
8575
  outline: none !important;
8550
8576
  border-color: var(--color-border-focus) !important;
8551
8577
  box-shadow: var(--shadow-focus);
8552
8578
  z-index: 3;
8553
8579
  }
8554
- ._inputDisabled_j3ulf_58 {
8580
+ ._inputDisabled_1j67l_61 {
8555
8581
  pointer-events: none;
8556
8582
  background-color: var(--color-background-disabled);
8557
8583
  color: var(--color-text-muted);
8558
8584
  box-shadow: none;
8559
8585
  }
8560
- ._hideScrollbars_j3ulf_64 {
8586
+ ._hideScrollbars_1j67l_67 {
8561
8587
  /* Firefox */
8562
8588
  scrollbar-width: none;
8563
8589
  /* IE 10+ */
8564
8590
  -ms-overflow-style: none;
8565
8591
  /* Chrome, Safari and Opera */
8566
8592
  }
8567
- ._hideScrollbars_j3ulf_64::-webkit-scrollbar {
8593
+ ._hideScrollbars_1j67l_67::-webkit-scrollbar {
8568
8594
  display: none;
8569
8595
  }
8570
8596
  :root {
8571
8597
  --color-background-sidebar: var(--color-neutral-950);
8572
8598
  }
8573
- ._sidebar_j3ulf_77 {
8599
+ ._sidebar_1j67l_80 {
8574
8600
  background-color: var(--color-background-sidebar);
8575
8601
  color: white;
8576
8602
  position: relative;
8577
8603
  padding: var(--padding-y) 0;
8578
8604
  }
8579
8605
  @media print {
8580
- ._sidebar_j3ulf_77 {
8606
+ ._sidebar_1j67l_80 {
8581
8607
  display: none;
8582
8608
  }
8583
8609
  }
8584
- ._inner_j3ulf_88 {
8610
+ ._inner_1j67l_91 {
8585
8611
  /* Firefox */
8586
8612
  scrollbar-width: none;
8587
8613
  /* IE 10+ */
8588
8614
  -ms-overflow-style: none;
8589
8615
  /* Chrome, Safari and Opera */
8590
8616
  }
8591
- ._inner_j3ulf_88::-webkit-scrollbar {
8617
+ ._inner_1j67l_91::-webkit-scrollbar {
8592
8618
  display: none;
8593
8619
  }
8594
- ._title_j3ulf_98,
8595
- ._subtitle_j3ulf_99,
8596
- ._label_j3ulf_100 {
8620
+ ._title_1j67l_101,
8621
+ ._subtitle_1j67l_102,
8622
+ ._label_1j67l_103 {
8597
8623
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
8598
8624
  max-height: 50px;
8599
8625
  }
8600
- ._collapsed_j3ulf_104 ._title_j3ulf_98,
8601
- ._collapsed_j3ulf_104 ._subtitle_j3ulf_99,
8602
- ._collapsed_j3ulf_104 ._label_j3ulf_100 {
8626
+ ._collapsed_1j67l_107 ._title_1j67l_101,
8627
+ ._collapsed_1j67l_107 ._subtitle_1j67l_102,
8628
+ ._collapsed_1j67l_107 ._label_1j67l_103 {
8603
8629
  opacity: 0;
8604
8630
  max-height: 0;
8605
8631
  margin-bottom: 0;
8606
8632
  margin-top: 0;
8607
8633
  }
8608
- ._title_j3ulf_98 {
8634
+ ._title_1j67l_101 {
8609
8635
  overflow: hidden;
8610
8636
  max-width: 100%;
8611
8637
  text-overflow: ellipsis;
@@ -8614,7 +8640,7 @@ button:active .remirror-menu-pane-shortcut,
8614
8640
  font-size: var(--font-size-lg);
8615
8641
  padding: 0 var(--padding-x);
8616
8642
  }
8617
- ._subtitle_j3ulf_99 {
8643
+ ._subtitle_1j67l_102 {
8618
8644
  margin-bottom: 0.75rem;
8619
8645
  white-space: nowrap;
8620
8646
  font-size: var(--font-size-sm);
@@ -8622,11 +8648,11 @@ button:active .remirror-menu-pane-shortcut,
8622
8648
  opacity: 0.6;
8623
8649
  padding: 0 var(--padding-x);
8624
8650
  }
8625
- ._list_j3ulf_129 {
8651
+ ._list_1j67l_132 {
8626
8652
  margin-bottom: 2rem;
8627
8653
  margin-top: 0;
8628
8654
  }
8629
- ._item_j3ulf_133 {
8655
+ ._item_1j67l_136 {
8630
8656
  min-height: var(--size-lg);
8631
8657
  transition: padding 0.2s;
8632
8658
  font-size: var(--font-size-lg);
@@ -8636,30 +8662,30 @@ button:active .remirror-menu-pane-shortcut,
8636
8662
  padding: 0 var(--padding-x);
8637
8663
  align-items: center;
8638
8664
  }
8639
- ._collapsed_j3ulf_104 ._item_j3ulf_133 {
8665
+ ._collapsed_1j67l_107 ._item_1j67l_136 {
8640
8666
  padding: 0 9px;
8641
8667
  }
8642
- ._item_j3ulf_133:focus {
8668
+ ._item_1j67l_136:focus {
8643
8669
  outline: none;
8644
8670
  }
8645
- ._item_j3ulf_133::-moz-focus-inner {
8671
+ ._item_1j67l_136::-moz-focus-inner {
8646
8672
  border: 0;
8647
8673
  }
8648
- ._item_j3ulf_133:hover,
8649
- ._item_j3ulf_133:focus {
8674
+ ._item_1j67l_136:hover,
8675
+ ._item_1j67l_136:focus {
8650
8676
  color: var(--color-primary-400);
8651
8677
  }
8652
- ._item_j3ulf_133:active {
8678
+ ._item_1j67l_136:active {
8653
8679
  color: var(--color-primary-300);
8654
8680
  }
8655
- ._item_j3ulf_133._active_j3ulf_159 {
8681
+ ._item_1j67l_136._active_1j67l_162 {
8656
8682
  color: white;
8657
8683
  background: black;
8658
8684
  }
8659
- ._item_j3ulf_133._experimental_j3ulf_163 {
8685
+ ._item_1j67l_136._experimental_1j67l_166 {
8660
8686
  background: #40130b;
8661
8687
  }
8662
- ._icon_j3ulf_166 {
8688
+ ._icon_1j67l_169 {
8663
8689
  margin-right: 10px;
8664
8690
  line-height: 0;
8665
8691
  flex-shrink: 0;
@@ -8667,23 +8693,23 @@ button:active .remirror-menu-pane-shortcut,
8667
8693
  opacity: 0.4;
8668
8694
  display: block;
8669
8695
  }
8670
- ._item_j3ulf_133:hover ._icon_j3ulf_166,
8671
- ._item_j3ulf_133:focus ._icon_j3ulf_166 {
8696
+ ._item_1j67l_136:hover ._icon_1j67l_169,
8697
+ ._item_1j67l_136:focus ._icon_1j67l_169 {
8672
8698
  opacity: 0.6;
8673
8699
  }
8674
- ._item_j3ulf_133:active ._icon_j3ulf_166 {
8700
+ ._item_1j67l_136:active ._icon_1j67l_169 {
8675
8701
  opacity: 0.8;
8676
8702
  }
8677
- ._item_j3ulf_133._active_j3ulf_159 ._icon_j3ulf_166 {
8703
+ ._item_1j67l_136._active_1j67l_162 ._icon_1j67l_169 {
8678
8704
  opacity: 1;
8679
8705
  }
8680
- ._icon_j3ulf_166 > * {
8706
+ ._icon_1j67l_169 > * {
8681
8707
  opacity: 1;
8682
8708
  }
8683
- ._icon_j3ulf_166 > span {
8709
+ ._icon_1j67l_169 > span {
8684
8710
  display: block;
8685
8711
  }
8686
- ._label_j3ulf_100 {
8712
+ ._label_1j67l_103 {
8687
8713
  white-space: nowrap;
8688
8714
  overflow: hidden;
8689
8715
  }
@@ -9024,77 +9050,80 @@ button:active .remirror-menu-pane-shortcut,
9024
9050
  text-overflow: ellipsis;
9025
9051
  flex-shrink: 0;
9026
9052
  }
9027
- ._inputInTable_kz0i8_1 {
9053
+ ._inputInTable_179we_1 {
9028
9054
  background-color: transparent;
9029
9055
  border-radius: inherit !important;
9030
9056
  height: var(--size);
9031
9057
  min-height: 100%;
9032
9058
  }
9033
- ._inputInTable_kz0i8_1:not(:hover) {
9059
+ ._inputInTable_179we_1:not(:hover) {
9034
9060
  border-color: transparent;
9035
9061
  }
9036
- ._inputHover_kz0i8_10 {
9062
+ ._inputInTable_179we_1:not(:focus) {
9063
+ box-shadow: none;
9064
+ }
9065
+ ._inputHover_179we_13 {
9037
9066
  position: relative;
9038
9067
  border-color: var(--color-border-hover);
9039
9068
  z-index: 2;
9040
9069
  }
9041
- ._inputFocus_kz0i8_15 {
9070
+ ._inputFocus_179we_18 {
9042
9071
  position: relative;
9043
9072
  outline: none !important;
9044
9073
  border-color: var(--color-border-focus) !important;
9045
9074
  box-shadow: var(--shadow-focus);
9046
9075
  z-index: 3;
9047
9076
  }
9048
- ._inputError_kz0i8_22,
9049
- ._inputWarning_kz0i8_23 {
9077
+ ._inputError_179we_25,
9078
+ ._inputWarning_179we_26 {
9050
9079
  position: relative;
9051
9080
  }
9052
- ._inputError_kz0i8_22 {
9081
+ ._inputError_179we_25 {
9053
9082
  z-index: 2;
9054
9083
  border-color: var(--color-border-error);
9055
9084
  color: var(--color-text-error) !important;
9056
9085
  background-color: var(--color-background-error);
9057
9086
  }
9058
- ._inputError_kz0i8_22:hover {
9087
+ ._inputError_179we_25:hover {
9059
9088
  border-color: var(--color-border-error-hover) !important;
9060
9089
  }
9061
- ._inputError_kz0i8_22:focus {
9090
+ ._inputError_179we_25:focus {
9062
9091
  position: relative;
9063
9092
  outline: none !important;
9064
9093
  border-color: var(--color-border-focus) !important;
9065
9094
  box-shadow: var(--shadow-focus);
9066
9095
  z-index: 3;
9067
9096
  }
9068
- ._inputWarning_kz0i8_23 {
9097
+ ._inputWarning_179we_26 {
9069
9098
  z-index: 1;
9070
9099
  border-color: var(--color-border-warning);
9071
9100
  color: var(--color-text-warning) !important;
9072
9101
  background-color: var(--color-background-warning);
9073
9102
  }
9074
- ._inputWarning_kz0i8_23:hover {
9103
+ ._inputWarning_179we_26:hover {
9075
9104
  border-color: var(--color-border-warning-hover) !important;
9076
9105
  }
9077
- ._inputWarning_kz0i8_23:focus {
9106
+ ._inputWarning_179we_26:focus {
9078
9107
  position: relative;
9079
9108
  outline: none !important;
9080
9109
  border-color: var(--color-border-focus) !important;
9081
9110
  box-shadow: var(--shadow-focus);
9082
9111
  z-index: 3;
9083
9112
  }
9084
- ._inputDisabled_kz0i8_58 {
9113
+ ._inputDisabled_179we_61 {
9085
9114
  pointer-events: none;
9086
9115
  background-color: var(--color-background-disabled);
9087
9116
  color: var(--color-text-muted);
9088
9117
  box-shadow: none;
9089
9118
  }
9090
- ._hideScrollbars_kz0i8_64 {
9119
+ ._hideScrollbars_179we_67 {
9091
9120
  /* Firefox */
9092
9121
  scrollbar-width: none;
9093
9122
  /* IE 10+ */
9094
9123
  -ms-overflow-style: none;
9095
9124
  /* Chrome, Safari and Opera */
9096
9125
  }
9097
- ._hideScrollbars_kz0i8_64::-webkit-scrollbar {
9126
+ ._hideScrollbars_179we_67::-webkit-scrollbar {
9098
9127
  display: none;
9099
9128
  }
9100
9129
  :root {
@@ -9107,7 +9136,7 @@ html[data-theme='dark'] {
9107
9136
  --color-background-table-row-tinted: var(--color-neutral-850);
9108
9137
  --color-border-table: black;
9109
9138
  }
9110
- ._wrapper_kz0i8_84 {
9139
+ ._wrapper_179we_87 {
9111
9140
  border-radius: inherit;
9112
9141
  max-height: 100%;
9113
9142
  max-width: 100%;
@@ -9115,21 +9144,21 @@ html[data-theme='dark'] {
9115
9144
  flex-direction: column;
9116
9145
  overflow: hidden;
9117
9146
  }
9118
- ._wrapper_kz0i8_84._bordered_kz0i8_92 {
9147
+ ._wrapper_179we_87._bordered_179we_95 {
9119
9148
  border-radius: var(--border-radius);
9120
9149
  border: 1px solid var(--color-border-table);
9121
9150
  }
9122
- ._scroll_kz0i8_96 {
9151
+ ._scroll_179we_99 {
9123
9152
  overflow-y: auto;
9124
9153
  border-radius: inherit;
9125
9154
  flex: 1;
9126
9155
  min-height: 0;
9127
9156
  }
9128
- ._scroll_kz0i8_96:not(:first-child) {
9157
+ ._scroll_179we_99:not(:first-child) {
9129
9158
  border-top-left-radius: 0;
9130
9159
  border-top-right-radius: 0;
9131
9160
  }
9132
- ._table_kz0i8_106 {
9161
+ ._table_179we_109 {
9133
9162
  background: var(--color-background-raised);
9134
9163
  color: var(--color-text);
9135
9164
  border-collapse: separate;
@@ -9137,32 +9166,32 @@ html[data-theme='dark'] {
9137
9166
  border-radius: inherit;
9138
9167
  width: 100%;
9139
9168
  }
9140
- ._table_kz0i8_106 > :first-child {
9169
+ ._table_179we_109 > :first-child {
9141
9170
  border-top-left-radius: inherit;
9142
9171
  border-top-right-radius: inherit;
9143
9172
  }
9144
- ._table_kz0i8_106 > :first-child > :first-child {
9173
+ ._table_179we_109 > :first-child > :first-child {
9145
9174
  border-top-left-radius: inherit;
9146
9175
  border-top-right-radius: inherit;
9147
9176
  }
9148
- ._table_kz0i8_106 > :first-child > :first-child > :first-child {
9177
+ ._table_179we_109 > :first-child > :first-child > :first-child {
9149
9178
  border-top-left-radius: inherit;
9150
9179
  }
9151
- ._table_kz0i8_106 > :first-child > :first-child > :last-child {
9180
+ ._table_179we_109 > :first-child > :first-child > :last-child {
9152
9181
  border-top-right-radius: inherit;
9153
9182
  }
9154
- ._table_kz0i8_106 > :last-child {
9183
+ ._table_179we_109 > :last-child {
9155
9184
  border-bottom-left-radius: inherit;
9156
9185
  border-bottom-right-radius: inherit;
9157
9186
  }
9158
- ._table_kz0i8_106 > :last-child > :last-child {
9187
+ ._table_179we_109 > :last-child > :last-child {
9159
9188
  border-bottom-left-radius: inherit;
9160
9189
  border-bottom-right-radius: inherit;
9161
9190
  }
9162
- ._table_kz0i8_106 > :last-child > :last-child > :first-child {
9191
+ ._table_179we_109 > :last-child > :last-child > :first-child {
9163
9192
  border-bottom-left-radius: inherit;
9164
9193
  }
9165
- ._table_kz0i8_106 > :last-child > :last-child > :last-child {
9194
+ ._table_179we_109 > :last-child > :last-child > :last-child {
9166
9195
  border-bottom-right-radius: inherit;
9167
9196
  }
9168
9197
  th,
@@ -9179,10 +9208,10 @@ th:not(:first-child),
9179
9208
  td:not(:first-child) {
9180
9209
  border-left-width: 1px;
9181
9210
  }
9182
- ._table_kz0i8_106 > *:not(:last-child) > tr th,
9183
- ._table_kz0i8_106 > *:not(:last-child) > tr td,
9184
- ._table_kz0i8_106 > *:last-child > tr:not(:last-child) th,
9185
- ._table_kz0i8_106 > *:last-child > tr:not(:last-child) td {
9211
+ ._table_179we_109 > *:not(:last-child) > tr th,
9212
+ ._table_179we_109 > *:not(:last-child) > tr td,
9213
+ ._table_179we_109 > *:last-child > tr:not(:last-child) th,
9214
+ ._table_179we_109 > *:last-child > tr:not(:last-child) td {
9186
9215
  border-bottom-width: 1px;
9187
9216
  }
9188
9217
  @-moz-document url-prefix() {
@@ -9209,7 +9238,7 @@ tbody {
9209
9238
  tbody tr {
9210
9239
  background-color: var(--color-background-raised);
9211
9240
  }
9212
- ._striped_kz0i8_186 tbody tr:nth-child(even) {
9241
+ ._striped_179we_189 tbody tr:nth-child(even) {
9213
9242
  background-color: var(--color-background-table-row-tinted);
9214
9243
  }
9215
9244
  ._title_1vehb_1 {
@@ -9237,122 +9266,125 @@ tbody tr {
9237
9266
  justify-content: space-between;
9238
9267
  border-top: 1px solid var(--color-border-table);
9239
9268
  }
9240
- ._inputInTable_1av87_1 {
9269
+ ._inputInTable_1mfuf_1 {
9241
9270
  background-color: transparent;
9242
9271
  border-radius: inherit !important;
9243
9272
  height: var(--size);
9244
9273
  min-height: 100%;
9245
9274
  }
9246
- ._inputInTable_1av87_1:not(:hover) {
9275
+ ._inputInTable_1mfuf_1:not(:hover) {
9247
9276
  border-color: transparent;
9248
9277
  }
9249
- ._inputHover_1av87_10 {
9278
+ ._inputInTable_1mfuf_1:not(:focus) {
9279
+ box-shadow: none;
9280
+ }
9281
+ ._inputHover_1mfuf_13 {
9250
9282
  position: relative;
9251
9283
  border-color: var(--color-border-hover);
9252
9284
  z-index: 2;
9253
9285
  }
9254
- ._inputFocus_1av87_15 {
9286
+ ._inputFocus_1mfuf_18 {
9255
9287
  position: relative;
9256
9288
  outline: none !important;
9257
9289
  border-color: var(--color-border-focus) !important;
9258
9290
  box-shadow: var(--shadow-focus);
9259
9291
  z-index: 3;
9260
9292
  }
9261
- ._inputError_1av87_22,
9262
- ._inputWarning_1av87_23 {
9293
+ ._inputError_1mfuf_25,
9294
+ ._inputWarning_1mfuf_26 {
9263
9295
  position: relative;
9264
9296
  }
9265
- ._inputError_1av87_22 {
9297
+ ._inputError_1mfuf_25 {
9266
9298
  z-index: 2;
9267
9299
  border-color: var(--color-border-error);
9268
9300
  color: var(--color-text-error) !important;
9269
9301
  background-color: var(--color-background-error);
9270
9302
  }
9271
- ._inputError_1av87_22:hover {
9303
+ ._inputError_1mfuf_25:hover {
9272
9304
  border-color: var(--color-border-error-hover) !important;
9273
9305
  }
9274
- ._inputError_1av87_22:focus {
9306
+ ._inputError_1mfuf_25:focus {
9275
9307
  position: relative;
9276
9308
  outline: none !important;
9277
9309
  border-color: var(--color-border-focus) !important;
9278
9310
  box-shadow: var(--shadow-focus);
9279
9311
  z-index: 3;
9280
9312
  }
9281
- ._inputWarning_1av87_23 {
9313
+ ._inputWarning_1mfuf_26 {
9282
9314
  z-index: 1;
9283
9315
  border-color: var(--color-border-warning);
9284
9316
  color: var(--color-text-warning) !important;
9285
9317
  background-color: var(--color-background-warning);
9286
9318
  }
9287
- ._inputWarning_1av87_23:hover {
9319
+ ._inputWarning_1mfuf_26:hover {
9288
9320
  border-color: var(--color-border-warning-hover) !important;
9289
9321
  }
9290
- ._inputWarning_1av87_23:focus {
9322
+ ._inputWarning_1mfuf_26:focus {
9291
9323
  position: relative;
9292
9324
  outline: none !important;
9293
9325
  border-color: var(--color-border-focus) !important;
9294
9326
  box-shadow: var(--shadow-focus);
9295
9327
  z-index: 3;
9296
9328
  }
9297
- ._inputDisabled_1av87_58 {
9329
+ ._inputDisabled_1mfuf_61 {
9298
9330
  pointer-events: none;
9299
9331
  background-color: var(--color-background-disabled);
9300
9332
  color: var(--color-text-muted);
9301
9333
  box-shadow: none;
9302
9334
  }
9303
- ._hideScrollbars_1av87_64 {
9335
+ ._hideScrollbars_1mfuf_67 {
9304
9336
  /* Firefox */
9305
9337
  scrollbar-width: none;
9306
9338
  /* IE 10+ */
9307
9339
  -ms-overflow-style: none;
9308
9340
  /* Chrome, Safari and Opera */
9309
9341
  }
9310
- ._hideScrollbars_1av87_64::-webkit-scrollbar {
9342
+ ._hideScrollbars_1mfuf_67::-webkit-scrollbar {
9311
9343
  display: none;
9312
9344
  }
9313
- ._cell_1av87_74 a {
9345
+ ._cell_1mfuf_77 a {
9314
9346
  cursor: pointer;
9315
9347
  color: var(--color-text-primary);
9316
9348
  }
9317
- ._cell_1av87_74 a:hover {
9349
+ ._cell_1mfuf_77 a:hover {
9318
9350
  color: var(--color-text-primary-hover);
9319
9351
  }
9320
- ._cell_1av87_74 a:active {
9352
+ ._cell_1mfuf_77 a:active {
9321
9353
  color: var(--color-text-primary-active);
9322
9354
  }
9323
- ._cell_1av87_74 a._disabledLink_1av87_84 {
9355
+ ._cell_1mfuf_77 a._disabledLink_1mfuf_87 {
9324
9356
  color: var(--color-text-faint) !important;
9325
9357
  cursor: default !important;
9326
9358
  }
9327
- ._inputWrapper_1av87_88 {
9359
+ ._inputWrapper_1mfuf_91 {
9328
9360
  height: 100%;
9329
9361
  border-radius: inherit;
9330
9362
  }
9331
- ._inputWrapper_1av87_88 > span,
9332
- ._inputWrapper_1av87_88 > span > span,
9333
- ._inputWrapper_1av87_88 > span > span > div {
9363
+ ._inputWrapper_1mfuf_91 > span,
9364
+ ._inputWrapper_1mfuf_91 > span > span,
9365
+ ._inputWrapper_1mfuf_91 > span > span > div {
9334
9366
  height: 100%;
9335
9367
  border-radius: inherit;
9336
9368
  }
9337
- ._inputWrapper_1av87_88 > div,
9338
- ._inputWrapper_1av87_88 > div > span {
9369
+ ._inputWrapper_1mfuf_91 > div,
9370
+ ._inputWrapper_1mfuf_91 > div > span {
9339
9371
  height: 100%;
9340
9372
  border-radius: inherit;
9341
9373
  }
9342
- ._breakWord_1av87_103 {
9374
+ ._breakWord_1mfuf_106 {
9343
9375
  word-break: break-word;
9344
9376
  }
9345
- ._inputCell_1av87_106 {
9377
+ ._inputCell_1mfuf_109 {
9346
9378
  padding: 0 !important;
9347
9379
  }
9348
- ._sliderCell_1av87_109 {
9380
+ ._sliderCell_1mfuf_112 {
9349
9381
  padding-top: 0 !important;
9350
9382
  padding-bottom: 0 !important;
9351
9383
  }
9352
- ._staticCell_1av87_113 {
9384
+ ._staticCell_1mfuf_116 {
9353
9385
  padding: 0 !important;
9354
9386
  }
9355
- ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9387
+ ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9356
9388
  min-height: 100%;
9357
9389
  padding: var(--padding-input);
9358
9390
  line-height: 17px;
@@ -9361,56 +9393,56 @@ tbody tr {
9361
9393
  display: flex;
9362
9394
  align-items: center;
9363
9395
  }
9364
- tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9396
+ tbody ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119 {
9365
9397
  background-color: var(--color-background-disabled);
9366
9398
  color: var(--color-text-muted);
9367
9399
  }
9368
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129,
9369
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
9400
+ ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._error_1mfuf_132,
9401
+ ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._warning_1mfuf_133 {
9370
9402
  border: 1px solid transparent;
9371
9403
  }
9372
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129 {
9404
+ ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._error_1mfuf_132 {
9373
9405
  background-color: var(--color-background-error);
9374
9406
  }
9375
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
9407
+ ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._warning_1mfuf_133 {
9376
9408
  background-color: var(--color-background-warning);
9377
9409
  }
9378
- ._staticCell_1av87_113 ._staticCellContent_1av87_116._unit_1av87_139 {
9410
+ ._staticCell_1mfuf_116 ._staticCellContent_1mfuf_119._unit_1mfuf_142 {
9379
9411
  font-weight: normal;
9380
9412
  }
9381
- ._sortingCell_1av87_142 ._staticCellContent_1av87_116 {
9413
+ ._sortingCell_1mfuf_145 ._staticCellContent_1mfuf_119 {
9382
9414
  position: relative;
9383
9415
  padding-right: 45px !important;
9384
9416
  cursor: pointer !important;
9385
9417
  }
9386
- ._sortingCell_1av87_142 ._staticCellContent_1av87_116:hover {
9418
+ ._sortingCell_1mfuf_145 ._staticCellContent_1mfuf_119:hover {
9387
9419
  background-color: rgba(0, 0, 0, 0.05) !important;
9388
9420
  }
9389
- ._sortingCell_1av87_142 ._sortingCellIcon_1av87_150 {
9421
+ ._sortingCell_1mfuf_145 ._sortingCellIcon_1mfuf_153 {
9390
9422
  font-size: 1.25em;
9391
9423
  position: absolute;
9392
9424
  right: calc(var(--padding-input-x) - 4px);
9393
9425
  top: 50%;
9394
9426
  transform: translateY(-50%);
9395
9427
  }
9396
- ._icon_1av87_157 {
9428
+ ._icon_1mfuf_160 {
9397
9429
  display: inline-flex;
9398
- margin-left: 8px;
9430
+ margin-left: var(--spacing-xs);
9399
9431
  }
9400
- ._checkBoxCell_1av87_161 {
9432
+ ._checkBoxCell_1mfuf_164 {
9401
9433
  padding-block: 0 !important;
9402
9434
  width: var(--size);
9403
9435
  }
9404
- ._iconCell_1av87_165 {
9436
+ ._iconCell_1mfuf_168 {
9405
9437
  width: var(--size);
9406
9438
  text-align: center;
9407
9439
  padding: 0 !important;
9408
9440
  }
9409
- ._iconCell_1av87_165 ._iconWrapper_1av87_170 {
9441
+ ._iconCell_1mfuf_168 ._iconWrapper_1mfuf_173 {
9410
9442
  display: flex;
9411
9443
  justify-content: center;
9412
9444
  }
9413
- ._actionsCell_1av87_174 {
9445
+ ._actionsCell_1mfuf_177 {
9414
9446
  width: var(--size-sm);
9415
9447
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
9416
9448
  position: sticky;
@@ -9418,25 +9450,25 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9418
9450
  background: inherit;
9419
9451
  z-index: 4;
9420
9452
  }
9421
- ._rightAligned_1av87_182 {
9453
+ ._rightAligned_1mfuf_185 {
9422
9454
  text-align: right !important;
9423
9455
  }
9424
- ._rightAligned_1av87_182 ._staticCellContent_1av87_116 {
9456
+ ._rightAligned_1mfuf_185 ._staticCellContent_1mfuf_119 {
9425
9457
  justify-content: flex-end;
9426
9458
  }
9427
- ._centerAligned_1av87_188 {
9459
+ ._centerAligned_1mfuf_191 {
9428
9460
  text-align: center !important;
9429
9461
  }
9430
- ._centerAligned_1av87_188 ._staticCellContent_1av87_116 {
9462
+ ._centerAligned_1mfuf_191 ._staticCellContent_1mfuf_119 {
9431
9463
  justify-content: center;
9432
9464
  }
9433
- ._leftAligned_1av87_194 {
9465
+ ._leftAligned_1mfuf_197 {
9434
9466
  text-align: left !important;
9435
9467
  }
9436
- ._popover_1av87_197 {
9468
+ ._popover_1mfuf_200 {
9437
9469
  padding: var(--padding-input);
9438
9470
  }
9439
- ._disabledPointerEvents_1av87_200 {
9471
+ ._disabledPointerEvents_1mfuf_203 {
9440
9472
  pointer-events: none;
9441
9473
  }
9442
9474
  ._clickableRow_1sqxy_1 {
@@ -9547,80 +9579,83 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9547
9579
  ._item_b0egn_17._left_b0egn_58 + ._item_b0egn_17._right_b0egn_58 {
9548
9580
  margin-left: auto;
9549
9581
  }
9550
- ._inputInTable_eglhq_1 {
9582
+ ._inputInTable_1ol5b_1 {
9551
9583
  background-color: transparent;
9552
9584
  border-radius: inherit !important;
9553
9585
  height: var(--size);
9554
9586
  min-height: 100%;
9555
9587
  }
9556
- ._inputInTable_eglhq_1:not(:hover) {
9588
+ ._inputInTable_1ol5b_1:not(:hover) {
9557
9589
  border-color: transparent;
9558
9590
  }
9559
- ._inputHover_eglhq_10 {
9591
+ ._inputInTable_1ol5b_1:not(:focus) {
9592
+ box-shadow: none;
9593
+ }
9594
+ ._inputHover_1ol5b_13 {
9560
9595
  position: relative;
9561
9596
  border-color: var(--color-border-hover);
9562
9597
  z-index: 2;
9563
9598
  }
9564
- ._inputFocus_eglhq_15 {
9599
+ ._inputFocus_1ol5b_18 {
9565
9600
  position: relative;
9566
9601
  outline: none !important;
9567
9602
  border-color: var(--color-border-focus) !important;
9568
9603
  box-shadow: var(--shadow-focus);
9569
9604
  z-index: 3;
9570
9605
  }
9571
- ._inputError_eglhq_22,
9572
- ._inputWarning_eglhq_23 {
9606
+ ._inputError_1ol5b_25,
9607
+ ._inputWarning_1ol5b_26 {
9573
9608
  position: relative;
9574
9609
  }
9575
- ._inputError_eglhq_22 {
9610
+ ._inputError_1ol5b_25 {
9576
9611
  z-index: 2;
9577
9612
  border-color: var(--color-border-error);
9578
9613
  color: var(--color-text-error) !important;
9579
9614
  background-color: var(--color-background-error);
9580
9615
  }
9581
- ._inputError_eglhq_22:hover {
9616
+ ._inputError_1ol5b_25:hover {
9582
9617
  border-color: var(--color-border-error-hover) !important;
9583
9618
  }
9584
- ._inputError_eglhq_22:focus {
9619
+ ._inputError_1ol5b_25:focus {
9585
9620
  position: relative;
9586
9621
  outline: none !important;
9587
9622
  border-color: var(--color-border-focus) !important;
9588
9623
  box-shadow: var(--shadow-focus);
9589
9624
  z-index: 3;
9590
9625
  }
9591
- ._inputWarning_eglhq_23 {
9626
+ ._inputWarning_1ol5b_26 {
9592
9627
  z-index: 1;
9593
9628
  border-color: var(--color-border-warning);
9594
9629
  color: var(--color-text-warning) !important;
9595
9630
  background-color: var(--color-background-warning);
9596
9631
  }
9597
- ._inputWarning_eglhq_23:hover {
9632
+ ._inputWarning_1ol5b_26:hover {
9598
9633
  border-color: var(--color-border-warning-hover) !important;
9599
9634
  }
9600
- ._inputWarning_eglhq_23:focus {
9635
+ ._inputWarning_1ol5b_26:focus {
9601
9636
  position: relative;
9602
9637
  outline: none !important;
9603
9638
  border-color: var(--color-border-focus) !important;
9604
9639
  box-shadow: var(--shadow-focus);
9605
9640
  z-index: 3;
9606
9641
  }
9607
- ._inputDisabled_eglhq_58 {
9642
+ ._inputDisabled_1ol5b_61 {
9608
9643
  pointer-events: none;
9609
9644
  background-color: var(--color-background-disabled);
9610
9645
  color: var(--color-text-muted);
9611
9646
  box-shadow: none;
9612
9647
  }
9613
- ._hideScrollbars_eglhq_64 {
9648
+ ._hideScrollbars_1ol5b_67 {
9614
9649
  /* Firefox */
9615
9650
  scrollbar-width: none;
9616
9651
  /* IE 10+ */
9617
9652
  -ms-overflow-style: none;
9618
9653
  /* Chrome, Safari and Opera */
9619
9654
  }
9620
- ._hideScrollbars_eglhq_64::-webkit-scrollbar {
9655
+ ._hideScrollbars_1ol5b_67::-webkit-scrollbar {
9621
9656
  display: none;
9622
9657
  }
9623
- ._textarea_eglhq_74 {
9658
+ ._textarea_1ol5b_77 {
9624
9659
  margin: 0;
9625
9660
  display: block;
9626
9661
  width: 100%;
@@ -9637,68 +9672,68 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9637
9672
  box-shadow: none;
9638
9673
  min-height: var(--size);
9639
9674
  }
9640
- ._textarea_eglhq_74::placeholder {
9675
+ ._textarea_1ol5b_77::placeholder {
9641
9676
  color: var(--color-text-placeholder);
9642
9677
  }
9643
- ._textarea_eglhq_74:hover {
9678
+ ._textarea_1ol5b_77:hover {
9644
9679
  position: relative;
9645
9680
  border-color: var(--color-border-hover);
9646
9681
  z-index: 2;
9647
9682
  }
9648
- ._textarea_eglhq_74:focus {
9683
+ ._textarea_1ol5b_77:focus {
9649
9684
  position: relative;
9650
9685
  outline: none !important;
9651
9686
  border-color: var(--color-border-focus) !important;
9652
9687
  box-shadow: var(--shadow-focus);
9653
9688
  z-index: 3;
9654
9689
  }
9655
- ._textarea_eglhq_74[disabled] {
9690
+ ._textarea_1ol5b_77[disabled] {
9656
9691
  pointer-events: none;
9657
9692
  background-color: var(--color-background-disabled);
9658
9693
  color: var(--color-text-muted);
9659
9694
  box-shadow: none;
9660
9695
  }
9661
- ._textarea_eglhq_74._small_eglhq_112 {
9696
+ ._textarea_1ol5b_77._small_1ol5b_115 {
9662
9697
  font-size: var(--font-size-sm);
9663
9698
  min-height: var(--size-sm);
9664
9699
  padding: var(--padding-input-sm);
9665
9700
  line-height: 1.2;
9666
9701
  }
9667
- ._textarea_eglhq_74._error_eglhq_118 {
9702
+ ._textarea_1ol5b_77._error_1ol5b_121 {
9668
9703
  position: relative;
9669
9704
  z-index: 2;
9670
9705
  border-color: var(--color-border-error);
9671
9706
  color: var(--color-text-error) !important;
9672
9707
  background-color: var(--color-background-error);
9673
9708
  }
9674
- ._textarea_eglhq_74._error_eglhq_118:hover {
9709
+ ._textarea_1ol5b_77._error_1ol5b_121:hover {
9675
9710
  border-color: var(--color-border-error-hover) !important;
9676
9711
  }
9677
- ._textarea_eglhq_74._error_eglhq_118:focus {
9712
+ ._textarea_1ol5b_77._error_1ol5b_121:focus {
9678
9713
  position: relative;
9679
9714
  outline: none !important;
9680
9715
  border-color: var(--color-border-focus) !important;
9681
9716
  box-shadow: var(--shadow-focus);
9682
9717
  z-index: 3;
9683
9718
  }
9684
- ._textarea_eglhq_74._warning_eglhq_135 {
9719
+ ._textarea_1ol5b_77._warning_1ol5b_138 {
9685
9720
  position: relative;
9686
9721
  z-index: 1;
9687
9722
  border-color: var(--color-border-warning);
9688
9723
  color: var(--color-text-warning) !important;
9689
9724
  background-color: var(--color-background-warning);
9690
9725
  }
9691
- ._textarea_eglhq_74._warning_eglhq_135:hover {
9726
+ ._textarea_1ol5b_77._warning_1ol5b_138:hover {
9692
9727
  border-color: var(--color-border-warning-hover) !important;
9693
9728
  }
9694
- ._textarea_eglhq_74._warning_eglhq_135:focus {
9729
+ ._textarea_1ol5b_77._warning_1ol5b_138:focus {
9695
9730
  position: relative;
9696
9731
  outline: none !important;
9697
9732
  border-color: var(--color-border-focus) !important;
9698
9733
  box-shadow: var(--shadow-focus);
9699
9734
  z-index: 3;
9700
9735
  }
9701
- ._textarea_eglhq_74._monospace_eglhq_152 {
9736
+ ._textarea_1ol5b_77._monospace_1ol5b_155 {
9702
9737
  font-family: monospace;
9703
9738
  }
9704
9739
  :root {
@@ -10512,7 +10547,7 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10512
10547
  [data-theme='dark'] {
10513
10548
  --color-link-border-hover: var(--color-neutral-600);
10514
10549
  }
10515
- ._topbar_17khh_7 {
10550
+ ._topbar_1gz82_7 {
10516
10551
  top: 0;
10517
10552
  left: 0;
10518
10553
  z-index: var(--zindex-topbar);
@@ -10521,38 +10556,39 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10521
10556
  background: var(--color-background-raised);
10522
10557
  display: flex;
10523
10558
  }
10524
- ._topbar_17khh_7._fixed_17khh_16 {
10559
+ ._topbar_1gz82_7._fixed_1gz82_16 {
10525
10560
  position: fixed;
10526
10561
  }
10527
10562
  @media print {
10528
- ._topbar_17khh_7 {
10563
+ ._topbar_1gz82_7 {
10529
10564
  display: none !important;
10530
10565
  }
10531
10566
  }
10532
- ._icon_17khh_24 {
10567
+ ._appSwitcher_1gz82_24 {
10533
10568
  color: white;
10534
10569
  display: flex;
10535
10570
  align-items: center;
10536
10571
  justify-content: center;
10537
10572
  cursor: pointer;
10538
10573
  background-color: var(--color-neutral-700);
10574
+ aspect-ratio: 1;
10539
10575
  }
10540
- ._icon_17khh_24:hover {
10576
+ ._appSwitcher_1gz82_24:hover {
10541
10577
  background-color: var(--color-neutral-750);
10542
10578
  }
10543
- ._icon_17khh_24:active {
10579
+ ._appSwitcher_1gz82_24:active {
10544
10580
  background-color: var(--color-neutral-800);
10545
10581
  }
10546
- [data-theme='dark'] ._icon_17khh_24 {
10582
+ [data-theme='dark'] ._appSwitcher_1gz82_24 {
10547
10583
  background-color: var(--color-neutral-900);
10548
10584
  }
10549
- [data-theme='dark'] ._icon_17khh_24:hover {
10585
+ [data-theme='dark'] ._appSwitcher_1gz82_24:hover {
10550
10586
  background-color: var(--color-neutral-950);
10551
10587
  }
10552
- [data-theme='dark'] ._icon_17khh_24:active {
10588
+ [data-theme='dark'] ._appSwitcher_1gz82_24:active {
10553
10589
  background-color: var(--color-neutral-1000);
10554
10590
  }
10555
- ._title_17khh_47 {
10591
+ ._title_1gz82_48 {
10556
10592
  display: flex;
10557
10593
  align-items: center;
10558
10594
  justify-content: center;
@@ -10560,55 +10596,55 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10560
10596
  padding: 0;
10561
10597
  position: relative;
10562
10598
  }
10563
- ._title_17khh_47 img,
10564
- ._title_17khh_47 svg {
10599
+ ._title_1gz82_48 img,
10600
+ ._title_1gz82_48 svg {
10565
10601
  max-height: 28px;
10566
10602
  max-width: 300px;
10567
10603
  height: auto;
10568
10604
  width: auto;
10569
10605
  color: var(--color-text);
10570
10606
  }
10571
- ._title_17khh_47 ._logo_17khh_63 {
10607
+ ._title_1gz82_48 ._logo_1gz82_64 {
10572
10608
  display: flex;
10573
10609
  }
10574
- ._title_17khh_47 ._label_17khh_66 {
10610
+ ._title_1gz82_48 ._label_1gz82_67 {
10575
10611
  color: var(--color-text);
10576
10612
  white-space: nowrap;
10577
10613
  font-weight: bold;
10578
10614
  }
10579
- ._brand_17khh_71 {
10615
+ ._brand_1gz82_72 {
10580
10616
  padding: 0;
10581
10617
  position: relative;
10582
10618
  flex-shrink: 0;
10583
10619
  }
10584
- ._version_17khh_76 {
10620
+ ._version_1gz82_77 {
10585
10621
  line-height: 1;
10586
10622
  position: absolute;
10587
10623
  right: 0;
10588
10624
  bottom: 100%;
10589
10625
  font-size: var(--font-size-xs);
10590
10626
  }
10591
- ._left_17khh_83,
10592
- ._right_17khh_84 {
10627
+ ._left_1gz82_84,
10628
+ ._right_1gz82_85 {
10593
10629
  display: flex;
10594
10630
  min-width: 0;
10595
10631
  }
10596
- ._left_17khh_83 {
10597
- gap: var(--spacing);
10598
- padding-left: var(--spacing-xs);
10632
+ ._left_1gz82_84 {
10633
+ gap: var(--spacing-lg);
10634
+ padding-left: var(--spacing-lg);
10599
10635
  }
10600
- ._right_17khh_84 {
10636
+ ._right_1gz82_85 {
10601
10637
  margin-left: auto;
10602
10638
  flex-shrink: 0;
10603
10639
  padding-right: var(--spacing-xs);
10604
10640
  gap: var(--spacing-xs);
10605
10641
  }
10606
- ._item_17khh_98,
10607
- ._link_17khh_99 {
10642
+ ._item_1gz82_99,
10643
+ ._link_1gz82_100 {
10608
10644
  align-items: center;
10609
10645
  display: flex;
10610
10646
  }
10611
- ._item_17khh_98 {
10647
+ ._item_1gz82_99 {
10612
10648
  position: relative;
10613
10649
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10614
10650
  user-select: none;
@@ -10616,18 +10652,18 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10616
10652
  min-width: 0;
10617
10653
  max-width: 50vw;
10618
10654
  }
10619
- ._item_17khh_98._button_17khh_111,
10620
- ._item_17khh_98._menu_17khh_112 {
10655
+ ._item_1gz82_99._button_1gz82_112,
10656
+ ._item_1gz82_99._menu_1gz82_113 {
10621
10657
  flex-shrink: 0;
10622
10658
  }
10623
- ._label_17khh_66 {
10659
+ ._label_1gz82_67 {
10624
10660
  text-overflow: ellipsis;
10625
10661
  white-space: nowrap;
10626
10662
  overflow: hidden;
10627
10663
  display: block;
10628
10664
  max-width: 100%;
10629
10665
  }
10630
- ._link_17khh_99 {
10666
+ ._link_1gz82_100 {
10631
10667
  text-decoration: none;
10632
10668
  color: var(--color-text-primary);
10633
10669
  cursor: pointer;
@@ -10635,24 +10671,24 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10635
10671
  font-weight: bold;
10636
10672
  height: 100%;
10637
10673
  }
10638
- ._link_17khh_99 svg {
10674
+ ._link_1gz82_100 svg {
10639
10675
  margin-right: 5px;
10640
10676
  flex-shrink: 0;
10641
10677
  }
10642
- ._link_17khh_99:hover {
10678
+ ._link_1gz82_100:hover {
10643
10679
  color: var(--color-text-primary-hover);
10644
10680
  }
10645
- ._link_17khh_99:active {
10681
+ ._link_1gz82_100:active {
10646
10682
  color: var(--color-text-primary-active);
10647
10683
  }
10648
- ._link_17khh_99._active_17khh_140 {
10684
+ ._link_1gz82_100._active_1gz82_141 {
10649
10685
  color: var(--color-text);
10650
10686
  }
10651
- ._link_17khh_99:hover,
10652
- ._link_17khh_99._active_17khh_140 {
10687
+ ._link_1gz82_100:hover,
10688
+ ._link_1gz82_100._active_1gz82_141 {
10653
10689
  background-color: transparent;
10654
10690
  }
10655
- ._link_17khh_99:after {
10691
+ ._link_1gz82_100:after {
10656
10692
  content: '';
10657
10693
  position: absolute;
10658
10694
  left: 0;
@@ -10660,17 +10696,17 @@ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
10660
10696
  bottom: 0;
10661
10697
  border-bottom: 2px solid transparent;
10662
10698
  }
10663
- ._link_17khh_99:hover:after {
10699
+ ._link_1gz82_100:hover:after {
10664
10700
  border-color: var(--color-link-border-hover);
10665
10701
  }
10666
- ._link_17khh_99._active_17khh_140:after {
10702
+ ._link_1gz82_100._active_1gz82_141:after {
10667
10703
  border-color: var(--color-background-primary);
10668
10704
  }
10669
- ._link_17khh_99[disabled] {
10705
+ ._link_1gz82_100[disabled] {
10670
10706
  pointer-events: none;
10671
10707
  color: var(--color-text-faint);
10672
10708
  }
10673
- ._alert_17khh_165 {
10709
+ ._alert_1gz82_166 {
10674
10710
  background-color: var(--color-background-primary);
10675
10711
  color: white;
10676
10712
  text-align: center;