@oliasoft-open-source/react-ui-library 4.0.0-beta-4 → 4.0.0-beta-6

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
@@ -565,6 +565,8 @@ a {
565
565
  --zindex-popover: 2001;
566
566
  --zindex-dropdown: 2002;
567
567
  --zindex-tooltip: 2003;
568
+ --shadow-button: 0 1px 2px rgba(0, 0, 0, 0.1);
569
+ --shadow-layer: 0 1px 2px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
568
570
  --color-text: var(--color-neutral-800);
569
571
  --color-text-muted: var(--color-neutral-550);
570
572
  --color-text-faint: var(--color-neutral-300);
@@ -956,120 +958,120 @@ a {
956
958
  ._contentWrapper_rmqrx_16 {
957
959
  border-radius: inherit;
958
960
  }
959
- ._wrapper_1xvlm_1 {
961
+ ._wrapper_ymmd2_1 {
960
962
  display: inline-flex;
961
963
  max-width: 100%;
962
964
  }
963
- ._layer_1xvlm_5 ._wrapper_1xvlm_1 {
965
+ ._layer_ymmd2_5 ._wrapper_ymmd2_1 {
964
966
  width: 100%;
965
967
  }
966
- ._layerContainer_1xvlm_8 {
968
+ ._layerContainer_ymmd2_8 {
967
969
  z-index: var(--zindex-dropdown);
968
970
  }
969
- ._layer_1xvlm_5 {
971
+ ._layer_ymmd2_5 {
970
972
  border: 1px solid var(--color-border);
971
973
  border-radius: var(--border-radius);
972
974
  overflow: hidden;
973
975
  margin: 2px 0;
974
976
  background: var(--color-background-raised);
975
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
977
+ box-shadow: var(--shadow-layer);
976
978
  min-width: 10em;
977
979
  max-width: 30em;
978
980
  position: relative;
979
981
  overflow-y: auto;
980
982
  }
981
- ._layer_1xvlm_5._nested_1xvlm_23 {
983
+ ._layer_ymmd2_5._nested_ymmd2_23 {
982
984
  margin: -1px 2px;
983
985
  }
984
- ._layer_1xvlm_5 ul {
986
+ ._layer_ymmd2_5 ul {
985
987
  margin: 0;
986
988
  padding: 0;
987
989
  list-style-type: none;
988
990
  }
989
- ._layer_1xvlm_5 ul li {
991
+ ._layer_ymmd2_5 ul li {
990
992
  list-style: none;
991
993
  display: block;
992
994
  }
993
- ._fileInput_1xvlm_35 {
995
+ ._fileInput_ymmd2_35 {
994
996
  width: 100%;
995
997
  height: 100%;
996
998
  opacity: 0;
997
999
  position: absolute;
998
1000
  }
999
- ._trigger_1xvlm_41 {
1001
+ ._trigger_ymmd2_41 {
1000
1002
  display: inline-flex;
1001
1003
  align-items: center;
1002
1004
  cursor: pointer;
1003
1005
  max-width: 100%;
1004
1006
  }
1005
- ._layer_1xvlm_5 ._trigger_1xvlm_41 {
1007
+ ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1006
1008
  width: 100%;
1007
1009
  }
1008
- ._middleAlignedInline_1xvlm_50 {
1010
+ ._middleAlignedInline_ymmd2_50 {
1009
1011
  display: flex;
1010
1012
  align-items: center;
1011
1013
  overflow: hidden;
1012
1014
  width: 100%;
1013
1015
  }
1014
- ._heading_1xvlm_56 {
1016
+ ._heading_ymmd2_56 {
1015
1017
  color: var(--color-text-muted);
1016
1018
  letter-spacing: 0.1em;
1017
1019
  text-transform: uppercase;
1018
1020
  font-size: var(--font-size-sm);
1019
1021
  }
1020
- ._heading_1xvlm_56 ._headingIcon_1xvlm_62 {
1022
+ ._heading_ymmd2_56 ._headingIcon_ymmd2_62 {
1021
1023
  float: right;
1022
1024
  }
1023
- ._heading_1xvlm_56 ._headingIcon_1xvlm_62 svg {
1025
+ ._heading_ymmd2_56 ._headingIcon_ymmd2_62 svg {
1024
1026
  color: var(--color-text-faint);
1025
1027
  }
1026
- ._heading_1xvlm_56 ._headingIcon_1xvlm_62:hover {
1028
+ ._heading_ymmd2_56 ._headingIcon_ymmd2_62:hover {
1027
1029
  cursor: pointer;
1028
1030
  }
1029
- ._heading_1xvlm_56 ._headingIcon_1xvlm_62:hover svg {
1031
+ ._heading_ymmd2_56 ._headingIcon_ymmd2_62:hover svg {
1030
1032
  color: var(--color-text-primary-hover);
1031
1033
  }
1032
- ._option_1xvlm_74 {
1034
+ ._option_ymmd2_74 {
1033
1035
  color: inherit;
1034
1036
  display: block;
1035
1037
  }
1036
- ._heading_1xvlm_56,
1037
- ._option_1xvlm_74,
1038
- ._layer_1xvlm_5 ._trigger_1xvlm_41 {
1038
+ ._heading_ymmd2_56,
1039
+ ._option_ymmd2_74,
1040
+ ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1039
1041
  padding: var(--padding-input);
1040
1042
  }
1041
- ._option_1xvlm_74,
1042
- ._layer_1xvlm_5 ._trigger_1xvlm_41 {
1043
+ ._option_ymmd2_74,
1044
+ ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1043
1045
  line-height: var(--line-height);
1044
1046
  display: flex;
1045
1047
  align-items: flex-start;
1046
1048
  }
1047
- ._option_1xvlm_74:hover,
1048
- ._layer_1xvlm_5 ._trigger_1xvlm_41:hover,
1049
- ._option_1xvlm_74._active_1xvlm_91,
1050
- ._layer_1xvlm_5 ._trigger_1xvlm_41._active_1xvlm_91 {
1049
+ ._option_ymmd2_74:hover,
1050
+ ._layer_ymmd2_5 ._trigger_ymmd2_41:hover,
1051
+ ._option_ymmd2_74._active_ymmd2_91,
1052
+ ._layer_ymmd2_5 ._trigger_ymmd2_41._active_ymmd2_91 {
1051
1053
  background-color: var(--color-background-listitem-hover);
1052
1054
  cursor: pointer;
1053
1055
  }
1054
- ._option_1xvlm_74._selected_1xvlm_96 {
1056
+ ._option_ymmd2_74._selected_ymmd2_96 {
1055
1057
  background-color: var(--color-background-listitem-active);
1056
1058
  font-weight: bold;
1057
1059
  }
1058
- ._layer_1xvlm_5 ._trigger_1xvlm_41 {
1060
+ ._layer_ymmd2_5 ._trigger_ymmd2_41 {
1059
1061
  align-items: center;
1060
1062
  }
1061
- ._optionContent_1xvlm_103 {
1063
+ ._optionContent_ymmd2_103 {
1062
1064
  flex-wrap: wrap;
1063
1065
  margin-right: auto;
1064
1066
  position: relative;
1065
1067
  }
1066
- ._inline_1xvlm_108 ._optionContent_1xvlm_103 {
1068
+ ._inline_ymmd2_108 ._optionContent_ymmd2_103 {
1067
1069
  display: flex;
1068
1070
  justify-content: space-between;
1069
1071
  flex-grow: 1;
1070
1072
  }
1071
- ._icon_1xvlm_113,
1072
- ._check_1xvlm_114 {
1073
+ ._icon_ymmd2_113,
1074
+ ._check_ymmd2_114 {
1073
1075
  display: flex;
1074
1076
  flex-shrink: 1;
1075
1077
  width: var(--size-xs);
@@ -1077,83 +1079,83 @@ a {
1077
1079
  justify-content: center;
1078
1080
  align-items: center;
1079
1081
  }
1080
- ._icon_1xvlm_113 {
1082
+ ._icon_ymmd2_113 {
1081
1083
  margin-right: 8px;
1082
1084
  color: var(--color-text-primary);
1083
1085
  }
1084
- ._icon_1xvlm_113:empty {
1086
+ ._icon_ymmd2_113:empty {
1085
1087
  display: none;
1086
1088
  }
1087
- ._icon_1xvlm_113 img {
1089
+ ._icon_ymmd2_113 img {
1088
1090
  max-height: 16px;
1089
1091
  max-width: 16px;
1090
1092
  width: auto;
1091
1093
  height: auto;
1092
1094
  }
1093
- ._check_1xvlm_114 {
1095
+ ._check_ymmd2_114 {
1094
1096
  font-size: var(--font-size-sm);
1095
1097
  color: #a5a7a9;
1096
1098
  margin-left: 10px;
1097
1099
  }
1098
- ._text_1xvlm_140 {
1100
+ ._text_ymmd2_140 {
1099
1101
  display: inline-flex;
1100
1102
  align-items: center;
1101
1103
  cursor: pointer;
1102
1104
  }
1103
- ._label_1xvlm_145 {
1105
+ ._label_ymmd2_145 {
1104
1106
  margin-right: auto;
1105
1107
  }
1106
- ._label_1xvlm_145,
1107
- ._heading_1xvlm_56 {
1108
+ ._label_ymmd2_145,
1109
+ ._heading_ymmd2_56 {
1108
1110
  max-width: 100%;
1109
1111
  display: block;
1110
1112
  overflow: hidden;
1111
1113
  text-overflow: ellipsis;
1112
1114
  white-space: nowrap;
1113
1115
  }
1114
- ._description_1xvlm_156 {
1116
+ ._description_ymmd2_156 {
1115
1117
  color: #999;
1116
1118
  display: block;
1117
1119
  }
1118
- ._arrow_1xvlm_160 {
1120
+ ._arrow_ymmd2_160 {
1119
1121
  margin-left: 10px;
1120
1122
  opacity: 0.4;
1121
1123
  }
1122
- ._divider_1xvlm_164 {
1124
+ ._divider_ymmd2_164 {
1123
1125
  border: 0;
1124
1126
  border-top: 1px solid var(--color-border);
1125
1127
  }
1126
- ._deprecatedSemanticIcon_1xvlm_168 {
1128
+ ._deprecatedSemanticIcon_ymmd2_168 {
1127
1129
  color: var(--color-text-primary) !important;
1128
1130
  margin: -5px 0 0 !important;
1129
1131
  }
1130
- ._disabled_1xvlm_172 {
1132
+ ._disabled_ymmd2_172 {
1131
1133
  color: var(--color-text-faint);
1132
1134
  pointer-events: none;
1133
1135
  cursor: not-allowed !important;
1134
1136
  }
1135
- ._buttonLabel_1xvlm_177 {
1137
+ ._buttonLabel_ymmd2_177 {
1136
1138
  overflow: hidden;
1137
1139
  text-overflow: ellipsis;
1138
1140
  display: block;
1139
1141
  margin-right: auto;
1140
1142
  line-height: 1.2;
1141
1143
  }
1142
- ._buttonCaret_1xvlm_184 {
1144
+ ._buttonCaret_ymmd2_184 {
1143
1145
  margin-left: 5px;
1144
1146
  }
1145
- ._component_1xvlm_187 {
1147
+ ._component_ymmd2_187 {
1146
1148
  display: inline-flex;
1147
1149
  align-items: center;
1148
1150
  justify-content: center;
1149
1151
  cursor: pointer;
1150
1152
  }
1151
- ._right_1xvlm_193 {
1153
+ ._right_ymmd2_193 {
1152
1154
  margin-left: auto;
1153
1155
  display: flex;
1154
1156
  align-items: center;
1155
1157
  }
1156
- ._actions_1xvlm_198 {
1158
+ ._actions_ymmd2_198 {
1157
1159
  margin-left: 8px;
1158
1160
  display: flex;
1159
1161
  align-items: center;
@@ -1206,76 +1208,77 @@ a {
1206
1208
  transform-origin: 100% 0%;
1207
1209
  z-index: 3;
1208
1210
  }
1209
- ._inputInTable_p7xqn_1 {
1211
+ ._inputInTable_1ufmj_1 {
1210
1212
  background-color: transparent;
1211
1213
  border-radius: inherit !important;
1212
1214
  height: var(--size);
1213
1215
  min-height: 100%;
1214
1216
  }
1215
- ._inputInTable_p7xqn_1:not(:hover) {
1217
+ ._inputInTable_1ufmj_1:not(:hover) {
1216
1218
  border-color: transparent;
1217
1219
  }
1218
- ._inputHover_p7xqn_10 {
1220
+ ._inputHover_1ufmj_10 {
1219
1221
  position: relative;
1220
1222
  border-color: var(--color-border-hover);
1221
1223
  z-index: 2;
1222
1224
  }
1223
- ._inputFocus_p7xqn_15 {
1225
+ ._inputFocus_1ufmj_15 {
1224
1226
  position: relative;
1225
1227
  outline: none !important;
1226
1228
  border-color: var(--color-border-focus) !important;
1227
1229
  box-shadow: var(--shadow-focus);
1228
1230
  z-index: 3;
1229
1231
  }
1230
- ._inputError_p7xqn_22,
1231
- ._inputWarning_p7xqn_23 {
1232
+ ._inputError_1ufmj_22,
1233
+ ._inputWarning_1ufmj_23 {
1232
1234
  position: relative;
1233
1235
  }
1234
- ._inputError_p7xqn_22 {
1236
+ ._inputError_1ufmj_22 {
1235
1237
  z-index: 2;
1236
1238
  border-color: var(--color-border-error);
1237
1239
  color: var(--color-text-error) !important;
1238
1240
  background-color: var(--color-background-error);
1239
1241
  }
1240
- ._inputError_p7xqn_22:hover {
1242
+ ._inputError_1ufmj_22:hover {
1241
1243
  border-color: var(--color-border-error-hover) !important;
1242
1244
  }
1243
- ._inputError_p7xqn_22:focus {
1245
+ ._inputError_1ufmj_22:focus {
1244
1246
  position: relative;
1245
1247
  outline: none !important;
1246
1248
  border-color: var(--color-border-focus) !important;
1247
1249
  box-shadow: var(--shadow-focus);
1248
1250
  z-index: 3;
1249
1251
  }
1250
- ._inputWarning_p7xqn_23 {
1252
+ ._inputWarning_1ufmj_23 {
1251
1253
  z-index: 1;
1252
1254
  border-color: var(--color-border-warning);
1253
1255
  color: var(--color-text-warning) !important;
1254
1256
  background-color: var(--color-background-warning);
1255
1257
  }
1256
- ._inputWarning_p7xqn_23:hover {
1258
+ ._inputWarning_1ufmj_23:hover {
1257
1259
  border-color: var(--color-border-warning-hover) !important;
1258
1260
  }
1259
- ._inputWarning_p7xqn_23:focus {
1261
+ ._inputWarning_1ufmj_23:focus {
1260
1262
  position: relative;
1261
1263
  outline: none !important;
1262
1264
  border-color: var(--color-border-focus) !important;
1263
1265
  box-shadow: var(--shadow-focus);
1264
1266
  z-index: 3;
1265
1267
  }
1266
- ._inputDisabled_p7xqn_58 {
1268
+ ._inputDisabled_1ufmj_58 {
1267
1269
  pointer-events: none;
1268
1270
  background-color: var(--color-background-disabled);
1269
1271
  color: var(--color-text-muted);
1272
+ box-shadow: none;
1270
1273
  }
1271
- ._hideScrollbars_p7xqn_63 {
1274
+ ._hideScrollbars_1ufmj_64 {
1272
1275
  /* Firefox */
1273
1276
  scrollbar-width: none;
1274
1277
  /* IE 10+ */
1275
1278
  -ms-overflow-style: none;
1276
1279
  /* Chrome, Safari and Opera */
1277
1280
  }
1278
- ._hideScrollbars_p7xqn_63::-webkit-scrollbar {
1281
+ ._hideScrollbars_1ufmj_64::-webkit-scrollbar {
1279
1282
  display: none;
1280
1283
  }
1281
1284
  :root {
@@ -1301,7 +1304,7 @@ html[data-theme='dark'] {
1301
1304
  --color-border-button: var(--color-border);
1302
1305
  --color-border-button-hover: var(--color-border);
1303
1306
  }
1304
- ._button_p7xqn_96 {
1307
+ ._button_1ufmj_97 {
1305
1308
  cursor: pointer;
1306
1309
  display: inline-flex;
1307
1310
  align-items: center;
@@ -1325,80 +1328,81 @@ html[data-theme='dark'] {
1325
1328
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
1326
1329
  max-width: 100%;
1327
1330
  min-height: var(--size);
1328
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
1331
+ box-shadow: var(--shadow-button);
1329
1332
  }
1330
- ._button_p7xqn_96:hover {
1333
+ ._button_1ufmj_97:hover {
1331
1334
  background: var(--color-background-button-default-hover);
1332
1335
  border-color: var(--color-border-button-hover);
1333
1336
  }
1334
- ._button_p7xqn_96:focus {
1337
+ ._button_1ufmj_97:focus {
1335
1338
  box-shadow: var(--shadow-focus) !important;
1336
1339
  }
1337
- ._button_p7xqn_96:active {
1340
+ ._button_1ufmj_97:active {
1338
1341
  background: var(--color-background-button-default-active);
1339
1342
  box-shadow: none;
1340
1343
  }
1341
- ._button_p7xqn_96._active_p7xqn_133:not(._green_p7xqn_133):not(._red_p7xqn_133):not(._orange_p7xqn_133) {
1344
+ ._button_1ufmj_97._active_1ufmj_134:not(._green_1ufmj_134):not(._red_1ufmj_134):not(._orange_1ufmj_134) {
1342
1345
  border-color: var(--color-background-button-primary);
1343
1346
  color: var(--color-text-primary);
1344
1347
  position: relative;
1345
1348
  z-index: 2;
1346
1349
  }
1347
- ._button_p7xqn_96:hover,
1348
- ._button_p7xqn_96:focus,
1349
- ._button_p7xqn_96:active {
1350
+ ._button_1ufmj_97:hover,
1351
+ ._button_1ufmj_97:focus,
1352
+ ._button_1ufmj_97:active {
1350
1353
  position: relative;
1351
1354
  z-index: 1;
1352
1355
  }
1353
- ._button_p7xqn_96 ._icon_p7xqn_145 {
1354
- margin: -2px 8px -2px -4px;
1355
- font-size: 1.35em;
1356
+ ._button_1ufmj_97 ._icon_1ufmj_146 {
1357
+ margin: -2px;
1358
+ margin-right: 8px;
1359
+ font-size: 1.25em;
1356
1360
  }
1357
- ._iconOnly_p7xqn_149 {
1361
+ ._iconOnly_1ufmj_151 {
1358
1362
  width: var(--size);
1359
1363
  display: inline-flex;
1360
1364
  align-items: center;
1361
1365
  justify-content: center;
1362
1366
  }
1363
- ._iconOnly_p7xqn_149 ._icon_p7xqn_145 {
1367
+ ._iconOnly_1ufmj_151 ._icon_1ufmj_146 {
1364
1368
  margin: 0;
1365
1369
  line-height: 0;
1366
1370
  }
1367
- ._basic_p7xqn_159 {
1371
+ ._basic_1ufmj_161 {
1368
1372
  color: var(--color-text-primary);
1369
1373
  background: transparent;
1370
1374
  box-shadow: none !important;
1371
1375
  border: none !important;
1372
1376
  }
1373
- ._basic_p7xqn_159._muted_p7xqn_165 {
1377
+ ._basic_1ufmj_161._muted_1ufmj_167 {
1374
1378
  color: var(--color-text-muted);
1375
1379
  }
1376
- ._basic_p7xqn_159:hover {
1380
+ ._basic_1ufmj_161:hover {
1377
1381
  color: var(--color-text-primary-hover);
1378
1382
  background: rgba(0, 0, 0, 0.05);
1379
1383
  }
1380
- ._basic_p7xqn_159:active,
1381
- ._basic_p7xqn_159._active_p7xqn_133 {
1384
+ ._basic_1ufmj_161:active,
1385
+ ._basic_1ufmj_161._active_1ufmj_134 {
1382
1386
  color: var(--color-text-primary-active);
1383
1387
  background: rgba(0, 0, 0, 0.1);
1384
1388
  }
1385
- ._disabled_p7xqn_177 {
1389
+ ._disabled_1ufmj_179 {
1386
1390
  cursor: default;
1387
1391
  pointer-events: none !important;
1388
1392
  color: var(--color-text-faint) !important;
1389
1393
  box-shadow: none !important;
1390
1394
  }
1391
- ._disabled_p7xqn_177:not(._active_p7xqn_133):not(._basic_p7xqn_159) {
1395
+ ._disabled_1ufmj_179:not(._active_1ufmj_134):not(._basic_1ufmj_161) {
1392
1396
  background: var(--color-background-disabled) !important;
1393
1397
  border: 1px solid var(--color-border) !important;
1394
1398
  }
1395
- ._small_p7xqn_187 {
1399
+ ._small_1ufmj_189 {
1396
1400
  font-size: var(--font-size-sm);
1397
1401
  min-height: var(--size-sm);
1398
1402
  padding: var(--padding-input-sm);
1399
1403
  }
1400
- ._pill_p7xqn_192,
1401
- ._round_p7xqn_193 {
1404
+ ._pill_1ufmj_194,
1405
+ ._round_1ufmj_195 {
1402
1406
  text-transform: uppercase;
1403
1407
  letter-spacing: 0.1em;
1404
1408
  font-weight: bold;
@@ -1406,144 +1410,144 @@ html[data-theme='dark'] {
1406
1410
  display: inline-flex;
1407
1411
  align-items: center;
1408
1412
  }
1409
- ._round_p7xqn_193 {
1413
+ ._round_1ufmj_195 {
1410
1414
  padding: 0;
1411
1415
  width: var(--size);
1412
1416
  line-height: 1;
1413
1417
  }
1414
- ._round_p7xqn_193._small_p7xqn_187 {
1418
+ ._round_1ufmj_195._small_1ufmj_189 {
1415
1419
  width: var(--size-sm);
1416
1420
  }
1417
- ._orange_p7xqn_133:not(._basic_p7xqn_159) {
1421
+ ._orange_1ufmj_134:not(._basic_1ufmj_161) {
1418
1422
  background-color: var(--color-background-button-primary);
1419
1423
  }
1420
- ._orange_p7xqn_133:not(._basic_p7xqn_159):hover {
1424
+ ._orange_1ufmj_134:not(._basic_1ufmj_161):hover {
1421
1425
  background-color: var(--color-background-button-primary-hover);
1422
1426
  }
1423
- ._orange_p7xqn_133:not(._basic_p7xqn_159):active,
1424
- ._orange_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1427
+ ._orange_1ufmj_134:not(._basic_1ufmj_161):active,
1428
+ ._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1425
1429
  background-color: var(--color-background-button-primary-active);
1426
1430
  }
1427
- ._red_p7xqn_133:not(._basic_p7xqn_159) {
1431
+ ._red_1ufmj_134:not(._basic_1ufmj_161) {
1428
1432
  background-color: var(--color-background-button-error);
1429
1433
  }
1430
- ._red_p7xqn_133:not(._basic_p7xqn_159):hover {
1434
+ ._red_1ufmj_134:not(._basic_1ufmj_161):hover {
1431
1435
  background-color: var(--color-background-button-error-hover);
1432
1436
  }
1433
- ._red_p7xqn_133:not(._basic_p7xqn_159):active,
1434
- ._red_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1437
+ ._red_1ufmj_134:not(._basic_1ufmj_161):active,
1438
+ ._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1435
1439
  background-color: var(--color-background-button-error-active);
1436
1440
  }
1437
- ._red_p7xqn_133._basic_p7xqn_159 {
1441
+ ._red_1ufmj_134._basic_1ufmj_161 {
1438
1442
  color: var(--color-text-error);
1439
1443
  }
1440
- ._green_p7xqn_133:not(._basic_p7xqn_159) {
1444
+ ._green_1ufmj_134:not(._basic_1ufmj_161) {
1441
1445
  background-color: var(--color-background-button-success);
1442
1446
  }
1443
- ._green_p7xqn_133:not(._basic_p7xqn_159):hover {
1447
+ ._green_1ufmj_134:not(._basic_1ufmj_161):hover {
1444
1448
  background-color: var(--color-background-button-success-hover);
1445
1449
  }
1446
- ._green_p7xqn_133:not(._basic_p7xqn_159):active,
1447
- ._green_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1450
+ ._green_1ufmj_134:not(._basic_1ufmj_161):active,
1451
+ ._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1448
1452
  background-color: var(--color-background-button-success-active);
1449
1453
  }
1450
- ._green_p7xqn_133._basic_p7xqn_159 {
1454
+ ._green_1ufmj_134._basic_1ufmj_161 {
1451
1455
  color: var(--color-text-success);
1452
1456
  }
1453
- ._orange_p7xqn_133:not(._basic_p7xqn_159),
1454
- ._red_p7xqn_133:not(._basic_p7xqn_159),
1455
- ._green_p7xqn_133:not(._basic_p7xqn_159) {
1457
+ ._orange_1ufmj_134:not(._basic_1ufmj_161),
1458
+ ._red_1ufmj_134:not(._basic_1ufmj_161),
1459
+ ._green_1ufmj_134:not(._basic_1ufmj_161) {
1456
1460
  color: #fff;
1457
1461
  }
1458
- ._orange_p7xqn_133:not(._basic_p7xqn_159):hover,
1459
- ._red_p7xqn_133:not(._basic_p7xqn_159):hover,
1460
- ._green_p7xqn_133:not(._basic_p7xqn_159):hover {
1462
+ ._orange_1ufmj_134:not(._basic_1ufmj_161):hover,
1463
+ ._red_1ufmj_134:not(._basic_1ufmj_161):hover,
1464
+ ._green_1ufmj_134:not(._basic_1ufmj_161):hover {
1461
1465
  color: #fff;
1462
1466
  }
1463
- ._orange_p7xqn_133:not(._basic_p7xqn_159):active,
1464
- ._red_p7xqn_133:not(._basic_p7xqn_159):active,
1465
- ._green_p7xqn_133:not(._basic_p7xqn_159):active,
1466
- ._orange_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133,
1467
- ._red_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133,
1468
- ._green_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1467
+ ._orange_1ufmj_134:not(._basic_1ufmj_161):active,
1468
+ ._red_1ufmj_134:not(._basic_1ufmj_161):active,
1469
+ ._green_1ufmj_134:not(._basic_1ufmj_161):active,
1470
+ ._orange_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134,
1471
+ ._red_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134,
1472
+ ._green_1ufmj_134:not(._basic_1ufmj_161)._active_1ufmj_134 {
1469
1473
  color: #fff;
1470
1474
  }
1471
- ._error_p7xqn_263 {
1475
+ ._error_1ufmj_265 {
1472
1476
  position: relative;
1473
1477
  z-index: 2;
1474
1478
  border-color: var(--color-border-error);
1475
1479
  color: var(--color-text-error) !important;
1476
1480
  background-color: var(--color-background-error);
1477
1481
  }
1478
- ._error_p7xqn_263:hover {
1482
+ ._error_1ufmj_265:hover {
1479
1483
  border-color: var(--color-border-error-hover) !important;
1480
1484
  }
1481
- ._error_p7xqn_263:focus {
1485
+ ._error_1ufmj_265:focus {
1482
1486
  position: relative;
1483
1487
  outline: none !important;
1484
1488
  border-color: var(--color-border-focus) !important;
1485
1489
  box-shadow: var(--shadow-focus);
1486
1490
  z-index: 3;
1487
1491
  }
1488
- ._warning_p7xqn_280 {
1492
+ ._warning_1ufmj_282 {
1489
1493
  position: relative;
1490
1494
  z-index: 1;
1491
1495
  border-color: var(--color-border-warning);
1492
1496
  color: var(--color-text-warning) !important;
1493
1497
  background-color: var(--color-background-warning);
1494
1498
  }
1495
- ._warning_p7xqn_280:hover {
1499
+ ._warning_1ufmj_282:hover {
1496
1500
  border-color: var(--color-border-warning-hover) !important;
1497
1501
  }
1498
- ._warning_p7xqn_280:focus {
1502
+ ._warning_1ufmj_282:focus {
1499
1503
  position: relative;
1500
1504
  outline: none !important;
1501
1505
  border-color: var(--color-border-focus) !important;
1502
1506
  box-shadow: var(--shadow-focus);
1503
1507
  z-index: 3;
1504
1508
  }
1505
- ._inverted_p7xqn_297 {
1509
+ ._inverted_1ufmj_299 {
1506
1510
  background-color: transparent;
1507
1511
  border-color: var(--color-text);
1508
1512
  box-shadow: none;
1509
1513
  }
1510
- ._inverted_p7xqn_297:hover,
1511
- ._inverted_p7xqn_297:active {
1514
+ ._inverted_1ufmj_299:hover,
1515
+ ._inverted_1ufmj_299:active {
1512
1516
  box-shadow: none;
1513
1517
  }
1514
- ._inverted_p7xqn_297._orange_p7xqn_133 {
1518
+ ._inverted_1ufmj_299._orange_1ufmj_134 {
1515
1519
  color: var(--color-background-button-primary);
1516
1520
  border-color: var(--color-background-button-primary);
1517
1521
  }
1518
- ._inverted_p7xqn_297._red_p7xqn_133 {
1522
+ ._inverted_1ufmj_299._red_1ufmj_134 {
1519
1523
  color: var(--color-background-button-error);
1520
1524
  border-color: var(--color-background-button-error);
1521
1525
  }
1522
- ._inverted_p7xqn_297._green_p7xqn_133 {
1526
+ ._inverted_1ufmj_299._green_1ufmj_134 {
1523
1527
  color: var(--color-background-button-success);
1524
1528
  border-color: var(--color-background-button-success);
1525
1529
  }
1526
- ._inverted_p7xqn_297._orange_p7xqn_133:hover,
1527
- ._inverted_p7xqn_297._red_p7xqn_133:hover,
1528
- ._inverted_p7xqn_297._green_p7xqn_133:hover,
1529
- ._inverted_p7xqn_297._orange_p7xqn_133:active,
1530
- ._inverted_p7xqn_297._red_p7xqn_133:active,
1531
- ._inverted_p7xqn_297._green_p7xqn_133:active {
1530
+ ._inverted_1ufmj_299._orange_1ufmj_134:hover,
1531
+ ._inverted_1ufmj_299._red_1ufmj_134:hover,
1532
+ ._inverted_1ufmj_299._green_1ufmj_134:hover,
1533
+ ._inverted_1ufmj_299._orange_1ufmj_134:active,
1534
+ ._inverted_1ufmj_299._red_1ufmj_134:active,
1535
+ ._inverted_1ufmj_299._green_1ufmj_134:active {
1532
1536
  color: white;
1533
1537
  box-shadow: none;
1534
1538
  }
1535
- ._groupOrderFirst_p7xqn_327,
1536
- ._groupOrderMiddle_p7xqn_328,
1537
- ._groupOrderLast_p7xqn_329 {
1539
+ ._groupOrderFirst_1ufmj_329,
1540
+ ._groupOrderMiddle_1ufmj_330,
1541
+ ._groupOrderLast_1ufmj_331 {
1538
1542
  margin-right: 0;
1539
1543
  }
1540
- ._groupOrderFirst_p7xqn_327,
1541
- ._groupOrderMiddle_p7xqn_328 {
1544
+ ._groupOrderFirst_1ufmj_329,
1545
+ ._groupOrderMiddle_1ufmj_330 {
1542
1546
  border-top-right-radius: 0 !important;
1543
1547
  border-bottom-right-radius: 0 !important;
1544
1548
  }
1545
- ._groupOrderLast_p7xqn_329,
1546
- ._groupOrderMiddle_p7xqn_328 {
1549
+ ._groupOrderLast_1ufmj_331,
1550
+ ._groupOrderMiddle_1ufmj_330 {
1547
1551
  border-top-left-radius: 0 !important;
1548
1552
  border-bottom-left-radius: 0 !important;
1549
1553
  }
@@ -1709,39 +1713,39 @@ html[data-theme='dark'] {
1709
1713
  ._buttonGroup_1m8h2_11 > *:not(:last-child) {
1710
1714
  margin-right: -1px;
1711
1715
  }
1712
- ._card_1a86v_1 {
1716
+ ._card_w1z7w_1 {
1713
1717
  color: var(--color-text);
1714
1718
  }
1715
- ._card_1a86v_1._bordered_1a86v_4 {
1719
+ ._card_w1z7w_1._bordered_w1z7w_4 {
1716
1720
  background: var(--color-background-raised);
1717
1721
  border: 1px solid var(--color-border);
1718
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
1722
+ box-shadow: var(--shadow-button);
1719
1723
  border-radius: var(--border-radius);
1720
1724
  }
1721
- ._card_1a86v_1._bordered_1a86v_4._raised_1a86v_10 {
1722
- box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1), 0 3px 4px rgba(0, 0, 0, 0.1);
1725
+ ._card_w1z7w_1._bordered_w1z7w_4._raised_w1z7w_10 {
1726
+ box-shadow: var(--shadow-layer);
1723
1727
  }
1724
- ._card_1a86v_1._bordered_1a86v_4 ._cardHeader_1a86v_13 {
1728
+ ._card_w1z7w_1._bordered_w1z7w_4 ._cardHeader_w1z7w_13 {
1725
1729
  background: var(--color-background);
1726
1730
  padding: var(--padding-card);
1727
1731
  border-top-left-radius: inherit;
1728
1732
  border-top-right-radius: inherit;
1729
1733
  }
1730
- ._card_1a86v_1._bordered_1a86v_4 ._cardContentBorderTop_1a86v_19 {
1734
+ ._card_w1z7w_1._bordered_w1z7w_4 ._cardContentBorderTop_w1z7w_19 {
1731
1735
  border-top: 1px solid var(--color-border);
1732
1736
  }
1733
- ._card_1a86v_1._bordered_1a86v_4 ._padding_1a86v_22 {
1737
+ ._card_w1z7w_1._bordered_w1z7w_4 ._padding_w1z7w_22 {
1734
1738
  padding: var(--padding-card);
1735
1739
  }
1736
- ._cardContent_1a86v_19:first-child {
1740
+ ._cardContent_w1z7w_19:first-child {
1737
1741
  border-top-left-radius: inherit;
1738
1742
  border-top-right-radius: inherit;
1739
1743
  }
1740
- ._cardContent_1a86v_19:last-child {
1744
+ ._cardContent_w1z7w_19:last-child {
1741
1745
  border-bottom-left-radius: inherit;
1742
1746
  border-bottom-right-radius: inherit;
1743
1747
  }
1744
- ._cardHeader_1a86v_13 {
1748
+ ._cardHeader_w1z7w_13 {
1745
1749
  display: flex;
1746
1750
  align-items: center;
1747
1751
  padding: var(--padding-card-y) 0;
@@ -1886,76 +1890,77 @@ html[data-theme='dark'] {
1886
1890
  ._footer_15xxd_47 button:not(:last-child) {
1887
1891
  margin-right: var(--spacing);
1888
1892
  }
1889
- ._inputInTable_oorew_1 {
1893
+ ._inputInTable_1m30t_1 {
1890
1894
  background-color: transparent;
1891
1895
  border-radius: inherit !important;
1892
1896
  height: var(--size);
1893
1897
  min-height: 100%;
1894
1898
  }
1895
- ._inputInTable_oorew_1:not(:hover) {
1899
+ ._inputInTable_1m30t_1:not(:hover) {
1896
1900
  border-color: transparent;
1897
1901
  }
1898
- ._inputHover_oorew_10 {
1902
+ ._inputHover_1m30t_10 {
1899
1903
  position: relative;
1900
1904
  border-color: var(--color-border-hover);
1901
1905
  z-index: 2;
1902
1906
  }
1903
- ._inputFocus_oorew_15 {
1907
+ ._inputFocus_1m30t_15 {
1904
1908
  position: relative;
1905
1909
  outline: none !important;
1906
1910
  border-color: var(--color-border-focus) !important;
1907
1911
  box-shadow: var(--shadow-focus);
1908
1912
  z-index: 3;
1909
1913
  }
1910
- ._inputError_oorew_22,
1911
- ._inputWarning_oorew_23 {
1914
+ ._inputError_1m30t_22,
1915
+ ._inputWarning_1m30t_23 {
1912
1916
  position: relative;
1913
1917
  }
1914
- ._inputError_oorew_22 {
1918
+ ._inputError_1m30t_22 {
1915
1919
  z-index: 2;
1916
1920
  border-color: var(--color-border-error);
1917
1921
  color: var(--color-text-error) !important;
1918
1922
  background-color: var(--color-background-error);
1919
1923
  }
1920
- ._inputError_oorew_22:hover {
1924
+ ._inputError_1m30t_22:hover {
1921
1925
  border-color: var(--color-border-error-hover) !important;
1922
1926
  }
1923
- ._inputError_oorew_22:focus {
1927
+ ._inputError_1m30t_22:focus {
1924
1928
  position: relative;
1925
1929
  outline: none !important;
1926
1930
  border-color: var(--color-border-focus) !important;
1927
1931
  box-shadow: var(--shadow-focus);
1928
1932
  z-index: 3;
1929
1933
  }
1930
- ._inputWarning_oorew_23 {
1934
+ ._inputWarning_1m30t_23 {
1931
1935
  z-index: 1;
1932
1936
  border-color: var(--color-border-warning);
1933
1937
  color: var(--color-text-warning) !important;
1934
1938
  background-color: var(--color-background-warning);
1935
1939
  }
1936
- ._inputWarning_oorew_23:hover {
1940
+ ._inputWarning_1m30t_23:hover {
1937
1941
  border-color: var(--color-border-warning-hover) !important;
1938
1942
  }
1939
- ._inputWarning_oorew_23:focus {
1943
+ ._inputWarning_1m30t_23:focus {
1940
1944
  position: relative;
1941
1945
  outline: none !important;
1942
1946
  border-color: var(--color-border-focus) !important;
1943
1947
  box-shadow: var(--shadow-focus);
1944
1948
  z-index: 3;
1945
1949
  }
1946
- ._inputDisabled_oorew_58 {
1950
+ ._inputDisabled_1m30t_58 {
1947
1951
  pointer-events: none;
1948
1952
  background-color: var(--color-background-disabled);
1949
1953
  color: var(--color-text-muted);
1954
+ box-shadow: none;
1950
1955
  }
1951
- ._hideScrollbars_oorew_63 {
1956
+ ._hideScrollbars_1m30t_64 {
1952
1957
  /* Firefox */
1953
1958
  scrollbar-width: none;
1954
1959
  /* IE 10+ */
1955
1960
  -ms-overflow-style: none;
1956
1961
  /* Chrome, Safari and Opera */
1957
1962
  }
1958
- ._hideScrollbars_oorew_63::-webkit-scrollbar {
1963
+ ._hideScrollbars_1m30t_64::-webkit-scrollbar {
1959
1964
  display: none;
1960
1965
  }
1961
1966
  :root {
@@ -1972,37 +1977,37 @@ html[data-theme='dark'] {
1972
1977
  --color-border-drawer-tab: var(--color-primary-750);
1973
1978
  --color-background-drawer-handle-hover: rgba(255, 255, 255, 0.1);
1974
1979
  }
1975
- ._inline_oorew_87 {
1980
+ ._inline_1m30t_88 {
1976
1981
  position: relative;
1977
1982
  }
1978
- ._inline_oorew_87._left_oorew_90 {
1983
+ ._inline_1m30t_88._left_1m30t_91 {
1979
1984
  order: -1;
1980
1985
  }
1981
- ._inline_oorew_87._right_oorew_93 {
1986
+ ._inline_1m30t_88._right_1m30t_94 {
1982
1987
  order: 9999;
1983
1988
  }
1984
- ._fixed_oorew_96 {
1989
+ ._fixed_1m30t_97 {
1985
1990
  position: fixed;
1986
1991
  top: 0;
1987
1992
  bottom: 0;
1988
1993
  z-index: var(--zindex-drawer);
1989
1994
  }
1990
- ._fixed_oorew_96._left_oorew_90 {
1995
+ ._fixed_1m30t_97._left_1m30t_91 {
1991
1996
  left: 0;
1992
1997
  }
1993
- ._fixed_oorew_96._right_oorew_93 {
1998
+ ._fixed_1m30t_97._right_1m30t_94 {
1994
1999
  right: 0;
1995
2000
  }
1996
- ._left_oorew_90 ._border_oorew_108 {
2001
+ ._left_1m30t_91 ._border_1m30t_109 {
1997
2002
  border-right: 1px solid var(--color-border);
1998
2003
  }
1999
- ._right_oorew_93 ._border_oorew_108 {
2004
+ ._right_1m30t_94 ._border_1m30t_109 {
2000
2005
  border-left: 1px solid var(--color-border);
2001
2006
  }
2002
- ._shadow_oorew_114 {
2003
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2007
+ ._shadow_1m30t_115 {
2008
+ box-shadow: var(--shadow-layer);
2004
2009
  }
2005
- ._drawerContent_oorew_117 {
2010
+ ._drawerContent_1m30t_118 {
2006
2011
  overflow-x: hidden;
2007
2012
  overflow-y: auto;
2008
2013
  max-height: 100%;
@@ -2014,40 +2019,40 @@ html[data-theme='dark'] {
2014
2019
  -ms-overflow-style: none;
2015
2020
  /* Chrome, Safari and Opera */
2016
2021
  }
2017
- ._isResizing_oorew_129 ._drawerContent_oorew_117 {
2022
+ ._isResizing_1m30t_130 ._drawerContent_1m30t_118 {
2018
2023
  transition: none;
2019
2024
  }
2020
2025
  @media print {
2021
- ._drawerContent_oorew_117 {
2026
+ ._drawerContent_1m30t_118 {
2022
2027
  background: transparent !important;
2023
2028
  }
2024
2029
  }
2025
- ._drawerContent_oorew_117::-webkit-scrollbar {
2030
+ ._drawerContent_1m30t_118::-webkit-scrollbar {
2026
2031
  display: none;
2027
2032
  }
2028
- ._toggleButton_oorew_140 {
2033
+ ._toggleButton_1m30t_141 {
2029
2034
  transition: transform 0.4s;
2030
2035
  display: inline-block;
2031
2036
  transform: rotate(180deg);
2032
2037
  position: absolute;
2033
2038
  z-index: calc(var(--zindex-drawer) + 3);
2034
2039
  }
2035
- ._left_oorew_90 ._toggleButton_oorew_140 {
2040
+ ._left_1m30t_91 ._toggleButton_1m30t_141 {
2036
2041
  right: calc(var(--size) / -2);
2037
2042
  }
2038
- ._right_oorew_93 ._toggleButton_oorew_140 {
2043
+ ._right_1m30t_94 ._toggleButton_1m30t_141 {
2039
2044
  left: calc(var(--size) / -2);
2040
2045
  }
2041
- ._toggleButton_oorew_140._top_oorew_153 {
2046
+ ._toggleButton_1m30t_141._top_1m30t_154 {
2042
2047
  top: var(--padding-y);
2043
2048
  }
2044
- ._toggleButton_oorew_140._bottom_oorew_156 {
2049
+ ._toggleButton_1m30t_141._bottom_1m30t_157 {
2045
2050
  bottom: var(--padding-y);
2046
2051
  }
2047
- ._toggleButton_oorew_140._toggleButtonOpen_oorew_159 {
2052
+ ._toggleButton_1m30t_141._toggleButtonOpen_1m30t_160 {
2048
2053
  transform: rotate(0deg);
2049
2054
  }
2050
- ._tabs_oorew_162 {
2055
+ ._tabs_1m30t_163 {
2051
2056
  position: absolute;
2052
2057
  top: 0;
2053
2058
  bottom: 0;
@@ -2058,13 +2063,13 @@ html[data-theme='dark'] {
2058
2063
  border-right: 1px solid var(--color-border);
2059
2064
  font-size: var(--size-sm);
2060
2065
  }
2061
- ._left_oorew_90 ._tabs_oorew_162 {
2066
+ ._left_1m30t_91 ._tabs_1m30t_163 {
2062
2067
  right: 0;
2063
2068
  }
2064
- ._right_oorew_93 ._tabs_oorew_162 {
2069
+ ._right_1m30t_94 ._tabs_1m30t_163 {
2065
2070
  left: 0;
2066
2071
  }
2067
- ._tabs_oorew_162 ._tab_oorew_162 {
2072
+ ._tabs_1m30t_163 ._tab_1m30t_163 {
2068
2073
  height: 38px;
2069
2074
  width: 38px;
2070
2075
  display: flex;
@@ -2075,39 +2080,39 @@ html[data-theme='dark'] {
2075
2080
  transition: color 0.3s, background-color 0.3s;
2076
2081
  border: 1px solid var(--color-border-drawer-tab);
2077
2082
  }
2078
- ._left_oorew_90 ._tabs_oorew_162 ._tab_oorew_162 {
2083
+ ._left_1m30t_91 ._tabs_1m30t_163 ._tab_1m30t_163 {
2079
2084
  border-top-left-radius: 0;
2080
2085
  border-bottom-left-radius: 0;
2081
2086
  }
2082
- ._left_oorew_90 ._tabs_oorew_162 ._tab_oorew_162._active_oorew_194 {
2087
+ ._left_1m30t_91 ._tabs_1m30t_163 ._tab_1m30t_163._active_1m30t_195 {
2083
2088
  border-left-color: transparent;
2084
2089
  }
2085
- ._right_oorew_93 ._tabs_oorew_162 ._tab_oorew_162 {
2090
+ ._right_1m30t_94 ._tabs_1m30t_163 ._tab_1m30t_163 {
2086
2091
  border-top-right-radius: 0;
2087
2092
  border-bottom-right-radius: 0;
2088
2093
  }
2089
- ._right_oorew_93 ._tabs_oorew_162 ._tab_oorew_162._active_oorew_194 {
2094
+ ._right_1m30t_94 ._tabs_1m30t_163 ._tab_1m30t_163._active_1m30t_195 {
2090
2095
  border-right-color: transparent;
2091
2096
  }
2092
- ._tabs_oorew_162 ._tab_oorew_162:not(._active_oorew_194) {
2097
+ ._tabs_1m30t_163 ._tab_1m30t_163:not(._active_1m30t_195) {
2093
2098
  color: var(--color-text-primary);
2094
2099
  background-color: var(--color-background-drawer-tab) !important;
2095
2100
  }
2096
- ._tabs_oorew_162 ._tab_oorew_162:not(._active_oorew_194):hover {
2101
+ ._tabs_1m30t_163 ._tab_1m30t_163:not(._active_1m30t_195):hover {
2097
2102
  color: var(--color-text);
2098
2103
  background-color: var(--color-background-drawer-tab-hover) !important;
2099
2104
  }
2100
- ._tabs_oorew_162 ._tab_oorew_162._active_oorew_194 {
2105
+ ._tabs_1m30t_163 ._tab_1m30t_163._active_1m30t_195 {
2101
2106
  color: var(--color-text);
2102
2107
  border-color: var(--color-border);
2103
2108
  }
2104
- ._left_oorew_90 ._tabsContent_oorew_216 {
2109
+ ._left_1m30t_91 ._tabsContent_1m30t_217 {
2105
2110
  padding-right: 36px;
2106
2111
  }
2107
- ._right_oorew_93 ._tabsContent_oorew_216 {
2112
+ ._right_1m30t_94 ._tabsContent_1m30t_217 {
2108
2113
  padding-left: 36px;
2109
2114
  }
2110
- ._resizeHandle_oorew_222 {
2115
+ ._resizeHandle_1m30t_223 {
2111
2116
  position: absolute;
2112
2117
  top: 0;
2113
2118
  bottom: 0;
@@ -2120,18 +2125,18 @@ html[data-theme='dark'] {
2120
2125
  font-size: var(--font-size-sm);
2121
2126
  transition: all 0.2s;
2122
2127
  }
2123
- ._resizeHandle_oorew_222:hover {
2128
+ ._resizeHandle_1m30t_223:hover {
2124
2129
  background: var(--color-background-drawer-handle-hover);
2125
2130
  color: var(--color-text-primary);
2126
2131
  }
2127
- ._resizeHandle_oorew_222:active {
2132
+ ._resizeHandle_1m30t_223:active {
2128
2133
  background: var(--color-text-primary);
2129
2134
  color: white;
2130
2135
  }
2131
- ._left_oorew_90 ._resizeHandle_oorew_222 {
2136
+ ._left_1m30t_91 ._resizeHandle_1m30t_223 {
2132
2137
  right: 0;
2133
2138
  }
2134
- ._right_oorew_93 ._resizeHandle_oorew_222 {
2139
+ ._right_1m30t_94 ._resizeHandle_1m30t_223 {
2135
2140
  left: 0;
2136
2141
  }
2137
2142
  ._empty_cs57m_1 {
@@ -2155,79 +2160,80 @@ html[data-theme='dark'] {
2155
2160
  ._inputGroup_biuoa_1 > *:not(:last-child) {
2156
2161
  margin-right: -1px;
2157
2162
  }
2158
- ._inputInTable_7xieo_1 {
2163
+ ._inputInTable_1ioaf_1 {
2159
2164
  background-color: transparent;
2160
2165
  border-radius: inherit !important;
2161
2166
  height: var(--size);
2162
2167
  min-height: 100%;
2163
2168
  }
2164
- ._inputInTable_7xieo_1:not(:hover) {
2169
+ ._inputInTable_1ioaf_1:not(:hover) {
2165
2170
  border-color: transparent;
2166
2171
  }
2167
- ._inputHover_7xieo_10 {
2172
+ ._inputHover_1ioaf_10 {
2168
2173
  position: relative;
2169
2174
  border-color: var(--color-border-hover);
2170
2175
  z-index: 2;
2171
2176
  }
2172
- ._inputFocus_7xieo_15 {
2177
+ ._inputFocus_1ioaf_15 {
2173
2178
  position: relative;
2174
2179
  outline: none !important;
2175
2180
  border-color: var(--color-border-focus) !important;
2176
2181
  box-shadow: var(--shadow-focus);
2177
2182
  z-index: 3;
2178
2183
  }
2179
- ._inputError_7xieo_22,
2180
- ._inputWarning_7xieo_23 {
2184
+ ._inputError_1ioaf_22,
2185
+ ._inputWarning_1ioaf_23 {
2181
2186
  position: relative;
2182
2187
  }
2183
- ._inputError_7xieo_22 {
2188
+ ._inputError_1ioaf_22 {
2184
2189
  z-index: 2;
2185
2190
  border-color: var(--color-border-error);
2186
2191
  color: var(--color-text-error) !important;
2187
2192
  background-color: var(--color-background-error);
2188
2193
  }
2189
- ._inputError_7xieo_22:hover {
2194
+ ._inputError_1ioaf_22:hover {
2190
2195
  border-color: var(--color-border-error-hover) !important;
2191
2196
  }
2192
- ._inputError_7xieo_22:focus {
2197
+ ._inputError_1ioaf_22:focus {
2193
2198
  position: relative;
2194
2199
  outline: none !important;
2195
2200
  border-color: var(--color-border-focus) !important;
2196
2201
  box-shadow: var(--shadow-focus);
2197
2202
  z-index: 3;
2198
2203
  }
2199
- ._inputWarning_7xieo_23 {
2204
+ ._inputWarning_1ioaf_23 {
2200
2205
  z-index: 1;
2201
2206
  border-color: var(--color-border-warning);
2202
2207
  color: var(--color-text-warning) !important;
2203
2208
  background-color: var(--color-background-warning);
2204
2209
  }
2205
- ._inputWarning_7xieo_23:hover {
2210
+ ._inputWarning_1ioaf_23:hover {
2206
2211
  border-color: var(--color-border-warning-hover) !important;
2207
2212
  }
2208
- ._inputWarning_7xieo_23:focus {
2213
+ ._inputWarning_1ioaf_23:focus {
2209
2214
  position: relative;
2210
2215
  outline: none !important;
2211
2216
  border-color: var(--color-border-focus) !important;
2212
2217
  box-shadow: var(--shadow-focus);
2213
2218
  z-index: 3;
2214
2219
  }
2215
- ._inputDisabled_7xieo_58 {
2220
+ ._inputDisabled_1ioaf_58 {
2216
2221
  pointer-events: none;
2217
2222
  background-color: var(--color-background-disabled);
2218
2223
  color: var(--color-text-muted);
2224
+ box-shadow: none;
2219
2225
  }
2220
- ._hideScrollbars_7xieo_63 {
2226
+ ._hideScrollbars_1ioaf_64 {
2221
2227
  /* Firefox */
2222
2228
  scrollbar-width: none;
2223
2229
  /* IE 10+ */
2224
2230
  -ms-overflow-style: none;
2225
2231
  /* Chrome, Safari and Opera */
2226
2232
  }
2227
- ._hideScrollbars_7xieo_63::-webkit-scrollbar {
2233
+ ._hideScrollbars_1ioaf_64::-webkit-scrollbar {
2228
2234
  display: none;
2229
2235
  }
2230
- ._input_7xieo_1 {
2236
+ ._input_1ioaf_1 {
2231
2237
  margin: 0;
2232
2238
  outline: 0;
2233
2239
  text-align: left;
@@ -2245,90 +2251,91 @@ html[data-theme='dark'] {
2245
2251
  font-style: normal;
2246
2252
  position: relative;
2247
2253
  }
2248
- ._input_7xieo_1::placeholder {
2254
+ ._input_1ioaf_1::placeholder {
2249
2255
  color: var(--color-text-placeholder);
2250
2256
  }
2251
- ._input_7xieo_1._isInTable_7xieo_94 {
2257
+ ._input_1ioaf_1._isInTable_1ioaf_95 {
2252
2258
  background-color: transparent;
2253
2259
  border-radius: inherit !important;
2254
2260
  height: var(--size);
2255
2261
  min-height: 100%;
2256
2262
  }
2257
- ._input_7xieo_1._isInTable_7xieo_94:not(:hover) {
2263
+ ._input_1ioaf_1._isInTable_1ioaf_95:not(:hover) {
2258
2264
  border-color: transparent;
2259
2265
  }
2260
- ._input_7xieo_1:hover {
2266
+ ._input_1ioaf_1:hover {
2261
2267
  position: relative;
2262
2268
  border-color: var(--color-border-hover);
2263
2269
  z-index: 2;
2264
2270
  }
2265
- ._input_7xieo_1:focus {
2271
+ ._input_1ioaf_1:focus {
2266
2272
  position: relative;
2267
2273
  outline: none !important;
2268
2274
  border-color: var(--color-border-focus) !important;
2269
2275
  box-shadow: var(--shadow-focus);
2270
2276
  z-index: 3;
2271
2277
  }
2272
- ._input_7xieo_1._small_7xieo_115 {
2278
+ ._input_1ioaf_1._small_1ioaf_116 {
2273
2279
  font-size: var(--font-size-sm);
2274
2280
  height: var(--size-sm);
2275
- padding: 0 var(--padding-input-sm-x);
2281
+ padding: var(--padding-input-sm);
2276
2282
  line-height: var(--size-sm);
2277
2283
  }
2278
- ._input_7xieo_1._error_7xieo_121 {
2284
+ ._input_1ioaf_1._error_1ioaf_122 {
2279
2285
  position: relative;
2280
2286
  z-index: 2;
2281
2287
  border-color: var(--color-border-error);
2282
2288
  color: var(--color-text-error) !important;
2283
2289
  background-color: var(--color-background-error);
2284
2290
  }
2285
- ._input_7xieo_1._error_7xieo_121:hover {
2291
+ ._input_1ioaf_1._error_1ioaf_122:hover {
2286
2292
  border-color: var(--color-border-error-hover) !important;
2287
2293
  }
2288
- ._input_7xieo_1._error_7xieo_121:focus {
2294
+ ._input_1ioaf_1._error_1ioaf_122:focus {
2289
2295
  position: relative;
2290
2296
  outline: none !important;
2291
2297
  border-color: var(--color-border-focus) !important;
2292
2298
  box-shadow: var(--shadow-focus);
2293
2299
  z-index: 3;
2294
2300
  }
2295
- ._input_7xieo_1._warning_7xieo_138 {
2301
+ ._input_1ioaf_1._warning_1ioaf_139 {
2296
2302
  position: relative;
2297
2303
  z-index: 1;
2298
2304
  border-color: var(--color-border-warning);
2299
2305
  color: var(--color-text-warning) !important;
2300
2306
  background-color: var(--color-background-warning);
2301
2307
  }
2302
- ._input_7xieo_1._warning_7xieo_138:hover {
2308
+ ._input_1ioaf_1._warning_1ioaf_139:hover {
2303
2309
  border-color: var(--color-border-warning-hover) !important;
2304
2310
  }
2305
- ._input_7xieo_1._warning_7xieo_138:focus {
2311
+ ._input_1ioaf_1._warning_1ioaf_139:focus {
2306
2312
  position: relative;
2307
2313
  outline: none !important;
2308
2314
  border-color: var(--color-border-focus) !important;
2309
2315
  box-shadow: var(--shadow-focus);
2310
2316
  z-index: 3;
2311
2317
  }
2312
- ._input_7xieo_1[disabled] {
2318
+ ._input_1ioaf_1[disabled] {
2313
2319
  pointer-events: none;
2314
2320
  background-color: var(--color-background-disabled);
2315
2321
  color: var(--color-text-muted);
2322
+ box-shadow: none;
2316
2323
  }
2317
- ._input_7xieo_1._right_7xieo_160 {
2324
+ ._input_1ioaf_1._right_1ioaf_162 {
2318
2325
  text-align: right;
2319
2326
  }
2320
- ._groupOrderFirst_7xieo_163,
2321
- ._groupOrderMiddle_7xieo_164,
2322
- ._groupOrderLast_7xieo_165 {
2327
+ ._groupOrderFirst_1ioaf_165,
2328
+ ._groupOrderMiddle_1ioaf_166,
2329
+ ._groupOrderLast_1ioaf_167 {
2323
2330
  flex: 1;
2324
2331
  }
2325
- ._groupOrderFirst_7xieo_163 ._input_7xieo_1,
2326
- ._groupOrderMiddle_7xieo_164 ._input_7xieo_1 {
2332
+ ._groupOrderFirst_1ioaf_165 ._input_1ioaf_1,
2333
+ ._groupOrderMiddle_1ioaf_166 ._input_1ioaf_1 {
2327
2334
  border-top-right-radius: 0 !important;
2328
2335
  border-bottom-right-radius: 0 !important;
2329
2336
  }
2330
- ._groupOrderLast_7xieo_165 ._input_7xieo_1,
2331
- ._groupOrderMiddle_7xieo_164 ._input_7xieo_1 {
2337
+ ._groupOrderLast_1ioaf_167 ._input_1ioaf_1,
2338
+ ._groupOrderMiddle_1ioaf_166 ._input_1ioaf_1 {
2332
2339
  border-top-left-radius: 0 !important;
2333
2340
  border-bottom-left-radius: 0 !important;
2334
2341
  }
@@ -2419,119 +2426,120 @@ html[data-theme='dark'] {
2419
2426
  border-top-left-radius: 0 !important;
2420
2427
  border-bottom-left-radius: 0 !important;
2421
2428
  }
2422
- ._inputInTable_8naxt_1 {
2429
+ ._inputInTable_1woim_1 {
2423
2430
  background-color: transparent;
2424
2431
  border-radius: inherit !important;
2425
2432
  height: var(--size);
2426
2433
  min-height: 100%;
2427
2434
  }
2428
- ._inputInTable_8naxt_1:not(:hover) {
2435
+ ._inputInTable_1woim_1:not(:hover) {
2429
2436
  border-color: transparent;
2430
2437
  }
2431
- ._inputHover_8naxt_10 {
2438
+ ._inputHover_1woim_10 {
2432
2439
  position: relative;
2433
2440
  border-color: var(--color-border-hover);
2434
2441
  z-index: 2;
2435
2442
  }
2436
- ._inputFocus_8naxt_15 {
2443
+ ._inputFocus_1woim_15 {
2437
2444
  position: relative;
2438
2445
  outline: none !important;
2439
2446
  border-color: var(--color-border-focus) !important;
2440
2447
  box-shadow: var(--shadow-focus);
2441
2448
  z-index: 3;
2442
2449
  }
2443
- ._inputError_8naxt_22,
2444
- ._inputWarning_8naxt_23 {
2450
+ ._inputError_1woim_22,
2451
+ ._inputWarning_1woim_23 {
2445
2452
  position: relative;
2446
2453
  }
2447
- ._inputError_8naxt_22 {
2454
+ ._inputError_1woim_22 {
2448
2455
  z-index: 2;
2449
2456
  border-color: var(--color-border-error);
2450
2457
  color: var(--color-text-error) !important;
2451
2458
  background-color: var(--color-background-error);
2452
2459
  }
2453
- ._inputError_8naxt_22:hover {
2460
+ ._inputError_1woim_22:hover {
2454
2461
  border-color: var(--color-border-error-hover) !important;
2455
2462
  }
2456
- ._inputError_8naxt_22:focus {
2463
+ ._inputError_1woim_22:focus {
2457
2464
  position: relative;
2458
2465
  outline: none !important;
2459
2466
  border-color: var(--color-border-focus) !important;
2460
2467
  box-shadow: var(--shadow-focus);
2461
2468
  z-index: 3;
2462
2469
  }
2463
- ._inputWarning_8naxt_23 {
2470
+ ._inputWarning_1woim_23 {
2464
2471
  z-index: 1;
2465
2472
  border-color: var(--color-border-warning);
2466
2473
  color: var(--color-text-warning) !important;
2467
2474
  background-color: var(--color-background-warning);
2468
2475
  }
2469
- ._inputWarning_8naxt_23:hover {
2476
+ ._inputWarning_1woim_23:hover {
2470
2477
  border-color: var(--color-border-warning-hover) !important;
2471
2478
  }
2472
- ._inputWarning_8naxt_23:focus {
2479
+ ._inputWarning_1woim_23:focus {
2473
2480
  position: relative;
2474
2481
  outline: none !important;
2475
2482
  border-color: var(--color-border-focus) !important;
2476
2483
  box-shadow: var(--shadow-focus);
2477
2484
  z-index: 3;
2478
2485
  }
2479
- ._inputDisabled_8naxt_58 {
2486
+ ._inputDisabled_1woim_58 {
2480
2487
  pointer-events: none;
2481
2488
  background-color: var(--color-background-disabled);
2482
2489
  color: var(--color-text-muted);
2490
+ box-shadow: none;
2483
2491
  }
2484
- ._hideScrollbars_8naxt_63 {
2492
+ ._hideScrollbars_1woim_64 {
2485
2493
  /* Firefox */
2486
2494
  scrollbar-width: none;
2487
2495
  /* IE 10+ */
2488
2496
  -ms-overflow-style: none;
2489
2497
  /* Chrome, Safari and Opera */
2490
2498
  }
2491
- ._hideScrollbars_8naxt_63::-webkit-scrollbar {
2499
+ ._hideScrollbars_1woim_64::-webkit-scrollbar {
2492
2500
  display: none;
2493
2501
  }
2494
- ._header_8naxt_73 ._headerTitle_8naxt_73,
2495
- ._heading_8naxt_74 ._itemHeader_8naxt_74 {
2502
+ ._header_1woim_74 ._headerTitle_1woim_74,
2503
+ ._heading_1woim_75 ._itemHeader_1woim_75 {
2496
2504
  transition: opacity 0.3s;
2497
2505
  }
2498
- ._narrow_8naxt_77 ._header_8naxt_73 ._headerTitle_8naxt_73,
2499
- ._narrow_8naxt_77 ._heading_8naxt_74 ._itemHeader_8naxt_74 {
2506
+ ._narrow_1woim_78 ._header_1woim_74 ._headerTitle_1woim_74,
2507
+ ._narrow_1woim_78 ._heading_1woim_75 ._itemHeader_1woim_75 {
2500
2508
  opacity: 0;
2501
2509
  }
2502
- ._stickyHeader_8naxt_81 {
2510
+ ._stickyHeader_1woim_82 {
2503
2511
  position: sticky;
2504
2512
  top: 0;
2505
2513
  background-color: var(--color-background);
2506
2514
  z-index: 10;
2507
2515
  }
2508
- ._itemHeader_8naxt_74 {
2516
+ ._itemHeader_1woim_75 {
2509
2517
  padding: var(--spacing-sm) var(--padding-x);
2510
2518
  display: flex;
2511
2519
  align-items: flex-start;
2512
2520
  }
2513
- ._itemHeader_8naxt_74 ._title_8naxt_92 {
2521
+ ._itemHeader_1woim_75 ._title_1woim_93 {
2514
2522
  margin: 0;
2515
2523
  padding: 0;
2516
2524
  flex-grow: 1;
2517
2525
  min-width: 0;
2518
2526
  }
2519
- ._itemHeader_8naxt_74 ._name_8naxt_98 {
2527
+ ._itemHeader_1woim_75 ._name_1woim_99 {
2520
2528
  font-weight: 400;
2521
2529
  }
2522
- ._itemHeader_8naxt_74 ._iconTooltipMargin_8naxt_101 {
2530
+ ._itemHeader_1woim_75 ._iconTooltipMargin_1woim_102 {
2523
2531
  margin-left: 10px;
2524
2532
  }
2525
- ._itemHeader_8naxt_74 ._bold_8naxt_104 {
2533
+ ._itemHeader_1woim_75 ._bold_1woim_105 {
2526
2534
  font-weight: bold;
2527
2535
  }
2528
- ._header_8naxt_73 {
2536
+ ._header_1woim_74 {
2529
2537
  padding: var(--padding);
2530
2538
  display: flex;
2531
2539
  align-items: center;
2532
2540
  border-bottom: 1px solid var(--color-border);
2533
2541
  }
2534
- ._toggleNarrow_8naxt_113 {
2542
+ ._toggleNarrow_1woim_114 {
2535
2543
  margin-right: 16px;
2536
2544
  margin-left: -5px;
2537
2545
  color: #c8c8c8;
@@ -2540,16 +2548,16 @@ html[data-theme='dark'] {
2540
2548
  width: 22px;
2541
2549
  justify-content: center;
2542
2550
  }
2543
- ._toggleNarrow_8naxt_113:hover {
2551
+ ._toggleNarrow_1woim_114:hover {
2544
2552
  color: var(--color-text-primary-hover);
2545
2553
  }
2546
- ._toggleNarrow_8naxt_113:active {
2554
+ ._toggleNarrow_1woim_114:active {
2547
2555
  color: var(--color-text-primary-active);
2548
2556
  }
2549
- ._narrow_8naxt_77 ._toggleNarrow_8naxt_113 {
2557
+ ._narrow_1woim_78 ._toggleNarrow_1woim_114 {
2550
2558
  transform: scaleX(-1);
2551
2559
  }
2552
- ._drag_8naxt_131 {
2560
+ ._drag_1woim_132 {
2553
2561
  color: var(--color-text-faint);
2554
2562
  display: flex;
2555
2563
  align-items: center;
@@ -2560,31 +2568,31 @@ html[data-theme='dark'] {
2560
2568
  height: 19px;
2561
2569
  width: 19px;
2562
2570
  }
2563
- ._drag_8naxt_131 path {
2571
+ ._drag_1woim_132 path {
2564
2572
  stroke: var(--color-text-faint);
2565
2573
  }
2566
- ._drag_8naxt_131:hover path {
2574
+ ._drag_1woim_132:hover path {
2567
2575
  stroke: var(--color-text-primary-hover);
2568
2576
  }
2569
- ._drag_8naxt_131:active path {
2577
+ ._drag_1woim_132:active path {
2570
2578
  stroke: var(--color-text-primary-active);
2571
2579
  }
2572
- ._list_8naxt_151 {
2580
+ ._list_1woim_152 {
2573
2581
  flex-shrink: 0;
2574
2582
  background: var(--color-background);
2575
2583
  }
2576
- ._list_8naxt_151._bordered_8naxt_155:first-child,
2577
- ._list_8naxt_151._bordered_8naxt_155:first-child > :first-child {
2584
+ ._list_1woim_152._bordered_1woim_156:first-child,
2585
+ ._list_1woim_152._bordered_1woim_156:first-child > :first-child {
2578
2586
  border-top-left-radius: inherit;
2579
2587
  border-top-right-radius: inherit;
2580
2588
  }
2581
- ._list_8naxt_151._bordered_8naxt_155:last-child,
2582
- ._list_8naxt_151._bordered_8naxt_155:last-child > :last-child {
2589
+ ._list_1woim_152._bordered_1woim_156:last-child,
2590
+ ._list_1woim_152._bordered_1woim_156:last-child > :last-child {
2583
2591
  border-bottom-left-radius: inherit;
2584
2592
  border-bottom-right-radius: inherit;
2585
2593
  border-bottom: 0;
2586
2594
  }
2587
- ._item_8naxt_74 {
2595
+ ._item_1woim_75 {
2588
2596
  color: inherit;
2589
2597
  display: block;
2590
2598
  transition: background-color 0.2s;
@@ -2595,7 +2603,7 @@ html[data-theme='dark'] {
2595
2603
  overflow-wrap: break-word;
2596
2604
  hyphens: auto;
2597
2605
  }
2598
- ._item_8naxt_74:not(._heading_8naxt_74):after {
2606
+ ._item_1woim_75:not(._heading_1woim_75):after {
2599
2607
  content: '';
2600
2608
  position: absolute;
2601
2609
  left: 0;
@@ -2606,73 +2614,73 @@ html[data-theme='dark'] {
2606
2614
  border-bottom-left-radius: inherit;
2607
2615
  transition: background 0.3s;
2608
2616
  }
2609
- ._item_8naxt_74._action_8naxt_188 {
2617
+ ._item_1woim_75._action_1woim_189 {
2610
2618
  cursor: pointer;
2611
2619
  }
2612
- ._item_8naxt_74._action_8naxt_188:not(._active_8naxt_191):hover {
2620
+ ._item_1woim_75._action_1woim_189:not(._active_1woim_192):hover {
2613
2621
  background: var(--color-background-listitem-hover);
2614
2622
  }
2615
- ._item_8naxt_74._action_8naxt_188:not(._active_8naxt_191):hover:after {
2623
+ ._item_1woim_75._action_1woim_189:not(._active_1woim_192):hover:after {
2616
2624
  background: rgba(0, 0, 0, 0.1);
2617
2625
  }
2618
- ._item_8naxt_74._active_8naxt_191 {
2626
+ ._item_1woim_75._active_1woim_192 {
2619
2627
  cursor: default;
2620
2628
  position: relative;
2621
2629
  z-index: 1;
2622
2630
  background: var(--color-background-listitem-active);
2623
2631
  }
2624
- ._item_8naxt_74._active_8naxt_191:after {
2632
+ ._item_1woim_75._active_1woim_192:after {
2625
2633
  background: var(--color-background-primary) !important;
2626
2634
  }
2627
- ._item_8naxt_74._disabled_8naxt_206 {
2635
+ ._item_1woim_75._disabled_1woim_207 {
2628
2636
  color: var(--color-text-faint);
2629
2637
  pointer-events: none;
2630
2638
  }
2631
- ._item_8naxt_74._heading_8naxt_74 {
2639
+ ._item_1woim_75._heading_1woim_75 {
2632
2640
  color: var(--color-text-muted);
2633
2641
  background-color: transparent;
2634
2642
  }
2635
- ._item_8naxt_74._heading_8naxt_74._action_8naxt_188:hover {
2643
+ ._item_1woim_75._heading_1woim_75._action_1woim_189:hover {
2636
2644
  color: var(--color-text-primary-hover);
2637
2645
  }
2638
- ._item_8naxt_74 ._label_8naxt_217 {
2646
+ ._item_1woim_75 ._label_1woim_218 {
2639
2647
  margin-right: 15px;
2640
2648
  margin-left: -5px;
2641
2649
  margin-top: -2px;
2642
2650
  margin-bottom: -2px;
2643
2651
  flex-shrink: 0;
2644
2652
  }
2645
- ._item_8naxt_74 ._details_8naxt_224,
2646
- ._item_8naxt_74 ._metadata_8naxt_225 {
2653
+ ._item_1woim_75 ._details_1woim_225,
2654
+ ._item_1woim_75 ._metadata_1woim_226 {
2647
2655
  display: block;
2648
2656
  width: 100%;
2649
2657
  font-weight: normal;
2650
2658
  margin-top: 3px;
2651
2659
  }
2652
- ._item_8naxt_74 ._metadata_8naxt_225 {
2660
+ ._item_1woim_75 ._metadata_1woim_226 {
2653
2661
  color: var(--color-text-muted);
2654
2662
  }
2655
- ._item_8naxt_74 ._itemContent_8naxt_234 {
2663
+ ._item_1woim_75 ._itemContent_1woim_235 {
2656
2664
  padding: 0 var(--padding-x) var(--spacing-sm);
2657
2665
  cursor: auto;
2658
2666
  }
2659
- ._item_8naxt_74 ._itemContent_8naxt_234:empty {
2667
+ ._item_1woim_75 ._itemContent_1woim_235:empty {
2660
2668
  padding: inherit;
2661
2669
  }
2662
- ._indentIcon_8naxt_241 {
2670
+ ._indentIcon_1woim_242 {
2663
2671
  width: 20px;
2664
2672
  flex-shrink: 0;
2665
2673
  }
2666
- ._expandIcon_8naxt_245 {
2674
+ ._expandIcon_1woim_246 {
2667
2675
  width: 20px;
2668
2676
  flex-shrink: 0;
2669
2677
  position: relative;
2670
2678
  margin-top: 1px;
2671
2679
  }
2672
- ._expandIcon_8naxt_245._expanded_8naxt_251 svg {
2680
+ ._expandIcon_1woim_246._expanded_1woim_252 svg {
2673
2681
  transform: rotate(90deg);
2674
2682
  }
2675
- ._right_8naxt_254 {
2683
+ ._right_1woim_255 {
2676
2684
  margin-left: auto;
2677
2685
  display: flex;
2678
2686
  align-items: center;
@@ -2680,24 +2688,24 @@ html[data-theme='dark'] {
2680
2688
  margin-bottom: -2px;
2681
2689
  margin-right: -8px;
2682
2690
  }
2683
- ._actions_8naxt_262 {
2691
+ ._actions_1woim_263 {
2684
2692
  margin-left: 8px;
2685
2693
  display: flex;
2686
2694
  align-items: center;
2687
2695
  }
2688
- ._scrollableList_8naxt_267 {
2696
+ ._scrollableList_1woim_268 {
2689
2697
  height: 100%;
2690
2698
  overflow-y: auto;
2691
2699
  scroll-behavior: smooth;
2692
2700
  }
2693
- ._hideScrollbar_8naxt_63 {
2701
+ ._hideScrollbar_1woim_64 {
2694
2702
  /* Firefox */
2695
2703
  scrollbar-width: none;
2696
2704
  /* IE 10+ */
2697
2705
  -ms-overflow-style: none;
2698
2706
  /* Chrome, Safari and Opera */
2699
2707
  }
2700
- ._hideScrollbar_8naxt_63::-webkit-scrollbar {
2708
+ ._hideScrollbar_1woim_64::-webkit-scrollbar {
2701
2709
  display: none;
2702
2710
  }
2703
2711
  ._loader_16v7q_1 {
@@ -2755,76 +2763,77 @@ html[data-theme='dark'] {
2755
2763
  ._details_16v7q_53 {
2756
2764
  margin-top: 8px;
2757
2765
  }
2758
- ._inputInTable_kf5fv_1 {
2766
+ ._inputInTable_17xnf_1 {
2759
2767
  background-color: transparent;
2760
2768
  border-radius: inherit !important;
2761
2769
  height: var(--size);
2762
2770
  min-height: 100%;
2763
2771
  }
2764
- ._inputInTable_kf5fv_1:not(:hover) {
2772
+ ._inputInTable_17xnf_1:not(:hover) {
2765
2773
  border-color: transparent;
2766
2774
  }
2767
- ._inputHover_kf5fv_10 {
2775
+ ._inputHover_17xnf_10 {
2768
2776
  position: relative;
2769
2777
  border-color: var(--color-border-hover);
2770
2778
  z-index: 2;
2771
2779
  }
2772
- ._inputFocus_kf5fv_15 {
2780
+ ._inputFocus_17xnf_15 {
2773
2781
  position: relative;
2774
2782
  outline: none !important;
2775
2783
  border-color: var(--color-border-focus) !important;
2776
2784
  box-shadow: var(--shadow-focus);
2777
2785
  z-index: 3;
2778
2786
  }
2779
- ._inputError_kf5fv_22,
2780
- ._inputWarning_kf5fv_23 {
2787
+ ._inputError_17xnf_22,
2788
+ ._inputWarning_17xnf_23 {
2781
2789
  position: relative;
2782
2790
  }
2783
- ._inputError_kf5fv_22 {
2791
+ ._inputError_17xnf_22 {
2784
2792
  z-index: 2;
2785
2793
  border-color: var(--color-border-error);
2786
2794
  color: var(--color-text-error) !important;
2787
2795
  background-color: var(--color-background-error);
2788
2796
  }
2789
- ._inputError_kf5fv_22:hover {
2797
+ ._inputError_17xnf_22:hover {
2790
2798
  border-color: var(--color-border-error-hover) !important;
2791
2799
  }
2792
- ._inputError_kf5fv_22:focus {
2800
+ ._inputError_17xnf_22:focus {
2793
2801
  position: relative;
2794
2802
  outline: none !important;
2795
2803
  border-color: var(--color-border-focus) !important;
2796
2804
  box-shadow: var(--shadow-focus);
2797
2805
  z-index: 3;
2798
2806
  }
2799
- ._inputWarning_kf5fv_23 {
2807
+ ._inputWarning_17xnf_23 {
2800
2808
  z-index: 1;
2801
2809
  border-color: var(--color-border-warning);
2802
2810
  color: var(--color-text-warning) !important;
2803
2811
  background-color: var(--color-background-warning);
2804
2812
  }
2805
- ._inputWarning_kf5fv_23:hover {
2813
+ ._inputWarning_17xnf_23:hover {
2806
2814
  border-color: var(--color-border-warning-hover) !important;
2807
2815
  }
2808
- ._inputWarning_kf5fv_23:focus {
2816
+ ._inputWarning_17xnf_23:focus {
2809
2817
  position: relative;
2810
2818
  outline: none !important;
2811
2819
  border-color: var(--color-border-focus) !important;
2812
2820
  box-shadow: var(--shadow-focus);
2813
2821
  z-index: 3;
2814
2822
  }
2815
- ._inputDisabled_kf5fv_58 {
2823
+ ._inputDisabled_17xnf_58 {
2816
2824
  pointer-events: none;
2817
2825
  background-color: var(--color-background-disabled);
2818
2826
  color: var(--color-text-muted);
2827
+ box-shadow: none;
2819
2828
  }
2820
- ._hideScrollbars_kf5fv_63 {
2829
+ ._hideScrollbars_17xnf_64 {
2821
2830
  /* Firefox */
2822
2831
  scrollbar-width: none;
2823
2832
  /* IE 10+ */
2824
2833
  -ms-overflow-style: none;
2825
2834
  /* Chrome, Safari and Opera */
2826
2835
  }
2827
- ._hideScrollbars_kf5fv_63::-webkit-scrollbar {
2836
+ ._hideScrollbars_17xnf_64::-webkit-scrollbar {
2828
2837
  display: none;
2829
2838
  }
2830
2839
  :root {
@@ -2833,7 +2842,7 @@ html[data-theme='dark'] {
2833
2842
  html[data-theme='dark'] {
2834
2843
  --color-border-message: transparent;
2835
2844
  }
2836
- ._container_kf5fv_79 {
2845
+ ._container_17xnf_80 {
2837
2846
  padding: var(--padding-card);
2838
2847
  border-radius: var(--border-radius);
2839
2848
  display: inline-flex;
@@ -2848,40 +2857,40 @@ html[data-theme='dark'] {
2848
2857
  -ms-overflow-style: none;
2849
2858
  /* Chrome, Safari and Opera */
2850
2859
  }
2851
- ._container_kf5fv_79::-webkit-scrollbar {
2860
+ ._container_17xnf_80::-webkit-scrollbar {
2852
2861
  display: none;
2853
2862
  }
2854
- ._container_kf5fv_79._block_kf5fv_97 {
2863
+ ._container_17xnf_80._block_17xnf_98 {
2855
2864
  display: flex;
2856
2865
  }
2857
- ._container_kf5fv_79._info_kf5fv_100 {
2866
+ ._container_17xnf_80._info_17xnf_101 {
2858
2867
  color: var(--color-text-info);
2859
2868
  background-color: var(--color-background-info);
2860
2869
  }
2861
- ._container_kf5fv_79._success_kf5fv_104 {
2870
+ ._container_17xnf_80._success_17xnf_105 {
2862
2871
  color: var(--color-text-success);
2863
2872
  background-color: var(--color-background-success);
2864
2873
  }
2865
- ._container_kf5fv_79._warning_kf5fv_108 {
2874
+ ._container_17xnf_80._warning_17xnf_109 {
2866
2875
  color: var(--color-text-warning);
2867
2876
  background-color: var(--color-background-warning);
2868
2877
  }
2869
- ._container_kf5fv_79._error_kf5fv_112 {
2878
+ ._container_17xnf_80._error_17xnf_113 {
2870
2879
  color: var(--color-text-error);
2871
2880
  background-color: var(--color-background-error);
2872
2881
  }
2873
- ._content_kf5fv_116 {
2882
+ ._content_17xnf_117 {
2874
2883
  flex: 1;
2875
2884
  min-width: 0;
2876
2885
  }
2877
- ._heading_kf5fv_120 {
2886
+ ._heading_17xnf_121 {
2878
2887
  font-weight: bold;
2879
2888
  letter-spacing: 0.1em;
2880
2889
  text-transform: uppercase;
2881
2890
  font-size: var(--font-size-sm);
2882
2891
  line-height: var(--line-height);
2883
2892
  }
2884
- ._icon_kf5fv_127 {
2893
+ ._icon_17xnf_128 {
2885
2894
  display: flex;
2886
2895
  justify-content: center;
2887
2896
  align-items: center;
@@ -2889,34 +2898,34 @@ html[data-theme='dark'] {
2889
2898
  margin-right: 12px;
2890
2899
  margin-top: -2px;
2891
2900
  }
2892
- ._dismiss_kf5fv_135 {
2901
+ ._dismiss_17xnf_136 {
2893
2902
  margin-left: 12px;
2894
2903
  color: var(--color-text);
2895
2904
  }
2896
- ._dismiss_kf5fv_135._absolute_kf5fv_139 {
2905
+ ._dismiss_17xnf_136._absolute_17xnf_140 {
2897
2906
  position: absolute;
2898
2907
  top: 10px;
2899
2908
  right: 14px;
2900
2909
  }
2901
- ._dismiss_kf5fv_135 {
2910
+ ._dismiss_17xnf_136 {
2902
2911
  margin-top: -2px;
2903
2912
  margin-right: -6px;
2904
2913
  }
2905
- ._legendToggle_kf5fv_148 {
2914
+ ._legendToggle_17xnf_149 {
2906
2915
  opacity: 0.6;
2907
2916
  }
2908
- ._legendToggle_kf5fv_148:hover {
2917
+ ._legendToggle_17xnf_149:hover {
2909
2918
  opacity: 0.8;
2910
2919
  cursor: pointer;
2911
2920
  }
2912
- ._legendToggle_kf5fv_148:active {
2921
+ ._legendToggle_17xnf_149:active {
2913
2922
  opacity: 1;
2914
2923
  }
2915
- ._detailsText_kf5fv_158 {
2924
+ ._detailsText_17xnf_159 {
2916
2925
  margin-top: var(--spacing);
2917
2926
  word-break: break-word;
2918
2927
  }
2919
- ._footer_kf5fv_162 {
2928
+ ._footer_17xnf_163 {
2920
2929
  display: flex;
2921
2930
  flex-wrap: wrap;
2922
2931
  gap: 8px;
@@ -2955,39 +2964,39 @@ html[data-theme='dark'] {
2955
2964
  ._newLine_ijw69_31 {
2956
2965
  white-space: 'pre-wrap';
2957
2966
  }
2958
- ._menu_1wk7d_1 {
2967
+ ._menu_i35rg_1 {
2959
2968
  overflow-y: auto;
2960
2969
  position: relative;
2961
2970
  min-width: 160px;
2962
2971
  padding: 7px 0;
2963
2972
  border: 1px solid var(--color-border);
2964
2973
  border-radius: var(--border-radius);
2965
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
2974
+ box-shadow: var(--shadow-layer);
2966
2975
  background-color: var(--color-background-raised);
2967
2976
  margin-top: 2px;
2968
2977
  }
2969
- ._header_1wk7d_12 {
2978
+ ._header_i35rg_12 {
2970
2979
  padding: 7px 16px;
2971
2980
  display: flex;
2972
2981
  justify-content: space-between;
2973
2982
  }
2974
- ._header_1wk7d_12 a {
2983
+ ._header_i35rg_12 a {
2975
2984
  color: var(--color-text-primary);
2976
2985
  font-weight: normal;
2977
2986
  cursor: pointer;
2978
2987
  }
2979
- ._header_1wk7d_12 a:hover {
2988
+ ._header_i35rg_12 a:hover {
2980
2989
  color: var(--color-text-primary-hover);
2981
2990
  }
2982
- ._header_1wk7d_12 a:active {
2991
+ ._header_i35rg_12 a:active {
2983
2992
  color: var(--color-text-primary-active);
2984
2993
  }
2985
- ._item_1wk7d_28 {
2994
+ ._item_i35rg_28 {
2986
2995
  padding: 7px 16px;
2987
2996
  background: transparent;
2988
2997
  cursor: default;
2989
2998
  }
2990
- ._heading_1wk7d_33 {
2999
+ ._heading_i35rg_33 {
2991
3000
  color: var(--color-text-muted);
2992
3001
  letter-spacing: 0.1em;
2993
3002
  text-transform: uppercase;
@@ -3024,79 +3033,80 @@ html[data-theme='dark'] {
3024
3033
  ._page_beskc_1._scroll_beskc_23 {
3025
3034
  overflow: auto;
3026
3035
  }
3027
- ._inputInTable_4mkub_1 {
3036
+ ._inputInTable_rp8n6_1 {
3028
3037
  background-color: transparent;
3029
3038
  border-radius: inherit !important;
3030
3039
  height: var(--size);
3031
3040
  min-height: 100%;
3032
3041
  }
3033
- ._inputInTable_4mkub_1:not(:hover) {
3042
+ ._inputInTable_rp8n6_1:not(:hover) {
3034
3043
  border-color: transparent;
3035
3044
  }
3036
- ._inputHover_4mkub_10 {
3045
+ ._inputHover_rp8n6_10 {
3037
3046
  position: relative;
3038
3047
  border-color: var(--color-border-hover);
3039
3048
  z-index: 2;
3040
3049
  }
3041
- ._inputFocus_4mkub_15 {
3050
+ ._inputFocus_rp8n6_15 {
3042
3051
  position: relative;
3043
3052
  outline: none !important;
3044
3053
  border-color: var(--color-border-focus) !important;
3045
3054
  box-shadow: var(--shadow-focus);
3046
3055
  z-index: 3;
3047
3056
  }
3048
- ._inputError_4mkub_22,
3049
- ._inputWarning_4mkub_23 {
3057
+ ._inputError_rp8n6_22,
3058
+ ._inputWarning_rp8n6_23 {
3050
3059
  position: relative;
3051
3060
  }
3052
- ._inputError_4mkub_22 {
3061
+ ._inputError_rp8n6_22 {
3053
3062
  z-index: 2;
3054
3063
  border-color: var(--color-border-error);
3055
3064
  color: var(--color-text-error) !important;
3056
3065
  background-color: var(--color-background-error);
3057
3066
  }
3058
- ._inputError_4mkub_22:hover {
3067
+ ._inputError_rp8n6_22:hover {
3059
3068
  border-color: var(--color-border-error-hover) !important;
3060
3069
  }
3061
- ._inputError_4mkub_22:focus {
3070
+ ._inputError_rp8n6_22:focus {
3062
3071
  position: relative;
3063
3072
  outline: none !important;
3064
3073
  border-color: var(--color-border-focus) !important;
3065
3074
  box-shadow: var(--shadow-focus);
3066
3075
  z-index: 3;
3067
3076
  }
3068
- ._inputWarning_4mkub_23 {
3077
+ ._inputWarning_rp8n6_23 {
3069
3078
  z-index: 1;
3070
3079
  border-color: var(--color-border-warning);
3071
3080
  color: var(--color-text-warning) !important;
3072
3081
  background-color: var(--color-background-warning);
3073
3082
  }
3074
- ._inputWarning_4mkub_23:hover {
3083
+ ._inputWarning_rp8n6_23:hover {
3075
3084
  border-color: var(--color-border-warning-hover) !important;
3076
3085
  }
3077
- ._inputWarning_4mkub_23:focus {
3086
+ ._inputWarning_rp8n6_23:focus {
3078
3087
  position: relative;
3079
3088
  outline: none !important;
3080
3089
  border-color: var(--color-border-focus) !important;
3081
3090
  box-shadow: var(--shadow-focus);
3082
3091
  z-index: 3;
3083
3092
  }
3084
- ._inputDisabled_4mkub_58 {
3093
+ ._inputDisabled_rp8n6_58 {
3085
3094
  pointer-events: none;
3086
3095
  background-color: var(--color-background-disabled);
3087
3096
  color: var(--color-text-muted);
3097
+ box-shadow: none;
3088
3098
  }
3089
- ._hideScrollbars_4mkub_63 {
3099
+ ._hideScrollbars_rp8n6_64 {
3090
3100
  /* Firefox */
3091
3101
  scrollbar-width: none;
3092
3102
  /* IE 10+ */
3093
3103
  -ms-overflow-style: none;
3094
3104
  /* Chrome, Safari and Opera */
3095
3105
  }
3096
- ._hideScrollbars_4mkub_63::-webkit-scrollbar {
3106
+ ._hideScrollbars_rp8n6_64::-webkit-scrollbar {
3097
3107
  display: none;
3098
3108
  }
3099
- ._select_4mkub_73 {
3109
+ ._select_rp8n6_74 {
3100
3110
  appearance: none !important;
3101
3111
  -webkit-appearance: none !important;
3102
3112
  -moz-appearance: none !important;
@@ -3106,87 +3116,91 @@ html[data-theme='dark'] {
3106
3116
  padding-right: calc(var(--size-xs) + (2 * var(--spacing-xs)));
3107
3117
  color: var(--color-text);
3108
3118
  vertical-align: middle;
3109
- background: var(--color-background-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E") no-repeat right var(--spacing-xs) center;
3119
+ background: var(--color-background-input) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' stroke-width='1.75' stroke='rgb(63, 63, 51)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M6 9l6 6l6 -6' /%3E%3C/svg%3E") no-repeat right var(--spacing-xs) center;
3110
3120
  background-size: calc(var(--size) / 2);
3111
3121
  border: 1px solid var(--color-border);
3112
3122
  border-radius: var(--border-radius);
3113
3123
  height: var(--size);
3124
+ box-shadow: var(--shadow-button);
3125
+ }
3126
+ [data-theme='dark'] ._select_rp8n6_74 {
3127
+ 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");
3114
3128
  }
3115
- ._select_4mkub_73 option {
3129
+ ._select_rp8n6_74 option {
3116
3130
  background: var(--color-background-input);
3117
3131
  color: var(--color-text);
3118
3132
  }
3119
- ._select_4mkub_73 option:focus {
3133
+ ._select_rp8n6_74 option:focus {
3120
3134
  background-color: var(--color-background-listitem-active);
3121
3135
  }
3122
- ._select_4mkub_73:-moz-focusring {
3136
+ ._select_rp8n6_74:-moz-focusring {
3123
3137
  color: transparent !important;
3124
3138
  text-shadow: 0 0 0 #000 !important;
3125
3139
  }
3126
- ._select_4mkub_73:hover {
3140
+ ._select_rp8n6_74:hover {
3127
3141
  position: relative;
3128
3142
  border-color: var(--color-border-hover);
3129
3143
  z-index: 2;
3130
3144
  cursor: pointer;
3131
3145
  }
3132
- ._select_4mkub_73:focus {
3146
+ ._select_rp8n6_74:focus {
3133
3147
  position: relative;
3134
3148
  outline: none !important;
3135
3149
  border-color: var(--color-border-focus) !important;
3136
3150
  box-shadow: var(--shadow-focus);
3137
3151
  z-index: 3;
3138
3152
  }
3139
- ._select_4mkub_73._isInTable_4mkub_113 {
3153
+ ._select_rp8n6_74._isInTable_rp8n6_118 {
3140
3154
  background-color: transparent;
3141
3155
  border-radius: inherit !important;
3142
3156
  height: var(--size);
3143
3157
  min-height: 100%;
3144
3158
  }
3145
- ._select_4mkub_73._isInTable_4mkub_113:not(:hover) {
3159
+ ._select_rp8n6_74._isInTable_rp8n6_118:not(:hover) {
3146
3160
  border-color: transparent;
3147
3161
  }
3148
- ._select_4mkub_73._unSelected_4mkub_122 {
3162
+ ._select_rp8n6_74._unSelected_rp8n6_127 {
3149
3163
  color: var(--color-text-placeholder) !important;
3150
3164
  }
3151
- ._select_4mkub_73._unSelected_4mkub_122:-moz-focusring {
3165
+ ._select_rp8n6_74._unSelected_rp8n6_127:-moz-focusring {
3152
3166
  color: transparent !important;
3153
3167
  text-shadow: 0 0 0 #000 !important;
3154
3168
  }
3155
- ._select_4mkub_73._error_4mkub_129 {
3169
+ ._select_rp8n6_74._error_rp8n6_134 {
3156
3170
  position: relative;
3157
3171
  z-index: 2;
3158
3172
  border-color: var(--color-border-error);
3159
3173
  color: var(--color-text-error) !important;
3160
3174
  background-color: var(--color-background-error);
3161
3175
  }
3162
- ._select_4mkub_73._error_4mkub_129:hover {
3176
+ ._select_rp8n6_74._error_rp8n6_134:hover {
3163
3177
  border-color: var(--color-border-error-hover) !important;
3164
3178
  }
3165
- ._select_4mkub_73._error_4mkub_129:focus {
3179
+ ._select_rp8n6_74._error_rp8n6_134:focus {
3166
3180
  position: relative;
3167
3181
  outline: none !important;
3168
3182
  border-color: var(--color-border-focus) !important;
3169
3183
  box-shadow: var(--shadow-focus);
3170
3184
  z-index: 3;
3171
3185
  }
3172
- ._select_4mkub_73._warning_4mkub_146 {
3186
+ ._select_rp8n6_74._warning_rp8n6_151 {
3173
3187
  position: relative;
3174
3188
  z-index: 1;
3175
3189
  border-color: var(--color-border-warning);
3176
3190
  color: var(--color-text-warning) !important;
3177
3191
  background-color: var(--color-background-warning);
3178
3192
  }
3179
- ._select_4mkub_73._warning_4mkub_146:hover {
3193
+ ._select_rp8n6_74._warning_rp8n6_151:hover {
3180
3194
  border-color: var(--color-border-warning-hover) !important;
3181
3195
  }
3182
- ._select_4mkub_73._warning_4mkub_146:focus {
3196
+ ._select_rp8n6_74._warning_rp8n6_151:focus {
3183
3197
  position: relative;
3184
3198
  outline: none !important;
3185
3199
  border-color: var(--color-border-focus) !important;
3186
3200
  box-shadow: var(--shadow-focus);
3187
3201
  z-index: 3;
3188
3202
  }
3189
- ._select_4mkub_73._small_4mkub_163 {
3203
+ ._select_rp8n6_74._small_rp8n6_168 {
3190
3204
  font-size: var(--font-size-sm);
3191
3205
  height: var(--size-sm);
3192
3206
  padding: var(--padding-input-sm);
@@ -3194,65 +3208,66 @@ html[data-theme='dark'] {
3194
3208
  background-position: right var(--spacing-2xs) center;
3195
3209
  padding-right: 28px;
3196
3210
  }
3197
- ._select_4mkub_73._right_4mkub_171 {
3211
+ ._select_rp8n6_74._right_rp8n6_176 {
3198
3212
  text-align: right;
3199
3213
  text-align-last: right;
3200
3214
  }
3201
- ._select_4mkub_73[disabled] {
3215
+ ._select_rp8n6_74[disabled] {
3202
3216
  opacity: 1;
3203
3217
  pointer-events: none;
3204
3218
  background-color: var(--color-background-disabled);
3205
3219
  color: var(--color-text-muted);
3220
+ box-shadow: none;
3206
3221
  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");
3207
3222
  }
3208
- ._groupOrderFirst_4mkub_182,
3209
- ._groupOrderMiddle_4mkub_183 {
3223
+ ._groupOrderFirst_rp8n6_188,
3224
+ ._groupOrderMiddle_rp8n6_189 {
3210
3225
  border-top-right-radius: 0 !important;
3211
3226
  border-bottom-right-radius: 0 !important;
3212
3227
  }
3213
- ._groupOrderLast_4mkub_187,
3214
- ._groupOrderMiddle_4mkub_183 {
3228
+ ._groupOrderLast_rp8n6_193,
3229
+ ._groupOrderMiddle_rp8n6_189 {
3215
3230
  border-top-left-radius: 0 !important;
3216
3231
  border-bottom-left-radius: 0 !important;
3217
3232
  }
3218
- ._layerContainer_f0co0_1 {
3233
+ ._layerContainer_siwvj_1 {
3219
3234
  z-index: var(--zindex-dropdown);
3220
3235
  }
3221
- ._layer_f0co0_1 {
3236
+ ._layer_siwvj_1 {
3222
3237
  border: 1px solid var(--color-border);
3223
3238
  border-radius: var(--border-radius);
3224
3239
  overflow: hidden;
3225
3240
  margin: 2px -1px 0 -1px;
3226
3241
  background: var(--color-background-input);
3227
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
3242
+ box-shadow: var(--shadow-layer);
3228
3243
  position: relative;
3229
3244
  font-size: var(--font-size);
3230
3245
  }
3231
- ._layer_f0co0_1 ul {
3246
+ ._layer_siwvj_1 ul {
3232
3247
  margin: 0;
3233
3248
  padding: 0;
3234
3249
  list-style-type: none;
3235
3250
  }
3236
- ._layer_f0co0_1 ul li {
3251
+ ._layer_siwvj_1 ul li {
3237
3252
  list-style: none;
3238
3253
  display: block;
3239
3254
  }
3240
- ._layer_f0co0_1._small_f0co0_23 {
3255
+ ._layer_siwvj_1._small_siwvj_23 {
3241
3256
  font-size: var(--font-size-sm);
3242
3257
  }
3243
- ._heading_f0co0_26,
3244
- ._option_f0co0_27,
3245
- ._message_f0co0_28 {
3258
+ ._heading_siwvj_26,
3259
+ ._option_siwvj_27,
3260
+ ._message_siwvj_28 {
3246
3261
  padding: var(--padding-input);
3247
3262
  padding-right: 0;
3248
3263
  }
3249
- ._small_f0co0_23 ._heading_f0co0_26,
3250
- ._small_f0co0_23 ._option_f0co0_27,
3251
- ._small_f0co0_23 ._message_f0co0_28 {
3264
+ ._small_siwvj_23 ._heading_siwvj_26,
3265
+ ._small_siwvj_23 ._option_siwvj_27,
3266
+ ._small_siwvj_23 ._message_siwvj_28 {
3252
3267
  padding: var(--padding-input-sm);
3253
3268
  padding-right: 0;
3254
3269
  }
3255
- ._heading_f0co0_26 {
3270
+ ._heading_siwvj_26 {
3256
3271
  color: var(--color-text-muted);
3257
3272
  letter-spacing: 0.1em;
3258
3273
  text-transform: uppercase;
@@ -3263,13 +3278,13 @@ html[data-theme='dark'] {
3263
3278
  text-overflow: ellipsis;
3264
3279
  white-space: nowrap;
3265
3280
  }
3266
- ._small_f0co0_23 ._heading_f0co0_26 {
3281
+ ._small_siwvj_23 ._heading_siwvj_26 {
3267
3282
  font-size: var(--font-size-xs);
3268
3283
  }
3269
- ._message_f0co0_28 {
3284
+ ._message_siwvj_28 {
3270
3285
  color: var(--color-text-faint);
3271
3286
  }
3272
- ._option_f0co0_27 {
3287
+ ._option_siwvj_27 {
3273
3288
  line-height: var(--line-height);
3274
3289
  display: flex;
3275
3290
  align-items: center;
@@ -3278,18 +3293,18 @@ html[data-theme='dark'] {
3278
3293
  height: 100%;
3279
3294
  cursor: pointer;
3280
3295
  }
3281
- ._option_f0co0_27._focused_f0co0_64,
3282
- ._option_f0co0_27:hover {
3296
+ ._option_siwvj_27._focused_siwvj_64,
3297
+ ._option_siwvj_27:hover {
3283
3298
  background-color: var(--color-background-listitem-hover);
3284
3299
  }
3285
- ._option_f0co0_27._selected_f0co0_68 {
3300
+ ._option_siwvj_27._selected_siwvj_68 {
3286
3301
  background-color: var(--color-background-listitem-active);
3287
3302
  }
3288
- ._option_f0co0_27._disabled_f0co0_71 {
3303
+ ._option_siwvj_27._disabled_siwvj_71 {
3289
3304
  opacity: 0.2;
3290
3305
  cursor: inherit;
3291
3306
  }
3292
- ._option_f0co0_27 ._check_f0co0_75 {
3307
+ ._option_siwvj_27 ._check_siwvj_75 {
3293
3308
  color: var(--color-text-primary);
3294
3309
  font-size: var(--font-size-xs);
3295
3310
  width: var(--size);
@@ -3299,111 +3314,112 @@ html[data-theme='dark'] {
3299
3314
  align-items: center;
3300
3315
  flex-shrink: 0;
3301
3316
  }
3302
- ._small_f0co0_23 ._option_f0co0_27 ._check_f0co0_75 {
3317
+ ._small_siwvj_23 ._option_siwvj_27 ._check_siwvj_75 {
3303
3318
  width: var(--size-sm);
3304
3319
  height: var(--size-sm);
3305
3320
  }
3306
- ._option_f0co0_27 ._check_f0co0_75 svg {
3321
+ ._option_siwvj_27 ._check_siwvj_75 svg {
3307
3322
  display: block;
3308
3323
  }
3309
- ._option_f0co0_27 ._optionContent_f0co0_92 {
3324
+ ._option_siwvj_27 ._optionContent_siwvj_92 {
3310
3325
  flex-wrap: wrap;
3311
3326
  margin-right: auto;
3312
3327
  overflow: hidden;
3313
3328
  }
3314
- ._option_f0co0_27 ._optionContent_f0co0_92 ._label_f0co0_97 {
3329
+ ._option_siwvj_27 ._optionContent_siwvj_92 ._label_siwvj_97 {
3315
3330
  max-width: 100%;
3316
3331
  display: block;
3317
3332
  overflow: hidden;
3318
3333
  text-overflow: ellipsis;
3319
3334
  white-space: nowrap;
3320
3335
  }
3321
- ._option_f0co0_27 ._optionContent_f0co0_92 ._icon_f0co0_104 {
3336
+ ._option_siwvj_27 ._optionContent_siwvj_92 ._icon_siwvj_104 {
3322
3337
  margin-left: 8px;
3323
3338
  line-height: 0;
3324
3339
  }
3325
- ._details_f0co0_108 {
3340
+ ._details_siwvj_108 {
3326
3341
  float: right;
3327
3342
  display: inline;
3328
3343
  white-space: nowrap;
3329
3344
  }
3330
- ._inputInTable_1b14f_1 {
3345
+ ._inputInTable_knwss_1 {
3331
3346
  background-color: transparent;
3332
3347
  border-radius: inherit !important;
3333
3348
  height: var(--size);
3334
3349
  min-height: 100%;
3335
3350
  }
3336
- ._inputInTable_1b14f_1:not(:hover) {
3351
+ ._inputInTable_knwss_1:not(:hover) {
3337
3352
  border-color: transparent;
3338
3353
  }
3339
- ._inputHover_1b14f_10 {
3354
+ ._inputHover_knwss_10 {
3340
3355
  position: relative;
3341
3356
  border-color: var(--color-border-hover);
3342
3357
  z-index: 2;
3343
3358
  }
3344
- ._inputFocus_1b14f_15 {
3359
+ ._inputFocus_knwss_15 {
3345
3360
  position: relative;
3346
3361
  outline: none !important;
3347
3362
  border-color: var(--color-border-focus) !important;
3348
3363
  box-shadow: var(--shadow-focus);
3349
3364
  z-index: 3;
3350
3365
  }
3351
- ._inputError_1b14f_22,
3352
- ._inputWarning_1b14f_23 {
3366
+ ._inputError_knwss_22,
3367
+ ._inputWarning_knwss_23 {
3353
3368
  position: relative;
3354
3369
  }
3355
- ._inputError_1b14f_22 {
3370
+ ._inputError_knwss_22 {
3356
3371
  z-index: 2;
3357
3372
  border-color: var(--color-border-error);
3358
3373
  color: var(--color-text-error) !important;
3359
3374
  background-color: var(--color-background-error);
3360
3375
  }
3361
- ._inputError_1b14f_22:hover {
3376
+ ._inputError_knwss_22:hover {
3362
3377
  border-color: var(--color-border-error-hover) !important;
3363
3378
  }
3364
- ._inputError_1b14f_22:focus {
3379
+ ._inputError_knwss_22:focus {
3365
3380
  position: relative;
3366
3381
  outline: none !important;
3367
3382
  border-color: var(--color-border-focus) !important;
3368
3383
  box-shadow: var(--shadow-focus);
3369
3384
  z-index: 3;
3370
3385
  }
3371
- ._inputWarning_1b14f_23 {
3386
+ ._inputWarning_knwss_23 {
3372
3387
  z-index: 1;
3373
3388
  border-color: var(--color-border-warning);
3374
3389
  color: var(--color-text-warning) !important;
3375
3390
  background-color: var(--color-background-warning);
3376
3391
  }
3377
- ._inputWarning_1b14f_23:hover {
3392
+ ._inputWarning_knwss_23:hover {
3378
3393
  border-color: var(--color-border-warning-hover) !important;
3379
3394
  }
3380
- ._inputWarning_1b14f_23:focus {
3395
+ ._inputWarning_knwss_23:focus {
3381
3396
  position: relative;
3382
3397
  outline: none !important;
3383
3398
  border-color: var(--color-border-focus) !important;
3384
3399
  box-shadow: var(--shadow-focus);
3385
3400
  z-index: 3;
3386
3401
  }
3387
- ._inputDisabled_1b14f_58 {
3402
+ ._inputDisabled_knwss_58 {
3388
3403
  pointer-events: none;
3389
3404
  background-color: var(--color-background-disabled);
3390
3405
  color: var(--color-text-muted);
3406
+ box-shadow: none;
3391
3407
  }
3392
- ._hideScrollbars_1b14f_63 {
3408
+ ._hideScrollbars_knwss_64 {
3393
3409
  /* Firefox */
3394
3410
  scrollbar-width: none;
3395
3411
  /* IE 10+ */
3396
3412
  -ms-overflow-style: none;
3397
3413
  /* Chrome, Safari and Opera */
3398
3414
  }
3399
- ._hideScrollbars_1b14f_63::-webkit-scrollbar {
3415
+ ._hideScrollbars_knwss_64::-webkit-scrollbar {
3400
3416
  display: none;
3401
3417
  }
3402
3418
  :root {
3403
3419
  --size-select-icon: calc(var(--size) / 2);
3404
3420
  --size-select-icon-sm: calc(var(--size-sm) / 2);
3405
3421
  }
3406
- ._trigger_1b14f_77 {
3422
+ ._trigger_knwss_78 {
3407
3423
  font-weight: normal;
3408
3424
  display: flex;
3409
3425
  align-items: center;
@@ -3413,85 +3429,87 @@ html[data-theme='dark'] {
3413
3429
  height: var(--size);
3414
3430
  position: relative;
3415
3431
  padding-left: var(--padding-input-x);
3432
+ box-shadow: var(--shadow-button);
3416
3433
  }
3417
- ._trigger_1b14f_77 input {
3434
+ ._trigger_knwss_78 input {
3418
3435
  border: none !important;
3419
3436
  background: transparent !important;
3420
3437
  }
3421
- ._trigger_1b14f_77._isInTable_1b14f_92 {
3438
+ ._trigger_knwss_78._isInTable_knwss_94 {
3422
3439
  background-color: transparent;
3423
3440
  border-radius: inherit !important;
3424
3441
  height: var(--size);
3425
3442
  min-height: 100%;
3426
3443
  }
3427
- ._trigger_1b14f_77._isInTable_1b14f_92:not(:hover) {
3444
+ ._trigger_knwss_78._isInTable_knwss_94:not(:hover) {
3428
3445
  border-color: transparent;
3429
3446
  }
3430
- ._trigger_1b14f_77._isInTable_1b14f_92 ._input_1b14f_1 {
3447
+ ._trigger_knwss_78._isInTable_knwss_94 ._input_knwss_1 {
3431
3448
  background: transparent !important;
3432
3449
  }
3433
- ._trigger_1b14f_77:hover {
3450
+ ._trigger_knwss_78:hover {
3434
3451
  position: relative;
3435
3452
  border-color: var(--color-border-hover);
3436
3453
  z-index: 2;
3437
3454
  cursor: pointer;
3438
3455
  }
3439
- ._trigger_1b14f_77._isOpen_1b14f_110,
3440
- ._trigger_1b14f_77:focus {
3456
+ ._trigger_knwss_78._isOpen_knwss_112,
3457
+ ._trigger_knwss_78:focus {
3441
3458
  position: relative;
3442
3459
  outline: none !important;
3443
3460
  border-color: var(--color-border-focus) !important;
3444
3461
  box-shadow: var(--shadow-focus);
3445
3462
  z-index: 3;
3446
3463
  }
3447
- ._trigger_1b14f_77._error_1b14f_118 {
3464
+ ._trigger_knwss_78._error_knwss_120 {
3448
3465
  position: relative;
3449
3466
  z-index: 2;
3450
3467
  border-color: var(--color-border-error);
3451
3468
  color: var(--color-text-error) !important;
3452
3469
  background-color: var(--color-background-error);
3453
3470
  }
3454
- ._trigger_1b14f_77._error_1b14f_118:hover {
3471
+ ._trigger_knwss_78._error_knwss_120:hover {
3455
3472
  border-color: var(--color-border-error-hover) !important;
3456
3473
  }
3457
- ._trigger_1b14f_77._error_1b14f_118:focus {
3474
+ ._trigger_knwss_78._error_knwss_120:focus {
3458
3475
  position: relative;
3459
3476
  outline: none !important;
3460
3477
  border-color: var(--color-border-focus) !important;
3461
3478
  box-shadow: var(--shadow-focus);
3462
3479
  z-index: 3;
3463
3480
  }
3464
- ._trigger_1b14f_77._warning_1b14f_135 {
3481
+ ._trigger_knwss_78._warning_knwss_137 {
3465
3482
  position: relative;
3466
3483
  z-index: 1;
3467
3484
  border-color: var(--color-border-warning);
3468
3485
  color: var(--color-text-warning) !important;
3469
3486
  background-color: var(--color-background-warning);
3470
3487
  }
3471
- ._trigger_1b14f_77._warning_1b14f_135:hover {
3488
+ ._trigger_knwss_78._warning_knwss_137:hover {
3472
3489
  border-color: var(--color-border-warning-hover) !important;
3473
3490
  }
3474
- ._trigger_1b14f_77._warning_1b14f_135:focus {
3491
+ ._trigger_knwss_78._warning_knwss_137:focus {
3475
3492
  position: relative;
3476
3493
  outline: none !important;
3477
3494
  border-color: var(--color-border-focus) !important;
3478
3495
  box-shadow: var(--shadow-focus);
3479
3496
  z-index: 3;
3480
3497
  }
3481
- ._trigger_1b14f_77._disabled_1b14f_152 {
3498
+ ._trigger_knwss_78._disabled_knwss_154 {
3482
3499
  pointer-events: none;
3483
3500
  background-color: var(--color-background-disabled);
3484
3501
  color: var(--color-text-muted);
3502
+ box-shadow: none;
3485
3503
  }
3486
- ._icons_1b14f_157 {
3504
+ ._icons_knwss_160 {
3487
3505
  display: flex;
3488
3506
  flex-wrap: nowrap;
3489
3507
  flex-shrink: 0;
3490
3508
  position: relative;
3491
3509
  z-index: 2;
3492
3510
  }
3493
- ._icons_1b14f_157 ._clearAll_1b14f_164,
3494
- ._icons_1b14f_157 ._iconOpen_1b14f_165 {
3511
+ ._icons_knwss_160 ._clearAll_knwss_167,
3512
+ ._icons_knwss_160 ._iconOpen_knwss_168 {
3495
3513
  font-size: var(--size-select-icon);
3496
3514
  width: var(--size);
3497
3515
  height: var(--size);
@@ -3500,16 +3518,16 @@ html[data-theme='dark'] {
3500
3518
  align-items: center;
3501
3519
  color: var(--color-text);
3502
3520
  }
3503
- ._small_1b14f_174 ._icons_1b14f_157 ._clearAll_1b14f_164,
3504
- ._small_1b14f_174 ._icons_1b14f_157 ._iconOpen_1b14f_165 {
3521
+ ._small_knwss_177 ._icons_knwss_160 ._clearAll_knwss_167,
3522
+ ._small_knwss_177 ._icons_knwss_160 ._iconOpen_knwss_168 {
3505
3523
  font-size: var(--size-select-icon-sm);
3506
3524
  width: var(--size-sm);
3507
3525
  height: var(--size-sm);
3508
3526
  }
3509
- ._icons_1b14f_157 ._clearAll_1b14f_164:hover {
3527
+ ._icons_knwss_160 ._clearAll_knwss_167:hover {
3510
3528
  color: var(--color-text-primary);
3511
3529
  }
3512
- ._triggerInputContainer_1b14f_183 {
3530
+ ._triggerInputContainer_knwss_186 {
3513
3531
  display: flex;
3514
3532
  align-items: center;
3515
3533
  position: relative;
@@ -3518,31 +3536,31 @@ html[data-theme='dark'] {
3518
3536
  min-width: 0;
3519
3537
  margin-right: 4px;
3520
3538
  }
3521
- ._right_1b14f_192 ._triggerInputContainer_1b14f_183 {
3539
+ ._right_knwss_195 ._triggerInputContainer_knwss_186 {
3522
3540
  justify-content: flex-end;
3523
3541
  text-align: right;
3524
3542
  }
3525
- ._right_1b14f_192 ._triggerInputContainer_1b14f_183 input {
3543
+ ._right_knwss_195 ._triggerInputContainer_knwss_186 input {
3526
3544
  padding-right: 0;
3527
3545
  padding-left: 0;
3528
3546
  text-align: right;
3529
3547
  width: 0;
3530
3548
  }
3531
- ._right_1b14f_192 ._triggerInputContainer_1b14f_183 input:focus {
3549
+ ._right_knwss_195 ._triggerInputContainer_knwss_186 input:focus {
3532
3550
  width: auto;
3533
3551
  }
3534
- ._multiOptions_1b14f_205 {
3552
+ ._multiOptions_knwss_208 {
3535
3553
  display: flex;
3536
3554
  overflow: hidden;
3537
3555
  margin-left: -8px;
3538
3556
  }
3539
- ._small_1b14f_174 ._multiOptions_1b14f_205 {
3557
+ ._small_knwss_177 ._multiOptions_knwss_208 {
3540
3558
  margin-left: -5px;
3541
3559
  }
3542
- ._multiOptions_1b14f_205:empty {
3560
+ ._multiOptions_knwss_208:empty {
3543
3561
  display: none !important;
3544
3562
  }
3545
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 {
3563
+ ._multiOptions_knwss_208 ._multiOption_knwss_208 {
3546
3564
  user-select: none;
3547
3565
  pointer-events: none;
3548
3566
  display: inline-flex;
@@ -3559,14 +3577,14 @@ html[data-theme='dark'] {
3559
3577
  flex-shrink: 0;
3560
3578
  margin-right: 2px;
3561
3579
  }
3562
- ._small_1b14f_174 ._multiOptions_1b14f_205 ._multiOption_1b14f_205 {
3580
+ ._small_knwss_177 ._multiOptions_knwss_208 ._multiOption_knwss_208 {
3563
3581
  height: var(--size-xs);
3564
3582
  padding: 0 3px;
3565
3583
  }
3566
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._label_1b14f_237 {
3584
+ ._multiOptions_knwss_208 ._multiOption_knwss_208 ._label_knwss_240 {
3567
3585
  white-space: nowrap;
3568
3586
  }
3569
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._closeMultiOption_1b14f_240 {
3587
+ ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243 {
3570
3588
  flex-shrink: 0;
3571
3589
  display: flex;
3572
3590
  align-items: center;
@@ -3576,13 +3594,13 @@ html[data-theme='dark'] {
3576
3594
  opacity: 0.25;
3577
3595
  aspect-ratio: 1;
3578
3596
  }
3579
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._closeMultiOption_1b14f_240:hover,
3580
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._closeMultiOption_1b14f_240._focus_1b14f_251 {
3597
+ ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243:hover,
3598
+ ._multiOptions_knwss_208 ._multiOption_knwss_208 ._closeMultiOption_knwss_243._focus_knwss_254 {
3581
3599
  opacity: 1;
3582
3600
  outline: 0;
3583
3601
  }
3584
- ._selectedSingleValue_1b14f_255,
3585
- ._placeHolder_1b14f_256 {
3602
+ ._selectedSingleValue_knwss_258,
3603
+ ._placeHolder_knwss_259 {
3586
3604
  line-height: calc(var(--size) - 2px);
3587
3605
  right: 0;
3588
3606
  left: 0;
@@ -3592,10 +3610,10 @@ html[data-theme='dark'] {
3592
3610
  display: block;
3593
3611
  position: absolute;
3594
3612
  }
3595
- ._placeHolder_1b14f_256 {
3613
+ ._placeHolder_knwss_259 {
3596
3614
  color: var(--color-text-placeholder);
3597
3615
  }
3598
- ._input_1b14f_1 {
3616
+ ._input_knwss_1 {
3599
3617
  font-family: var(--font-family);
3600
3618
  background-color: transparent;
3601
3619
  border: none;
@@ -3603,43 +3621,43 @@ html[data-theme='dark'] {
3603
3621
  padding: 0;
3604
3622
  width: 0;
3605
3623
  }
3606
- ._input_1b14f_1._error_1b14f_118 {
3624
+ ._input_knwss_1._error_knwss_120 {
3607
3625
  color: var(--color-text-error) !important;
3608
3626
  }
3609
- ._input_1b14f_1:focus {
3627
+ ._input_knwss_1:focus {
3610
3628
  outline: none;
3611
3629
  width: auto;
3612
3630
  }
3613
- ._small_1b14f_174 {
3631
+ ._small_knwss_177 {
3614
3632
  height: var(--size-sm);
3615
3633
  font-size: var(--font-size-sm);
3616
3634
  padding-left: var(--padding-input-sm-x);
3617
3635
  }
3618
- ._small_1b14f_174 ._selectedSingleValue_1b14f_255,
3619
- ._small_1b14f_174 ._placeHolder_1b14f_256,
3620
- ._small_1b14f_174 ._input_1b14f_1 {
3636
+ ._small_knwss_177 ._selectedSingleValue_knwss_258,
3637
+ ._small_knwss_177 ._placeHolder_knwss_259,
3638
+ ._small_knwss_177 ._input_knwss_1 {
3621
3639
  height: calc(var(--size-sm) - 2px);
3622
3640
  line-height: calc(var(--size-sm) - 2px);
3623
3641
  }
3624
- ._groupOrderFirst_1b14f_295,
3625
- ._groupOrderMiddle_1b14f_296 {
3642
+ ._groupOrderFirst_knwss_298,
3643
+ ._groupOrderMiddle_knwss_299 {
3626
3644
  border-top-right-radius: 0 !important;
3627
3645
  border-bottom-right-radius: 0 !important;
3628
3646
  }
3629
- ._groupOrderLast_1b14f_300,
3630
- ._groupOrderMiddle_1b14f_296 {
3647
+ ._groupOrderLast_knwss_303,
3648
+ ._groupOrderMiddle_knwss_299 {
3631
3649
  border-top-left-radius: 0 !important;
3632
3650
  border-bottom-left-radius: 0 !important;
3633
3651
  }
3634
- ._detailedLabel_1b14f_305 {
3652
+ ._detailedLabel_knwss_308 {
3635
3653
  width: 100%;
3636
3654
  }
3637
- ._detailedLabel_1b14f_305 :first-child {
3655
+ ._detailedLabel_knwss_308 :first-child {
3638
3656
  float: left;
3639
3657
  position: absolute;
3640
3658
  padding-right: 5px;
3641
3659
  }
3642
- ._detailedLabel_1b14f_305 :last-child {
3660
+ ._detailedLabel_knwss_308 :last-child {
3643
3661
  float: right;
3644
3662
  }
3645
3663
  ._paginationContainer_1tmz4_1 {
@@ -3727,17 +3745,17 @@ html[data-theme='dark'] {
3727
3745
  font-weight: bold;
3728
3746
  z-index: 1;
3729
3747
  }
3730
- ._wrapper_1vjj5_1._inline_1vjj5_1 {
3748
+ ._wrapper_1s098_1._inline_1s098_1 {
3731
3749
  display: flex;
3732
3750
  align-items: center;
3733
3751
  }
3734
- ._wrapper_1vjj5_1._inline_1vjj5_1 ._radio_1vjj5_5:not(:last-child) {
3752
+ ._wrapper_1s098_1._inline_1s098_1 ._radio_1s098_5:not(:last-child) {
3735
3753
  margin-right: var(--spacing);
3736
3754
  }
3737
- ._wrapper_1vjj5_1 ._labelMargin_1vjj5_8 {
3755
+ ._wrapper_1s098_1 ._labelMargin_1s098_8 {
3738
3756
  margin-right: 10px;
3739
3757
  }
3740
- ._radio_1vjj5_5 {
3758
+ ._radio_1s098_5 {
3741
3759
  margin: calc((var(--size) - var(--size-checkbox)) / 2) 0;
3742
3760
  position: relative;
3743
3761
  display: flex;
@@ -3752,15 +3770,15 @@ html[data-theme='dark'] {
3752
3770
  min-width: var(--size-checkbox);
3753
3771
  outline: 0px;
3754
3772
  }
3755
- ._radio_1vjj5_5._small_1vjj5_26 {
3773
+ ._radio_1s098_5._small_1s098_26 {
3756
3774
  margin: calc((var(--size-sm) - var(--size-checkbox)) / 2) 0;
3757
3775
  font-size: var(--font-size-sm);
3758
3776
  }
3759
- ._radio_1vjj5_5._noMargin_1vjj5_30 {
3777
+ ._radio_1s098_5._noMargin_1s098_30 {
3760
3778
  margin-top: 0;
3761
3779
  margin-bottom: 0;
3762
3780
  }
3763
- ._radio_1vjj5_5 input {
3781
+ ._radio_1s098_5 input {
3764
3782
  cursor: pointer;
3765
3783
  position: absolute;
3766
3784
  top: 0;
@@ -3771,7 +3789,7 @@ html[data-theme='dark'] {
3771
3789
  height: var(--size-checkbox);
3772
3790
  z-index: -1;
3773
3791
  }
3774
- ._radio_1vjj5_5 label {
3792
+ ._radio_1s098_5 label {
3775
3793
  cursor: pointer;
3776
3794
  position: relative;
3777
3795
  display: block;
@@ -3780,8 +3798,8 @@ html[data-theme='dark'] {
3780
3798
  color: var(--color-text);
3781
3799
  transition: color 0.1s ease;
3782
3800
  }
3783
- ._radio_1vjj5_5 label:before,
3784
- ._radio_1vjj5_5 label:after {
3801
+ ._radio_1s098_5 label:before,
3802
+ ._radio_1s098_5 label:after {
3785
3803
  content: '';
3786
3804
  position: absolute;
3787
3805
  top: 0;
@@ -3792,45 +3810,45 @@ html[data-theme='dark'] {
3792
3810
  border-radius: 50%;
3793
3811
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
3794
3812
  }
3795
- ._radio_1vjj5_5 label:before {
3813
+ ._radio_1s098_5 label:before {
3796
3814
  background: var(--color-background-input);
3797
3815
  border: 1px solid var(--color-border-checkbox);
3798
3816
  transform: none;
3799
3817
  }
3800
- ._radio_1vjj5_5 label:hover:before {
3818
+ ._radio_1s098_5 label:hover:before {
3801
3819
  border-color: var(--color-border-hover);
3802
3820
  }
3803
- ._radio_1vjj5_5 label:after {
3821
+ ._radio_1s098_5 label:after {
3804
3822
  border: none;
3805
3823
  transform: scale(0.46666667);
3806
3824
  background-color: white;
3807
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
3825
+ box-shadow: var(--shadow-button);
3808
3826
  opacity: 0;
3809
3827
  }
3810
- ._radio_1vjj5_5 input:checked ~ label:before {
3828
+ ._radio_1s098_5 input:checked ~ label:before {
3811
3829
  background-color: var(--color-background-primary);
3812
3830
  border-color: transparent;
3813
3831
  }
3814
- ._radio_1vjj5_5 input:checked ~ label:after {
3832
+ ._radio_1s098_5 input:checked ~ label:after {
3815
3833
  opacity: 1;
3816
3834
  }
3817
- ._radio_1vjj5_5._disabled_1vjj5_88 {
3835
+ ._radio_1s098_5._disabled_1s098_88 {
3818
3836
  cursor: default;
3819
3837
  pointer-events: none;
3820
3838
  }
3821
- ._radio_1vjj5_5._disabled_1vjj5_88 label {
3839
+ ._radio_1s098_5._disabled_1s098_88 label {
3822
3840
  color: var(--color-text-muted);
3823
3841
  }
3824
- ._radio_1vjj5_5._disabled_1vjj5_88 label:before {
3842
+ ._radio_1s098_5._disabled_1s098_88 label:before {
3825
3843
  background-color: var(--color-background-disabled) !important;
3826
3844
  }
3827
- ._radio_1vjj5_5._disabled_1vjj5_88 input:checked ~ label:before {
3845
+ ._radio_1s098_5._disabled_1s098_88 input:checked ~ label:before {
3828
3846
  border-color: var(--color-border-checkbox);
3829
3847
  }
3830
- ._radio_1vjj5_5._disabled_1vjj5_88 input:checked ~ label:after {
3848
+ ._radio_1s098_5._disabled_1s098_88 input:checked ~ label:after {
3831
3849
  background-color: var(--color-border-checkbox);
3832
3850
  }
3833
- ._isInTable_1vjj5_104 {
3851
+ ._isInTable_1s098_104 {
3834
3852
  margin: 0;
3835
3853
  position: relative;
3836
3854
  top: 1px;
@@ -8358,79 +8376,80 @@ button:active .remirror-menu-pane-shortcut,
8358
8376
  padding: 8px 0;
8359
8377
  align-items: flex-end;
8360
8378
  }
8361
- ._inputInTable_1v1gv_1 {
8379
+ ._inputInTable_qsvki_1 {
8362
8380
  background-color: transparent;
8363
8381
  border-radius: inherit !important;
8364
8382
  height: var(--size);
8365
8383
  min-height: 100%;
8366
8384
  }
8367
- ._inputInTable_1v1gv_1:not(:hover) {
8385
+ ._inputInTable_qsvki_1:not(:hover) {
8368
8386
  border-color: transparent;
8369
8387
  }
8370
- ._inputHover_1v1gv_10 {
8388
+ ._inputHover_qsvki_10 {
8371
8389
  position: relative;
8372
8390
  border-color: var(--color-border-hover);
8373
8391
  z-index: 2;
8374
8392
  }
8375
- ._inputFocus_1v1gv_15 {
8393
+ ._inputFocus_qsvki_15 {
8376
8394
  position: relative;
8377
8395
  outline: none !important;
8378
8396
  border-color: var(--color-border-focus) !important;
8379
8397
  box-shadow: var(--shadow-focus);
8380
8398
  z-index: 3;
8381
8399
  }
8382
- ._inputError_1v1gv_22,
8383
- ._inputWarning_1v1gv_23 {
8400
+ ._inputError_qsvki_22,
8401
+ ._inputWarning_qsvki_23 {
8384
8402
  position: relative;
8385
8403
  }
8386
- ._inputError_1v1gv_22 {
8404
+ ._inputError_qsvki_22 {
8387
8405
  z-index: 2;
8388
8406
  border-color: var(--color-border-error);
8389
8407
  color: var(--color-text-error) !important;
8390
8408
  background-color: var(--color-background-error);
8391
8409
  }
8392
- ._inputError_1v1gv_22:hover {
8410
+ ._inputError_qsvki_22:hover {
8393
8411
  border-color: var(--color-border-error-hover) !important;
8394
8412
  }
8395
- ._inputError_1v1gv_22:focus {
8413
+ ._inputError_qsvki_22:focus {
8396
8414
  position: relative;
8397
8415
  outline: none !important;
8398
8416
  border-color: var(--color-border-focus) !important;
8399
8417
  box-shadow: var(--shadow-focus);
8400
8418
  z-index: 3;
8401
8419
  }
8402
- ._inputWarning_1v1gv_23 {
8420
+ ._inputWarning_qsvki_23 {
8403
8421
  z-index: 1;
8404
8422
  border-color: var(--color-border-warning);
8405
8423
  color: var(--color-text-warning) !important;
8406
8424
  background-color: var(--color-background-warning);
8407
8425
  }
8408
- ._inputWarning_1v1gv_23:hover {
8426
+ ._inputWarning_qsvki_23:hover {
8409
8427
  border-color: var(--color-border-warning-hover) !important;
8410
8428
  }
8411
- ._inputWarning_1v1gv_23:focus {
8429
+ ._inputWarning_qsvki_23:focus {
8412
8430
  position: relative;
8413
8431
  outline: none !important;
8414
8432
  border-color: var(--color-border-focus) !important;
8415
8433
  box-shadow: var(--shadow-focus);
8416
8434
  z-index: 3;
8417
8435
  }
8418
- ._inputDisabled_1v1gv_58 {
8436
+ ._inputDisabled_qsvki_58 {
8419
8437
  pointer-events: none;
8420
8438
  background-color: var(--color-background-disabled);
8421
8439
  color: var(--color-text-muted);
8440
+ box-shadow: none;
8422
8441
  }
8423
- ._hideScrollbars_1v1gv_63 {
8442
+ ._hideScrollbars_qsvki_64 {
8424
8443
  /* Firefox */
8425
8444
  scrollbar-width: none;
8426
8445
  /* IE 10+ */
8427
8446
  -ms-overflow-style: none;
8428
8447
  /* Chrome, Safari and Opera */
8429
8448
  }
8430
- ._hideScrollbars_1v1gv_63::-webkit-scrollbar {
8449
+ ._hideScrollbars_qsvki_64::-webkit-scrollbar {
8431
8450
  display: none;
8432
8451
  }
8433
- ._richTextInput_1v1gv_73 [role='textbox'] {
8452
+ ._richTextInput_qsvki_74 [role='textbox'] {
8434
8453
  padding: var(--padding-input);
8435
8454
  background: var(--color-background-input);
8436
8455
  border: 1px solid var(--color-border);
@@ -8439,24 +8458,25 @@ button:active .remirror-menu-pane-shortcut,
8439
8458
  transition: border-color 0.1s ease;
8440
8459
  white-space: pre-wrap;
8441
8460
  }
8442
- ._richTextInput_1v1gv_73 [role='textbox']:hover {
8461
+ ._richTextInput_qsvki_74 [role='textbox']:hover {
8443
8462
  position: relative;
8444
8463
  border-color: var(--color-border-hover);
8445
8464
  z-index: 2;
8446
8465
  }
8447
- ._richTextInput_1v1gv_73 [role='textbox']:focus {
8466
+ ._richTextInput_qsvki_74 [role='textbox']:focus {
8448
8467
  position: relative;
8449
8468
  outline: none !important;
8450
8469
  border-color: var(--color-border-focus) !important;
8451
8470
  box-shadow: var(--shadow-focus);
8452
8471
  z-index: 3;
8453
8472
  }
8454
- ._richTextInput_1v1gv_73 [role='textbox'][aria-readonly='true'] {
8473
+ ._richTextInput_qsvki_74 [role='textbox'][aria-readonly='true'] {
8455
8474
  pointer-events: none;
8456
8475
  background-color: var(--color-background-disabled);
8457
8476
  color: var(--color-text-muted);
8477
+ box-shadow: none;
8458
8478
  }
8459
- ._richTextInput_1v1gv_73 [data-placeholder]::before {
8479
+ ._richTextInput_qsvki_74 [data-placeholder]::before {
8460
8480
  color: var(--color-text-faint);
8461
8481
  font-style: normal;
8462
8482
  }
@@ -8465,117 +8485,118 @@ button:active .remirror-menu-pane-shortcut,
8465
8485
  min-height: 0;
8466
8486
  flex-shrink: 0;
8467
8487
  }
8468
- ._inputInTable_itumk_1 {
8488
+ ._inputInTable_j3ulf_1 {
8469
8489
  background-color: transparent;
8470
8490
  border-radius: inherit !important;
8471
8491
  height: var(--size);
8472
8492
  min-height: 100%;
8473
8493
  }
8474
- ._inputInTable_itumk_1:not(:hover) {
8494
+ ._inputInTable_j3ulf_1:not(:hover) {
8475
8495
  border-color: transparent;
8476
8496
  }
8477
- ._inputHover_itumk_10 {
8497
+ ._inputHover_j3ulf_10 {
8478
8498
  position: relative;
8479
8499
  border-color: var(--color-border-hover);
8480
8500
  z-index: 2;
8481
8501
  }
8482
- ._inputFocus_itumk_15 {
8502
+ ._inputFocus_j3ulf_15 {
8483
8503
  position: relative;
8484
8504
  outline: none !important;
8485
8505
  border-color: var(--color-border-focus) !important;
8486
8506
  box-shadow: var(--shadow-focus);
8487
8507
  z-index: 3;
8488
8508
  }
8489
- ._inputError_itumk_22,
8490
- ._inputWarning_itumk_23 {
8509
+ ._inputError_j3ulf_22,
8510
+ ._inputWarning_j3ulf_23 {
8491
8511
  position: relative;
8492
8512
  }
8493
- ._inputError_itumk_22 {
8513
+ ._inputError_j3ulf_22 {
8494
8514
  z-index: 2;
8495
8515
  border-color: var(--color-border-error);
8496
8516
  color: var(--color-text-error) !important;
8497
8517
  background-color: var(--color-background-error);
8498
8518
  }
8499
- ._inputError_itumk_22:hover {
8519
+ ._inputError_j3ulf_22:hover {
8500
8520
  border-color: var(--color-border-error-hover) !important;
8501
8521
  }
8502
- ._inputError_itumk_22:focus {
8522
+ ._inputError_j3ulf_22:focus {
8503
8523
  position: relative;
8504
8524
  outline: none !important;
8505
8525
  border-color: var(--color-border-focus) !important;
8506
8526
  box-shadow: var(--shadow-focus);
8507
8527
  z-index: 3;
8508
8528
  }
8509
- ._inputWarning_itumk_23 {
8529
+ ._inputWarning_j3ulf_23 {
8510
8530
  z-index: 1;
8511
8531
  border-color: var(--color-border-warning);
8512
8532
  color: var(--color-text-warning) !important;
8513
8533
  background-color: var(--color-background-warning);
8514
8534
  }
8515
- ._inputWarning_itumk_23:hover {
8535
+ ._inputWarning_j3ulf_23:hover {
8516
8536
  border-color: var(--color-border-warning-hover) !important;
8517
8537
  }
8518
- ._inputWarning_itumk_23:focus {
8538
+ ._inputWarning_j3ulf_23:focus {
8519
8539
  position: relative;
8520
8540
  outline: none !important;
8521
8541
  border-color: var(--color-border-focus) !important;
8522
8542
  box-shadow: var(--shadow-focus);
8523
8543
  z-index: 3;
8524
8544
  }
8525
- ._inputDisabled_itumk_58 {
8545
+ ._inputDisabled_j3ulf_58 {
8526
8546
  pointer-events: none;
8527
8547
  background-color: var(--color-background-disabled);
8528
8548
  color: var(--color-text-muted);
8549
+ box-shadow: none;
8529
8550
  }
8530
- ._hideScrollbars_itumk_63 {
8551
+ ._hideScrollbars_j3ulf_64 {
8531
8552
  /* Firefox */
8532
8553
  scrollbar-width: none;
8533
8554
  /* IE 10+ */
8534
8555
  -ms-overflow-style: none;
8535
8556
  /* Chrome, Safari and Opera */
8536
8557
  }
8537
- ._hideScrollbars_itumk_63::-webkit-scrollbar {
8558
+ ._hideScrollbars_j3ulf_64::-webkit-scrollbar {
8538
8559
  display: none;
8539
8560
  }
8540
8561
  :root {
8541
8562
  --color-background-sidebar: var(--color-neutral-950);
8542
8563
  }
8543
- ._sidebar_itumk_76 {
8564
+ ._sidebar_j3ulf_77 {
8544
8565
  background-color: var(--color-background-sidebar);
8545
8566
  color: white;
8546
8567
  position: relative;
8547
8568
  padding: var(--padding-y) 0;
8548
8569
  }
8549
8570
  @media print {
8550
- ._sidebar_itumk_76 {
8571
+ ._sidebar_j3ulf_77 {
8551
8572
  display: none;
8552
8573
  }
8553
8574
  }
8554
- ._inner_itumk_87 {
8575
+ ._inner_j3ulf_88 {
8555
8576
  /* Firefox */
8556
8577
  scrollbar-width: none;
8557
8578
  /* IE 10+ */
8558
8579
  -ms-overflow-style: none;
8559
8580
  /* Chrome, Safari and Opera */
8560
8581
  }
8561
- ._inner_itumk_87::-webkit-scrollbar {
8582
+ ._inner_j3ulf_88::-webkit-scrollbar {
8562
8583
  display: none;
8563
8584
  }
8564
- ._title_itumk_97,
8565
- ._subtitle_itumk_98,
8566
- ._label_itumk_99 {
8585
+ ._title_j3ulf_98,
8586
+ ._subtitle_j3ulf_99,
8587
+ ._label_j3ulf_100 {
8567
8588
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
8568
8589
  max-height: 50px;
8569
8590
  }
8570
- ._collapsed_itumk_103 ._title_itumk_97,
8571
- ._collapsed_itumk_103 ._subtitle_itumk_98,
8572
- ._collapsed_itumk_103 ._label_itumk_99 {
8591
+ ._collapsed_j3ulf_104 ._title_j3ulf_98,
8592
+ ._collapsed_j3ulf_104 ._subtitle_j3ulf_99,
8593
+ ._collapsed_j3ulf_104 ._label_j3ulf_100 {
8573
8594
  opacity: 0;
8574
8595
  max-height: 0;
8575
8596
  margin-bottom: 0;
8576
8597
  margin-top: 0;
8577
8598
  }
8578
- ._title_itumk_97 {
8599
+ ._title_j3ulf_98 {
8579
8600
  overflow: hidden;
8580
8601
  max-width: 100%;
8581
8602
  text-overflow: ellipsis;
@@ -8584,7 +8605,7 @@ button:active .remirror-menu-pane-shortcut,
8584
8605
  font-size: var(--font-size-lg);
8585
8606
  padding: 0 var(--padding-x);
8586
8607
  }
8587
- ._subtitle_itumk_98 {
8608
+ ._subtitle_j3ulf_99 {
8588
8609
  margin-bottom: 0.75rem;
8589
8610
  white-space: nowrap;
8590
8611
  font-size: var(--font-size-sm);
@@ -8592,11 +8613,11 @@ button:active .remirror-menu-pane-shortcut,
8592
8613
  opacity: 0.6;
8593
8614
  padding: 0 var(--padding-x);
8594
8615
  }
8595
- ._list_itumk_128 {
8616
+ ._list_j3ulf_129 {
8596
8617
  margin-bottom: 2rem;
8597
8618
  margin-top: 0;
8598
8619
  }
8599
- ._item_itumk_132 {
8620
+ ._item_j3ulf_133 {
8600
8621
  min-height: var(--size-lg);
8601
8622
  transition: padding 0.2s;
8602
8623
  font-size: var(--font-size-lg);
@@ -8606,30 +8627,30 @@ button:active .remirror-menu-pane-shortcut,
8606
8627
  padding: 0 var(--padding-x);
8607
8628
  align-items: center;
8608
8629
  }
8609
- ._collapsed_itumk_103 ._item_itumk_132 {
8630
+ ._collapsed_j3ulf_104 ._item_j3ulf_133 {
8610
8631
  padding: 0 9px;
8611
8632
  }
8612
- ._item_itumk_132:focus {
8633
+ ._item_j3ulf_133:focus {
8613
8634
  outline: none;
8614
8635
  }
8615
- ._item_itumk_132::-moz-focus-inner {
8636
+ ._item_j3ulf_133::-moz-focus-inner {
8616
8637
  border: 0;
8617
8638
  }
8618
- ._item_itumk_132:hover,
8619
- ._item_itumk_132:focus {
8639
+ ._item_j3ulf_133:hover,
8640
+ ._item_j3ulf_133:focus {
8620
8641
  color: var(--color-primary-400);
8621
8642
  }
8622
- ._item_itumk_132:active {
8643
+ ._item_j3ulf_133:active {
8623
8644
  color: var(--color-primary-300);
8624
8645
  }
8625
- ._item_itumk_132._active_itumk_158 {
8646
+ ._item_j3ulf_133._active_j3ulf_159 {
8626
8647
  color: white;
8627
8648
  background: black;
8628
8649
  }
8629
- ._item_itumk_132._experimental_itumk_162 {
8650
+ ._item_j3ulf_133._experimental_j3ulf_163 {
8630
8651
  background: #40130b;
8631
8652
  }
8632
- ._icon_itumk_165 {
8653
+ ._icon_j3ulf_166 {
8633
8654
  margin-right: 10px;
8634
8655
  line-height: 0;
8635
8656
  flex-shrink: 0;
@@ -8637,23 +8658,23 @@ button:active .remirror-menu-pane-shortcut,
8637
8658
  opacity: 0.4;
8638
8659
  display: block;
8639
8660
  }
8640
- ._item_itumk_132:hover ._icon_itumk_165,
8641
- ._item_itumk_132:focus ._icon_itumk_165 {
8661
+ ._item_j3ulf_133:hover ._icon_j3ulf_166,
8662
+ ._item_j3ulf_133:focus ._icon_j3ulf_166 {
8642
8663
  opacity: 0.6;
8643
8664
  }
8644
- ._item_itumk_132:active ._icon_itumk_165 {
8665
+ ._item_j3ulf_133:active ._icon_j3ulf_166 {
8645
8666
  opacity: 0.8;
8646
8667
  }
8647
- ._item_itumk_132._active_itumk_158 ._icon_itumk_165 {
8668
+ ._item_j3ulf_133._active_j3ulf_159 ._icon_j3ulf_166 {
8648
8669
  opacity: 1;
8649
8670
  }
8650
- ._icon_itumk_165 > * {
8671
+ ._icon_j3ulf_166 > * {
8651
8672
  opacity: 1;
8652
8673
  }
8653
- ._icon_itumk_165 > span {
8674
+ ._icon_j3ulf_166 > span {
8654
8675
  display: block;
8655
8676
  }
8656
- ._label_itumk_99 {
8677
+ ._label_j3ulf_100 {
8657
8678
  white-space: nowrap;
8658
8679
  overflow: hidden;
8659
8680
  }
@@ -8944,7 +8965,7 @@ button:active .remirror-menu-pane-shortcut,
8944
8965
  }
8945
8966
  .rc-slider:not(.rc-slider-disabled) .rc-slider-handle:focus {
8946
8967
  border-color: var(--color-background-primary);
8947
- box-shadow: 0 0 0 3px var(--color-background-primary);
8968
+ box-shadow: var(--shadow-focus);
8948
8969
  }
8949
8970
  .rc-slider .rc-slider-handle {
8950
8971
  opacity: 1;
@@ -8994,76 +9015,77 @@ button:active .remirror-menu-pane-shortcut,
8994
9015
  text-overflow: ellipsis;
8995
9016
  flex-shrink: 0;
8996
9017
  }
8997
- ._inputInTable_dvcam_1 {
9018
+ ._inputInTable_kz0i8_1 {
8998
9019
  background-color: transparent;
8999
9020
  border-radius: inherit !important;
9000
9021
  height: var(--size);
9001
9022
  min-height: 100%;
9002
9023
  }
9003
- ._inputInTable_dvcam_1:not(:hover) {
9024
+ ._inputInTable_kz0i8_1:not(:hover) {
9004
9025
  border-color: transparent;
9005
9026
  }
9006
- ._inputHover_dvcam_10 {
9027
+ ._inputHover_kz0i8_10 {
9007
9028
  position: relative;
9008
9029
  border-color: var(--color-border-hover);
9009
9030
  z-index: 2;
9010
9031
  }
9011
- ._inputFocus_dvcam_15 {
9032
+ ._inputFocus_kz0i8_15 {
9012
9033
  position: relative;
9013
9034
  outline: none !important;
9014
9035
  border-color: var(--color-border-focus) !important;
9015
9036
  box-shadow: var(--shadow-focus);
9016
9037
  z-index: 3;
9017
9038
  }
9018
- ._inputError_dvcam_22,
9019
- ._inputWarning_dvcam_23 {
9039
+ ._inputError_kz0i8_22,
9040
+ ._inputWarning_kz0i8_23 {
9020
9041
  position: relative;
9021
9042
  }
9022
- ._inputError_dvcam_22 {
9043
+ ._inputError_kz0i8_22 {
9023
9044
  z-index: 2;
9024
9045
  border-color: var(--color-border-error);
9025
9046
  color: var(--color-text-error) !important;
9026
9047
  background-color: var(--color-background-error);
9027
9048
  }
9028
- ._inputError_dvcam_22:hover {
9049
+ ._inputError_kz0i8_22:hover {
9029
9050
  border-color: var(--color-border-error-hover) !important;
9030
9051
  }
9031
- ._inputError_dvcam_22:focus {
9052
+ ._inputError_kz0i8_22:focus {
9032
9053
  position: relative;
9033
9054
  outline: none !important;
9034
9055
  border-color: var(--color-border-focus) !important;
9035
9056
  box-shadow: var(--shadow-focus);
9036
9057
  z-index: 3;
9037
9058
  }
9038
- ._inputWarning_dvcam_23 {
9059
+ ._inputWarning_kz0i8_23 {
9039
9060
  z-index: 1;
9040
9061
  border-color: var(--color-border-warning);
9041
9062
  color: var(--color-text-warning) !important;
9042
9063
  background-color: var(--color-background-warning);
9043
9064
  }
9044
- ._inputWarning_dvcam_23:hover {
9065
+ ._inputWarning_kz0i8_23:hover {
9045
9066
  border-color: var(--color-border-warning-hover) !important;
9046
9067
  }
9047
- ._inputWarning_dvcam_23:focus {
9068
+ ._inputWarning_kz0i8_23:focus {
9048
9069
  position: relative;
9049
9070
  outline: none !important;
9050
9071
  border-color: var(--color-border-focus) !important;
9051
9072
  box-shadow: var(--shadow-focus);
9052
9073
  z-index: 3;
9053
9074
  }
9054
- ._inputDisabled_dvcam_58 {
9075
+ ._inputDisabled_kz0i8_58 {
9055
9076
  pointer-events: none;
9056
9077
  background-color: var(--color-background-disabled);
9057
9078
  color: var(--color-text-muted);
9079
+ box-shadow: none;
9058
9080
  }
9059
- ._hideScrollbars_dvcam_63 {
9081
+ ._hideScrollbars_kz0i8_64 {
9060
9082
  /* Firefox */
9061
9083
  scrollbar-width: none;
9062
9084
  /* IE 10+ */
9063
9085
  -ms-overflow-style: none;
9064
9086
  /* Chrome, Safari and Opera */
9065
9087
  }
9066
- ._hideScrollbars_dvcam_63::-webkit-scrollbar {
9088
+ ._hideScrollbars_kz0i8_64::-webkit-scrollbar {
9067
9089
  display: none;
9068
9090
  }
9069
9091
  :root {
@@ -9076,7 +9098,7 @@ html[data-theme='dark'] {
9076
9098
  --color-background-table-row-tinted: var(--color-neutral-850);
9077
9099
  --color-border-table: black;
9078
9100
  }
9079
- ._wrapper_dvcam_83 {
9101
+ ._wrapper_kz0i8_84 {
9080
9102
  border-radius: inherit;
9081
9103
  max-height: 100%;
9082
9104
  max-width: 100%;
@@ -9084,21 +9106,21 @@ html[data-theme='dark'] {
9084
9106
  flex-direction: column;
9085
9107
  overflow: hidden;
9086
9108
  }
9087
- ._wrapper_dvcam_83._bordered_dvcam_91 {
9109
+ ._wrapper_kz0i8_84._bordered_kz0i8_92 {
9088
9110
  border-radius: var(--border-radius);
9089
9111
  border: 1px solid var(--color-border-table);
9090
9112
  }
9091
- ._scroll_dvcam_95 {
9113
+ ._scroll_kz0i8_96 {
9092
9114
  overflow-y: auto;
9093
9115
  border-radius: inherit;
9094
9116
  flex: 1;
9095
9117
  min-height: 0;
9096
9118
  }
9097
- ._scroll_dvcam_95:not(:first-child) {
9119
+ ._scroll_kz0i8_96:not(:first-child) {
9098
9120
  border-top-left-radius: 0;
9099
9121
  border-top-right-radius: 0;
9100
9122
  }
9101
- ._table_dvcam_105 {
9123
+ ._table_kz0i8_106 {
9102
9124
  background: var(--color-background-raised);
9103
9125
  color: var(--color-text);
9104
9126
  border-collapse: separate;
@@ -9106,32 +9128,32 @@ html[data-theme='dark'] {
9106
9128
  border-radius: inherit;
9107
9129
  width: 100%;
9108
9130
  }
9109
- ._table_dvcam_105 > :first-child {
9131
+ ._table_kz0i8_106 > :first-child {
9110
9132
  border-top-left-radius: inherit;
9111
9133
  border-top-right-radius: inherit;
9112
9134
  }
9113
- ._table_dvcam_105 > :first-child > :first-child {
9135
+ ._table_kz0i8_106 > :first-child > :first-child {
9114
9136
  border-top-left-radius: inherit;
9115
9137
  border-top-right-radius: inherit;
9116
9138
  }
9117
- ._table_dvcam_105 > :first-child > :first-child > :first-child {
9139
+ ._table_kz0i8_106 > :first-child > :first-child > :first-child {
9118
9140
  border-top-left-radius: inherit;
9119
9141
  }
9120
- ._table_dvcam_105 > :first-child > :first-child > :last-child {
9142
+ ._table_kz0i8_106 > :first-child > :first-child > :last-child {
9121
9143
  border-top-right-radius: inherit;
9122
9144
  }
9123
- ._table_dvcam_105 > :last-child {
9145
+ ._table_kz0i8_106 > :last-child {
9124
9146
  border-bottom-left-radius: inherit;
9125
9147
  border-bottom-right-radius: inherit;
9126
9148
  }
9127
- ._table_dvcam_105 > :last-child > :last-child {
9149
+ ._table_kz0i8_106 > :last-child > :last-child {
9128
9150
  border-bottom-left-radius: inherit;
9129
9151
  border-bottom-right-radius: inherit;
9130
9152
  }
9131
- ._table_dvcam_105 > :last-child > :last-child > :first-child {
9153
+ ._table_kz0i8_106 > :last-child > :last-child > :first-child {
9132
9154
  border-bottom-left-radius: inherit;
9133
9155
  }
9134
- ._table_dvcam_105 > :last-child > :last-child > :last-child {
9156
+ ._table_kz0i8_106 > :last-child > :last-child > :last-child {
9135
9157
  border-bottom-right-radius: inherit;
9136
9158
  }
9137
9159
  th,
@@ -9148,10 +9170,10 @@ th:not(:first-child),
9148
9170
  td:not(:first-child) {
9149
9171
  border-left-width: 1px;
9150
9172
  }
9151
- ._table_dvcam_105 > *:not(:last-child) > tr th,
9152
- ._table_dvcam_105 > *:not(:last-child) > tr td,
9153
- ._table_dvcam_105 > *:last-child > tr:not(:last-child) th,
9154
- ._table_dvcam_105 > *:last-child > tr:not(:last-child) td {
9173
+ ._table_kz0i8_106 > *:not(:last-child) > tr th,
9174
+ ._table_kz0i8_106 > *:not(:last-child) > tr td,
9175
+ ._table_kz0i8_106 > *:last-child > tr:not(:last-child) th,
9176
+ ._table_kz0i8_106 > *:last-child > tr:not(:last-child) td {
9155
9177
  border-bottom-width: 1px;
9156
9178
  }
9157
9179
  @-moz-document url-prefix() {
@@ -9178,7 +9200,7 @@ tbody {
9178
9200
  tbody tr {
9179
9201
  background-color: var(--color-background-raised);
9180
9202
  }
9181
- ._striped_dvcam_185 tbody tr:nth-child(even) {
9203
+ ._striped_kz0i8_186 tbody tr:nth-child(even) {
9182
9204
  background-color: var(--color-background-table-row-tinted);
9183
9205
  }
9184
9206
  ._title_1vehb_1 {
@@ -9206,121 +9228,122 @@ tbody tr {
9206
9228
  justify-content: space-between;
9207
9229
  border-top: 1px solid var(--color-border-table);
9208
9230
  }
9209
- ._inputInTable_jixr6_1 {
9231
+ ._inputInTable_1av87_1 {
9210
9232
  background-color: transparent;
9211
9233
  border-radius: inherit !important;
9212
9234
  height: var(--size);
9213
9235
  min-height: 100%;
9214
9236
  }
9215
- ._inputInTable_jixr6_1:not(:hover) {
9237
+ ._inputInTable_1av87_1:not(:hover) {
9216
9238
  border-color: transparent;
9217
9239
  }
9218
- ._inputHover_jixr6_10 {
9240
+ ._inputHover_1av87_10 {
9219
9241
  position: relative;
9220
9242
  border-color: var(--color-border-hover);
9221
9243
  z-index: 2;
9222
9244
  }
9223
- ._inputFocus_jixr6_15 {
9245
+ ._inputFocus_1av87_15 {
9224
9246
  position: relative;
9225
9247
  outline: none !important;
9226
9248
  border-color: var(--color-border-focus) !important;
9227
9249
  box-shadow: var(--shadow-focus);
9228
9250
  z-index: 3;
9229
9251
  }
9230
- ._inputError_jixr6_22,
9231
- ._inputWarning_jixr6_23 {
9252
+ ._inputError_1av87_22,
9253
+ ._inputWarning_1av87_23 {
9232
9254
  position: relative;
9233
9255
  }
9234
- ._inputError_jixr6_22 {
9256
+ ._inputError_1av87_22 {
9235
9257
  z-index: 2;
9236
9258
  border-color: var(--color-border-error);
9237
9259
  color: var(--color-text-error) !important;
9238
9260
  background-color: var(--color-background-error);
9239
9261
  }
9240
- ._inputError_jixr6_22:hover {
9262
+ ._inputError_1av87_22:hover {
9241
9263
  border-color: var(--color-border-error-hover) !important;
9242
9264
  }
9243
- ._inputError_jixr6_22:focus {
9265
+ ._inputError_1av87_22:focus {
9244
9266
  position: relative;
9245
9267
  outline: none !important;
9246
9268
  border-color: var(--color-border-focus) !important;
9247
9269
  box-shadow: var(--shadow-focus);
9248
9270
  z-index: 3;
9249
9271
  }
9250
- ._inputWarning_jixr6_23 {
9272
+ ._inputWarning_1av87_23 {
9251
9273
  z-index: 1;
9252
9274
  border-color: var(--color-border-warning);
9253
9275
  color: var(--color-text-warning) !important;
9254
9276
  background-color: var(--color-background-warning);
9255
9277
  }
9256
- ._inputWarning_jixr6_23:hover {
9278
+ ._inputWarning_1av87_23:hover {
9257
9279
  border-color: var(--color-border-warning-hover) !important;
9258
9280
  }
9259
- ._inputWarning_jixr6_23:focus {
9281
+ ._inputWarning_1av87_23:focus {
9260
9282
  position: relative;
9261
9283
  outline: none !important;
9262
9284
  border-color: var(--color-border-focus) !important;
9263
9285
  box-shadow: var(--shadow-focus);
9264
9286
  z-index: 3;
9265
9287
  }
9266
- ._inputDisabled_jixr6_58 {
9288
+ ._inputDisabled_1av87_58 {
9267
9289
  pointer-events: none;
9268
9290
  background-color: var(--color-background-disabled);
9269
9291
  color: var(--color-text-muted);
9292
+ box-shadow: none;
9270
9293
  }
9271
- ._hideScrollbars_jixr6_63 {
9294
+ ._hideScrollbars_1av87_64 {
9272
9295
  /* Firefox */
9273
9296
  scrollbar-width: none;
9274
9297
  /* IE 10+ */
9275
9298
  -ms-overflow-style: none;
9276
9299
  /* Chrome, Safari and Opera */
9277
9300
  }
9278
- ._hideScrollbars_jixr6_63::-webkit-scrollbar {
9301
+ ._hideScrollbars_1av87_64::-webkit-scrollbar {
9279
9302
  display: none;
9280
9303
  }
9281
- ._cell_jixr6_73 a {
9304
+ ._cell_1av87_74 a {
9282
9305
  cursor: pointer;
9283
9306
  color: var(--color-text-primary);
9284
9307
  }
9285
- ._cell_jixr6_73 a:hover {
9308
+ ._cell_1av87_74 a:hover {
9286
9309
  color: var(--color-text-primary-hover);
9287
9310
  }
9288
- ._cell_jixr6_73 a:active {
9311
+ ._cell_1av87_74 a:active {
9289
9312
  color: var(--color-text-primary-active);
9290
9313
  }
9291
- ._cell_jixr6_73 a._disabledLink_jixr6_83 {
9314
+ ._cell_1av87_74 a._disabledLink_1av87_84 {
9292
9315
  color: var(--color-text-faint) !important;
9293
9316
  cursor: default !important;
9294
9317
  }
9295
- ._inputWrapper_jixr6_87 {
9318
+ ._inputWrapper_1av87_88 {
9296
9319
  height: 100%;
9297
9320
  border-radius: inherit;
9298
9321
  }
9299
- ._inputWrapper_jixr6_87 > span,
9300
- ._inputWrapper_jixr6_87 > span > span,
9301
- ._inputWrapper_jixr6_87 > span > span > div {
9322
+ ._inputWrapper_1av87_88 > span,
9323
+ ._inputWrapper_1av87_88 > span > span,
9324
+ ._inputWrapper_1av87_88 > span > span > div {
9302
9325
  height: 100%;
9303
9326
  border-radius: inherit;
9304
9327
  }
9305
- ._inputWrapper_jixr6_87 > div,
9306
- ._inputWrapper_jixr6_87 > div > span {
9328
+ ._inputWrapper_1av87_88 > div,
9329
+ ._inputWrapper_1av87_88 > div > span {
9307
9330
  height: 100%;
9308
9331
  border-radius: inherit;
9309
9332
  }
9310
- ._breakWord_jixr6_102 {
9333
+ ._breakWord_1av87_103 {
9311
9334
  word-break: break-word;
9312
9335
  }
9313
- ._inputCell_jixr6_105 {
9336
+ ._inputCell_1av87_106 {
9314
9337
  padding: 0 !important;
9315
9338
  }
9316
- ._sliderCell_jixr6_108 {
9339
+ ._sliderCell_1av87_109 {
9317
9340
  padding-top: 0 !important;
9318
9341
  padding-bottom: 0 !important;
9319
9342
  }
9320
- ._staticCell_jixr6_112 {
9343
+ ._staticCell_1av87_113 {
9321
9344
  padding: 0 !important;
9322
9345
  }
9323
- ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
9346
+ ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9324
9347
  min-height: 100%;
9325
9348
  padding: var(--padding-input);
9326
9349
  line-height: 17px;
@@ -9329,56 +9352,56 @@ tbody tr {
9329
9352
  display: flex;
9330
9353
  align-items: center;
9331
9354
  }
9332
- tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
9355
+ tbody ._staticCell_1av87_113 ._staticCellContent_1av87_116 {
9333
9356
  background-color: var(--color-background-disabled);
9334
9357
  color: var(--color-text-muted);
9335
9358
  }
9336
- ._staticCell_jixr6_112 ._staticCellContent_jixr6_115._error_jixr6_128,
9337
- ._staticCell_jixr6_112 ._staticCellContent_jixr6_115._warning_jixr6_129 {
9359
+ ._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129,
9360
+ ._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
9338
9361
  border: 1px solid transparent;
9339
9362
  }
9340
- ._staticCell_jixr6_112 ._staticCellContent_jixr6_115._error_jixr6_128 {
9363
+ ._staticCell_1av87_113 ._staticCellContent_1av87_116._error_1av87_129 {
9341
9364
  background-color: var(--color-background-error);
9342
9365
  }
9343
- ._staticCell_jixr6_112 ._staticCellContent_jixr6_115._warning_jixr6_129 {
9366
+ ._staticCell_1av87_113 ._staticCellContent_1av87_116._warning_1av87_130 {
9344
9367
  background-color: var(--color-background-warning);
9345
9368
  }
9346
- ._staticCell_jixr6_112 ._staticCellContent_jixr6_115._unit_jixr6_138 {
9369
+ ._staticCell_1av87_113 ._staticCellContent_1av87_116._unit_1av87_139 {
9347
9370
  font-weight: normal;
9348
9371
  }
9349
- ._sortingCell_jixr6_141 ._staticCellContent_jixr6_115 {
9372
+ ._sortingCell_1av87_142 ._staticCellContent_1av87_116 {
9350
9373
  position: relative;
9351
9374
  padding-right: 45px !important;
9352
9375
  cursor: pointer !important;
9353
9376
  }
9354
- ._sortingCell_jixr6_141 ._staticCellContent_jixr6_115:hover {
9377
+ ._sortingCell_1av87_142 ._staticCellContent_1av87_116:hover {
9355
9378
  background-color: rgba(0, 0, 0, 0.05) !important;
9356
9379
  }
9357
- ._sortingCell_jixr6_141 ._sortingCellIcon_jixr6_149 {
9380
+ ._sortingCell_1av87_142 ._sortingCellIcon_1av87_150 {
9358
9381
  font-size: 1.25em;
9359
9382
  position: absolute;
9360
9383
  right: calc(var(--padding-input-x) - 4px);
9361
9384
  top: 50%;
9362
9385
  transform: translateY(-50%);
9363
9386
  }
9364
- ._icon_jixr6_156 {
9387
+ ._icon_1av87_157 {
9365
9388
  display: inline-flex;
9366
9389
  margin-left: 8px;
9367
9390
  }
9368
- ._checkBoxCell_jixr6_160 {
9391
+ ._checkBoxCell_1av87_161 {
9369
9392
  padding-block: 0 !important;
9370
9393
  width: var(--size);
9371
9394
  }
9372
- ._iconCell_jixr6_164 {
9395
+ ._iconCell_1av87_165 {
9373
9396
  width: var(--size);
9374
9397
  text-align: center;
9375
9398
  padding: 0 !important;
9376
9399
  }
9377
- ._iconCell_jixr6_164 ._iconWrapper_jixr6_169 {
9400
+ ._iconCell_1av87_165 ._iconWrapper_1av87_170 {
9378
9401
  display: flex;
9379
9402
  justify-content: center;
9380
9403
  }
9381
- ._actionsCell_jixr6_173 {
9404
+ ._actionsCell_1av87_174 {
9382
9405
  width: var(--size-sm);
9383
9406
  padding: 0 calc((var(--size) - var(--size-sm)) / 2) !important;
9384
9407
  position: sticky;
@@ -9386,25 +9409,25 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
9386
9409
  background: inherit;
9387
9410
  z-index: 4;
9388
9411
  }
9389
- ._rightAligned_jixr6_181 {
9412
+ ._rightAligned_1av87_182 {
9390
9413
  text-align: right !important;
9391
9414
  }
9392
- ._rightAligned_jixr6_181 ._staticCellContent_jixr6_115 {
9415
+ ._rightAligned_1av87_182 ._staticCellContent_1av87_116 {
9393
9416
  justify-content: flex-end;
9394
9417
  }
9395
- ._centerAligned_jixr6_187 {
9418
+ ._centerAligned_1av87_188 {
9396
9419
  text-align: center !important;
9397
9420
  }
9398
- ._centerAligned_jixr6_187 ._staticCellContent_jixr6_115 {
9421
+ ._centerAligned_1av87_188 ._staticCellContent_1av87_116 {
9399
9422
  justify-content: center;
9400
9423
  }
9401
- ._leftAligned_jixr6_193 {
9424
+ ._leftAligned_1av87_194 {
9402
9425
  text-align: left !important;
9403
9426
  }
9404
- ._popover_jixr6_196 {
9427
+ ._popover_1av87_197 {
9405
9428
  padding: var(--padding-input);
9406
9429
  }
9407
- ._disabledPointerEvents_jixr6_199 {
9430
+ ._disabledPointerEvents_1av87_200 {
9408
9431
  pointer-events: none;
9409
9432
  }
9410
9433
  ._clickableRow_1sqxy_1 {
@@ -9515,79 +9538,80 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
9515
9538
  ._item_b0egn_17._left_b0egn_58 + ._item_b0egn_17._right_b0egn_58 {
9516
9539
  margin-left: auto;
9517
9540
  }
9518
- ._inputInTable_4fpgg_1 {
9541
+ ._inputInTable_eglhq_1 {
9519
9542
  background-color: transparent;
9520
9543
  border-radius: inherit !important;
9521
9544
  height: var(--size);
9522
9545
  min-height: 100%;
9523
9546
  }
9524
- ._inputInTable_4fpgg_1:not(:hover) {
9547
+ ._inputInTable_eglhq_1:not(:hover) {
9525
9548
  border-color: transparent;
9526
9549
  }
9527
- ._inputHover_4fpgg_10 {
9550
+ ._inputHover_eglhq_10 {
9528
9551
  position: relative;
9529
9552
  border-color: var(--color-border-hover);
9530
9553
  z-index: 2;
9531
9554
  }
9532
- ._inputFocus_4fpgg_15 {
9555
+ ._inputFocus_eglhq_15 {
9533
9556
  position: relative;
9534
9557
  outline: none !important;
9535
9558
  border-color: var(--color-border-focus) !important;
9536
9559
  box-shadow: var(--shadow-focus);
9537
9560
  z-index: 3;
9538
9561
  }
9539
- ._inputError_4fpgg_22,
9540
- ._inputWarning_4fpgg_23 {
9562
+ ._inputError_eglhq_22,
9563
+ ._inputWarning_eglhq_23 {
9541
9564
  position: relative;
9542
9565
  }
9543
- ._inputError_4fpgg_22 {
9566
+ ._inputError_eglhq_22 {
9544
9567
  z-index: 2;
9545
9568
  border-color: var(--color-border-error);
9546
9569
  color: var(--color-text-error) !important;
9547
9570
  background-color: var(--color-background-error);
9548
9571
  }
9549
- ._inputError_4fpgg_22:hover {
9572
+ ._inputError_eglhq_22:hover {
9550
9573
  border-color: var(--color-border-error-hover) !important;
9551
9574
  }
9552
- ._inputError_4fpgg_22:focus {
9575
+ ._inputError_eglhq_22:focus {
9553
9576
  position: relative;
9554
9577
  outline: none !important;
9555
9578
  border-color: var(--color-border-focus) !important;
9556
9579
  box-shadow: var(--shadow-focus);
9557
9580
  z-index: 3;
9558
9581
  }
9559
- ._inputWarning_4fpgg_23 {
9582
+ ._inputWarning_eglhq_23 {
9560
9583
  z-index: 1;
9561
9584
  border-color: var(--color-border-warning);
9562
9585
  color: var(--color-text-warning) !important;
9563
9586
  background-color: var(--color-background-warning);
9564
9587
  }
9565
- ._inputWarning_4fpgg_23:hover {
9588
+ ._inputWarning_eglhq_23:hover {
9566
9589
  border-color: var(--color-border-warning-hover) !important;
9567
9590
  }
9568
- ._inputWarning_4fpgg_23:focus {
9591
+ ._inputWarning_eglhq_23:focus {
9569
9592
  position: relative;
9570
9593
  outline: none !important;
9571
9594
  border-color: var(--color-border-focus) !important;
9572
9595
  box-shadow: var(--shadow-focus);
9573
9596
  z-index: 3;
9574
9597
  }
9575
- ._inputDisabled_4fpgg_58 {
9598
+ ._inputDisabled_eglhq_58 {
9576
9599
  pointer-events: none;
9577
9600
  background-color: var(--color-background-disabled);
9578
9601
  color: var(--color-text-muted);
9602
+ box-shadow: none;
9579
9603
  }
9580
- ._hideScrollbars_4fpgg_63 {
9604
+ ._hideScrollbars_eglhq_64 {
9581
9605
  /* Firefox */
9582
9606
  scrollbar-width: none;
9583
9607
  /* IE 10+ */
9584
9608
  -ms-overflow-style: none;
9585
9609
  /* Chrome, Safari and Opera */
9586
9610
  }
9587
- ._hideScrollbars_4fpgg_63::-webkit-scrollbar {
9611
+ ._hideScrollbars_eglhq_64::-webkit-scrollbar {
9588
9612
  display: none;
9589
9613
  }
9590
- ._textarea_4fpgg_73 {
9614
+ ._textarea_eglhq_74 {
9591
9615
  margin: 0;
9592
9616
  display: block;
9593
9617
  width: 100%;
@@ -9604,67 +9628,68 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
9604
9628
  box-shadow: none;
9605
9629
  min-height: var(--size);
9606
9630
  }
9607
- ._textarea_4fpgg_73::placeholder {
9631
+ ._textarea_eglhq_74::placeholder {
9608
9632
  color: var(--color-text-placeholder);
9609
9633
  }
9610
- ._textarea_4fpgg_73:hover {
9634
+ ._textarea_eglhq_74:hover {
9611
9635
  position: relative;
9612
9636
  border-color: var(--color-border-hover);
9613
9637
  z-index: 2;
9614
9638
  }
9615
- ._textarea_4fpgg_73:focus {
9639
+ ._textarea_eglhq_74:focus {
9616
9640
  position: relative;
9617
9641
  outline: none !important;
9618
9642
  border-color: var(--color-border-focus) !important;
9619
9643
  box-shadow: var(--shadow-focus);
9620
9644
  z-index: 3;
9621
9645
  }
9622
- ._textarea_4fpgg_73[disabled] {
9646
+ ._textarea_eglhq_74[disabled] {
9623
9647
  pointer-events: none;
9624
9648
  background-color: var(--color-background-disabled);
9625
9649
  color: var(--color-text-muted);
9650
+ box-shadow: none;
9626
9651
  }
9627
- ._textarea_4fpgg_73._small_4fpgg_110 {
9652
+ ._textarea_eglhq_74._small_eglhq_112 {
9628
9653
  font-size: var(--font-size-sm);
9629
9654
  min-height: var(--size-sm);
9630
9655
  padding: var(--padding-input-sm);
9631
9656
  line-height: 1.2;
9632
9657
  }
9633
- ._textarea_4fpgg_73._error_4fpgg_116 {
9658
+ ._textarea_eglhq_74._error_eglhq_118 {
9634
9659
  position: relative;
9635
9660
  z-index: 2;
9636
9661
  border-color: var(--color-border-error);
9637
9662
  color: var(--color-text-error) !important;
9638
9663
  background-color: var(--color-background-error);
9639
9664
  }
9640
- ._textarea_4fpgg_73._error_4fpgg_116:hover {
9665
+ ._textarea_eglhq_74._error_eglhq_118:hover {
9641
9666
  border-color: var(--color-border-error-hover) !important;
9642
9667
  }
9643
- ._textarea_4fpgg_73._error_4fpgg_116:focus {
9668
+ ._textarea_eglhq_74._error_eglhq_118:focus {
9644
9669
  position: relative;
9645
9670
  outline: none !important;
9646
9671
  border-color: var(--color-border-focus) !important;
9647
9672
  box-shadow: var(--shadow-focus);
9648
9673
  z-index: 3;
9649
9674
  }
9650
- ._textarea_4fpgg_73._warning_4fpgg_133 {
9675
+ ._textarea_eglhq_74._warning_eglhq_135 {
9651
9676
  position: relative;
9652
9677
  z-index: 1;
9653
9678
  border-color: var(--color-border-warning);
9654
9679
  color: var(--color-text-warning) !important;
9655
9680
  background-color: var(--color-background-warning);
9656
9681
  }
9657
- ._textarea_4fpgg_73._warning_4fpgg_133:hover {
9682
+ ._textarea_eglhq_74._warning_eglhq_135:hover {
9658
9683
  border-color: var(--color-border-warning-hover) !important;
9659
9684
  }
9660
- ._textarea_4fpgg_73._warning_4fpgg_133:focus {
9685
+ ._textarea_eglhq_74._warning_eglhq_135:focus {
9661
9686
  position: relative;
9662
9687
  outline: none !important;
9663
9688
  border-color: var(--color-border-focus) !important;
9664
9689
  box-shadow: var(--shadow-focus);
9665
9690
  z-index: 3;
9666
9691
  }
9667
- ._textarea_4fpgg_73._monospace_4fpgg_150 {
9692
+ ._textarea_eglhq_74._monospace_eglhq_152 {
9668
9693
  font-family: monospace;
9669
9694
  }
9670
9695
  :root {
@@ -10368,7 +10393,7 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10368
10393
  --color-background-toggle: rgba(255, 255, 255, 0.2);
10369
10394
  --color-background-toggle-hover: rgba(255, 255, 255, 0.3);
10370
10395
  }
10371
- ._toggle_vnh1k_9 {
10396
+ ._toggle_i5is1_9 {
10372
10397
  position: relative;
10373
10398
  display: inline-flex;
10374
10399
  align-items: center;
@@ -10383,11 +10408,11 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10383
10408
  min-width: var(--size-checkbox);
10384
10409
  margin: calc((var(--size) - var(--size-checkbox)) / 2) 0;
10385
10410
  }
10386
- ._toggle_vnh1k_9._small_vnh1k_24 {
10411
+ ._toggle_i5is1_9._small_i5is1_24 {
10387
10412
  margin: calc((var(--size-sm) - var(--size-checkbox)) / 2) 0;
10388
10413
  font-size: var(--font-size-sm);
10389
10414
  }
10390
- ._toggle_vnh1k_9 input {
10415
+ ._toggle_i5is1_9 input {
10391
10416
  width: calc(var(--size-checkbox) * 2);
10392
10417
  height: var(--size-checkbox);
10393
10418
  cursor: pointer;
@@ -10404,7 +10429,7 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10404
10429
  line-height: 1.15;
10405
10430
  margin: 0;
10406
10431
  }
10407
- ._toggle_vnh1k_9 label {
10432
+ ._toggle_i5is1_9 label {
10408
10433
  min-height: var(--size-checkbox);
10409
10434
  padding-left: calc((var(--size-checkbox) * 2) + var(--spacing-xs));
10410
10435
  transition: color 0.1s ease;
@@ -10413,86 +10438,87 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10413
10438
  display: block;
10414
10439
  outline: 0;
10415
10440
  }
10416
- ._toggle_vnh1k_9 label:before,
10417
- ._toggle_vnh1k_9 label:after {
10441
+ ._toggle_i5is1_9 label:before,
10442
+ ._toggle_i5is1_9 label:after {
10418
10443
  display: block;
10419
10444
  position: absolute;
10420
10445
  content: '';
10421
- top: 0;
10446
+ }
10447
+ ._toggle_i5is1_9 label:before {
10422
10448
  height: var(--size-checkbox);
10423
10449
  border-radius: calc(var(--size-checkbox) / 2);
10424
- }
10425
- ._toggle_vnh1k_9 label:before {
10426
10450
  z-index: 1;
10427
10451
  transform: none;
10428
10452
  background: var(--color-background-toggle);
10429
10453
  box-shadow: none;
10430
10454
  width: calc(var(--size-checkbox) * 2);
10431
10455
  left: 0;
10456
+ top: 0;
10432
10457
  transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
10433
10458
  }
10434
- ._toggle_vnh1k_9 label:after {
10435
- left: -0.05rem;
10436
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
10437
- background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
10459
+ ._toggle_i5is1_9 label:after {
10460
+ height: calc(var(--size-checkbox) - 4px);
10461
+ width: calc(var(--size-checkbox) - 4px);
10462
+ border-radius: 50%;
10463
+ left: 2px;
10464
+ top: 2px;
10465
+ box-shadow: var(--shadow-button);
10466
+ background: white;
10438
10467
  opacity: 1;
10439
10468
  z-index: 2;
10440
- width: var(--size-checkbox);
10441
10469
  transition: background 0.3s ease, left 0.3s ease;
10442
10470
  }
10443
- ._toggle_vnh1k_9 input:hover ~ label:before {
10471
+ ._toggle_i5is1_9 input:hover ~ label:before {
10444
10472
  background: var(--color-background-toggle-hover);
10445
10473
  }
10446
- ._toggle_vnh1k_9 input:checked ~ label:before {
10474
+ ._toggle_i5is1_9 input:checked ~ label:before {
10447
10475
  border-color: rgba(34, 36, 38, 0.35);
10448
10476
  background-color: var(--color-background-button-primary);
10449
10477
  }
10450
- ._toggle_vnh1k_9 input:checked ~ label:after {
10451
- left: var(--size-checkbox);
10478
+ ._toggle_i5is1_9 input:checked ~ label:after {
10479
+ left: calc(var(--size-checkbox) + 2px);
10452
10480
  }
10453
- ._toggle_vnh1k_9 input:checked:hover ~ label:before {
10481
+ ._toggle_i5is1_9 input:checked:hover ~ label:before {
10454
10482
  background-color: var(--color-background-button-primary-hover);
10455
10483
  }
10456
- ._toggle_vnh1k_9._disabled_vnh1k_94 {
10484
+ ._toggle_i5is1_9._disabled_i5is1_97 {
10457
10485
  cursor: default;
10458
10486
  pointer-events: none;
10459
10487
  color: var(--color-text-muted);
10460
10488
  }
10461
- ._toggle_vnh1k_9._disabled_vnh1k_94 label:before {
10489
+ ._toggle_i5is1_9._disabled_i5is1_97 label:before {
10462
10490
  background-color: var(--color-background-disabled);
10463
10491
  }
10464
- ._toggle_vnh1k_9._disabled_vnh1k_94 input:checked ~ label:before {
10492
+ ._toggle_i5is1_9._disabled_i5is1_97 input:checked ~ label:before {
10465
10493
  background-color: var(--color-text-faint);
10466
10494
  }
10467
- ._noMargin_vnh1k_105 {
10495
+ ._noMargin_i5is1_108 {
10468
10496
  margin: 0;
10469
10497
  }
10470
10498
  :root {
10471
- --shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
10472
10499
  --color-link-border-hover: var(--color-neutral-100);
10473
10500
  }
10474
10501
  [data-theme='dark'] {
10475
- --shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
10476
10502
  --color-link-border-hover: var(--color-neutral-600);
10477
10503
  }
10478
- ._topbar_p7m2s_9 {
10504
+ ._topbar_17khh_7 {
10479
10505
  top: 0;
10480
10506
  left: 0;
10481
10507
  z-index: var(--zindex-topbar);
10482
10508
  width: 100%;
10483
- box-shadow: var(--shadow-topbar);
10509
+ box-shadow: var(--shadow-layer);
10484
10510
  background: var(--color-background-raised);
10485
10511
  display: flex;
10486
10512
  }
10487
- ._topbar_p7m2s_9._fixed_p7m2s_18 {
10513
+ ._topbar_17khh_7._fixed_17khh_16 {
10488
10514
  position: fixed;
10489
10515
  }
10490
10516
  @media print {
10491
- ._topbar_p7m2s_9 {
10517
+ ._topbar_17khh_7 {
10492
10518
  display: none !important;
10493
10519
  }
10494
10520
  }
10495
- ._icon_p7m2s_26 {
10521
+ ._icon_17khh_24 {
10496
10522
  color: white;
10497
10523
  display: flex;
10498
10524
  align-items: center;
@@ -10500,22 +10526,22 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10500
10526
  cursor: pointer;
10501
10527
  background-color: var(--color-neutral-700);
10502
10528
  }
10503
- ._icon_p7m2s_26:hover {
10529
+ ._icon_17khh_24:hover {
10504
10530
  background-color: var(--color-neutral-750);
10505
10531
  }
10506
- ._icon_p7m2s_26:active {
10532
+ ._icon_17khh_24:active {
10507
10533
  background-color: var(--color-neutral-800);
10508
10534
  }
10509
- [data-theme='dark'] ._icon_p7m2s_26 {
10535
+ [data-theme='dark'] ._icon_17khh_24 {
10510
10536
  background-color: var(--color-neutral-900);
10511
10537
  }
10512
- [data-theme='dark'] ._icon_p7m2s_26:hover {
10538
+ [data-theme='dark'] ._icon_17khh_24:hover {
10513
10539
  background-color: var(--color-neutral-950);
10514
10540
  }
10515
- [data-theme='dark'] ._icon_p7m2s_26:active {
10541
+ [data-theme='dark'] ._icon_17khh_24:active {
10516
10542
  background-color: var(--color-neutral-1000);
10517
10543
  }
10518
- ._title_p7m2s_49 {
10544
+ ._title_17khh_47 {
10519
10545
  display: flex;
10520
10546
  align-items: center;
10521
10547
  justify-content: center;
@@ -10523,55 +10549,55 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10523
10549
  padding: 0;
10524
10550
  position: relative;
10525
10551
  }
10526
- ._title_p7m2s_49 img,
10527
- ._title_p7m2s_49 svg {
10552
+ ._title_17khh_47 img,
10553
+ ._title_17khh_47 svg {
10528
10554
  max-height: 28px;
10529
10555
  max-width: 300px;
10530
10556
  height: auto;
10531
10557
  width: auto;
10532
10558
  color: var(--color-text);
10533
10559
  }
10534
- ._title_p7m2s_49 ._logo_p7m2s_65 {
10560
+ ._title_17khh_47 ._logo_17khh_63 {
10535
10561
  display: flex;
10536
10562
  }
10537
- ._title_p7m2s_49 ._label_p7m2s_68 {
10563
+ ._title_17khh_47 ._label_17khh_66 {
10538
10564
  color: var(--color-text);
10539
10565
  white-space: nowrap;
10540
10566
  font-weight: bold;
10541
10567
  }
10542
- ._brand_p7m2s_73 {
10568
+ ._brand_17khh_71 {
10543
10569
  padding: 0;
10544
10570
  position: relative;
10545
10571
  flex-shrink: 0;
10546
10572
  }
10547
- ._version_p7m2s_78 {
10573
+ ._version_17khh_76 {
10548
10574
  line-height: 1;
10549
10575
  position: absolute;
10550
10576
  right: 0;
10551
10577
  bottom: 100%;
10552
10578
  font-size: var(--font-size-xs);
10553
10579
  }
10554
- ._left_p7m2s_85,
10555
- ._right_p7m2s_86 {
10580
+ ._left_17khh_83,
10581
+ ._right_17khh_84 {
10556
10582
  display: flex;
10557
10583
  min-width: 0;
10558
10584
  }
10559
- ._left_p7m2s_85 {
10585
+ ._left_17khh_83 {
10560
10586
  gap: var(--spacing);
10561
10587
  padding-left: var(--spacing-xs);
10562
10588
  }
10563
- ._right_p7m2s_86 {
10589
+ ._right_17khh_84 {
10564
10590
  margin-left: auto;
10565
10591
  flex-shrink: 0;
10566
10592
  padding-right: var(--spacing-xs);
10567
10593
  gap: var(--spacing-xs);
10568
10594
  }
10569
- ._item_p7m2s_100,
10570
- ._link_p7m2s_101 {
10595
+ ._item_17khh_98,
10596
+ ._link_17khh_99 {
10571
10597
  align-items: center;
10572
10598
  display: flex;
10573
10599
  }
10574
- ._item_p7m2s_100 {
10600
+ ._item_17khh_98 {
10575
10601
  position: relative;
10576
10602
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10577
10603
  user-select: none;
@@ -10579,18 +10605,18 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10579
10605
  min-width: 0;
10580
10606
  max-width: 50vw;
10581
10607
  }
10582
- ._item_p7m2s_100._button_p7m2s_113,
10583
- ._item_p7m2s_100._menu_p7m2s_114 {
10608
+ ._item_17khh_98._button_17khh_111,
10609
+ ._item_17khh_98._menu_17khh_112 {
10584
10610
  flex-shrink: 0;
10585
10611
  }
10586
- ._label_p7m2s_68 {
10612
+ ._label_17khh_66 {
10587
10613
  text-overflow: ellipsis;
10588
10614
  white-space: nowrap;
10589
10615
  overflow: hidden;
10590
10616
  display: block;
10591
10617
  max-width: 100%;
10592
10618
  }
10593
- ._link_p7m2s_101 {
10619
+ ._link_17khh_99 {
10594
10620
  text-decoration: none;
10595
10621
  color: var(--color-text-primary);
10596
10622
  cursor: pointer;
@@ -10598,24 +10624,24 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10598
10624
  font-weight: bold;
10599
10625
  height: 100%;
10600
10626
  }
10601
- ._link_p7m2s_101 svg {
10627
+ ._link_17khh_99 svg {
10602
10628
  margin-right: 5px;
10603
10629
  flex-shrink: 0;
10604
10630
  }
10605
- ._link_p7m2s_101:hover {
10631
+ ._link_17khh_99:hover {
10606
10632
  color: var(--color-text-primary-hover);
10607
10633
  }
10608
- ._link_p7m2s_101:active {
10634
+ ._link_17khh_99:active {
10609
10635
  color: var(--color-text-primary-active);
10610
10636
  }
10611
- ._link_p7m2s_101._active_p7m2s_142 {
10637
+ ._link_17khh_99._active_17khh_140 {
10612
10638
  color: var(--color-text);
10613
10639
  }
10614
- ._link_p7m2s_101:hover,
10615
- ._link_p7m2s_101._active_p7m2s_142 {
10640
+ ._link_17khh_99:hover,
10641
+ ._link_17khh_99._active_17khh_140 {
10616
10642
  background-color: transparent;
10617
10643
  }
10618
- ._link_p7m2s_101:after {
10644
+ ._link_17khh_99:after {
10619
10645
  content: '';
10620
10646
  position: absolute;
10621
10647
  left: 0;
@@ -10623,17 +10649,17 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10623
10649
  bottom: 0;
10624
10650
  border-bottom: 2px solid transparent;
10625
10651
  }
10626
- ._link_p7m2s_101:hover:after {
10652
+ ._link_17khh_99:hover:after {
10627
10653
  border-color: var(--color-link-border-hover);
10628
10654
  }
10629
- ._link_p7m2s_101._active_p7m2s_142:after {
10655
+ ._link_17khh_99._active_17khh_140:after {
10630
10656
  border-color: var(--color-background-primary);
10631
10657
  }
10632
- ._link_p7m2s_101[disabled] {
10658
+ ._link_17khh_99[disabled] {
10633
10659
  pointer-events: none;
10634
10660
  color: var(--color-text-faint);
10635
10661
  }
10636
- ._alert_p7m2s_167 {
10662
+ ._alert_17khh_165 {
10637
10663
  background-color: var(--color-background-primary);
10638
10664
  color: white;
10639
10665
  text-align: center;