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

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.
Files changed (3) hide show
  1. package/dist/global.css +478 -472
  2. package/dist/index.js +195 -195
  3. package/package.json +1 -1
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,76 @@ a {
1206
1208
  transform-origin: 100% 0%;
1207
1209
  z-index: 3;
1208
1210
  }
1209
- ._inputInTable_p7xqn_1 {
1211
+ ._inputInTable_wrbu4_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_wrbu4_1:not(:hover) {
1216
1218
  border-color: transparent;
1217
1219
  }
1218
- ._inputHover_p7xqn_10 {
1220
+ ._inputHover_wrbu4_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_wrbu4_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_wrbu4_22,
1233
+ ._inputWarning_wrbu4_23 {
1232
1234
  position: relative;
1233
1235
  }
1234
- ._inputError_p7xqn_22 {
1236
+ ._inputError_wrbu4_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_wrbu4_22:hover {
1241
1243
  border-color: var(--color-border-error-hover) !important;
1242
1244
  }
1243
- ._inputError_p7xqn_22:focus {
1245
+ ._inputError_wrbu4_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_wrbu4_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_wrbu4_23:hover {
1257
1259
  border-color: var(--color-border-warning-hover) !important;
1258
1260
  }
1259
- ._inputWarning_p7xqn_23:focus {
1261
+ ._inputWarning_wrbu4_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_wrbu4_58 {
1267
1269
  pointer-events: none;
1268
1270
  background-color: var(--color-background-disabled);
1269
1271
  color: var(--color-text-muted);
1270
1272
  }
1271
- ._hideScrollbars_p7xqn_63 {
1273
+ ._hideScrollbars_wrbu4_63 {
1272
1274
  /* Firefox */
1273
1275
  scrollbar-width: none;
1274
1276
  /* IE 10+ */
1275
1277
  -ms-overflow-style: none;
1276
1278
  /* Chrome, Safari and Opera */
1277
1279
  }
1278
- ._hideScrollbars_p7xqn_63::-webkit-scrollbar {
1280
+ ._hideScrollbars_wrbu4_63::-webkit-scrollbar {
1279
1281
  display: none;
1280
1282
  }
1281
1283
  :root {
@@ -1301,7 +1303,7 @@ html[data-theme='dark'] {
1301
1303
  --color-border-button: var(--color-border);
1302
1304
  --color-border-button-hover: var(--color-border);
1303
1305
  }
1304
- ._button_p7xqn_96 {
1306
+ ._button_wrbu4_96 {
1305
1307
  cursor: pointer;
1306
1308
  display: inline-flex;
1307
1309
  align-items: center;
@@ -1325,80 +1327,81 @@ html[data-theme='dark'] {
1325
1327
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
1326
1328
  max-width: 100%;
1327
1329
  min-height: var(--size);
1328
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
1330
+ box-shadow: var(--shadow-button);
1329
1331
  }
1330
- ._button_p7xqn_96:hover {
1332
+ ._button_wrbu4_96:hover {
1331
1333
  background: var(--color-background-button-default-hover);
1332
1334
  border-color: var(--color-border-button-hover);
1333
1335
  }
1334
- ._button_p7xqn_96:focus {
1336
+ ._button_wrbu4_96:focus {
1335
1337
  box-shadow: var(--shadow-focus) !important;
1336
1338
  }
1337
- ._button_p7xqn_96:active {
1339
+ ._button_wrbu4_96:active {
1338
1340
  background: var(--color-background-button-default-active);
1339
1341
  box-shadow: none;
1340
1342
  }
1341
- ._button_p7xqn_96._active_p7xqn_133:not(._green_p7xqn_133):not(._red_p7xqn_133):not(._orange_p7xqn_133) {
1343
+ ._button_wrbu4_96._active_wrbu4_133:not(._green_wrbu4_133):not(._red_wrbu4_133):not(._orange_wrbu4_133) {
1342
1344
  border-color: var(--color-background-button-primary);
1343
1345
  color: var(--color-text-primary);
1344
1346
  position: relative;
1345
1347
  z-index: 2;
1346
1348
  }
1347
- ._button_p7xqn_96:hover,
1348
- ._button_p7xqn_96:focus,
1349
- ._button_p7xqn_96:active {
1349
+ ._button_wrbu4_96:hover,
1350
+ ._button_wrbu4_96:focus,
1351
+ ._button_wrbu4_96:active {
1350
1352
  position: relative;
1351
1353
  z-index: 1;
1352
1354
  }
1353
- ._button_p7xqn_96 ._icon_p7xqn_145 {
1354
- margin: -2px 8px -2px -4px;
1355
- font-size: 1.35em;
1355
+ ._button_wrbu4_96 ._icon_wrbu4_145 {
1356
+ margin: -2px;
1357
+ margin-right: 8px;
1358
+ font-size: 1.25em;
1356
1359
  }
1357
- ._iconOnly_p7xqn_149 {
1360
+ ._iconOnly_wrbu4_150 {
1358
1361
  width: var(--size);
1359
1362
  display: inline-flex;
1360
1363
  align-items: center;
1361
1364
  justify-content: center;
1362
1365
  }
1363
- ._iconOnly_p7xqn_149 ._icon_p7xqn_145 {
1366
+ ._iconOnly_wrbu4_150 ._icon_wrbu4_145 {
1364
1367
  margin: 0;
1365
1368
  line-height: 0;
1366
1369
  }
1367
- ._basic_p7xqn_159 {
1370
+ ._basic_wrbu4_160 {
1368
1371
  color: var(--color-text-primary);
1369
1372
  background: transparent;
1370
1373
  box-shadow: none !important;
1371
1374
  border: none !important;
1372
1375
  }
1373
- ._basic_p7xqn_159._muted_p7xqn_165 {
1376
+ ._basic_wrbu4_160._muted_wrbu4_166 {
1374
1377
  color: var(--color-text-muted);
1375
1378
  }
1376
- ._basic_p7xqn_159:hover {
1379
+ ._basic_wrbu4_160:hover {
1377
1380
  color: var(--color-text-primary-hover);
1378
1381
  background: rgba(0, 0, 0, 0.05);
1379
1382
  }
1380
- ._basic_p7xqn_159:active,
1381
- ._basic_p7xqn_159._active_p7xqn_133 {
1383
+ ._basic_wrbu4_160:active,
1384
+ ._basic_wrbu4_160._active_wrbu4_133 {
1382
1385
  color: var(--color-text-primary-active);
1383
1386
  background: rgba(0, 0, 0, 0.1);
1384
1387
  }
1385
- ._disabled_p7xqn_177 {
1388
+ ._disabled_wrbu4_178 {
1386
1389
  cursor: default;
1387
1390
  pointer-events: none !important;
1388
1391
  color: var(--color-text-faint) !important;
1389
1392
  box-shadow: none !important;
1390
1393
  }
1391
- ._disabled_p7xqn_177:not(._active_p7xqn_133):not(._basic_p7xqn_159) {
1394
+ ._disabled_wrbu4_178:not(._active_wrbu4_133):not(._basic_wrbu4_160) {
1392
1395
  background: var(--color-background-disabled) !important;
1393
1396
  border: 1px solid var(--color-border) !important;
1394
1397
  }
1395
- ._small_p7xqn_187 {
1398
+ ._small_wrbu4_188 {
1396
1399
  font-size: var(--font-size-sm);
1397
1400
  min-height: var(--size-sm);
1398
1401
  padding: var(--padding-input-sm);
1399
1402
  }
1400
- ._pill_p7xqn_192,
1401
- ._round_p7xqn_193 {
1403
+ ._pill_wrbu4_193,
1404
+ ._round_wrbu4_194 {
1402
1405
  text-transform: uppercase;
1403
1406
  letter-spacing: 0.1em;
1404
1407
  font-weight: bold;
@@ -1406,144 +1409,144 @@ html[data-theme='dark'] {
1406
1409
  display: inline-flex;
1407
1410
  align-items: center;
1408
1411
  }
1409
- ._round_p7xqn_193 {
1412
+ ._round_wrbu4_194 {
1410
1413
  padding: 0;
1411
1414
  width: var(--size);
1412
1415
  line-height: 1;
1413
1416
  }
1414
- ._round_p7xqn_193._small_p7xqn_187 {
1417
+ ._round_wrbu4_194._small_wrbu4_188 {
1415
1418
  width: var(--size-sm);
1416
1419
  }
1417
- ._orange_p7xqn_133:not(._basic_p7xqn_159) {
1420
+ ._orange_wrbu4_133:not(._basic_wrbu4_160) {
1418
1421
  background-color: var(--color-background-button-primary);
1419
1422
  }
1420
- ._orange_p7xqn_133:not(._basic_p7xqn_159):hover {
1423
+ ._orange_wrbu4_133:not(._basic_wrbu4_160):hover {
1421
1424
  background-color: var(--color-background-button-primary-hover);
1422
1425
  }
1423
- ._orange_p7xqn_133:not(._basic_p7xqn_159):active,
1424
- ._orange_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1426
+ ._orange_wrbu4_133:not(._basic_wrbu4_160):active,
1427
+ ._orange_wrbu4_133:not(._basic_wrbu4_160)._active_wrbu4_133 {
1425
1428
  background-color: var(--color-background-button-primary-active);
1426
1429
  }
1427
- ._red_p7xqn_133:not(._basic_p7xqn_159) {
1430
+ ._red_wrbu4_133:not(._basic_wrbu4_160) {
1428
1431
  background-color: var(--color-background-button-error);
1429
1432
  }
1430
- ._red_p7xqn_133:not(._basic_p7xqn_159):hover {
1433
+ ._red_wrbu4_133:not(._basic_wrbu4_160):hover {
1431
1434
  background-color: var(--color-background-button-error-hover);
1432
1435
  }
1433
- ._red_p7xqn_133:not(._basic_p7xqn_159):active,
1434
- ._red_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1436
+ ._red_wrbu4_133:not(._basic_wrbu4_160):active,
1437
+ ._red_wrbu4_133:not(._basic_wrbu4_160)._active_wrbu4_133 {
1435
1438
  background-color: var(--color-background-button-error-active);
1436
1439
  }
1437
- ._red_p7xqn_133._basic_p7xqn_159 {
1440
+ ._red_wrbu4_133._basic_wrbu4_160 {
1438
1441
  color: var(--color-text-error);
1439
1442
  }
1440
- ._green_p7xqn_133:not(._basic_p7xqn_159) {
1443
+ ._green_wrbu4_133:not(._basic_wrbu4_160) {
1441
1444
  background-color: var(--color-background-button-success);
1442
1445
  }
1443
- ._green_p7xqn_133:not(._basic_p7xqn_159):hover {
1446
+ ._green_wrbu4_133:not(._basic_wrbu4_160):hover {
1444
1447
  background-color: var(--color-background-button-success-hover);
1445
1448
  }
1446
- ._green_p7xqn_133:not(._basic_p7xqn_159):active,
1447
- ._green_p7xqn_133:not(._basic_p7xqn_159)._active_p7xqn_133 {
1449
+ ._green_wrbu4_133:not(._basic_wrbu4_160):active,
1450
+ ._green_wrbu4_133:not(._basic_wrbu4_160)._active_wrbu4_133 {
1448
1451
  background-color: var(--color-background-button-success-active);
1449
1452
  }
1450
- ._green_p7xqn_133._basic_p7xqn_159 {
1453
+ ._green_wrbu4_133._basic_wrbu4_160 {
1451
1454
  color: var(--color-text-success);
1452
1455
  }
1453
- ._orange_p7xqn_133:not(._basic_p7xqn_159),
1454
- ._red_p7xqn_133:not(._basic_p7xqn_159),
1455
- ._green_p7xqn_133:not(._basic_p7xqn_159) {
1456
+ ._orange_wrbu4_133:not(._basic_wrbu4_160),
1457
+ ._red_wrbu4_133:not(._basic_wrbu4_160),
1458
+ ._green_wrbu4_133:not(._basic_wrbu4_160) {
1456
1459
  color: #fff;
1457
1460
  }
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 {
1461
+ ._orange_wrbu4_133:not(._basic_wrbu4_160):hover,
1462
+ ._red_wrbu4_133:not(._basic_wrbu4_160):hover,
1463
+ ._green_wrbu4_133:not(._basic_wrbu4_160):hover {
1461
1464
  color: #fff;
1462
1465
  }
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 {
1466
+ ._orange_wrbu4_133:not(._basic_wrbu4_160):active,
1467
+ ._red_wrbu4_133:not(._basic_wrbu4_160):active,
1468
+ ._green_wrbu4_133:not(._basic_wrbu4_160):active,
1469
+ ._orange_wrbu4_133:not(._basic_wrbu4_160)._active_wrbu4_133,
1470
+ ._red_wrbu4_133:not(._basic_wrbu4_160)._active_wrbu4_133,
1471
+ ._green_wrbu4_133:not(._basic_wrbu4_160)._active_wrbu4_133 {
1469
1472
  color: #fff;
1470
1473
  }
1471
- ._error_p7xqn_263 {
1474
+ ._error_wrbu4_264 {
1472
1475
  position: relative;
1473
1476
  z-index: 2;
1474
1477
  border-color: var(--color-border-error);
1475
1478
  color: var(--color-text-error) !important;
1476
1479
  background-color: var(--color-background-error);
1477
1480
  }
1478
- ._error_p7xqn_263:hover {
1481
+ ._error_wrbu4_264:hover {
1479
1482
  border-color: var(--color-border-error-hover) !important;
1480
1483
  }
1481
- ._error_p7xqn_263:focus {
1484
+ ._error_wrbu4_264:focus {
1482
1485
  position: relative;
1483
1486
  outline: none !important;
1484
1487
  border-color: var(--color-border-focus) !important;
1485
1488
  box-shadow: var(--shadow-focus);
1486
1489
  z-index: 3;
1487
1490
  }
1488
- ._warning_p7xqn_280 {
1491
+ ._warning_wrbu4_281 {
1489
1492
  position: relative;
1490
1493
  z-index: 1;
1491
1494
  border-color: var(--color-border-warning);
1492
1495
  color: var(--color-text-warning) !important;
1493
1496
  background-color: var(--color-background-warning);
1494
1497
  }
1495
- ._warning_p7xqn_280:hover {
1498
+ ._warning_wrbu4_281:hover {
1496
1499
  border-color: var(--color-border-warning-hover) !important;
1497
1500
  }
1498
- ._warning_p7xqn_280:focus {
1501
+ ._warning_wrbu4_281:focus {
1499
1502
  position: relative;
1500
1503
  outline: none !important;
1501
1504
  border-color: var(--color-border-focus) !important;
1502
1505
  box-shadow: var(--shadow-focus);
1503
1506
  z-index: 3;
1504
1507
  }
1505
- ._inverted_p7xqn_297 {
1508
+ ._inverted_wrbu4_298 {
1506
1509
  background-color: transparent;
1507
1510
  border-color: var(--color-text);
1508
1511
  box-shadow: none;
1509
1512
  }
1510
- ._inverted_p7xqn_297:hover,
1511
- ._inverted_p7xqn_297:active {
1513
+ ._inverted_wrbu4_298:hover,
1514
+ ._inverted_wrbu4_298:active {
1512
1515
  box-shadow: none;
1513
1516
  }
1514
- ._inverted_p7xqn_297._orange_p7xqn_133 {
1517
+ ._inverted_wrbu4_298._orange_wrbu4_133 {
1515
1518
  color: var(--color-background-button-primary);
1516
1519
  border-color: var(--color-background-button-primary);
1517
1520
  }
1518
- ._inverted_p7xqn_297._red_p7xqn_133 {
1521
+ ._inverted_wrbu4_298._red_wrbu4_133 {
1519
1522
  color: var(--color-background-button-error);
1520
1523
  border-color: var(--color-background-button-error);
1521
1524
  }
1522
- ._inverted_p7xqn_297._green_p7xqn_133 {
1525
+ ._inverted_wrbu4_298._green_wrbu4_133 {
1523
1526
  color: var(--color-background-button-success);
1524
1527
  border-color: var(--color-background-button-success);
1525
1528
  }
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 {
1529
+ ._inverted_wrbu4_298._orange_wrbu4_133:hover,
1530
+ ._inverted_wrbu4_298._red_wrbu4_133:hover,
1531
+ ._inverted_wrbu4_298._green_wrbu4_133:hover,
1532
+ ._inverted_wrbu4_298._orange_wrbu4_133:active,
1533
+ ._inverted_wrbu4_298._red_wrbu4_133:active,
1534
+ ._inverted_wrbu4_298._green_wrbu4_133:active {
1532
1535
  color: white;
1533
1536
  box-shadow: none;
1534
1537
  }
1535
- ._groupOrderFirst_p7xqn_327,
1536
- ._groupOrderMiddle_p7xqn_328,
1537
- ._groupOrderLast_p7xqn_329 {
1538
+ ._groupOrderFirst_wrbu4_328,
1539
+ ._groupOrderMiddle_wrbu4_329,
1540
+ ._groupOrderLast_wrbu4_330 {
1538
1541
  margin-right: 0;
1539
1542
  }
1540
- ._groupOrderFirst_p7xqn_327,
1541
- ._groupOrderMiddle_p7xqn_328 {
1543
+ ._groupOrderFirst_wrbu4_328,
1544
+ ._groupOrderMiddle_wrbu4_329 {
1542
1545
  border-top-right-radius: 0 !important;
1543
1546
  border-bottom-right-radius: 0 !important;
1544
1547
  }
1545
- ._groupOrderLast_p7xqn_329,
1546
- ._groupOrderMiddle_p7xqn_328 {
1548
+ ._groupOrderLast_wrbu4_330,
1549
+ ._groupOrderMiddle_wrbu4_329 {
1547
1550
  border-top-left-radius: 0 !important;
1548
1551
  border-bottom-left-radius: 0 !important;
1549
1552
  }
@@ -1709,39 +1712,39 @@ html[data-theme='dark'] {
1709
1712
  ._buttonGroup_1m8h2_11 > *:not(:last-child) {
1710
1713
  margin-right: -1px;
1711
1714
  }
1712
- ._card_1a86v_1 {
1715
+ ._card_w1z7w_1 {
1713
1716
  color: var(--color-text);
1714
1717
  }
1715
- ._card_1a86v_1._bordered_1a86v_4 {
1718
+ ._card_w1z7w_1._bordered_w1z7w_4 {
1716
1719
  background: var(--color-background-raised);
1717
1720
  border: 1px solid var(--color-border);
1718
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
1721
+ box-shadow: var(--shadow-button);
1719
1722
  border-radius: var(--border-radius);
1720
1723
  }
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);
1724
+ ._card_w1z7w_1._bordered_w1z7w_4._raised_w1z7w_10 {
1725
+ box-shadow: var(--shadow-layer);
1723
1726
  }
1724
- ._card_1a86v_1._bordered_1a86v_4 ._cardHeader_1a86v_13 {
1727
+ ._card_w1z7w_1._bordered_w1z7w_4 ._cardHeader_w1z7w_13 {
1725
1728
  background: var(--color-background);
1726
1729
  padding: var(--padding-card);
1727
1730
  border-top-left-radius: inherit;
1728
1731
  border-top-right-radius: inherit;
1729
1732
  }
1730
- ._card_1a86v_1._bordered_1a86v_4 ._cardContentBorderTop_1a86v_19 {
1733
+ ._card_w1z7w_1._bordered_w1z7w_4 ._cardContentBorderTop_w1z7w_19 {
1731
1734
  border-top: 1px solid var(--color-border);
1732
1735
  }
1733
- ._card_1a86v_1._bordered_1a86v_4 ._padding_1a86v_22 {
1736
+ ._card_w1z7w_1._bordered_w1z7w_4 ._padding_w1z7w_22 {
1734
1737
  padding: var(--padding-card);
1735
1738
  }
1736
- ._cardContent_1a86v_19:first-child {
1739
+ ._cardContent_w1z7w_19:first-child {
1737
1740
  border-top-left-radius: inherit;
1738
1741
  border-top-right-radius: inherit;
1739
1742
  }
1740
- ._cardContent_1a86v_19:last-child {
1743
+ ._cardContent_w1z7w_19:last-child {
1741
1744
  border-bottom-left-radius: inherit;
1742
1745
  border-bottom-right-radius: inherit;
1743
1746
  }
1744
- ._cardHeader_1a86v_13 {
1747
+ ._cardHeader_w1z7w_13 {
1745
1748
  display: flex;
1746
1749
  align-items: center;
1747
1750
  padding: var(--padding-card-y) 0;
@@ -1886,76 +1889,76 @@ html[data-theme='dark'] {
1886
1889
  ._footer_15xxd_47 button:not(:last-child) {
1887
1890
  margin-right: var(--spacing);
1888
1891
  }
1889
- ._inputInTable_oorew_1 {
1892
+ ._inputInTable_1rtzu_1 {
1890
1893
  background-color: transparent;
1891
1894
  border-radius: inherit !important;
1892
1895
  height: var(--size);
1893
1896
  min-height: 100%;
1894
1897
  }
1895
- ._inputInTable_oorew_1:not(:hover) {
1898
+ ._inputInTable_1rtzu_1:not(:hover) {
1896
1899
  border-color: transparent;
1897
1900
  }
1898
- ._inputHover_oorew_10 {
1901
+ ._inputHover_1rtzu_10 {
1899
1902
  position: relative;
1900
1903
  border-color: var(--color-border-hover);
1901
1904
  z-index: 2;
1902
1905
  }
1903
- ._inputFocus_oorew_15 {
1906
+ ._inputFocus_1rtzu_15 {
1904
1907
  position: relative;
1905
1908
  outline: none !important;
1906
1909
  border-color: var(--color-border-focus) !important;
1907
1910
  box-shadow: var(--shadow-focus);
1908
1911
  z-index: 3;
1909
1912
  }
1910
- ._inputError_oorew_22,
1911
- ._inputWarning_oorew_23 {
1913
+ ._inputError_1rtzu_22,
1914
+ ._inputWarning_1rtzu_23 {
1912
1915
  position: relative;
1913
1916
  }
1914
- ._inputError_oorew_22 {
1917
+ ._inputError_1rtzu_22 {
1915
1918
  z-index: 2;
1916
1919
  border-color: var(--color-border-error);
1917
1920
  color: var(--color-text-error) !important;
1918
1921
  background-color: var(--color-background-error);
1919
1922
  }
1920
- ._inputError_oorew_22:hover {
1923
+ ._inputError_1rtzu_22:hover {
1921
1924
  border-color: var(--color-border-error-hover) !important;
1922
1925
  }
1923
- ._inputError_oorew_22:focus {
1926
+ ._inputError_1rtzu_22:focus {
1924
1927
  position: relative;
1925
1928
  outline: none !important;
1926
1929
  border-color: var(--color-border-focus) !important;
1927
1930
  box-shadow: var(--shadow-focus);
1928
1931
  z-index: 3;
1929
1932
  }
1930
- ._inputWarning_oorew_23 {
1933
+ ._inputWarning_1rtzu_23 {
1931
1934
  z-index: 1;
1932
1935
  border-color: var(--color-border-warning);
1933
1936
  color: var(--color-text-warning) !important;
1934
1937
  background-color: var(--color-background-warning);
1935
1938
  }
1936
- ._inputWarning_oorew_23:hover {
1939
+ ._inputWarning_1rtzu_23:hover {
1937
1940
  border-color: var(--color-border-warning-hover) !important;
1938
1941
  }
1939
- ._inputWarning_oorew_23:focus {
1942
+ ._inputWarning_1rtzu_23:focus {
1940
1943
  position: relative;
1941
1944
  outline: none !important;
1942
1945
  border-color: var(--color-border-focus) !important;
1943
1946
  box-shadow: var(--shadow-focus);
1944
1947
  z-index: 3;
1945
1948
  }
1946
- ._inputDisabled_oorew_58 {
1949
+ ._inputDisabled_1rtzu_58 {
1947
1950
  pointer-events: none;
1948
1951
  background-color: var(--color-background-disabled);
1949
1952
  color: var(--color-text-muted);
1950
1953
  }
1951
- ._hideScrollbars_oorew_63 {
1954
+ ._hideScrollbars_1rtzu_63 {
1952
1955
  /* Firefox */
1953
1956
  scrollbar-width: none;
1954
1957
  /* IE 10+ */
1955
1958
  -ms-overflow-style: none;
1956
1959
  /* Chrome, Safari and Opera */
1957
1960
  }
1958
- ._hideScrollbars_oorew_63::-webkit-scrollbar {
1961
+ ._hideScrollbars_1rtzu_63::-webkit-scrollbar {
1959
1962
  display: none;
1960
1963
  }
1961
1964
  :root {
@@ -1972,37 +1975,37 @@ html[data-theme='dark'] {
1972
1975
  --color-border-drawer-tab: var(--color-primary-750);
1973
1976
  --color-background-drawer-handle-hover: rgba(255, 255, 255, 0.1);
1974
1977
  }
1975
- ._inline_oorew_87 {
1978
+ ._inline_1rtzu_87 {
1976
1979
  position: relative;
1977
1980
  }
1978
- ._inline_oorew_87._left_oorew_90 {
1981
+ ._inline_1rtzu_87._left_1rtzu_90 {
1979
1982
  order: -1;
1980
1983
  }
1981
- ._inline_oorew_87._right_oorew_93 {
1984
+ ._inline_1rtzu_87._right_1rtzu_93 {
1982
1985
  order: 9999;
1983
1986
  }
1984
- ._fixed_oorew_96 {
1987
+ ._fixed_1rtzu_96 {
1985
1988
  position: fixed;
1986
1989
  top: 0;
1987
1990
  bottom: 0;
1988
1991
  z-index: var(--zindex-drawer);
1989
1992
  }
1990
- ._fixed_oorew_96._left_oorew_90 {
1993
+ ._fixed_1rtzu_96._left_1rtzu_90 {
1991
1994
  left: 0;
1992
1995
  }
1993
- ._fixed_oorew_96._right_oorew_93 {
1996
+ ._fixed_1rtzu_96._right_1rtzu_93 {
1994
1997
  right: 0;
1995
1998
  }
1996
- ._left_oorew_90 ._border_oorew_108 {
1999
+ ._left_1rtzu_90 ._border_1rtzu_108 {
1997
2000
  border-right: 1px solid var(--color-border);
1998
2001
  }
1999
- ._right_oorew_93 ._border_oorew_108 {
2002
+ ._right_1rtzu_93 ._border_1rtzu_108 {
2000
2003
  border-left: 1px solid var(--color-border);
2001
2004
  }
2002
- ._shadow_oorew_114 {
2003
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
2005
+ ._shadow_1rtzu_114 {
2006
+ box-shadow: var(--shadow-layer);
2004
2007
  }
2005
- ._drawerContent_oorew_117 {
2008
+ ._drawerContent_1rtzu_117 {
2006
2009
  overflow-x: hidden;
2007
2010
  overflow-y: auto;
2008
2011
  max-height: 100%;
@@ -2014,40 +2017,40 @@ html[data-theme='dark'] {
2014
2017
  -ms-overflow-style: none;
2015
2018
  /* Chrome, Safari and Opera */
2016
2019
  }
2017
- ._isResizing_oorew_129 ._drawerContent_oorew_117 {
2020
+ ._isResizing_1rtzu_129 ._drawerContent_1rtzu_117 {
2018
2021
  transition: none;
2019
2022
  }
2020
2023
  @media print {
2021
- ._drawerContent_oorew_117 {
2024
+ ._drawerContent_1rtzu_117 {
2022
2025
  background: transparent !important;
2023
2026
  }
2024
2027
  }
2025
- ._drawerContent_oorew_117::-webkit-scrollbar {
2028
+ ._drawerContent_1rtzu_117::-webkit-scrollbar {
2026
2029
  display: none;
2027
2030
  }
2028
- ._toggleButton_oorew_140 {
2031
+ ._toggleButton_1rtzu_140 {
2029
2032
  transition: transform 0.4s;
2030
2033
  display: inline-block;
2031
2034
  transform: rotate(180deg);
2032
2035
  position: absolute;
2033
2036
  z-index: calc(var(--zindex-drawer) + 3);
2034
2037
  }
2035
- ._left_oorew_90 ._toggleButton_oorew_140 {
2038
+ ._left_1rtzu_90 ._toggleButton_1rtzu_140 {
2036
2039
  right: calc(var(--size) / -2);
2037
2040
  }
2038
- ._right_oorew_93 ._toggleButton_oorew_140 {
2041
+ ._right_1rtzu_93 ._toggleButton_1rtzu_140 {
2039
2042
  left: calc(var(--size) / -2);
2040
2043
  }
2041
- ._toggleButton_oorew_140._top_oorew_153 {
2044
+ ._toggleButton_1rtzu_140._top_1rtzu_153 {
2042
2045
  top: var(--padding-y);
2043
2046
  }
2044
- ._toggleButton_oorew_140._bottom_oorew_156 {
2047
+ ._toggleButton_1rtzu_140._bottom_1rtzu_156 {
2045
2048
  bottom: var(--padding-y);
2046
2049
  }
2047
- ._toggleButton_oorew_140._toggleButtonOpen_oorew_159 {
2050
+ ._toggleButton_1rtzu_140._toggleButtonOpen_1rtzu_159 {
2048
2051
  transform: rotate(0deg);
2049
2052
  }
2050
- ._tabs_oorew_162 {
2053
+ ._tabs_1rtzu_162 {
2051
2054
  position: absolute;
2052
2055
  top: 0;
2053
2056
  bottom: 0;
@@ -2058,13 +2061,13 @@ html[data-theme='dark'] {
2058
2061
  border-right: 1px solid var(--color-border);
2059
2062
  font-size: var(--size-sm);
2060
2063
  }
2061
- ._left_oorew_90 ._tabs_oorew_162 {
2064
+ ._left_1rtzu_90 ._tabs_1rtzu_162 {
2062
2065
  right: 0;
2063
2066
  }
2064
- ._right_oorew_93 ._tabs_oorew_162 {
2067
+ ._right_1rtzu_93 ._tabs_1rtzu_162 {
2065
2068
  left: 0;
2066
2069
  }
2067
- ._tabs_oorew_162 ._tab_oorew_162 {
2070
+ ._tabs_1rtzu_162 ._tab_1rtzu_162 {
2068
2071
  height: 38px;
2069
2072
  width: 38px;
2070
2073
  display: flex;
@@ -2075,39 +2078,39 @@ html[data-theme='dark'] {
2075
2078
  transition: color 0.3s, background-color 0.3s;
2076
2079
  border: 1px solid var(--color-border-drawer-tab);
2077
2080
  }
2078
- ._left_oorew_90 ._tabs_oorew_162 ._tab_oorew_162 {
2081
+ ._left_1rtzu_90 ._tabs_1rtzu_162 ._tab_1rtzu_162 {
2079
2082
  border-top-left-radius: 0;
2080
2083
  border-bottom-left-radius: 0;
2081
2084
  }
2082
- ._left_oorew_90 ._tabs_oorew_162 ._tab_oorew_162._active_oorew_194 {
2085
+ ._left_1rtzu_90 ._tabs_1rtzu_162 ._tab_1rtzu_162._active_1rtzu_194 {
2083
2086
  border-left-color: transparent;
2084
2087
  }
2085
- ._right_oorew_93 ._tabs_oorew_162 ._tab_oorew_162 {
2088
+ ._right_1rtzu_93 ._tabs_1rtzu_162 ._tab_1rtzu_162 {
2086
2089
  border-top-right-radius: 0;
2087
2090
  border-bottom-right-radius: 0;
2088
2091
  }
2089
- ._right_oorew_93 ._tabs_oorew_162 ._tab_oorew_162._active_oorew_194 {
2092
+ ._right_1rtzu_93 ._tabs_1rtzu_162 ._tab_1rtzu_162._active_1rtzu_194 {
2090
2093
  border-right-color: transparent;
2091
2094
  }
2092
- ._tabs_oorew_162 ._tab_oorew_162:not(._active_oorew_194) {
2095
+ ._tabs_1rtzu_162 ._tab_1rtzu_162:not(._active_1rtzu_194) {
2093
2096
  color: var(--color-text-primary);
2094
2097
  background-color: var(--color-background-drawer-tab) !important;
2095
2098
  }
2096
- ._tabs_oorew_162 ._tab_oorew_162:not(._active_oorew_194):hover {
2099
+ ._tabs_1rtzu_162 ._tab_1rtzu_162:not(._active_1rtzu_194):hover {
2097
2100
  color: var(--color-text);
2098
2101
  background-color: var(--color-background-drawer-tab-hover) !important;
2099
2102
  }
2100
- ._tabs_oorew_162 ._tab_oorew_162._active_oorew_194 {
2103
+ ._tabs_1rtzu_162 ._tab_1rtzu_162._active_1rtzu_194 {
2101
2104
  color: var(--color-text);
2102
2105
  border-color: var(--color-border);
2103
2106
  }
2104
- ._left_oorew_90 ._tabsContent_oorew_216 {
2107
+ ._left_1rtzu_90 ._tabsContent_1rtzu_216 {
2105
2108
  padding-right: 36px;
2106
2109
  }
2107
- ._right_oorew_93 ._tabsContent_oorew_216 {
2110
+ ._right_1rtzu_93 ._tabsContent_1rtzu_216 {
2108
2111
  padding-left: 36px;
2109
2112
  }
2110
- ._resizeHandle_oorew_222 {
2113
+ ._resizeHandle_1rtzu_222 {
2111
2114
  position: absolute;
2112
2115
  top: 0;
2113
2116
  bottom: 0;
@@ -2120,18 +2123,18 @@ html[data-theme='dark'] {
2120
2123
  font-size: var(--font-size-sm);
2121
2124
  transition: all 0.2s;
2122
2125
  }
2123
- ._resizeHandle_oorew_222:hover {
2126
+ ._resizeHandle_1rtzu_222:hover {
2124
2127
  background: var(--color-background-drawer-handle-hover);
2125
2128
  color: var(--color-text-primary);
2126
2129
  }
2127
- ._resizeHandle_oorew_222:active {
2130
+ ._resizeHandle_1rtzu_222:active {
2128
2131
  background: var(--color-text-primary);
2129
2132
  color: white;
2130
2133
  }
2131
- ._left_oorew_90 ._resizeHandle_oorew_222 {
2134
+ ._left_1rtzu_90 ._resizeHandle_1rtzu_222 {
2132
2135
  right: 0;
2133
2136
  }
2134
- ._right_oorew_93 ._resizeHandle_oorew_222 {
2137
+ ._right_1rtzu_93 ._resizeHandle_1rtzu_222 {
2135
2138
  left: 0;
2136
2139
  }
2137
2140
  ._empty_cs57m_1 {
@@ -2155,79 +2158,79 @@ html[data-theme='dark'] {
2155
2158
  ._inputGroup_biuoa_1 > *:not(:last-child) {
2156
2159
  margin-right: -1px;
2157
2160
  }
2158
- ._inputInTable_7xieo_1 {
2161
+ ._inputInTable_dn9qx_1 {
2159
2162
  background-color: transparent;
2160
2163
  border-radius: inherit !important;
2161
2164
  height: var(--size);
2162
2165
  min-height: 100%;
2163
2166
  }
2164
- ._inputInTable_7xieo_1:not(:hover) {
2167
+ ._inputInTable_dn9qx_1:not(:hover) {
2165
2168
  border-color: transparent;
2166
2169
  }
2167
- ._inputHover_7xieo_10 {
2170
+ ._inputHover_dn9qx_10 {
2168
2171
  position: relative;
2169
2172
  border-color: var(--color-border-hover);
2170
2173
  z-index: 2;
2171
2174
  }
2172
- ._inputFocus_7xieo_15 {
2175
+ ._inputFocus_dn9qx_15 {
2173
2176
  position: relative;
2174
2177
  outline: none !important;
2175
2178
  border-color: var(--color-border-focus) !important;
2176
2179
  box-shadow: var(--shadow-focus);
2177
2180
  z-index: 3;
2178
2181
  }
2179
- ._inputError_7xieo_22,
2180
- ._inputWarning_7xieo_23 {
2182
+ ._inputError_dn9qx_22,
2183
+ ._inputWarning_dn9qx_23 {
2181
2184
  position: relative;
2182
2185
  }
2183
- ._inputError_7xieo_22 {
2186
+ ._inputError_dn9qx_22 {
2184
2187
  z-index: 2;
2185
2188
  border-color: var(--color-border-error);
2186
2189
  color: var(--color-text-error) !important;
2187
2190
  background-color: var(--color-background-error);
2188
2191
  }
2189
- ._inputError_7xieo_22:hover {
2192
+ ._inputError_dn9qx_22:hover {
2190
2193
  border-color: var(--color-border-error-hover) !important;
2191
2194
  }
2192
- ._inputError_7xieo_22:focus {
2195
+ ._inputError_dn9qx_22:focus {
2193
2196
  position: relative;
2194
2197
  outline: none !important;
2195
2198
  border-color: var(--color-border-focus) !important;
2196
2199
  box-shadow: var(--shadow-focus);
2197
2200
  z-index: 3;
2198
2201
  }
2199
- ._inputWarning_7xieo_23 {
2202
+ ._inputWarning_dn9qx_23 {
2200
2203
  z-index: 1;
2201
2204
  border-color: var(--color-border-warning);
2202
2205
  color: var(--color-text-warning) !important;
2203
2206
  background-color: var(--color-background-warning);
2204
2207
  }
2205
- ._inputWarning_7xieo_23:hover {
2208
+ ._inputWarning_dn9qx_23:hover {
2206
2209
  border-color: var(--color-border-warning-hover) !important;
2207
2210
  }
2208
- ._inputWarning_7xieo_23:focus {
2211
+ ._inputWarning_dn9qx_23:focus {
2209
2212
  position: relative;
2210
2213
  outline: none !important;
2211
2214
  border-color: var(--color-border-focus) !important;
2212
2215
  box-shadow: var(--shadow-focus);
2213
2216
  z-index: 3;
2214
2217
  }
2215
- ._inputDisabled_7xieo_58 {
2218
+ ._inputDisabled_dn9qx_58 {
2216
2219
  pointer-events: none;
2217
2220
  background-color: var(--color-background-disabled);
2218
2221
  color: var(--color-text-muted);
2219
2222
  }
2220
- ._hideScrollbars_7xieo_63 {
2223
+ ._hideScrollbars_dn9qx_63 {
2221
2224
  /* Firefox */
2222
2225
  scrollbar-width: none;
2223
2226
  /* IE 10+ */
2224
2227
  -ms-overflow-style: none;
2225
2228
  /* Chrome, Safari and Opera */
2226
2229
  }
2227
- ._hideScrollbars_7xieo_63::-webkit-scrollbar {
2230
+ ._hideScrollbars_dn9qx_63::-webkit-scrollbar {
2228
2231
  display: none;
2229
2232
  }
2230
- ._input_7xieo_1 {
2233
+ ._input_dn9qx_1 {
2231
2234
  margin: 0;
2232
2235
  outline: 0;
2233
2236
  text-align: left;
@@ -2245,90 +2248,90 @@ html[data-theme='dark'] {
2245
2248
  font-style: normal;
2246
2249
  position: relative;
2247
2250
  }
2248
- ._input_7xieo_1::placeholder {
2251
+ ._input_dn9qx_1::placeholder {
2249
2252
  color: var(--color-text-placeholder);
2250
2253
  }
2251
- ._input_7xieo_1._isInTable_7xieo_94 {
2254
+ ._input_dn9qx_1._isInTable_dn9qx_94 {
2252
2255
  background-color: transparent;
2253
2256
  border-radius: inherit !important;
2254
2257
  height: var(--size);
2255
2258
  min-height: 100%;
2256
2259
  }
2257
- ._input_7xieo_1._isInTable_7xieo_94:not(:hover) {
2260
+ ._input_dn9qx_1._isInTable_dn9qx_94:not(:hover) {
2258
2261
  border-color: transparent;
2259
2262
  }
2260
- ._input_7xieo_1:hover {
2263
+ ._input_dn9qx_1:hover {
2261
2264
  position: relative;
2262
2265
  border-color: var(--color-border-hover);
2263
2266
  z-index: 2;
2264
2267
  }
2265
- ._input_7xieo_1:focus {
2268
+ ._input_dn9qx_1:focus {
2266
2269
  position: relative;
2267
2270
  outline: none !important;
2268
2271
  border-color: var(--color-border-focus) !important;
2269
2272
  box-shadow: var(--shadow-focus);
2270
2273
  z-index: 3;
2271
2274
  }
2272
- ._input_7xieo_1._small_7xieo_115 {
2275
+ ._input_dn9qx_1._small_dn9qx_115 {
2273
2276
  font-size: var(--font-size-sm);
2274
2277
  height: var(--size-sm);
2275
- padding: 0 var(--padding-input-sm-x);
2278
+ padding: var(--padding-input-sm);
2276
2279
  line-height: var(--size-sm);
2277
2280
  }
2278
- ._input_7xieo_1._error_7xieo_121 {
2281
+ ._input_dn9qx_1._error_dn9qx_121 {
2279
2282
  position: relative;
2280
2283
  z-index: 2;
2281
2284
  border-color: var(--color-border-error);
2282
2285
  color: var(--color-text-error) !important;
2283
2286
  background-color: var(--color-background-error);
2284
2287
  }
2285
- ._input_7xieo_1._error_7xieo_121:hover {
2288
+ ._input_dn9qx_1._error_dn9qx_121:hover {
2286
2289
  border-color: var(--color-border-error-hover) !important;
2287
2290
  }
2288
- ._input_7xieo_1._error_7xieo_121:focus {
2291
+ ._input_dn9qx_1._error_dn9qx_121:focus {
2289
2292
  position: relative;
2290
2293
  outline: none !important;
2291
2294
  border-color: var(--color-border-focus) !important;
2292
2295
  box-shadow: var(--shadow-focus);
2293
2296
  z-index: 3;
2294
2297
  }
2295
- ._input_7xieo_1._warning_7xieo_138 {
2298
+ ._input_dn9qx_1._warning_dn9qx_138 {
2296
2299
  position: relative;
2297
2300
  z-index: 1;
2298
2301
  border-color: var(--color-border-warning);
2299
2302
  color: var(--color-text-warning) !important;
2300
2303
  background-color: var(--color-background-warning);
2301
2304
  }
2302
- ._input_7xieo_1._warning_7xieo_138:hover {
2305
+ ._input_dn9qx_1._warning_dn9qx_138:hover {
2303
2306
  border-color: var(--color-border-warning-hover) !important;
2304
2307
  }
2305
- ._input_7xieo_1._warning_7xieo_138:focus {
2308
+ ._input_dn9qx_1._warning_dn9qx_138:focus {
2306
2309
  position: relative;
2307
2310
  outline: none !important;
2308
2311
  border-color: var(--color-border-focus) !important;
2309
2312
  box-shadow: var(--shadow-focus);
2310
2313
  z-index: 3;
2311
2314
  }
2312
- ._input_7xieo_1[disabled] {
2315
+ ._input_dn9qx_1[disabled] {
2313
2316
  pointer-events: none;
2314
2317
  background-color: var(--color-background-disabled);
2315
2318
  color: var(--color-text-muted);
2316
2319
  }
2317
- ._input_7xieo_1._right_7xieo_160 {
2320
+ ._input_dn9qx_1._right_dn9qx_160 {
2318
2321
  text-align: right;
2319
2322
  }
2320
- ._groupOrderFirst_7xieo_163,
2321
- ._groupOrderMiddle_7xieo_164,
2322
- ._groupOrderLast_7xieo_165 {
2323
+ ._groupOrderFirst_dn9qx_163,
2324
+ ._groupOrderMiddle_dn9qx_164,
2325
+ ._groupOrderLast_dn9qx_165 {
2323
2326
  flex: 1;
2324
2327
  }
2325
- ._groupOrderFirst_7xieo_163 ._input_7xieo_1,
2326
- ._groupOrderMiddle_7xieo_164 ._input_7xieo_1 {
2328
+ ._groupOrderFirst_dn9qx_163 ._input_dn9qx_1,
2329
+ ._groupOrderMiddle_dn9qx_164 ._input_dn9qx_1 {
2327
2330
  border-top-right-radius: 0 !important;
2328
2331
  border-bottom-right-radius: 0 !important;
2329
2332
  }
2330
- ._groupOrderLast_7xieo_165 ._input_7xieo_1,
2331
- ._groupOrderMiddle_7xieo_164 ._input_7xieo_1 {
2333
+ ._groupOrderLast_dn9qx_165 ._input_dn9qx_1,
2334
+ ._groupOrderMiddle_dn9qx_164 ._input_dn9qx_1 {
2332
2335
  border-top-left-radius: 0 !important;
2333
2336
  border-bottom-left-radius: 0 !important;
2334
2337
  }
@@ -2955,39 +2958,39 @@ html[data-theme='dark'] {
2955
2958
  ._newLine_ijw69_31 {
2956
2959
  white-space: 'pre-wrap';
2957
2960
  }
2958
- ._menu_1wk7d_1 {
2961
+ ._menu_i35rg_1 {
2959
2962
  overflow-y: auto;
2960
2963
  position: relative;
2961
2964
  min-width: 160px;
2962
2965
  padding: 7px 0;
2963
2966
  border: 1px solid var(--color-border);
2964
2967
  border-radius: var(--border-radius);
2965
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
2968
+ box-shadow: var(--shadow-layer);
2966
2969
  background-color: var(--color-background-raised);
2967
2970
  margin-top: 2px;
2968
2971
  }
2969
- ._header_1wk7d_12 {
2972
+ ._header_i35rg_12 {
2970
2973
  padding: 7px 16px;
2971
2974
  display: flex;
2972
2975
  justify-content: space-between;
2973
2976
  }
2974
- ._header_1wk7d_12 a {
2977
+ ._header_i35rg_12 a {
2975
2978
  color: var(--color-text-primary);
2976
2979
  font-weight: normal;
2977
2980
  cursor: pointer;
2978
2981
  }
2979
- ._header_1wk7d_12 a:hover {
2982
+ ._header_i35rg_12 a:hover {
2980
2983
  color: var(--color-text-primary-hover);
2981
2984
  }
2982
- ._header_1wk7d_12 a:active {
2985
+ ._header_i35rg_12 a:active {
2983
2986
  color: var(--color-text-primary-active);
2984
2987
  }
2985
- ._item_1wk7d_28 {
2988
+ ._item_i35rg_28 {
2986
2989
  padding: 7px 16px;
2987
2990
  background: transparent;
2988
2991
  cursor: default;
2989
2992
  }
2990
- ._heading_1wk7d_33 {
2993
+ ._heading_i35rg_33 {
2991
2994
  color: var(--color-text-muted);
2992
2995
  letter-spacing: 0.1em;
2993
2996
  text-transform: uppercase;
@@ -3024,79 +3027,79 @@ html[data-theme='dark'] {
3024
3027
  ._page_beskc_1._scroll_beskc_23 {
3025
3028
  overflow: auto;
3026
3029
  }
3027
- ._inputInTable_4mkub_1 {
3030
+ ._inputInTable_abrmf_1 {
3028
3031
  background-color: transparent;
3029
3032
  border-radius: inherit !important;
3030
3033
  height: var(--size);
3031
3034
  min-height: 100%;
3032
3035
  }
3033
- ._inputInTable_4mkub_1:not(:hover) {
3036
+ ._inputInTable_abrmf_1:not(:hover) {
3034
3037
  border-color: transparent;
3035
3038
  }
3036
- ._inputHover_4mkub_10 {
3039
+ ._inputHover_abrmf_10 {
3037
3040
  position: relative;
3038
3041
  border-color: var(--color-border-hover);
3039
3042
  z-index: 2;
3040
3043
  }
3041
- ._inputFocus_4mkub_15 {
3044
+ ._inputFocus_abrmf_15 {
3042
3045
  position: relative;
3043
3046
  outline: none !important;
3044
3047
  border-color: var(--color-border-focus) !important;
3045
3048
  box-shadow: var(--shadow-focus);
3046
3049
  z-index: 3;
3047
3050
  }
3048
- ._inputError_4mkub_22,
3049
- ._inputWarning_4mkub_23 {
3051
+ ._inputError_abrmf_22,
3052
+ ._inputWarning_abrmf_23 {
3050
3053
  position: relative;
3051
3054
  }
3052
- ._inputError_4mkub_22 {
3055
+ ._inputError_abrmf_22 {
3053
3056
  z-index: 2;
3054
3057
  border-color: var(--color-border-error);
3055
3058
  color: var(--color-text-error) !important;
3056
3059
  background-color: var(--color-background-error);
3057
3060
  }
3058
- ._inputError_4mkub_22:hover {
3061
+ ._inputError_abrmf_22:hover {
3059
3062
  border-color: var(--color-border-error-hover) !important;
3060
3063
  }
3061
- ._inputError_4mkub_22:focus {
3064
+ ._inputError_abrmf_22:focus {
3062
3065
  position: relative;
3063
3066
  outline: none !important;
3064
3067
  border-color: var(--color-border-focus) !important;
3065
3068
  box-shadow: var(--shadow-focus);
3066
3069
  z-index: 3;
3067
3070
  }
3068
- ._inputWarning_4mkub_23 {
3071
+ ._inputWarning_abrmf_23 {
3069
3072
  z-index: 1;
3070
3073
  border-color: var(--color-border-warning);
3071
3074
  color: var(--color-text-warning) !important;
3072
3075
  background-color: var(--color-background-warning);
3073
3076
  }
3074
- ._inputWarning_4mkub_23:hover {
3077
+ ._inputWarning_abrmf_23:hover {
3075
3078
  border-color: var(--color-border-warning-hover) !important;
3076
3079
  }
3077
- ._inputWarning_4mkub_23:focus {
3080
+ ._inputWarning_abrmf_23:focus {
3078
3081
  position: relative;
3079
3082
  outline: none !important;
3080
3083
  border-color: var(--color-border-focus) !important;
3081
3084
  box-shadow: var(--shadow-focus);
3082
3085
  z-index: 3;
3083
3086
  }
3084
- ._inputDisabled_4mkub_58 {
3087
+ ._inputDisabled_abrmf_58 {
3085
3088
  pointer-events: none;
3086
3089
  background-color: var(--color-background-disabled);
3087
3090
  color: var(--color-text-muted);
3088
3091
  }
3089
- ._hideScrollbars_4mkub_63 {
3092
+ ._hideScrollbars_abrmf_63 {
3090
3093
  /* Firefox */
3091
3094
  scrollbar-width: none;
3092
3095
  /* IE 10+ */
3093
3096
  -ms-overflow-style: none;
3094
3097
  /* Chrome, Safari and Opera */
3095
3098
  }
3096
- ._hideScrollbars_4mkub_63::-webkit-scrollbar {
3099
+ ._hideScrollbars_abrmf_63::-webkit-scrollbar {
3097
3100
  display: none;
3098
3101
  }
3099
- ._select_4mkub_73 {
3102
+ ._select_abrmf_73 {
3100
3103
  appearance: none !important;
3101
3104
  -webkit-appearance: none !important;
3102
3105
  -moz-appearance: none !important;
@@ -3106,87 +3109,88 @@ html[data-theme='dark'] {
3106
3109
  padding-right: calc(var(--size-xs) + (2 * var(--spacing-xs)));
3107
3110
  color: var(--color-text);
3108
3111
  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;
3112
+ 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='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;
3110
3113
  background-size: calc(var(--size) / 2);
3111
3114
  border: 1px solid var(--color-border);
3112
3115
  border-radius: var(--border-radius);
3113
3116
  height: var(--size);
3117
+ box-shadow: var(--shadow-button);
3114
3118
  }
3115
- ._select_4mkub_73 option {
3119
+ ._select_abrmf_73 option {
3116
3120
  background: var(--color-background-input);
3117
3121
  color: var(--color-text);
3118
3122
  }
3119
- ._select_4mkub_73 option:focus {
3123
+ ._select_abrmf_73 option:focus {
3120
3124
  background-color: var(--color-background-listitem-active);
3121
3125
  }
3122
- ._select_4mkub_73:-moz-focusring {
3126
+ ._select_abrmf_73:-moz-focusring {
3123
3127
  color: transparent !important;
3124
3128
  text-shadow: 0 0 0 #000 !important;
3125
3129
  }
3126
- ._select_4mkub_73:hover {
3130
+ ._select_abrmf_73:hover {
3127
3131
  position: relative;
3128
3132
  border-color: var(--color-border-hover);
3129
3133
  z-index: 2;
3130
3134
  cursor: pointer;
3131
3135
  }
3132
- ._select_4mkub_73:focus {
3136
+ ._select_abrmf_73:focus {
3133
3137
  position: relative;
3134
3138
  outline: none !important;
3135
3139
  border-color: var(--color-border-focus) !important;
3136
3140
  box-shadow: var(--shadow-focus);
3137
3141
  z-index: 3;
3138
3142
  }
3139
- ._select_4mkub_73._isInTable_4mkub_113 {
3143
+ ._select_abrmf_73._isInTable_abrmf_114 {
3140
3144
  background-color: transparent;
3141
3145
  border-radius: inherit !important;
3142
3146
  height: var(--size);
3143
3147
  min-height: 100%;
3144
3148
  }
3145
- ._select_4mkub_73._isInTable_4mkub_113:not(:hover) {
3149
+ ._select_abrmf_73._isInTable_abrmf_114:not(:hover) {
3146
3150
  border-color: transparent;
3147
3151
  }
3148
- ._select_4mkub_73._unSelected_4mkub_122 {
3152
+ ._select_abrmf_73._unSelected_abrmf_123 {
3149
3153
  color: var(--color-text-placeholder) !important;
3150
3154
  }
3151
- ._select_4mkub_73._unSelected_4mkub_122:-moz-focusring {
3155
+ ._select_abrmf_73._unSelected_abrmf_123:-moz-focusring {
3152
3156
  color: transparent !important;
3153
3157
  text-shadow: 0 0 0 #000 !important;
3154
3158
  }
3155
- ._select_4mkub_73._error_4mkub_129 {
3159
+ ._select_abrmf_73._error_abrmf_130 {
3156
3160
  position: relative;
3157
3161
  z-index: 2;
3158
3162
  border-color: var(--color-border-error);
3159
3163
  color: var(--color-text-error) !important;
3160
3164
  background-color: var(--color-background-error);
3161
3165
  }
3162
- ._select_4mkub_73._error_4mkub_129:hover {
3166
+ ._select_abrmf_73._error_abrmf_130:hover {
3163
3167
  border-color: var(--color-border-error-hover) !important;
3164
3168
  }
3165
- ._select_4mkub_73._error_4mkub_129:focus {
3169
+ ._select_abrmf_73._error_abrmf_130:focus {
3166
3170
  position: relative;
3167
3171
  outline: none !important;
3168
3172
  border-color: var(--color-border-focus) !important;
3169
3173
  box-shadow: var(--shadow-focus);
3170
3174
  z-index: 3;
3171
3175
  }
3172
- ._select_4mkub_73._warning_4mkub_146 {
3176
+ ._select_abrmf_73._warning_abrmf_147 {
3173
3177
  position: relative;
3174
3178
  z-index: 1;
3175
3179
  border-color: var(--color-border-warning);
3176
3180
  color: var(--color-text-warning) !important;
3177
3181
  background-color: var(--color-background-warning);
3178
3182
  }
3179
- ._select_4mkub_73._warning_4mkub_146:hover {
3183
+ ._select_abrmf_73._warning_abrmf_147:hover {
3180
3184
  border-color: var(--color-border-warning-hover) !important;
3181
3185
  }
3182
- ._select_4mkub_73._warning_4mkub_146:focus {
3186
+ ._select_abrmf_73._warning_abrmf_147:focus {
3183
3187
  position: relative;
3184
3188
  outline: none !important;
3185
3189
  border-color: var(--color-border-focus) !important;
3186
3190
  box-shadow: var(--shadow-focus);
3187
3191
  z-index: 3;
3188
3192
  }
3189
- ._select_4mkub_73._small_4mkub_163 {
3193
+ ._select_abrmf_73._small_abrmf_164 {
3190
3194
  font-size: var(--font-size-sm);
3191
3195
  height: var(--size-sm);
3192
3196
  padding: var(--padding-input-sm);
@@ -3194,65 +3198,65 @@ html[data-theme='dark'] {
3194
3198
  background-position: right var(--spacing-2xs) center;
3195
3199
  padding-right: 28px;
3196
3200
  }
3197
- ._select_4mkub_73._right_4mkub_171 {
3201
+ ._select_abrmf_73._right_abrmf_172 {
3198
3202
  text-align: right;
3199
3203
  text-align-last: right;
3200
3204
  }
3201
- ._select_4mkub_73[disabled] {
3205
+ ._select_abrmf_73[disabled] {
3202
3206
  opacity: 1;
3203
3207
  pointer-events: none;
3204
3208
  background-color: var(--color-background-disabled);
3205
3209
  color: var(--color-text-muted);
3206
3210
  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
3211
  }
3208
- ._groupOrderFirst_4mkub_182,
3209
- ._groupOrderMiddle_4mkub_183 {
3212
+ ._groupOrderFirst_abrmf_183,
3213
+ ._groupOrderMiddle_abrmf_184 {
3210
3214
  border-top-right-radius: 0 !important;
3211
3215
  border-bottom-right-radius: 0 !important;
3212
3216
  }
3213
- ._groupOrderLast_4mkub_187,
3214
- ._groupOrderMiddle_4mkub_183 {
3217
+ ._groupOrderLast_abrmf_188,
3218
+ ._groupOrderMiddle_abrmf_184 {
3215
3219
  border-top-left-radius: 0 !important;
3216
3220
  border-bottom-left-radius: 0 !important;
3217
3221
  }
3218
- ._layerContainer_f0co0_1 {
3222
+ ._layerContainer_siwvj_1 {
3219
3223
  z-index: var(--zindex-dropdown);
3220
3224
  }
3221
- ._layer_f0co0_1 {
3225
+ ._layer_siwvj_1 {
3222
3226
  border: 1px solid var(--color-border);
3223
3227
  border-radius: var(--border-radius);
3224
3228
  overflow: hidden;
3225
3229
  margin: 2px -1px 0 -1px;
3226
3230
  background: var(--color-background-input);
3227
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
3231
+ box-shadow: var(--shadow-layer);
3228
3232
  position: relative;
3229
3233
  font-size: var(--font-size);
3230
3234
  }
3231
- ._layer_f0co0_1 ul {
3235
+ ._layer_siwvj_1 ul {
3232
3236
  margin: 0;
3233
3237
  padding: 0;
3234
3238
  list-style-type: none;
3235
3239
  }
3236
- ._layer_f0co0_1 ul li {
3240
+ ._layer_siwvj_1 ul li {
3237
3241
  list-style: none;
3238
3242
  display: block;
3239
3243
  }
3240
- ._layer_f0co0_1._small_f0co0_23 {
3244
+ ._layer_siwvj_1._small_siwvj_23 {
3241
3245
  font-size: var(--font-size-sm);
3242
3246
  }
3243
- ._heading_f0co0_26,
3244
- ._option_f0co0_27,
3245
- ._message_f0co0_28 {
3247
+ ._heading_siwvj_26,
3248
+ ._option_siwvj_27,
3249
+ ._message_siwvj_28 {
3246
3250
  padding: var(--padding-input);
3247
3251
  padding-right: 0;
3248
3252
  }
3249
- ._small_f0co0_23 ._heading_f0co0_26,
3250
- ._small_f0co0_23 ._option_f0co0_27,
3251
- ._small_f0co0_23 ._message_f0co0_28 {
3253
+ ._small_siwvj_23 ._heading_siwvj_26,
3254
+ ._small_siwvj_23 ._option_siwvj_27,
3255
+ ._small_siwvj_23 ._message_siwvj_28 {
3252
3256
  padding: var(--padding-input-sm);
3253
3257
  padding-right: 0;
3254
3258
  }
3255
- ._heading_f0co0_26 {
3259
+ ._heading_siwvj_26 {
3256
3260
  color: var(--color-text-muted);
3257
3261
  letter-spacing: 0.1em;
3258
3262
  text-transform: uppercase;
@@ -3263,13 +3267,13 @@ html[data-theme='dark'] {
3263
3267
  text-overflow: ellipsis;
3264
3268
  white-space: nowrap;
3265
3269
  }
3266
- ._small_f0co0_23 ._heading_f0co0_26 {
3270
+ ._small_siwvj_23 ._heading_siwvj_26 {
3267
3271
  font-size: var(--font-size-xs);
3268
3272
  }
3269
- ._message_f0co0_28 {
3273
+ ._message_siwvj_28 {
3270
3274
  color: var(--color-text-faint);
3271
3275
  }
3272
- ._option_f0co0_27 {
3276
+ ._option_siwvj_27 {
3273
3277
  line-height: var(--line-height);
3274
3278
  display: flex;
3275
3279
  align-items: center;
@@ -3278,18 +3282,18 @@ html[data-theme='dark'] {
3278
3282
  height: 100%;
3279
3283
  cursor: pointer;
3280
3284
  }
3281
- ._option_f0co0_27._focused_f0co0_64,
3282
- ._option_f0co0_27:hover {
3285
+ ._option_siwvj_27._focused_siwvj_64,
3286
+ ._option_siwvj_27:hover {
3283
3287
  background-color: var(--color-background-listitem-hover);
3284
3288
  }
3285
- ._option_f0co0_27._selected_f0co0_68 {
3289
+ ._option_siwvj_27._selected_siwvj_68 {
3286
3290
  background-color: var(--color-background-listitem-active);
3287
3291
  }
3288
- ._option_f0co0_27._disabled_f0co0_71 {
3292
+ ._option_siwvj_27._disabled_siwvj_71 {
3289
3293
  opacity: 0.2;
3290
3294
  cursor: inherit;
3291
3295
  }
3292
- ._option_f0co0_27 ._check_f0co0_75 {
3296
+ ._option_siwvj_27 ._check_siwvj_75 {
3293
3297
  color: var(--color-text-primary);
3294
3298
  font-size: var(--font-size-xs);
3295
3299
  width: var(--size);
@@ -3299,111 +3303,111 @@ html[data-theme='dark'] {
3299
3303
  align-items: center;
3300
3304
  flex-shrink: 0;
3301
3305
  }
3302
- ._small_f0co0_23 ._option_f0co0_27 ._check_f0co0_75 {
3306
+ ._small_siwvj_23 ._option_siwvj_27 ._check_siwvj_75 {
3303
3307
  width: var(--size-sm);
3304
3308
  height: var(--size-sm);
3305
3309
  }
3306
- ._option_f0co0_27 ._check_f0co0_75 svg {
3310
+ ._option_siwvj_27 ._check_siwvj_75 svg {
3307
3311
  display: block;
3308
3312
  }
3309
- ._option_f0co0_27 ._optionContent_f0co0_92 {
3313
+ ._option_siwvj_27 ._optionContent_siwvj_92 {
3310
3314
  flex-wrap: wrap;
3311
3315
  margin-right: auto;
3312
3316
  overflow: hidden;
3313
3317
  }
3314
- ._option_f0co0_27 ._optionContent_f0co0_92 ._label_f0co0_97 {
3318
+ ._option_siwvj_27 ._optionContent_siwvj_92 ._label_siwvj_97 {
3315
3319
  max-width: 100%;
3316
3320
  display: block;
3317
3321
  overflow: hidden;
3318
3322
  text-overflow: ellipsis;
3319
3323
  white-space: nowrap;
3320
3324
  }
3321
- ._option_f0co0_27 ._optionContent_f0co0_92 ._icon_f0co0_104 {
3325
+ ._option_siwvj_27 ._optionContent_siwvj_92 ._icon_siwvj_104 {
3322
3326
  margin-left: 8px;
3323
3327
  line-height: 0;
3324
3328
  }
3325
- ._details_f0co0_108 {
3329
+ ._details_siwvj_108 {
3326
3330
  float: right;
3327
3331
  display: inline;
3328
3332
  white-space: nowrap;
3329
3333
  }
3330
- ._inputInTable_1b14f_1 {
3334
+ ._inputInTable_1x17a_1 {
3331
3335
  background-color: transparent;
3332
3336
  border-radius: inherit !important;
3333
3337
  height: var(--size);
3334
3338
  min-height: 100%;
3335
3339
  }
3336
- ._inputInTable_1b14f_1:not(:hover) {
3340
+ ._inputInTable_1x17a_1:not(:hover) {
3337
3341
  border-color: transparent;
3338
3342
  }
3339
- ._inputHover_1b14f_10 {
3343
+ ._inputHover_1x17a_10 {
3340
3344
  position: relative;
3341
3345
  border-color: var(--color-border-hover);
3342
3346
  z-index: 2;
3343
3347
  }
3344
- ._inputFocus_1b14f_15 {
3348
+ ._inputFocus_1x17a_15 {
3345
3349
  position: relative;
3346
3350
  outline: none !important;
3347
3351
  border-color: var(--color-border-focus) !important;
3348
3352
  box-shadow: var(--shadow-focus);
3349
3353
  z-index: 3;
3350
3354
  }
3351
- ._inputError_1b14f_22,
3352
- ._inputWarning_1b14f_23 {
3355
+ ._inputError_1x17a_22,
3356
+ ._inputWarning_1x17a_23 {
3353
3357
  position: relative;
3354
3358
  }
3355
- ._inputError_1b14f_22 {
3359
+ ._inputError_1x17a_22 {
3356
3360
  z-index: 2;
3357
3361
  border-color: var(--color-border-error);
3358
3362
  color: var(--color-text-error) !important;
3359
3363
  background-color: var(--color-background-error);
3360
3364
  }
3361
- ._inputError_1b14f_22:hover {
3365
+ ._inputError_1x17a_22:hover {
3362
3366
  border-color: var(--color-border-error-hover) !important;
3363
3367
  }
3364
- ._inputError_1b14f_22:focus {
3368
+ ._inputError_1x17a_22:focus {
3365
3369
  position: relative;
3366
3370
  outline: none !important;
3367
3371
  border-color: var(--color-border-focus) !important;
3368
3372
  box-shadow: var(--shadow-focus);
3369
3373
  z-index: 3;
3370
3374
  }
3371
- ._inputWarning_1b14f_23 {
3375
+ ._inputWarning_1x17a_23 {
3372
3376
  z-index: 1;
3373
3377
  border-color: var(--color-border-warning);
3374
3378
  color: var(--color-text-warning) !important;
3375
3379
  background-color: var(--color-background-warning);
3376
3380
  }
3377
- ._inputWarning_1b14f_23:hover {
3381
+ ._inputWarning_1x17a_23:hover {
3378
3382
  border-color: var(--color-border-warning-hover) !important;
3379
3383
  }
3380
- ._inputWarning_1b14f_23:focus {
3384
+ ._inputWarning_1x17a_23:focus {
3381
3385
  position: relative;
3382
3386
  outline: none !important;
3383
3387
  border-color: var(--color-border-focus) !important;
3384
3388
  box-shadow: var(--shadow-focus);
3385
3389
  z-index: 3;
3386
3390
  }
3387
- ._inputDisabled_1b14f_58 {
3391
+ ._inputDisabled_1x17a_58 {
3388
3392
  pointer-events: none;
3389
3393
  background-color: var(--color-background-disabled);
3390
3394
  color: var(--color-text-muted);
3391
3395
  }
3392
- ._hideScrollbars_1b14f_63 {
3396
+ ._hideScrollbars_1x17a_63 {
3393
3397
  /* Firefox */
3394
3398
  scrollbar-width: none;
3395
3399
  /* IE 10+ */
3396
3400
  -ms-overflow-style: none;
3397
3401
  /* Chrome, Safari and Opera */
3398
3402
  }
3399
- ._hideScrollbars_1b14f_63::-webkit-scrollbar {
3403
+ ._hideScrollbars_1x17a_63::-webkit-scrollbar {
3400
3404
  display: none;
3401
3405
  }
3402
3406
  :root {
3403
3407
  --size-select-icon: calc(var(--size) / 2);
3404
3408
  --size-select-icon-sm: calc(var(--size-sm) / 2);
3405
3409
  }
3406
- ._trigger_1b14f_77 {
3410
+ ._trigger_1x17a_77 {
3407
3411
  font-weight: normal;
3408
3412
  display: flex;
3409
3413
  align-items: center;
@@ -3413,85 +3417,86 @@ html[data-theme='dark'] {
3413
3417
  height: var(--size);
3414
3418
  position: relative;
3415
3419
  padding-left: var(--padding-input-x);
3420
+ box-shadow: var(--shadow-button);
3416
3421
  }
3417
- ._trigger_1b14f_77 input {
3422
+ ._trigger_1x17a_77 input {
3418
3423
  border: none !important;
3419
3424
  background: transparent !important;
3420
3425
  }
3421
- ._trigger_1b14f_77._isInTable_1b14f_92 {
3426
+ ._trigger_1x17a_77._isInTable_1x17a_93 {
3422
3427
  background-color: transparent;
3423
3428
  border-radius: inherit !important;
3424
3429
  height: var(--size);
3425
3430
  min-height: 100%;
3426
3431
  }
3427
- ._trigger_1b14f_77._isInTable_1b14f_92:not(:hover) {
3432
+ ._trigger_1x17a_77._isInTable_1x17a_93:not(:hover) {
3428
3433
  border-color: transparent;
3429
3434
  }
3430
- ._trigger_1b14f_77._isInTable_1b14f_92 ._input_1b14f_1 {
3435
+ ._trigger_1x17a_77._isInTable_1x17a_93 ._input_1x17a_1 {
3431
3436
  background: transparent !important;
3432
3437
  }
3433
- ._trigger_1b14f_77:hover {
3438
+ ._trigger_1x17a_77:hover {
3434
3439
  position: relative;
3435
3440
  border-color: var(--color-border-hover);
3436
3441
  z-index: 2;
3437
3442
  cursor: pointer;
3438
3443
  }
3439
- ._trigger_1b14f_77._isOpen_1b14f_110,
3440
- ._trigger_1b14f_77:focus {
3444
+ ._trigger_1x17a_77._isOpen_1x17a_111,
3445
+ ._trigger_1x17a_77:focus {
3441
3446
  position: relative;
3442
3447
  outline: none !important;
3443
3448
  border-color: var(--color-border-focus) !important;
3444
3449
  box-shadow: var(--shadow-focus);
3445
3450
  z-index: 3;
3446
3451
  }
3447
- ._trigger_1b14f_77._error_1b14f_118 {
3452
+ ._trigger_1x17a_77._error_1x17a_119 {
3448
3453
  position: relative;
3449
3454
  z-index: 2;
3450
3455
  border-color: var(--color-border-error);
3451
3456
  color: var(--color-text-error) !important;
3452
3457
  background-color: var(--color-background-error);
3453
3458
  }
3454
- ._trigger_1b14f_77._error_1b14f_118:hover {
3459
+ ._trigger_1x17a_77._error_1x17a_119:hover {
3455
3460
  border-color: var(--color-border-error-hover) !important;
3456
3461
  }
3457
- ._trigger_1b14f_77._error_1b14f_118:focus {
3462
+ ._trigger_1x17a_77._error_1x17a_119:focus {
3458
3463
  position: relative;
3459
3464
  outline: none !important;
3460
3465
  border-color: var(--color-border-focus) !important;
3461
3466
  box-shadow: var(--shadow-focus);
3462
3467
  z-index: 3;
3463
3468
  }
3464
- ._trigger_1b14f_77._warning_1b14f_135 {
3469
+ ._trigger_1x17a_77._warning_1x17a_136 {
3465
3470
  position: relative;
3466
3471
  z-index: 1;
3467
3472
  border-color: var(--color-border-warning);
3468
3473
  color: var(--color-text-warning) !important;
3469
3474
  background-color: var(--color-background-warning);
3470
3475
  }
3471
- ._trigger_1b14f_77._warning_1b14f_135:hover {
3476
+ ._trigger_1x17a_77._warning_1x17a_136:hover {
3472
3477
  border-color: var(--color-border-warning-hover) !important;
3473
3478
  }
3474
- ._trigger_1b14f_77._warning_1b14f_135:focus {
3479
+ ._trigger_1x17a_77._warning_1x17a_136:focus {
3475
3480
  position: relative;
3476
3481
  outline: none !important;
3477
3482
  border-color: var(--color-border-focus) !important;
3478
3483
  box-shadow: var(--shadow-focus);
3479
3484
  z-index: 3;
3480
3485
  }
3481
- ._trigger_1b14f_77._disabled_1b14f_152 {
3486
+ ._trigger_1x17a_77._disabled_1x17a_153 {
3482
3487
  pointer-events: none;
3483
3488
  background-color: var(--color-background-disabled);
3484
3489
  color: var(--color-text-muted);
3485
3490
  }
3486
- ._icons_1b14f_157 {
3491
+ ._icons_1x17a_158 {
3487
3492
  display: flex;
3488
3493
  flex-wrap: nowrap;
3489
3494
  flex-shrink: 0;
3490
3495
  position: relative;
3491
3496
  z-index: 2;
3492
3497
  }
3493
- ._icons_1b14f_157 ._clearAll_1b14f_164,
3494
- ._icons_1b14f_157 ._iconOpen_1b14f_165 {
3498
+ ._icons_1x17a_158 ._clearAll_1x17a_165,
3499
+ ._icons_1x17a_158 ._iconOpen_1x17a_166 {
3495
3500
  font-size: var(--size-select-icon);
3496
3501
  width: var(--size);
3497
3502
  height: var(--size);
@@ -3500,16 +3505,16 @@ html[data-theme='dark'] {
3500
3505
  align-items: center;
3501
3506
  color: var(--color-text);
3502
3507
  }
3503
- ._small_1b14f_174 ._icons_1b14f_157 ._clearAll_1b14f_164,
3504
- ._small_1b14f_174 ._icons_1b14f_157 ._iconOpen_1b14f_165 {
3508
+ ._small_1x17a_175 ._icons_1x17a_158 ._clearAll_1x17a_165,
3509
+ ._small_1x17a_175 ._icons_1x17a_158 ._iconOpen_1x17a_166 {
3505
3510
  font-size: var(--size-select-icon-sm);
3506
3511
  width: var(--size-sm);
3507
3512
  height: var(--size-sm);
3508
3513
  }
3509
- ._icons_1b14f_157 ._clearAll_1b14f_164:hover {
3514
+ ._icons_1x17a_158 ._clearAll_1x17a_165:hover {
3510
3515
  color: var(--color-text-primary);
3511
3516
  }
3512
- ._triggerInputContainer_1b14f_183 {
3517
+ ._triggerInputContainer_1x17a_184 {
3513
3518
  display: flex;
3514
3519
  align-items: center;
3515
3520
  position: relative;
@@ -3518,31 +3523,31 @@ html[data-theme='dark'] {
3518
3523
  min-width: 0;
3519
3524
  margin-right: 4px;
3520
3525
  }
3521
- ._right_1b14f_192 ._triggerInputContainer_1b14f_183 {
3526
+ ._right_1x17a_193 ._triggerInputContainer_1x17a_184 {
3522
3527
  justify-content: flex-end;
3523
3528
  text-align: right;
3524
3529
  }
3525
- ._right_1b14f_192 ._triggerInputContainer_1b14f_183 input {
3530
+ ._right_1x17a_193 ._triggerInputContainer_1x17a_184 input {
3526
3531
  padding-right: 0;
3527
3532
  padding-left: 0;
3528
3533
  text-align: right;
3529
3534
  width: 0;
3530
3535
  }
3531
- ._right_1b14f_192 ._triggerInputContainer_1b14f_183 input:focus {
3536
+ ._right_1x17a_193 ._triggerInputContainer_1x17a_184 input:focus {
3532
3537
  width: auto;
3533
3538
  }
3534
- ._multiOptions_1b14f_205 {
3539
+ ._multiOptions_1x17a_206 {
3535
3540
  display: flex;
3536
3541
  overflow: hidden;
3537
3542
  margin-left: -8px;
3538
3543
  }
3539
- ._small_1b14f_174 ._multiOptions_1b14f_205 {
3544
+ ._small_1x17a_175 ._multiOptions_1x17a_206 {
3540
3545
  margin-left: -5px;
3541
3546
  }
3542
- ._multiOptions_1b14f_205:empty {
3547
+ ._multiOptions_1x17a_206:empty {
3543
3548
  display: none !important;
3544
3549
  }
3545
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 {
3550
+ ._multiOptions_1x17a_206 ._multiOption_1x17a_206 {
3546
3551
  user-select: none;
3547
3552
  pointer-events: none;
3548
3553
  display: inline-flex;
@@ -3559,14 +3564,14 @@ html[data-theme='dark'] {
3559
3564
  flex-shrink: 0;
3560
3565
  margin-right: 2px;
3561
3566
  }
3562
- ._small_1b14f_174 ._multiOptions_1b14f_205 ._multiOption_1b14f_205 {
3567
+ ._small_1x17a_175 ._multiOptions_1x17a_206 ._multiOption_1x17a_206 {
3563
3568
  height: var(--size-xs);
3564
3569
  padding: 0 3px;
3565
3570
  }
3566
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._label_1b14f_237 {
3571
+ ._multiOptions_1x17a_206 ._multiOption_1x17a_206 ._label_1x17a_238 {
3567
3572
  white-space: nowrap;
3568
3573
  }
3569
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._closeMultiOption_1b14f_240 {
3574
+ ._multiOptions_1x17a_206 ._multiOption_1x17a_206 ._closeMultiOption_1x17a_241 {
3570
3575
  flex-shrink: 0;
3571
3576
  display: flex;
3572
3577
  align-items: center;
@@ -3576,13 +3581,13 @@ html[data-theme='dark'] {
3576
3581
  opacity: 0.25;
3577
3582
  aspect-ratio: 1;
3578
3583
  }
3579
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._closeMultiOption_1b14f_240:hover,
3580
- ._multiOptions_1b14f_205 ._multiOption_1b14f_205 ._closeMultiOption_1b14f_240._focus_1b14f_251 {
3584
+ ._multiOptions_1x17a_206 ._multiOption_1x17a_206 ._closeMultiOption_1x17a_241:hover,
3585
+ ._multiOptions_1x17a_206 ._multiOption_1x17a_206 ._closeMultiOption_1x17a_241._focus_1x17a_252 {
3581
3586
  opacity: 1;
3582
3587
  outline: 0;
3583
3588
  }
3584
- ._selectedSingleValue_1b14f_255,
3585
- ._placeHolder_1b14f_256 {
3589
+ ._selectedSingleValue_1x17a_256,
3590
+ ._placeHolder_1x17a_257 {
3586
3591
  line-height: calc(var(--size) - 2px);
3587
3592
  right: 0;
3588
3593
  left: 0;
@@ -3592,10 +3597,10 @@ html[data-theme='dark'] {
3592
3597
  display: block;
3593
3598
  position: absolute;
3594
3599
  }
3595
- ._placeHolder_1b14f_256 {
3600
+ ._placeHolder_1x17a_257 {
3596
3601
  color: var(--color-text-placeholder);
3597
3602
  }
3598
- ._input_1b14f_1 {
3603
+ ._input_1x17a_1 {
3599
3604
  font-family: var(--font-family);
3600
3605
  background-color: transparent;
3601
3606
  border: none;
@@ -3603,43 +3608,43 @@ html[data-theme='dark'] {
3603
3608
  padding: 0;
3604
3609
  width: 0;
3605
3610
  }
3606
- ._input_1b14f_1._error_1b14f_118 {
3611
+ ._input_1x17a_1._error_1x17a_119 {
3607
3612
  color: var(--color-text-error) !important;
3608
3613
  }
3609
- ._input_1b14f_1:focus {
3614
+ ._input_1x17a_1:focus {
3610
3615
  outline: none;
3611
3616
  width: auto;
3612
3617
  }
3613
- ._small_1b14f_174 {
3618
+ ._small_1x17a_175 {
3614
3619
  height: var(--size-sm);
3615
3620
  font-size: var(--font-size-sm);
3616
3621
  padding-left: var(--padding-input-sm-x);
3617
3622
  }
3618
- ._small_1b14f_174 ._selectedSingleValue_1b14f_255,
3619
- ._small_1b14f_174 ._placeHolder_1b14f_256,
3620
- ._small_1b14f_174 ._input_1b14f_1 {
3623
+ ._small_1x17a_175 ._selectedSingleValue_1x17a_256,
3624
+ ._small_1x17a_175 ._placeHolder_1x17a_257,
3625
+ ._small_1x17a_175 ._input_1x17a_1 {
3621
3626
  height: calc(var(--size-sm) - 2px);
3622
3627
  line-height: calc(var(--size-sm) - 2px);
3623
3628
  }
3624
- ._groupOrderFirst_1b14f_295,
3625
- ._groupOrderMiddle_1b14f_296 {
3629
+ ._groupOrderFirst_1x17a_296,
3630
+ ._groupOrderMiddle_1x17a_297 {
3626
3631
  border-top-right-radius: 0 !important;
3627
3632
  border-bottom-right-radius: 0 !important;
3628
3633
  }
3629
- ._groupOrderLast_1b14f_300,
3630
- ._groupOrderMiddle_1b14f_296 {
3634
+ ._groupOrderLast_1x17a_301,
3635
+ ._groupOrderMiddle_1x17a_297 {
3631
3636
  border-top-left-radius: 0 !important;
3632
3637
  border-bottom-left-radius: 0 !important;
3633
3638
  }
3634
- ._detailedLabel_1b14f_305 {
3639
+ ._detailedLabel_1x17a_306 {
3635
3640
  width: 100%;
3636
3641
  }
3637
- ._detailedLabel_1b14f_305 :first-child {
3642
+ ._detailedLabel_1x17a_306 :first-child {
3638
3643
  float: left;
3639
3644
  position: absolute;
3640
3645
  padding-right: 5px;
3641
3646
  }
3642
- ._detailedLabel_1b14f_305 :last-child {
3647
+ ._detailedLabel_1x17a_306 :last-child {
3643
3648
  float: right;
3644
3649
  }
3645
3650
  ._paginationContainer_1tmz4_1 {
@@ -3727,17 +3732,17 @@ html[data-theme='dark'] {
3727
3732
  font-weight: bold;
3728
3733
  z-index: 1;
3729
3734
  }
3730
- ._wrapper_1vjj5_1._inline_1vjj5_1 {
3735
+ ._wrapper_1s098_1._inline_1s098_1 {
3731
3736
  display: flex;
3732
3737
  align-items: center;
3733
3738
  }
3734
- ._wrapper_1vjj5_1._inline_1vjj5_1 ._radio_1vjj5_5:not(:last-child) {
3739
+ ._wrapper_1s098_1._inline_1s098_1 ._radio_1s098_5:not(:last-child) {
3735
3740
  margin-right: var(--spacing);
3736
3741
  }
3737
- ._wrapper_1vjj5_1 ._labelMargin_1vjj5_8 {
3742
+ ._wrapper_1s098_1 ._labelMargin_1s098_8 {
3738
3743
  margin-right: 10px;
3739
3744
  }
3740
- ._radio_1vjj5_5 {
3745
+ ._radio_1s098_5 {
3741
3746
  margin: calc((var(--size) - var(--size-checkbox)) / 2) 0;
3742
3747
  position: relative;
3743
3748
  display: flex;
@@ -3752,15 +3757,15 @@ html[data-theme='dark'] {
3752
3757
  min-width: var(--size-checkbox);
3753
3758
  outline: 0px;
3754
3759
  }
3755
- ._radio_1vjj5_5._small_1vjj5_26 {
3760
+ ._radio_1s098_5._small_1s098_26 {
3756
3761
  margin: calc((var(--size-sm) - var(--size-checkbox)) / 2) 0;
3757
3762
  font-size: var(--font-size-sm);
3758
3763
  }
3759
- ._radio_1vjj5_5._noMargin_1vjj5_30 {
3764
+ ._radio_1s098_5._noMargin_1s098_30 {
3760
3765
  margin-top: 0;
3761
3766
  margin-bottom: 0;
3762
3767
  }
3763
- ._radio_1vjj5_5 input {
3768
+ ._radio_1s098_5 input {
3764
3769
  cursor: pointer;
3765
3770
  position: absolute;
3766
3771
  top: 0;
@@ -3771,7 +3776,7 @@ html[data-theme='dark'] {
3771
3776
  height: var(--size-checkbox);
3772
3777
  z-index: -1;
3773
3778
  }
3774
- ._radio_1vjj5_5 label {
3779
+ ._radio_1s098_5 label {
3775
3780
  cursor: pointer;
3776
3781
  position: relative;
3777
3782
  display: block;
@@ -3780,8 +3785,8 @@ html[data-theme='dark'] {
3780
3785
  color: var(--color-text);
3781
3786
  transition: color 0.1s ease;
3782
3787
  }
3783
- ._radio_1vjj5_5 label:before,
3784
- ._radio_1vjj5_5 label:after {
3788
+ ._radio_1s098_5 label:before,
3789
+ ._radio_1s098_5 label:after {
3785
3790
  content: '';
3786
3791
  position: absolute;
3787
3792
  top: 0;
@@ -3792,45 +3797,45 @@ html[data-theme='dark'] {
3792
3797
  border-radius: 50%;
3793
3798
  transition: border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
3794
3799
  }
3795
- ._radio_1vjj5_5 label:before {
3800
+ ._radio_1s098_5 label:before {
3796
3801
  background: var(--color-background-input);
3797
3802
  border: 1px solid var(--color-border-checkbox);
3798
3803
  transform: none;
3799
3804
  }
3800
- ._radio_1vjj5_5 label:hover:before {
3805
+ ._radio_1s098_5 label:hover:before {
3801
3806
  border-color: var(--color-border-hover);
3802
3807
  }
3803
- ._radio_1vjj5_5 label:after {
3808
+ ._radio_1s098_5 label:after {
3804
3809
  border: none;
3805
3810
  transform: scale(0.46666667);
3806
3811
  background-color: white;
3807
- box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
3812
+ box-shadow: var(--shadow-button);
3808
3813
  opacity: 0;
3809
3814
  }
3810
- ._radio_1vjj5_5 input:checked ~ label:before {
3815
+ ._radio_1s098_5 input:checked ~ label:before {
3811
3816
  background-color: var(--color-background-primary);
3812
3817
  border-color: transparent;
3813
3818
  }
3814
- ._radio_1vjj5_5 input:checked ~ label:after {
3819
+ ._radio_1s098_5 input:checked ~ label:after {
3815
3820
  opacity: 1;
3816
3821
  }
3817
- ._radio_1vjj5_5._disabled_1vjj5_88 {
3822
+ ._radio_1s098_5._disabled_1s098_88 {
3818
3823
  cursor: default;
3819
3824
  pointer-events: none;
3820
3825
  }
3821
- ._radio_1vjj5_5._disabled_1vjj5_88 label {
3826
+ ._radio_1s098_5._disabled_1s098_88 label {
3822
3827
  color: var(--color-text-muted);
3823
3828
  }
3824
- ._radio_1vjj5_5._disabled_1vjj5_88 label:before {
3829
+ ._radio_1s098_5._disabled_1s098_88 label:before {
3825
3830
  background-color: var(--color-background-disabled) !important;
3826
3831
  }
3827
- ._radio_1vjj5_5._disabled_1vjj5_88 input:checked ~ label:before {
3832
+ ._radio_1s098_5._disabled_1s098_88 input:checked ~ label:before {
3828
3833
  border-color: var(--color-border-checkbox);
3829
3834
  }
3830
- ._radio_1vjj5_5._disabled_1vjj5_88 input:checked ~ label:after {
3835
+ ._radio_1s098_5._disabled_1s098_88 input:checked ~ label:after {
3831
3836
  background-color: var(--color-border-checkbox);
3832
3837
  }
3833
- ._isInTable_1vjj5_104 {
3838
+ ._isInTable_1s098_104 {
3834
3839
  margin: 0;
3835
3840
  position: relative;
3836
3841
  top: 1px;
@@ -8944,7 +8949,7 @@ button:active .remirror-menu-pane-shortcut,
8944
8949
  }
8945
8950
  .rc-slider:not(.rc-slider-disabled) .rc-slider-handle:focus {
8946
8951
  border-color: var(--color-background-primary);
8947
- box-shadow: 0 0 0 3px var(--color-background-primary);
8952
+ box-shadow: var(--shadow-focus);
8948
8953
  }
8949
8954
  .rc-slider .rc-slider-handle {
8950
8955
  opacity: 1;
@@ -10368,7 +10373,7 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10368
10373
  --color-background-toggle: rgba(255, 255, 255, 0.2);
10369
10374
  --color-background-toggle-hover: rgba(255, 255, 255, 0.3);
10370
10375
  }
10371
- ._toggle_vnh1k_9 {
10376
+ ._toggle_i5is1_9 {
10372
10377
  position: relative;
10373
10378
  display: inline-flex;
10374
10379
  align-items: center;
@@ -10383,11 +10388,11 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10383
10388
  min-width: var(--size-checkbox);
10384
10389
  margin: calc((var(--size) - var(--size-checkbox)) / 2) 0;
10385
10390
  }
10386
- ._toggle_vnh1k_9._small_vnh1k_24 {
10391
+ ._toggle_i5is1_9._small_i5is1_24 {
10387
10392
  margin: calc((var(--size-sm) - var(--size-checkbox)) / 2) 0;
10388
10393
  font-size: var(--font-size-sm);
10389
10394
  }
10390
- ._toggle_vnh1k_9 input {
10395
+ ._toggle_i5is1_9 input {
10391
10396
  width: calc(var(--size-checkbox) * 2);
10392
10397
  height: var(--size-checkbox);
10393
10398
  cursor: pointer;
@@ -10404,7 +10409,7 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10404
10409
  line-height: 1.15;
10405
10410
  margin: 0;
10406
10411
  }
10407
- ._toggle_vnh1k_9 label {
10412
+ ._toggle_i5is1_9 label {
10408
10413
  min-height: var(--size-checkbox);
10409
10414
  padding-left: calc((var(--size-checkbox) * 2) + var(--spacing-xs));
10410
10415
  transition: color 0.1s ease;
@@ -10413,86 +10418,87 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10413
10418
  display: block;
10414
10419
  outline: 0;
10415
10420
  }
10416
- ._toggle_vnh1k_9 label:before,
10417
- ._toggle_vnh1k_9 label:after {
10421
+ ._toggle_i5is1_9 label:before,
10422
+ ._toggle_i5is1_9 label:after {
10418
10423
  display: block;
10419
10424
  position: absolute;
10420
10425
  content: '';
10421
- top: 0;
10426
+ }
10427
+ ._toggle_i5is1_9 label:before {
10422
10428
  height: var(--size-checkbox);
10423
10429
  border-radius: calc(var(--size-checkbox) / 2);
10424
- }
10425
- ._toggle_vnh1k_9 label:before {
10426
10430
  z-index: 1;
10427
10431
  transform: none;
10428
10432
  background: var(--color-background-toggle);
10429
10433
  box-shadow: none;
10430
10434
  width: calc(var(--size-checkbox) * 2);
10431
10435
  left: 0;
10436
+ top: 0;
10432
10437
  transition: background 0.3s ease, border 0.1s ease, opacity 0.1s ease, transform 0.1s ease, box-shadow 0.1s ease;
10433
10438
  }
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));
10439
+ ._toggle_i5is1_9 label:after {
10440
+ height: calc(var(--size-checkbox) - 4px);
10441
+ width: calc(var(--size-checkbox) - 4px);
10442
+ border-radius: 50%;
10443
+ left: 2px;
10444
+ top: 2px;
10445
+ box-shadow: var(--shadow-button);
10446
+ background: white;
10438
10447
  opacity: 1;
10439
10448
  z-index: 2;
10440
- width: var(--size-checkbox);
10441
10449
  transition: background 0.3s ease, left 0.3s ease;
10442
10450
  }
10443
- ._toggle_vnh1k_9 input:hover ~ label:before {
10451
+ ._toggle_i5is1_9 input:hover ~ label:before {
10444
10452
  background: var(--color-background-toggle-hover);
10445
10453
  }
10446
- ._toggle_vnh1k_9 input:checked ~ label:before {
10454
+ ._toggle_i5is1_9 input:checked ~ label:before {
10447
10455
  border-color: rgba(34, 36, 38, 0.35);
10448
10456
  background-color: var(--color-background-button-primary);
10449
10457
  }
10450
- ._toggle_vnh1k_9 input:checked ~ label:after {
10451
- left: var(--size-checkbox);
10458
+ ._toggle_i5is1_9 input:checked ~ label:after {
10459
+ left: calc(var(--size-checkbox) + 2px);
10452
10460
  }
10453
- ._toggle_vnh1k_9 input:checked:hover ~ label:before {
10461
+ ._toggle_i5is1_9 input:checked:hover ~ label:before {
10454
10462
  background-color: var(--color-background-button-primary-hover);
10455
10463
  }
10456
- ._toggle_vnh1k_9._disabled_vnh1k_94 {
10464
+ ._toggle_i5is1_9._disabled_i5is1_97 {
10457
10465
  cursor: default;
10458
10466
  pointer-events: none;
10459
10467
  color: var(--color-text-muted);
10460
10468
  }
10461
- ._toggle_vnh1k_9._disabled_vnh1k_94 label:before {
10469
+ ._toggle_i5is1_9._disabled_i5is1_97 label:before {
10462
10470
  background-color: var(--color-background-disabled);
10463
10471
  }
10464
- ._toggle_vnh1k_9._disabled_vnh1k_94 input:checked ~ label:before {
10472
+ ._toggle_i5is1_9._disabled_i5is1_97 input:checked ~ label:before {
10465
10473
  background-color: var(--color-text-faint);
10466
10474
  }
10467
- ._noMargin_vnh1k_105 {
10475
+ ._noMargin_i5is1_108 {
10468
10476
  margin: 0;
10469
10477
  }
10470
10478
  :root {
10471
- --shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
10472
10479
  --color-link-border-hover: var(--color-neutral-100);
10473
10480
  }
10474
10481
  [data-theme='dark'] {
10475
- --shadow-topbar: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
10476
10482
  --color-link-border-hover: var(--color-neutral-600);
10477
10483
  }
10478
- ._topbar_p7m2s_9 {
10484
+ ._topbar_17khh_7 {
10479
10485
  top: 0;
10480
10486
  left: 0;
10481
10487
  z-index: var(--zindex-topbar);
10482
10488
  width: 100%;
10483
- box-shadow: var(--shadow-topbar);
10489
+ box-shadow: var(--shadow-layer);
10484
10490
  background: var(--color-background-raised);
10485
10491
  display: flex;
10486
10492
  }
10487
- ._topbar_p7m2s_9._fixed_p7m2s_18 {
10493
+ ._topbar_17khh_7._fixed_17khh_16 {
10488
10494
  position: fixed;
10489
10495
  }
10490
10496
  @media print {
10491
- ._topbar_p7m2s_9 {
10497
+ ._topbar_17khh_7 {
10492
10498
  display: none !important;
10493
10499
  }
10494
10500
  }
10495
- ._icon_p7m2s_26 {
10501
+ ._icon_17khh_24 {
10496
10502
  color: white;
10497
10503
  display: flex;
10498
10504
  align-items: center;
@@ -10500,22 +10506,22 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10500
10506
  cursor: pointer;
10501
10507
  background-color: var(--color-neutral-700);
10502
10508
  }
10503
- ._icon_p7m2s_26:hover {
10509
+ ._icon_17khh_24:hover {
10504
10510
  background-color: var(--color-neutral-750);
10505
10511
  }
10506
- ._icon_p7m2s_26:active {
10512
+ ._icon_17khh_24:active {
10507
10513
  background-color: var(--color-neutral-800);
10508
10514
  }
10509
- [data-theme='dark'] ._icon_p7m2s_26 {
10515
+ [data-theme='dark'] ._icon_17khh_24 {
10510
10516
  background-color: var(--color-neutral-900);
10511
10517
  }
10512
- [data-theme='dark'] ._icon_p7m2s_26:hover {
10518
+ [data-theme='dark'] ._icon_17khh_24:hover {
10513
10519
  background-color: var(--color-neutral-950);
10514
10520
  }
10515
- [data-theme='dark'] ._icon_p7m2s_26:active {
10521
+ [data-theme='dark'] ._icon_17khh_24:active {
10516
10522
  background-color: var(--color-neutral-1000);
10517
10523
  }
10518
- ._title_p7m2s_49 {
10524
+ ._title_17khh_47 {
10519
10525
  display: flex;
10520
10526
  align-items: center;
10521
10527
  justify-content: center;
@@ -10523,55 +10529,55 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10523
10529
  padding: 0;
10524
10530
  position: relative;
10525
10531
  }
10526
- ._title_p7m2s_49 img,
10527
- ._title_p7m2s_49 svg {
10532
+ ._title_17khh_47 img,
10533
+ ._title_17khh_47 svg {
10528
10534
  max-height: 28px;
10529
10535
  max-width: 300px;
10530
10536
  height: auto;
10531
10537
  width: auto;
10532
10538
  color: var(--color-text);
10533
10539
  }
10534
- ._title_p7m2s_49 ._logo_p7m2s_65 {
10540
+ ._title_17khh_47 ._logo_17khh_63 {
10535
10541
  display: flex;
10536
10542
  }
10537
- ._title_p7m2s_49 ._label_p7m2s_68 {
10543
+ ._title_17khh_47 ._label_17khh_66 {
10538
10544
  color: var(--color-text);
10539
10545
  white-space: nowrap;
10540
10546
  font-weight: bold;
10541
10547
  }
10542
- ._brand_p7m2s_73 {
10548
+ ._brand_17khh_71 {
10543
10549
  padding: 0;
10544
10550
  position: relative;
10545
10551
  flex-shrink: 0;
10546
10552
  }
10547
- ._version_p7m2s_78 {
10553
+ ._version_17khh_76 {
10548
10554
  line-height: 1;
10549
10555
  position: absolute;
10550
10556
  right: 0;
10551
10557
  bottom: 100%;
10552
10558
  font-size: var(--font-size-xs);
10553
10559
  }
10554
- ._left_p7m2s_85,
10555
- ._right_p7m2s_86 {
10560
+ ._left_17khh_83,
10561
+ ._right_17khh_84 {
10556
10562
  display: flex;
10557
10563
  min-width: 0;
10558
10564
  }
10559
- ._left_p7m2s_85 {
10565
+ ._left_17khh_83 {
10560
10566
  gap: var(--spacing);
10561
10567
  padding-left: var(--spacing-xs);
10562
10568
  }
10563
- ._right_p7m2s_86 {
10569
+ ._right_17khh_84 {
10564
10570
  margin-left: auto;
10565
10571
  flex-shrink: 0;
10566
10572
  padding-right: var(--spacing-xs);
10567
10573
  gap: var(--spacing-xs);
10568
10574
  }
10569
- ._item_p7m2s_100,
10570
- ._link_p7m2s_101 {
10575
+ ._item_17khh_98,
10576
+ ._link_17khh_99 {
10571
10577
  align-items: center;
10572
10578
  display: flex;
10573
10579
  }
10574
- ._item_p7m2s_100 {
10580
+ ._item_17khh_98 {
10575
10581
  position: relative;
10576
10582
  transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
10577
10583
  user-select: none;
@@ -10579,18 +10585,18 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10579
10585
  min-width: 0;
10580
10586
  max-width: 50vw;
10581
10587
  }
10582
- ._item_p7m2s_100._button_p7m2s_113,
10583
- ._item_p7m2s_100._menu_p7m2s_114 {
10588
+ ._item_17khh_98._button_17khh_111,
10589
+ ._item_17khh_98._menu_17khh_112 {
10584
10590
  flex-shrink: 0;
10585
10591
  }
10586
- ._label_p7m2s_68 {
10592
+ ._label_17khh_66 {
10587
10593
  text-overflow: ellipsis;
10588
10594
  white-space: nowrap;
10589
10595
  overflow: hidden;
10590
10596
  display: block;
10591
10597
  max-width: 100%;
10592
10598
  }
10593
- ._link_p7m2s_101 {
10599
+ ._link_17khh_99 {
10594
10600
  text-decoration: none;
10595
10601
  color: var(--color-text-primary);
10596
10602
  cursor: pointer;
@@ -10598,24 +10604,24 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10598
10604
  font-weight: bold;
10599
10605
  height: 100%;
10600
10606
  }
10601
- ._link_p7m2s_101 svg {
10607
+ ._link_17khh_99 svg {
10602
10608
  margin-right: 5px;
10603
10609
  flex-shrink: 0;
10604
10610
  }
10605
- ._link_p7m2s_101:hover {
10611
+ ._link_17khh_99:hover {
10606
10612
  color: var(--color-text-primary-hover);
10607
10613
  }
10608
- ._link_p7m2s_101:active {
10614
+ ._link_17khh_99:active {
10609
10615
  color: var(--color-text-primary-active);
10610
10616
  }
10611
- ._link_p7m2s_101._active_p7m2s_142 {
10617
+ ._link_17khh_99._active_17khh_140 {
10612
10618
  color: var(--color-text);
10613
10619
  }
10614
- ._link_p7m2s_101:hover,
10615
- ._link_p7m2s_101._active_p7m2s_142 {
10620
+ ._link_17khh_99:hover,
10621
+ ._link_17khh_99._active_17khh_140 {
10616
10622
  background-color: transparent;
10617
10623
  }
10618
- ._link_p7m2s_101:after {
10624
+ ._link_17khh_99:after {
10619
10625
  content: '';
10620
10626
  position: absolute;
10621
10627
  left: 0;
@@ -10623,17 +10629,17 @@ tbody ._staticCell_jixr6_112 ._staticCellContent_jixr6_115 {
10623
10629
  bottom: 0;
10624
10630
  border-bottom: 2px solid transparent;
10625
10631
  }
10626
- ._link_p7m2s_101:hover:after {
10632
+ ._link_17khh_99:hover:after {
10627
10633
  border-color: var(--color-link-border-hover);
10628
10634
  }
10629
- ._link_p7m2s_101._active_p7m2s_142:after {
10635
+ ._link_17khh_99._active_17khh_140:after {
10630
10636
  border-color: var(--color-background-primary);
10631
10637
  }
10632
- ._link_p7m2s_101[disabled] {
10638
+ ._link_17khh_99[disabled] {
10633
10639
  pointer-events: none;
10634
10640
  color: var(--color-text-faint);
10635
10641
  }
10636
- ._alert_p7m2s_167 {
10642
+ ._alert_17khh_165 {
10637
10643
  background-color: var(--color-background-primary);
10638
10644
  color: white;
10639
10645
  text-align: center;