@oliasoft-open-source/react-ui-library 3.3.0-beta-3 → 3.3.0

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 +603 -615
  2. package/dist/index.js +299 -259
  3. package/package.json +1 -1
package/dist/global.css CHANGED
@@ -7747,72 +7747,73 @@ html[data-theme='dark'] {
7747
7747
  /*
7748
7748
  Z-INDEX
7749
7749
  */
7750
- ._inputInTable_zltzx_332 {
7750
+ ._inputInTable_1ayhn_332 {
7751
7751
  background-color: transparent;
7752
7752
  border-radius: inherit !important;
7753
7753
  height: 38px;
7754
7754
  min-height: 100%;
7755
7755
  }
7756
- ._inputInTable_zltzx_332:hover,
7757
- ._inputInTable_zltzx_332:focus {
7756
+ ._inputHover_1ayhn_338 {
7758
7757
  position: relative;
7759
- }
7760
- ._inputInTable_zltzx_332:hover {
7758
+ border-color: var(--color-border-hover);
7761
7759
  z-index: 2;
7762
7760
  }
7763
- ._inputInTable_zltzx_332:focus {
7764
- z-index: 3;
7765
- }
7766
- ._inputFocus_zltzx_348 {
7761
+ ._inputFocus_1ayhn_343 {
7762
+ position: relative;
7767
7763
  outline: none !important;
7768
- border: 1px solid var(--color-border-focus) !important;
7764
+ border-color: var(--color-border-focus) !important;
7769
7765
  box-shadow: var(--shadow-focus);
7766
+ z-index: 3;
7770
7767
  }
7771
- ._inputError_zltzx_353,
7772
- ._inputWarning_zltzx_354 {
7768
+ ._inputError_1ayhn_350,
7769
+ ._inputWarning_1ayhn_351 {
7773
7770
  position: relative;
7774
7771
  }
7775
- ._inputError_zltzx_353 {
7772
+ ._inputError_1ayhn_350 {
7776
7773
  z-index: 2;
7777
7774
  border-color: var(--color-border-error) !important;
7778
7775
  color: var(--color-text-error) !important;
7779
7776
  background-color: var(--color-background-error);
7780
7777
  }
7781
- ._inputError_zltzx_353:hover {
7778
+ ._inputError_1ayhn_350:hover {
7782
7779
  border-color: var(--color-border-error-hover) !important;
7783
7780
  }
7784
- ._inputError_zltzx_353:focus {
7781
+ ._inputError_1ayhn_350:focus {
7782
+ position: relative;
7785
7783
  outline: none !important;
7786
- border: 1px solid var(--color-border-focus) !important;
7784
+ border-color: var(--color-border-focus) !important;
7787
7785
  box-shadow: var(--shadow-focus);
7786
+ z-index: 3;
7788
7787
  }
7789
- ._inputWarning_zltzx_354 {
7788
+ ._inputWarning_1ayhn_351 {
7790
7789
  z-index: 1;
7791
7790
  border-color: var(--color-border-warning) !important;
7792
7791
  color: var(--color-text-warning) !important;
7793
7792
  background-color: var(--color-background-warning);
7794
7793
  }
7795
- ._inputWarning_zltzx_354:hover {
7794
+ ._inputWarning_1ayhn_351:hover {
7796
7795
  border-color: var(--color-border-warning-hover) !important;
7797
7796
  }
7798
- ._inputWarning_zltzx_354:focus {
7797
+ ._inputWarning_1ayhn_351:focus {
7798
+ position: relative;
7799
7799
  outline: none !important;
7800
- border: 1px solid var(--color-border-focus) !important;
7800
+ border-color: var(--color-border-focus) !important;
7801
7801
  box-shadow: var(--shadow-focus);
7802
+ z-index: 3;
7802
7803
  }
7803
- ._inputDisabled_zltzx_385 {
7804
+ ._inputDisabled_1ayhn_386 {
7804
7805
  pointer-events: none;
7805
7806
  background-color: var(--color-background-disabled);
7806
7807
  color: var(--color-text-muted);
7807
7808
  }
7808
- ._hideScrollbars_zltzx_390 {
7809
+ ._hideScrollbars_1ayhn_391 {
7809
7810
  /* Firefox */
7810
7811
  scrollbar-width: none;
7811
7812
  /* IE 10+ */
7812
7813
  -ms-overflow-style: none;
7813
7814
  /* Chrome, Safari and Opera */
7814
7815
  }
7815
- ._hideScrollbars_zltzx_390::-webkit-scrollbar {
7816
+ ._hideScrollbars_1ayhn_391::-webkit-scrollbar {
7816
7817
  display: none;
7817
7818
  }
7818
7819
  :root {
@@ -7827,37 +7828,37 @@ html[data-theme='dark'] {
7827
7828
  --color-background-drawer-tab-hover: var(--color-primary-muted-700);
7828
7829
  --color-border-drawer-tab: var(--color-border);
7829
7830
  }
7830
- ._inline_zltzx_412 {
7831
+ ._inline_1ayhn_413 {
7831
7832
  position: relative;
7832
7833
  }
7833
- ._inline_zltzx_412._left_zltzx_415 {
7834
+ ._inline_1ayhn_413._left_1ayhn_416 {
7834
7835
  order: -1;
7835
7836
  }
7836
- ._inline_zltzx_412._right_zltzx_418 {
7837
+ ._inline_1ayhn_413._right_1ayhn_419 {
7837
7838
  order: 9999;
7838
7839
  }
7839
- ._fixed_zltzx_421 {
7840
+ ._fixed_1ayhn_422 {
7840
7841
  position: fixed;
7841
7842
  top: 0;
7842
7843
  bottom: 0;
7843
7844
  z-index: 99;
7844
7845
  }
7845
- ._fixed_zltzx_421._left_zltzx_415 {
7846
+ ._fixed_1ayhn_422._left_1ayhn_416 {
7846
7847
  left: 0;
7847
7848
  }
7848
- ._fixed_zltzx_421._right_zltzx_418 {
7849
+ ._fixed_1ayhn_422._right_1ayhn_419 {
7849
7850
  right: 0;
7850
7851
  }
7851
- ._left_zltzx_415 ._border_zltzx_433 {
7852
+ ._left_1ayhn_416 ._border_1ayhn_434 {
7852
7853
  border-right: 1px solid var(--color-border);
7853
7854
  }
7854
- ._right_zltzx_418 ._border_zltzx_433 {
7855
+ ._right_1ayhn_419 ._border_1ayhn_434 {
7855
7856
  border-left: 1px solid var(--color-border);
7856
7857
  }
7857
- ._shadow_zltzx_439 {
7858
+ ._shadow_1ayhn_440 {
7858
7859
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
7859
7860
  }
7860
- ._drawerContent_zltzx_442 {
7861
+ ._drawerContent_1ayhn_443 {
7861
7862
  overflow-x: hidden;
7862
7863
  overflow-y: auto;
7863
7864
  max-height: 100%;
@@ -7869,40 +7870,40 @@ html[data-theme='dark'] {
7869
7870
  -ms-overflow-style: none;
7870
7871
  /* Chrome, Safari and Opera */
7871
7872
  }
7872
- ._isResizing_zltzx_454 ._drawerContent_zltzx_442 {
7873
+ ._isResizing_1ayhn_455 ._drawerContent_1ayhn_443 {
7873
7874
  transition: none;
7874
7875
  }
7875
7876
  @media print {
7876
- ._drawerContent_zltzx_442 {
7877
+ ._drawerContent_1ayhn_443 {
7877
7878
  background: transparent !important;
7878
7879
  }
7879
7880
  }
7880
- ._drawerContent_zltzx_442::-webkit-scrollbar {
7881
+ ._drawerContent_1ayhn_443::-webkit-scrollbar {
7881
7882
  display: none;
7882
7883
  }
7883
- ._toggleButton_zltzx_465 {
7884
+ ._toggleButton_1ayhn_466 {
7884
7885
  transition: transform 0.4s;
7885
7886
  display: inline-block;
7886
7887
  transform: rotate(180deg);
7887
7888
  position: absolute;
7888
7889
  z-index: 102;
7889
7890
  }
7890
- ._left_zltzx_415 ._toggleButton_zltzx_465 {
7891
+ ._left_1ayhn_416 ._toggleButton_1ayhn_466 {
7891
7892
  right: -19px;
7892
7893
  }
7893
- ._right_zltzx_418 ._toggleButton_zltzx_465 {
7894
+ ._right_1ayhn_419 ._toggleButton_1ayhn_466 {
7894
7895
  left: -19px;
7895
7896
  }
7896
- ._toggleButton_zltzx_465._top_zltzx_478 {
7897
+ ._toggleButton_1ayhn_466._top_1ayhn_479 {
7897
7898
  top: 20px;
7898
7899
  }
7899
- ._toggleButton_zltzx_465._bottom_zltzx_481 {
7900
+ ._toggleButton_1ayhn_466._bottom_1ayhn_482 {
7900
7901
  bottom: 20px;
7901
7902
  }
7902
- ._toggleButton_zltzx_465._toggleButtonOpen_zltzx_484 {
7903
+ ._toggleButton_1ayhn_466._toggleButtonOpen_1ayhn_485 {
7903
7904
  transform: rotate(0deg);
7904
7905
  }
7905
- ._tabs_zltzx_487 {
7906
+ ._tabs_1ayhn_488 {
7906
7907
  position: absolute;
7907
7908
  top: 0;
7908
7909
  bottom: 0;
@@ -7912,13 +7913,13 @@ html[data-theme='dark'] {
7912
7913
  border-left: 1px solid var(--color-border);
7913
7914
  border-right: 1px solid var(--color-border);
7914
7915
  }
7915
- ._left_zltzx_415 ._tabs_zltzx_487 {
7916
+ ._left_1ayhn_416 ._tabs_1ayhn_488 {
7916
7917
  right: 0;
7917
7918
  }
7918
- ._right_zltzx_418 ._tabs_zltzx_487 {
7919
+ ._right_1ayhn_419 ._tabs_1ayhn_488 {
7919
7920
  left: 0;
7920
7921
  }
7921
- ._tabs_zltzx_487 ._tab_zltzx_487 {
7922
+ ._tabs_1ayhn_488 ._tab_1ayhn_488 {
7922
7923
  height: 38px;
7923
7924
  width: 38px;
7924
7925
  display: flex;
@@ -7929,39 +7930,39 @@ html[data-theme='dark'] {
7929
7930
  transition: color 0.3s, background-color 0.3s;
7930
7931
  border: 1px solid var(--color-border-drawer-tab);
7931
7932
  }
7932
- ._left_zltzx_415 ._tabs_zltzx_487 ._tab_zltzx_487 {
7933
+ ._left_1ayhn_416 ._tabs_1ayhn_488 ._tab_1ayhn_488 {
7933
7934
  border-top-left-radius: 0;
7934
7935
  border-bottom-left-radius: 0;
7935
7936
  }
7936
- ._left_zltzx_415 ._tabs_zltzx_487 ._tab_zltzx_487._active_zltzx_518 {
7937
+ ._left_1ayhn_416 ._tabs_1ayhn_488 ._tab_1ayhn_488._active_1ayhn_519 {
7937
7938
  border-left-color: transparent;
7938
7939
  }
7939
- ._right_zltzx_418 ._tabs_zltzx_487 ._tab_zltzx_487 {
7940
+ ._right_1ayhn_419 ._tabs_1ayhn_488 ._tab_1ayhn_488 {
7940
7941
  border-top-right-radius: 0;
7941
7942
  border-bottom-right-radius: 0;
7942
7943
  }
7943
- ._right_zltzx_418 ._tabs_zltzx_487 ._tab_zltzx_487._active_zltzx_518 {
7944
+ ._right_1ayhn_419 ._tabs_1ayhn_488 ._tab_1ayhn_488._active_1ayhn_519 {
7944
7945
  border-right-color: transparent;
7945
7946
  }
7946
- ._tabs_zltzx_487 ._tab_zltzx_487:not(._active_zltzx_518) {
7947
+ ._tabs_1ayhn_488 ._tab_1ayhn_488:not(._active_1ayhn_519) {
7947
7948
  color: var(--color-text-primary);
7948
7949
  background-color: var(--color-background-drawer-tab) !important;
7949
7950
  }
7950
- ._tabs_zltzx_487 ._tab_zltzx_487:not(._active_zltzx_518):hover {
7951
+ ._tabs_1ayhn_488 ._tab_1ayhn_488:not(._active_1ayhn_519):hover {
7951
7952
  color: var(--color-text);
7952
7953
  background-color: var(--color-background-drawer-tab-hover) !important;
7953
7954
  }
7954
- ._tabs_zltzx_487 ._tab_zltzx_487._active_zltzx_518 {
7955
+ ._tabs_1ayhn_488 ._tab_1ayhn_488._active_1ayhn_519 {
7955
7956
  color: var(--color-text);
7956
7957
  border-color: var(--color-border);
7957
7958
  }
7958
- ._left_zltzx_415 ._tabsContent_zltzx_540 {
7959
+ ._left_1ayhn_416 ._tabsContent_1ayhn_541 {
7959
7960
  padding-right: 36px;
7960
7961
  }
7961
- ._right_zltzx_418 ._tabsContent_zltzx_540 {
7962
+ ._right_1ayhn_419 ._tabsContent_1ayhn_541 {
7962
7963
  padding-left: 36px;
7963
7964
  }
7964
- ._resizeHandle_zltzx_546 {
7965
+ ._resizeHandle_1ayhn_547 {
7965
7966
  position: absolute;
7966
7967
  top: 0;
7967
7968
  bottom: 0;
@@ -7974,18 +7975,18 @@ html[data-theme='dark'] {
7974
7975
  font-size: 12px;
7975
7976
  transition: all 0.2s;
7976
7977
  }
7977
- ._resizeHandle_zltzx_546:hover {
7978
+ ._resizeHandle_1ayhn_547:hover {
7978
7979
  background: rgba(235, 100, 41, 0.15);
7979
7980
  color: var(--color-text-primary);
7980
7981
  }
7981
- ._resizeHandle_zltzx_546:active {
7982
+ ._resizeHandle_1ayhn_547:active {
7982
7983
  background: var(--color-text-primary);
7983
7984
  color: white;
7984
7985
  }
7985
- ._left_zltzx_415 ._resizeHandle_zltzx_546 {
7986
+ ._left_1ayhn_416 ._resizeHandle_1ayhn_547 {
7986
7987
  right: 0;
7987
7988
  }
7988
- ._right_zltzx_418 ._resizeHandle_zltzx_546 {
7989
+ ._right_1ayhn_419 ._resizeHandle_1ayhn_547 {
7989
7990
  left: 0;
7990
7991
  }
7991
7992
  /*
@@ -9002,75 +9003,76 @@ html[data-theme='dark'] {
9002
9003
  /*
9003
9004
  Z-INDEX
9004
9005
  */
9005
- ._inputInTable_3ejaz_332 {
9006
+ ._inputInTable_19y6z_332 {
9006
9007
  background-color: transparent;
9007
9008
  border-radius: inherit !important;
9008
9009
  height: 38px;
9009
9010
  min-height: 100%;
9010
9011
  }
9011
- ._inputInTable_3ejaz_332:hover,
9012
- ._inputInTable_3ejaz_332:focus {
9012
+ ._inputHover_19y6z_338 {
9013
9013
  position: relative;
9014
- }
9015
- ._inputInTable_3ejaz_332:hover {
9014
+ border-color: var(--color-border-hover);
9016
9015
  z-index: 2;
9017
9016
  }
9018
- ._inputInTable_3ejaz_332:focus {
9019
- z-index: 3;
9020
- }
9021
- ._inputFocus_3ejaz_348 {
9017
+ ._inputFocus_19y6z_343 {
9018
+ position: relative;
9022
9019
  outline: none !important;
9023
- border: 1px solid var(--color-border-focus) !important;
9020
+ border-color: var(--color-border-focus) !important;
9024
9021
  box-shadow: var(--shadow-focus);
9022
+ z-index: 3;
9025
9023
  }
9026
- ._inputError_3ejaz_353,
9027
- ._inputWarning_3ejaz_354 {
9024
+ ._inputError_19y6z_350,
9025
+ ._inputWarning_19y6z_351 {
9028
9026
  position: relative;
9029
9027
  }
9030
- ._inputError_3ejaz_353 {
9028
+ ._inputError_19y6z_350 {
9031
9029
  z-index: 2;
9032
9030
  border-color: var(--color-border-error) !important;
9033
9031
  color: var(--color-text-error) !important;
9034
9032
  background-color: var(--color-background-error);
9035
9033
  }
9036
- ._inputError_3ejaz_353:hover {
9034
+ ._inputError_19y6z_350:hover {
9037
9035
  border-color: var(--color-border-error-hover) !important;
9038
9036
  }
9039
- ._inputError_3ejaz_353:focus {
9037
+ ._inputError_19y6z_350:focus {
9038
+ position: relative;
9040
9039
  outline: none !important;
9041
- border: 1px solid var(--color-border-focus) !important;
9040
+ border-color: var(--color-border-focus) !important;
9042
9041
  box-shadow: var(--shadow-focus);
9042
+ z-index: 3;
9043
9043
  }
9044
- ._inputWarning_3ejaz_354 {
9044
+ ._inputWarning_19y6z_351 {
9045
9045
  z-index: 1;
9046
9046
  border-color: var(--color-border-warning) !important;
9047
9047
  color: var(--color-text-warning) !important;
9048
9048
  background-color: var(--color-background-warning);
9049
9049
  }
9050
- ._inputWarning_3ejaz_354:hover {
9050
+ ._inputWarning_19y6z_351:hover {
9051
9051
  border-color: var(--color-border-warning-hover) !important;
9052
9052
  }
9053
- ._inputWarning_3ejaz_354:focus {
9053
+ ._inputWarning_19y6z_351:focus {
9054
+ position: relative;
9054
9055
  outline: none !important;
9055
- border: 1px solid var(--color-border-focus) !important;
9056
+ border-color: var(--color-border-focus) !important;
9056
9057
  box-shadow: var(--shadow-focus);
9058
+ z-index: 3;
9057
9059
  }
9058
- ._inputDisabled_3ejaz_385 {
9060
+ ._inputDisabled_19y6z_386 {
9059
9061
  pointer-events: none;
9060
9062
  background-color: var(--color-background-disabled);
9061
9063
  color: var(--color-text-muted);
9062
9064
  }
9063
- ._hideScrollbars_3ejaz_390 {
9065
+ ._hideScrollbars_19y6z_391 {
9064
9066
  /* Firefox */
9065
9067
  scrollbar-width: none;
9066
9068
  /* IE 10+ */
9067
9069
  -ms-overflow-style: none;
9068
9070
  /* Chrome, Safari and Opera */
9069
9071
  }
9070
- ._hideScrollbars_3ejaz_390::-webkit-scrollbar {
9072
+ ._hideScrollbars_19y6z_391::-webkit-scrollbar {
9071
9073
  display: none;
9072
9074
  }
9073
- ._input_3ejaz_332 {
9075
+ ._input_19y6z_332 {
9074
9076
  margin: 0;
9075
9077
  outline: 0;
9076
9078
  text-align: left;
@@ -9088,105 +9090,91 @@ html[data-theme='dark'] {
9088
9090
  font-style: normal;
9089
9091
  position: relative;
9090
9092
  }
9091
- ._input_3ejaz_332::placeholder {
9093
+ ._input_19y6z_332::placeholder {
9092
9094
  color: var(--color-text-faint);
9093
9095
  }
9094
- ._input_3ejaz_332._isInTable_3ejaz_421 {
9096
+ ._input_19y6z_332._isInTable_19y6z_422 {
9095
9097
  background-color: transparent;
9096
9098
  border-radius: inherit !important;
9097
9099
  height: 38px;
9098
9100
  min-height: 100%;
9099
9101
  }
9100
- ._input_3ejaz_332._isInTable_3ejaz_421:hover,
9101
- ._input_3ejaz_332._isInTable_3ejaz_421:focus {
9102
+ ._input_19y6z_332:hover {
9102
9103
  position: relative;
9103
- }
9104
- ._input_3ejaz_332._isInTable_3ejaz_421:hover {
9105
- z-index: 2;
9106
- }
9107
- ._input_3ejaz_332._isInTable_3ejaz_421:focus {
9108
- z-index: 3;
9109
- }
9110
- ._input_3ejaz_332:hover,
9111
- ._input_3ejaz_332:focus {
9112
- z-index: 1;
9113
- }
9114
- ._input_3ejaz_332:hover {
9115
9104
  border-color: var(--color-border-hover);
9105
+ z-index: 2;
9116
9106
  }
9117
- ._input_3ejaz_332:focus {
9107
+ ._input_19y6z_332:focus {
9108
+ position: relative;
9118
9109
  outline: none !important;
9119
- border: 1px solid var(--color-border-focus) !important;
9110
+ border-color: var(--color-border-focus) !important;
9120
9111
  box-shadow: var(--shadow-focus);
9112
+ z-index: 3;
9121
9113
  }
9122
- ._input_3ejaz_332._small_3ejaz_449 {
9114
+ ._input_19y6z_332._small_19y6z_440 {
9123
9115
  font-size: 12px;
9124
9116
  height: 24px;
9125
9117
  padding: 0 7px;
9126
9118
  line-height: 24px;
9127
9119
  }
9128
- ._input_3ejaz_332._error_3ejaz_455 {
9120
+ ._input_19y6z_332._error_19y6z_446 {
9129
9121
  position: relative;
9130
9122
  z-index: 2;
9131
9123
  border-color: var(--color-border-error) !important;
9132
9124
  color: var(--color-text-error) !important;
9133
9125
  background-color: var(--color-background-error);
9134
9126
  }
9135
- ._input_3ejaz_332._error_3ejaz_455:hover {
9127
+ ._input_19y6z_332._error_19y6z_446:hover {
9136
9128
  border-color: var(--color-border-error-hover) !important;
9137
9129
  }
9138
- ._input_3ejaz_332._error_3ejaz_455:focus {
9130
+ ._input_19y6z_332._error_19y6z_446:focus {
9131
+ position: relative;
9139
9132
  outline: none !important;
9140
- border: 1px solid var(--color-border-focus) !important;
9133
+ border-color: var(--color-border-focus) !important;
9141
9134
  box-shadow: var(--shadow-focus);
9135
+ z-index: 3;
9142
9136
  }
9143
- ._input_3ejaz_332._warning_3ejaz_470 {
9137
+ ._input_19y6z_332._warning_19y6z_463 {
9144
9138
  position: relative;
9145
9139
  z-index: 1;
9146
9140
  border-color: var(--color-border-warning) !important;
9147
9141
  color: var(--color-text-warning) !important;
9148
9142
  background-color: var(--color-background-warning);
9149
9143
  }
9150
- ._input_3ejaz_332._warning_3ejaz_470:hover {
9144
+ ._input_19y6z_332._warning_19y6z_463:hover {
9151
9145
  border-color: var(--color-border-warning-hover) !important;
9152
9146
  }
9153
- ._input_3ejaz_332._warning_3ejaz_470:focus {
9147
+ ._input_19y6z_332._warning_19y6z_463:focus {
9148
+ position: relative;
9154
9149
  outline: none !important;
9155
- border: 1px solid var(--color-border-focus) !important;
9150
+ border-color: var(--color-border-focus) !important;
9156
9151
  box-shadow: var(--shadow-focus);
9152
+ z-index: 3;
9157
9153
  }
9158
- ._input_3ejaz_332[disabled] {
9154
+ ._input_19y6z_332[disabled] {
9159
9155
  pointer-events: none;
9160
9156
  background-color: var(--color-background-disabled);
9161
9157
  color: var(--color-text-muted);
9162
9158
  }
9163
- ._input_3ejaz_332._right_3ejaz_490 {
9159
+ ._input_19y6z_332._right_19y6z_485 {
9164
9160
  text-align: right;
9165
9161
  }
9166
- ._groupOrderFirst_3ejaz_493,
9167
- ._groupOrderMiddle_3ejaz_494,
9168
- ._groupOrderLast_3ejaz_495 {
9162
+ ._groupOrderFirst_19y6z_488,
9163
+ ._groupOrderMiddle_19y6z_489,
9164
+ ._groupOrderLast_19y6z_490 {
9169
9165
  flex: 1;
9170
9166
  }
9171
- ._groupOrderFirst_3ejaz_493 ._input_3ejaz_332:hover,
9172
- ._groupOrderMiddle_3ejaz_494 ._input_3ejaz_332:hover,
9173
- ._groupOrderLast_3ejaz_495 ._input_3ejaz_332:hover,
9174
- ._groupOrderFirst_3ejaz_493 ._input_3ejaz_332:focus,
9175
- ._groupOrderMiddle_3ejaz_494 ._input_3ejaz_332:focus,
9176
- ._groupOrderLast_3ejaz_495 ._input_3ejaz_332:focus {
9177
- z-index: 2;
9178
- }
9179
- ._groupOrderFirst_3ejaz_493,
9180
- ._groupOrderMiddle_3ejaz_494 {
9167
+ ._groupOrderFirst_19y6z_488,
9168
+ ._groupOrderMiddle_19y6z_489 {
9181
9169
  margin-right: -1px;
9182
9170
  }
9183
- ._groupOrderFirst_3ejaz_493 ._input_3ejaz_332,
9184
- ._groupOrderMiddle_3ejaz_494 ._input_3ejaz_332 {
9171
+ ._groupOrderFirst_19y6z_488 ._input_19y6z_332,
9172
+ ._groupOrderMiddle_19y6z_489 ._input_19y6z_332 {
9185
9173
  border-top-right-radius: 0 !important;
9186
9174
  border-bottom-right-radius: 0 !important;
9187
9175
  }
9188
- ._groupOrderLast_3ejaz_495 ._input_3ejaz_332,
9189
- ._groupOrderMiddle_3ejaz_494 ._input_3ejaz_332 {
9176
+ ._groupOrderLast_19y6z_490 ._input_19y6z_332,
9177
+ ._groupOrderMiddle_19y6z_489 ._input_19y6z_332 {
9190
9178
  border-top-left-radius: 0 !important;
9191
9179
  border-bottom-left-radius: 0 !important;
9192
9180
  }
@@ -10941,115 +10929,116 @@ html[data-theme='dark'] {
10941
10929
  /*
10942
10930
  Z-INDEX
10943
10931
  */
10944
- ._inputInTable_olz29_332 {
10932
+ ._inputInTable_135v4_332 {
10945
10933
  background-color: transparent;
10946
10934
  border-radius: inherit !important;
10947
10935
  height: 38px;
10948
10936
  min-height: 100%;
10949
10937
  }
10950
- ._inputInTable_olz29_332:hover,
10951
- ._inputInTable_olz29_332:focus {
10938
+ ._inputHover_135v4_338 {
10952
10939
  position: relative;
10953
- }
10954
- ._inputInTable_olz29_332:hover {
10940
+ border-color: var(--color-border-hover);
10955
10941
  z-index: 2;
10956
10942
  }
10957
- ._inputInTable_olz29_332:focus {
10958
- z-index: 3;
10959
- }
10960
- ._inputFocus_olz29_348 {
10943
+ ._inputFocus_135v4_343 {
10944
+ position: relative;
10961
10945
  outline: none !important;
10962
- border: 1px solid var(--color-border-focus) !important;
10946
+ border-color: var(--color-border-focus) !important;
10963
10947
  box-shadow: var(--shadow-focus);
10948
+ z-index: 3;
10964
10949
  }
10965
- ._inputError_olz29_353,
10966
- ._inputWarning_olz29_354 {
10950
+ ._inputError_135v4_350,
10951
+ ._inputWarning_135v4_351 {
10967
10952
  position: relative;
10968
10953
  }
10969
- ._inputError_olz29_353 {
10954
+ ._inputError_135v4_350 {
10970
10955
  z-index: 2;
10971
10956
  border-color: var(--color-border-error) !important;
10972
10957
  color: var(--color-text-error) !important;
10973
10958
  background-color: var(--color-background-error);
10974
10959
  }
10975
- ._inputError_olz29_353:hover {
10960
+ ._inputError_135v4_350:hover {
10976
10961
  border-color: var(--color-border-error-hover) !important;
10977
10962
  }
10978
- ._inputError_olz29_353:focus {
10963
+ ._inputError_135v4_350:focus {
10964
+ position: relative;
10979
10965
  outline: none !important;
10980
- border: 1px solid var(--color-border-focus) !important;
10966
+ border-color: var(--color-border-focus) !important;
10981
10967
  box-shadow: var(--shadow-focus);
10968
+ z-index: 3;
10982
10969
  }
10983
- ._inputWarning_olz29_354 {
10970
+ ._inputWarning_135v4_351 {
10984
10971
  z-index: 1;
10985
10972
  border-color: var(--color-border-warning) !important;
10986
10973
  color: var(--color-text-warning) !important;
10987
10974
  background-color: var(--color-background-warning);
10988
10975
  }
10989
- ._inputWarning_olz29_354:hover {
10976
+ ._inputWarning_135v4_351:hover {
10990
10977
  border-color: var(--color-border-warning-hover) !important;
10991
10978
  }
10992
- ._inputWarning_olz29_354:focus {
10979
+ ._inputWarning_135v4_351:focus {
10980
+ position: relative;
10993
10981
  outline: none !important;
10994
- border: 1px solid var(--color-border-focus) !important;
10982
+ border-color: var(--color-border-focus) !important;
10995
10983
  box-shadow: var(--shadow-focus);
10984
+ z-index: 3;
10996
10985
  }
10997
- ._inputDisabled_olz29_385 {
10986
+ ._inputDisabled_135v4_386 {
10998
10987
  pointer-events: none;
10999
10988
  background-color: var(--color-background-disabled);
11000
10989
  color: var(--color-text-muted);
11001
10990
  }
11002
- ._hideScrollbars_olz29_390 {
10991
+ ._hideScrollbars_135v4_391 {
11003
10992
  /* Firefox */
11004
10993
  scrollbar-width: none;
11005
10994
  /* IE 10+ */
11006
10995
  -ms-overflow-style: none;
11007
10996
  /* Chrome, Safari and Opera */
11008
10997
  }
11009
- ._hideScrollbars_olz29_390::-webkit-scrollbar {
10998
+ ._hideScrollbars_135v4_391::-webkit-scrollbar {
11010
10999
  display: none;
11011
11000
  }
11012
- ._header_olz29_400 ._headerTitle_olz29_400,
11013
- ._heading_olz29_401 ._itemHeader_olz29_401 {
11001
+ ._header_135v4_401 ._headerTitle_135v4_401,
11002
+ ._heading_135v4_402 ._itemHeader_135v4_402 {
11014
11003
  transition: opacity 0.3s;
11015
11004
  }
11016
- ._narrow_olz29_404 ._header_olz29_400 ._headerTitle_olz29_400,
11017
- ._narrow_olz29_404 ._heading_olz29_401 ._itemHeader_olz29_401 {
11005
+ ._narrow_135v4_405 ._header_135v4_401 ._headerTitle_135v4_401,
11006
+ ._narrow_135v4_405 ._heading_135v4_402 ._itemHeader_135v4_402 {
11018
11007
  opacity: 0;
11019
11008
  }
11020
- ._stickyHeader_olz29_408 {
11009
+ ._stickyHeader_135v4_409 {
11021
11010
  position: sticky;
11022
11011
  top: 0;
11023
11012
  background-color: var(--color-background);
11024
11013
  z-index: 10;
11025
11014
  }
11026
- ._itemHeader_olz29_401 {
11015
+ ._itemHeader_135v4_402 {
11027
11016
  padding: 12px 20px;
11028
11017
  display: flex;
11029
11018
  align-items: flex-start;
11030
11019
  }
11031
- ._itemHeader_olz29_401 ._title_olz29_419 {
11020
+ ._itemHeader_135v4_402 ._title_135v4_420 {
11032
11021
  margin: 0;
11033
11022
  padding: 0;
11034
11023
  flex-grow: 1;
11035
11024
  min-width: 0;
11036
11025
  }
11037
- ._itemHeader_olz29_401 ._name_olz29_425 {
11026
+ ._itemHeader_135v4_402 ._name_135v4_426 {
11038
11027
  font-weight: 400;
11039
11028
  }
11040
- ._itemHeader_olz29_401 ._iconTooltipMargin_olz29_428 {
11029
+ ._itemHeader_135v4_402 ._iconTooltipMargin_135v4_429 {
11041
11030
  margin-left: 10px;
11042
11031
  }
11043
- ._itemHeader_olz29_401 ._bold_olz29_431 {
11032
+ ._itemHeader_135v4_402 ._bold_135v4_432 {
11044
11033
  font-weight: 900;
11045
11034
  }
11046
- ._header_olz29_400 {
11035
+ ._header_135v4_401 {
11047
11036
  padding: 16px 20px;
11048
11037
  display: flex;
11049
11038
  align-items: center;
11050
11039
  border-bottom: 1px solid var(--color-border);
11051
11040
  }
11052
- ._toggleNarrow_olz29_440 {
11041
+ ._toggleNarrow_135v4_441 {
11053
11042
  margin-right: 16px;
11054
11043
  margin-left: -5px;
11055
11044
  color: #c8c8c8;
@@ -11058,16 +11047,16 @@ html[data-theme='dark'] {
11058
11047
  width: 22px;
11059
11048
  justify-content: center;
11060
11049
  }
11061
- ._toggleNarrow_olz29_440:hover {
11050
+ ._toggleNarrow_135v4_441:hover {
11062
11051
  color: var(--color-text-primary-hover);
11063
11052
  }
11064
- ._toggleNarrow_olz29_440:active {
11053
+ ._toggleNarrow_135v4_441:active {
11065
11054
  color: var(--color-text-primary-active);
11066
11055
  }
11067
- ._narrow_olz29_404 ._toggleNarrow_olz29_440 {
11056
+ ._narrow_135v4_405 ._toggleNarrow_135v4_441 {
11068
11057
  transform: scaleX(-1);
11069
11058
  }
11070
- ._drag_olz29_458 {
11059
+ ._drag_135v4_459 {
11071
11060
  color: var(--color-text-faint);
11072
11061
  display: flex;
11073
11062
  align-items: center;
@@ -11078,31 +11067,31 @@ html[data-theme='dark'] {
11078
11067
  height: 19px;
11079
11068
  width: 19px;
11080
11069
  }
11081
- ._drag_olz29_458 path {
11070
+ ._drag_135v4_459 path {
11082
11071
  stroke: var(--color-text-faint);
11083
11072
  }
11084
- ._drag_olz29_458:hover path {
11073
+ ._drag_135v4_459:hover path {
11085
11074
  stroke: var(--color-text-primary-hover);
11086
11075
  }
11087
- ._drag_olz29_458:active path {
11076
+ ._drag_135v4_459:active path {
11088
11077
  stroke: var(--color-text-primary-active);
11089
11078
  }
11090
- ._list_olz29_478 {
11079
+ ._list_135v4_479 {
11091
11080
  flex-shrink: 0;
11092
11081
  background: var(--color-background);
11093
11082
  }
11094
- ._list_olz29_478._bordered_olz29_482:first-child,
11095
- ._list_olz29_478._bordered_olz29_482:first-child > :first-child {
11083
+ ._list_135v4_479._bordered_135v4_483:first-child,
11084
+ ._list_135v4_479._bordered_135v4_483:first-child > :first-child {
11096
11085
  border-top-left-radius: inherit;
11097
11086
  border-top-right-radius: inherit;
11098
11087
  }
11099
- ._list_olz29_478._bordered_olz29_482:last-child,
11100
- ._list_olz29_478._bordered_olz29_482:last-child > :last-child {
11088
+ ._list_135v4_479._bordered_135v4_483:last-child,
11089
+ ._list_135v4_479._bordered_135v4_483:last-child > :last-child {
11101
11090
  border-bottom-left-radius: inherit;
11102
11091
  border-bottom-right-radius: inherit;
11103
11092
  border-bottom: 0;
11104
11093
  }
11105
- ._item_olz29_401 {
11094
+ ._item_135v4_402 {
11106
11095
  color: inherit;
11107
11096
  display: block;
11108
11097
  transition: background-color 0.2s;
@@ -11113,7 +11102,7 @@ html[data-theme='dark'] {
11113
11102
  overflow-wrap: break-word;
11114
11103
  hyphens: auto;
11115
11104
  }
11116
- ._item_olz29_401:not(._heading_olz29_401):after {
11105
+ ._item_135v4_402:not(._heading_135v4_402):after {
11117
11106
  content: '';
11118
11107
  position: absolute;
11119
11108
  left: 0;
@@ -11124,94 +11113,94 @@ html[data-theme='dark'] {
11124
11113
  border-bottom-left-radius: inherit;
11125
11114
  transition: background 0.3s;
11126
11115
  }
11127
- ._item_olz29_401._action_olz29_515 {
11116
+ ._item_135v4_402._action_135v4_516 {
11128
11117
  cursor: pointer;
11129
11118
  }
11130
- ._item_olz29_401._action_olz29_515:not(._active_olz29_518):hover {
11119
+ ._item_135v4_402._action_135v4_516:not(._active_135v4_519):hover {
11131
11120
  background: var(--color-background-listitem-hover);
11132
11121
  }
11133
- ._item_olz29_401._action_olz29_515:not(._active_olz29_518):hover:after {
11122
+ ._item_135v4_402._action_135v4_516:not(._active_135v4_519):hover:after {
11134
11123
  background: rgba(0, 0, 0, 0.1);
11135
11124
  }
11136
- ._item_olz29_401._active_olz29_518 {
11125
+ ._item_135v4_402._active_135v4_519 {
11137
11126
  cursor: default;
11138
11127
  position: relative;
11139
11128
  z-index: 1;
11140
11129
  background: var(--color-background-listitem-active);
11141
11130
  }
11142
- ._item_olz29_401._active_olz29_518:after {
11131
+ ._item_135v4_402._active_135v4_519:after {
11143
11132
  background: var(--color-background-primary) !important;
11144
11133
  }
11145
- ._item_olz29_401._disabled_olz29_533 {
11134
+ ._item_135v4_402._disabled_135v4_534 {
11146
11135
  color: var(--color-text-faint);
11147
11136
  pointer-events: none;
11148
11137
  }
11149
- ._item_olz29_401._heading_olz29_401 {
11138
+ ._item_135v4_402._heading_135v4_402 {
11150
11139
  color: var(--color-text-muted);
11151
11140
  background-color: transparent;
11152
11141
  }
11153
- ._item_olz29_401._heading_olz29_401._action_olz29_515:hover {
11142
+ ._item_135v4_402._heading_135v4_402._action_135v4_516:hover {
11154
11143
  color: var(--color-text-primary-hover);
11155
11144
  }
11156
- ._item_olz29_401 ._label_olz29_544 {
11145
+ ._item_135v4_402 ._label_135v4_545 {
11157
11146
  margin-right: 15px;
11158
11147
  margin-left: -5px;
11159
11148
  margin-top: -2px;
11160
11149
  margin-bottom: -2px;
11161
11150
  flex-shrink: 0;
11162
11151
  }
11163
- ._item_olz29_401 ._details_olz29_551,
11164
- ._item_olz29_401 ._metadata_olz29_552 {
11152
+ ._item_135v4_402 ._details_135v4_552,
11153
+ ._item_135v4_402 ._metadata_135v4_553 {
11165
11154
  display: block;
11166
11155
  width: 100%;
11167
11156
  font-weight: normal;
11168
11157
  margin-top: 3px;
11169
11158
  }
11170
- ._item_olz29_401 ._metadata_olz29_552 {
11159
+ ._item_135v4_402 ._metadata_135v4_553 {
11171
11160
  color: var(--color-text-muted);
11172
11161
  }
11173
- ._item_olz29_401 ._itemContent_olz29_561 {
11162
+ ._item_135v4_402 ._itemContent_135v4_562 {
11174
11163
  padding: 0 20px 12px;
11175
11164
  cursor: auto;
11176
11165
  }
11177
- ._indentIcon_olz29_565 {
11166
+ ._indentIcon_135v4_566 {
11178
11167
  width: 20px;
11179
11168
  flex-shrink: 0;
11180
11169
  }
11181
- ._expandIcon_olz29_569 {
11170
+ ._expandIcon_135v4_570 {
11182
11171
  width: 20px;
11183
11172
  flex-shrink: 0;
11184
11173
  position: relative;
11185
11174
  margin-top: 1px;
11186
11175
  }
11187
- ._expandIcon_olz29_569._expanded_olz29_575 svg {
11176
+ ._expandIcon_135v4_570._expanded_135v4_576 svg {
11188
11177
  transform: rotate(90deg);
11189
11178
  }
11190
- ._right_olz29_578 {
11179
+ ._right_135v4_579 {
11191
11180
  margin-left: auto;
11192
11181
  display: flex;
11193
11182
  align-items: center;
11194
11183
  margin-top: -2px;
11195
11184
  margin-bottom: -2px;
11196
11185
  }
11197
- ._actions_olz29_585 {
11186
+ ._actions_135v4_586 {
11198
11187
  margin-left: 8px;
11199
11188
  display: flex;
11200
11189
  align-items: center;
11201
11190
  }
11202
- ._scrollableList_olz29_590 {
11191
+ ._scrollableList_135v4_591 {
11203
11192
  height: 100%;
11204
11193
  overflow-y: auto;
11205
11194
  scroll-behavior: smooth;
11206
11195
  }
11207
- ._hideScrollbar_olz29_390 {
11196
+ ._hideScrollbar_135v4_391 {
11208
11197
  /* Firefox */
11209
11198
  scrollbar-width: none;
11210
11199
  /* IE 10+ */
11211
11200
  -ms-overflow-style: none;
11212
11201
  /* Chrome, Safari and Opera */
11213
11202
  }
11214
- ._hideScrollbar_olz29_390::-webkit-scrollbar {
11203
+ ._hideScrollbar_135v4_391::-webkit-scrollbar {
11215
11204
  display: none;
11216
11205
  }
11217
11206
  /*
@@ -11931,72 +11920,73 @@ html[data-theme='dark'] {
11931
11920
  /*
11932
11921
  Z-INDEX
11933
11922
  */
11934
- ._inputInTable_1j4f2_332 {
11923
+ ._inputInTable_1irb4_332 {
11935
11924
  background-color: transparent;
11936
11925
  border-radius: inherit !important;
11937
11926
  height: 38px;
11938
11927
  min-height: 100%;
11939
11928
  }
11940
- ._inputInTable_1j4f2_332:hover,
11941
- ._inputInTable_1j4f2_332:focus {
11929
+ ._inputHover_1irb4_338 {
11942
11930
  position: relative;
11943
- }
11944
- ._inputInTable_1j4f2_332:hover {
11931
+ border-color: var(--color-border-hover);
11945
11932
  z-index: 2;
11946
11933
  }
11947
- ._inputInTable_1j4f2_332:focus {
11948
- z-index: 3;
11949
- }
11950
- ._inputFocus_1j4f2_348 {
11934
+ ._inputFocus_1irb4_343 {
11935
+ position: relative;
11951
11936
  outline: none !important;
11952
- border: 1px solid var(--color-border-focus) !important;
11937
+ border-color: var(--color-border-focus) !important;
11953
11938
  box-shadow: var(--shadow-focus);
11939
+ z-index: 3;
11954
11940
  }
11955
- ._inputError_1j4f2_353,
11956
- ._inputWarning_1j4f2_354 {
11941
+ ._inputError_1irb4_350,
11942
+ ._inputWarning_1irb4_351 {
11957
11943
  position: relative;
11958
11944
  }
11959
- ._inputError_1j4f2_353 {
11945
+ ._inputError_1irb4_350 {
11960
11946
  z-index: 2;
11961
11947
  border-color: var(--color-border-error) !important;
11962
11948
  color: var(--color-text-error) !important;
11963
11949
  background-color: var(--color-background-error);
11964
11950
  }
11965
- ._inputError_1j4f2_353:hover {
11951
+ ._inputError_1irb4_350:hover {
11966
11952
  border-color: var(--color-border-error-hover) !important;
11967
11953
  }
11968
- ._inputError_1j4f2_353:focus {
11954
+ ._inputError_1irb4_350:focus {
11955
+ position: relative;
11969
11956
  outline: none !important;
11970
- border: 1px solid var(--color-border-focus) !important;
11957
+ border-color: var(--color-border-focus) !important;
11971
11958
  box-shadow: var(--shadow-focus);
11959
+ z-index: 3;
11972
11960
  }
11973
- ._inputWarning_1j4f2_354 {
11961
+ ._inputWarning_1irb4_351 {
11974
11962
  z-index: 1;
11975
11963
  border-color: var(--color-border-warning) !important;
11976
11964
  color: var(--color-text-warning) !important;
11977
11965
  background-color: var(--color-background-warning);
11978
11966
  }
11979
- ._inputWarning_1j4f2_354:hover {
11967
+ ._inputWarning_1irb4_351:hover {
11980
11968
  border-color: var(--color-border-warning-hover) !important;
11981
11969
  }
11982
- ._inputWarning_1j4f2_354:focus {
11970
+ ._inputWarning_1irb4_351:focus {
11971
+ position: relative;
11983
11972
  outline: none !important;
11984
- border: 1px solid var(--color-border-focus) !important;
11973
+ border-color: var(--color-border-focus) !important;
11985
11974
  box-shadow: var(--shadow-focus);
11975
+ z-index: 3;
11986
11976
  }
11987
- ._inputDisabled_1j4f2_385 {
11977
+ ._inputDisabled_1irb4_386 {
11988
11978
  pointer-events: none;
11989
11979
  background-color: var(--color-background-disabled);
11990
11980
  color: var(--color-text-muted);
11991
11981
  }
11992
- ._hideScrollbars_1j4f2_390 {
11982
+ ._hideScrollbars_1irb4_391 {
11993
11983
  /* Firefox */
11994
11984
  scrollbar-width: none;
11995
11985
  /* IE 10+ */
11996
11986
  -ms-overflow-style: none;
11997
11987
  /* Chrome, Safari and Opera */
11998
11988
  }
11999
- ._hideScrollbars_1j4f2_390::-webkit-scrollbar {
11989
+ ._hideScrollbars_1irb4_391::-webkit-scrollbar {
12000
11990
  display: none;
12001
11991
  }
12002
11992
  :root {
@@ -12005,7 +11995,7 @@ html[data-theme='dark'] {
12005
11995
  html[data-theme='dark'] {
12006
11996
  --color-border-message: transparent;
12007
11997
  }
12008
- ._container_1j4f2_406 {
11998
+ ._container_1irb4_407 {
12009
11999
  padding: 10px 14px;
12010
12000
  border-radius: 4px;
12011
12001
  display: inline-flex;
@@ -12020,33 +12010,33 @@ html[data-theme='dark'] {
12020
12010
  -ms-overflow-style: none;
12021
12011
  /* Chrome, Safari and Opera */
12022
12012
  }
12023
- ._container_1j4f2_406::-webkit-scrollbar {
12013
+ ._container_1irb4_407::-webkit-scrollbar {
12024
12014
  display: none;
12025
12015
  }
12026
- ._container_1j4f2_406._block_1j4f2_424 {
12016
+ ._container_1irb4_407._block_1irb4_425 {
12027
12017
  display: flex;
12028
12018
  }
12029
- ._container_1j4f2_406._info_1j4f2_427 {
12019
+ ._container_1irb4_407._info_1irb4_428 {
12030
12020
  color: var(--color-text-info);
12031
12021
  background-color: var(--color-background-info);
12032
12022
  }
12033
- ._container_1j4f2_406._success_1j4f2_431 {
12023
+ ._container_1irb4_407._success_1irb4_432 {
12034
12024
  color: var(--color-text-success);
12035
12025
  background-color: var(--color-background-success);
12036
12026
  }
12037
- ._container_1j4f2_406._warning_1j4f2_435 {
12027
+ ._container_1irb4_407._warning_1irb4_436 {
12038
12028
  color: var(--color-text-warning);
12039
12029
  background-color: var(--color-background-warning);
12040
12030
  }
12041
- ._container_1j4f2_406._error_1j4f2_439 {
12031
+ ._container_1irb4_407._error_1irb4_440 {
12042
12032
  color: var(--color-text-error);
12043
12033
  background-color: var(--color-background-error);
12044
12034
  }
12045
- ._content_1j4f2_443 {
12035
+ ._content_1irb4_444 {
12046
12036
  flex: 1;
12047
12037
  min-width: 0;
12048
12038
  }
12049
- ._heading_1j4f2_447 {
12039
+ ._heading_1irb4_448 {
12050
12040
  font-weight: bold;
12051
12041
  letter-spacing: 0.1em;
12052
12042
  text-transform: uppercase;
@@ -12054,42 +12044,42 @@ html[data-theme='dark'] {
12054
12044
  line-height: 20px;
12055
12045
  margin-bottom: 3px;
12056
12046
  }
12057
- ._icon_1j4f2_455,
12058
- ._dismiss_1j4f2_456 {
12047
+ ._icon_1irb4_456,
12048
+ ._dismiss_1irb4_457 {
12059
12049
  display: flex;
12060
12050
  justify-content: center;
12061
12051
  align-items: center;
12062
12052
  height: 20px;
12063
12053
  }
12064
- ._icon_1j4f2_455 {
12054
+ ._icon_1irb4_456 {
12065
12055
  margin-right: 12px;
12066
12056
  }
12067
- ._dismiss_1j4f2_456 {
12057
+ ._dismiss_1irb4_457 {
12068
12058
  margin-left: 12px;
12069
12059
  color: var(--color-text);
12070
12060
  }
12071
- ._dismiss_1j4f2_456._absolute_1j4f2_469 {
12061
+ ._dismiss_1irb4_457._absolute_1irb4_470 {
12072
12062
  position: absolute;
12073
12063
  top: 10px;
12074
12064
  right: 14px;
12075
12065
  }
12076
- ._legendToggle_1j4f2_474,
12077
- ._dismiss_1j4f2_456 {
12066
+ ._legendToggle_1irb4_475,
12067
+ ._dismiss_1irb4_457 {
12078
12068
  opacity: 0.4;
12079
12069
  }
12080
- ._legendToggle_1j4f2_474:hover,
12081
- ._dismiss_1j4f2_456:hover {
12070
+ ._legendToggle_1irb4_475:hover,
12071
+ ._dismiss_1irb4_457:hover {
12082
12072
  opacity: 0.8;
12083
12073
  cursor: pointer;
12084
12074
  }
12085
- ._legendToggle_1j4f2_474:active,
12086
- ._dismiss_1j4f2_456:active {
12075
+ ._legendToggle_1irb4_475:active,
12076
+ ._dismiss_1irb4_457:active {
12087
12077
  opacity: 1;
12088
12078
  }
12089
- ._legendToggle_1j4f2_474 {
12079
+ ._legendToggle_1irb4_475 {
12090
12080
  margin-top: 3px;
12091
12081
  }
12092
- ._detailsText_1j4f2_490 {
12082
+ ._detailsText_1irb4_491 {
12093
12083
  margin-top: 3px;
12094
12084
  word-break: break-word;
12095
12085
  }
@@ -13517,75 +13507,76 @@ html[data-theme='dark'] {
13517
13507
  /*
13518
13508
  Z-INDEX
13519
13509
  */
13520
- ._inputInTable_1phe1_332 {
13510
+ ._inputInTable_quufr_332 {
13521
13511
  background-color: transparent;
13522
13512
  border-radius: inherit !important;
13523
13513
  height: 38px;
13524
13514
  min-height: 100%;
13525
13515
  }
13526
- ._inputInTable_1phe1_332:hover,
13527
- ._inputInTable_1phe1_332:focus {
13516
+ ._inputHover_quufr_338 {
13528
13517
  position: relative;
13529
- }
13530
- ._inputInTable_1phe1_332:hover {
13518
+ border-color: var(--color-border-hover);
13531
13519
  z-index: 2;
13532
13520
  }
13533
- ._inputInTable_1phe1_332:focus {
13534
- z-index: 3;
13535
- }
13536
- ._inputFocus_1phe1_348 {
13521
+ ._inputFocus_quufr_343 {
13522
+ position: relative;
13537
13523
  outline: none !important;
13538
- border: 1px solid var(--color-border-focus) !important;
13524
+ border-color: var(--color-border-focus) !important;
13539
13525
  box-shadow: var(--shadow-focus);
13526
+ z-index: 3;
13540
13527
  }
13541
- ._inputError_1phe1_353,
13542
- ._inputWarning_1phe1_354 {
13528
+ ._inputError_quufr_350,
13529
+ ._inputWarning_quufr_351 {
13543
13530
  position: relative;
13544
13531
  }
13545
- ._inputError_1phe1_353 {
13532
+ ._inputError_quufr_350 {
13546
13533
  z-index: 2;
13547
13534
  border-color: var(--color-border-error) !important;
13548
13535
  color: var(--color-text-error) !important;
13549
13536
  background-color: var(--color-background-error);
13550
13537
  }
13551
- ._inputError_1phe1_353:hover {
13538
+ ._inputError_quufr_350:hover {
13552
13539
  border-color: var(--color-border-error-hover) !important;
13553
13540
  }
13554
- ._inputError_1phe1_353:focus {
13541
+ ._inputError_quufr_350:focus {
13542
+ position: relative;
13555
13543
  outline: none !important;
13556
- border: 1px solid var(--color-border-focus) !important;
13544
+ border-color: var(--color-border-focus) !important;
13557
13545
  box-shadow: var(--shadow-focus);
13546
+ z-index: 3;
13558
13547
  }
13559
- ._inputWarning_1phe1_354 {
13548
+ ._inputWarning_quufr_351 {
13560
13549
  z-index: 1;
13561
13550
  border-color: var(--color-border-warning) !important;
13562
13551
  color: var(--color-text-warning) !important;
13563
13552
  background-color: var(--color-background-warning);
13564
13553
  }
13565
- ._inputWarning_1phe1_354:hover {
13554
+ ._inputWarning_quufr_351:hover {
13566
13555
  border-color: var(--color-border-warning-hover) !important;
13567
13556
  }
13568
- ._inputWarning_1phe1_354:focus {
13557
+ ._inputWarning_quufr_351:focus {
13558
+ position: relative;
13569
13559
  outline: none !important;
13570
- border: 1px solid var(--color-border-focus) !important;
13560
+ border-color: var(--color-border-focus) !important;
13571
13561
  box-shadow: var(--shadow-focus);
13562
+ z-index: 3;
13572
13563
  }
13573
- ._inputDisabled_1phe1_385 {
13564
+ ._inputDisabled_quufr_386 {
13574
13565
  pointer-events: none;
13575
13566
  background-color: var(--color-background-disabled);
13576
13567
  color: var(--color-text-muted);
13577
13568
  }
13578
- ._hideScrollbars_1phe1_390 {
13569
+ ._hideScrollbars_quufr_391 {
13579
13570
  /* Firefox */
13580
13571
  scrollbar-width: none;
13581
13572
  /* IE 10+ */
13582
13573
  -ms-overflow-style: none;
13583
13574
  /* Chrome, Safari and Opera */
13584
13575
  }
13585
- ._hideScrollbars_1phe1_390::-webkit-scrollbar {
13576
+ ._hideScrollbars_quufr_391::-webkit-scrollbar {
13586
13577
  display: none;
13587
13578
  }
13588
- ._select_1phe1_400 {
13579
+ ._select_quufr_401 {
13589
13580
  appearance: none !important;
13590
13581
  -webkit-appearance: none !important;
13591
13582
  -moz-appearance: none !important;
@@ -13602,112 +13593,103 @@ html[data-theme='dark'] {
13602
13593
  border-radius: 0.28571429rem;
13603
13594
  height: 38px;
13604
13595
  }
13605
- ._select_1phe1_400 option {
13596
+ ._select_quufr_401 option {
13606
13597
  background: var(--color-background-input);
13607
13598
  color: var(--color-text);
13608
13599
  }
13609
- ._select_1phe1_400 option:focus {
13600
+ ._select_quufr_401 option:focus {
13610
13601
  background-color: var(--color-background-menuitem-active);
13611
13602
  }
13612
- ._select_1phe1_400:-moz-focusring {
13603
+ ._select_quufr_401:-moz-focusring {
13613
13604
  color: transparent !important;
13614
13605
  text-shadow: 0 0 0 #000 !important;
13615
13606
  }
13616
- ._select_1phe1_400:hover {
13607
+ ._select_quufr_401:hover {
13608
+ position: relative;
13617
13609
  border-color: var(--color-border-hover);
13610
+ z-index: 2;
13611
+ cursor: pointer;
13618
13612
  }
13619
- ._select_1phe1_400:focus {
13613
+ ._select_quufr_401:focus {
13614
+ position: relative;
13620
13615
  outline: none !important;
13621
- border: 1px solid var(--color-border-focus) !important;
13616
+ border-color: var(--color-border-focus) !important;
13622
13617
  box-shadow: var(--shadow-focus);
13618
+ z-index: 3;
13623
13619
  }
13624
- ._select_1phe1_400._isInTable_1phe1_436 {
13620
+ ._select_quufr_401._isInTable_quufr_442 {
13625
13621
  background-color: transparent;
13626
13622
  border-radius: inherit !important;
13627
13623
  height: 38px;
13628
13624
  min-height: 100%;
13629
13625
  }
13630
- ._select_1phe1_400._isInTable_1phe1_436:hover,
13631
- ._select_1phe1_400._isInTable_1phe1_436:focus {
13632
- position: relative;
13633
- }
13634
- ._select_1phe1_400._isInTable_1phe1_436:hover {
13635
- z-index: 2;
13636
- }
13637
- ._select_1phe1_400._isInTable_1phe1_436:focus {
13638
- z-index: 3;
13639
- }
13640
- ._select_1phe1_400._unSelected_1phe1_452 {
13626
+ ._select_quufr_401._unSelected_quufr_448 {
13641
13627
  color: var(--color-text-faint) !important;
13642
13628
  }
13643
- ._select_1phe1_400._unSelected_1phe1_452:-moz-focusring {
13629
+ ._select_quufr_401._unSelected_quufr_448:-moz-focusring {
13644
13630
  color: transparent !important;
13645
13631
  text-shadow: 0 0 0 #000 !important;
13646
13632
  }
13647
- ._select_1phe1_400._error_1phe1_459 {
13633
+ ._select_quufr_401._error_quufr_455 {
13648
13634
  position: relative;
13649
13635
  z-index: 2;
13650
13636
  border-color: var(--color-border-error) !important;
13651
13637
  color: var(--color-text-error) !important;
13652
13638
  background-color: var(--color-background-error);
13653
13639
  }
13654
- ._select_1phe1_400._error_1phe1_459:hover {
13640
+ ._select_quufr_401._error_quufr_455:hover {
13655
13641
  border-color: var(--color-border-error-hover) !important;
13656
13642
  }
13657
- ._select_1phe1_400._error_1phe1_459:focus {
13643
+ ._select_quufr_401._error_quufr_455:focus {
13644
+ position: relative;
13658
13645
  outline: none !important;
13659
- border: 1px solid var(--color-border-focus) !important;
13646
+ border-color: var(--color-border-focus) !important;
13660
13647
  box-shadow: var(--shadow-focus);
13648
+ z-index: 3;
13661
13649
  }
13662
- ._select_1phe1_400._warning_1phe1_474 {
13650
+ ._select_quufr_401._warning_quufr_472 {
13663
13651
  position: relative;
13664
13652
  z-index: 1;
13665
13653
  border-color: var(--color-border-warning) !important;
13666
13654
  color: var(--color-text-warning) !important;
13667
13655
  background-color: var(--color-background-warning);
13668
13656
  }
13669
- ._select_1phe1_400._warning_1phe1_474:hover {
13657
+ ._select_quufr_401._warning_quufr_472:hover {
13670
13658
  border-color: var(--color-border-warning-hover) !important;
13671
13659
  }
13672
- ._select_1phe1_400._warning_1phe1_474:focus {
13660
+ ._select_quufr_401._warning_quufr_472:focus {
13661
+ position: relative;
13673
13662
  outline: none !important;
13674
- border: 1px solid var(--color-border-focus) !important;
13663
+ border-color: var(--color-border-focus) !important;
13675
13664
  box-shadow: var(--shadow-focus);
13665
+ z-index: 3;
13676
13666
  }
13677
- ._select_1phe1_400._small_1phe1_489 {
13667
+ ._select_quufr_401._small_quufr_489 {
13678
13668
  font-size: 12px;
13679
13669
  height: 24px;
13680
13670
  padding: 3.5px 7px;
13681
13671
  background-position: right 8px center !important;
13682
13672
  padding-right: 28px;
13683
13673
  }
13684
- ._select_1phe1_400._right_1phe1_496 {
13674
+ ._select_quufr_401._right_quufr_496 {
13685
13675
  text-align: right;
13686
13676
  text-align-last: right;
13687
13677
  }
13688
- ._select_1phe1_400[disabled] {
13678
+ ._select_quufr_401[disabled] {
13689
13679
  opacity: 1;
13690
13680
  pointer-events: none;
13691
13681
  background-color: var(--color-background-disabled);
13692
13682
  color: var(--color-text-muted);
13693
13683
  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");
13694
13684
  }
13695
- ._groupOrderFirst_1phe1_507 ._input_1phe1_332:hover,
13696
- ._groupOrderMiddle_1phe1_508 ._input_1phe1_332:hover,
13697
- ._groupOrderLast_1phe1_509 ._input_1phe1_332:hover,
13698
- ._groupOrderFirst_1phe1_507 ._input_1phe1_332:focus,
13699
- ._groupOrderMiddle_1phe1_508 ._input_1phe1_332:focus,
13700
- ._groupOrderLast_1phe1_509 ._input_1phe1_332:focus {
13701
- z-index: 2;
13702
- }
13703
- ._groupOrderFirst_1phe1_507,
13704
- ._groupOrderMiddle_1phe1_508 {
13685
+ ._groupOrderFirst_quufr_507,
13686
+ ._groupOrderMiddle_quufr_508 {
13705
13687
  margin-right: -1px;
13706
13688
  border-top-right-radius: 0 !important;
13707
13689
  border-bottom-right-radius: 0 !important;
13708
13690
  }
13709
- ._groupOrderLast_1phe1_509,
13710
- ._groupOrderMiddle_1phe1_508 {
13691
+ ._groupOrderLast_quufr_513,
13692
+ ._groupOrderMiddle_quufr_508 {
13711
13693
  border-top-left-radius: 0 !important;
13712
13694
  border-bottom-left-radius: 0 !important;
13713
13695
  }
@@ -14484,79 +14466,80 @@ html[data-theme='dark'] {
14484
14466
  /*
14485
14467
  Z-INDEX
14486
14468
  */
14487
- ._inputInTable_1pdad_332 {
14469
+ ._inputInTable_3i4tj_332 {
14488
14470
  background-color: transparent;
14489
14471
  border-radius: inherit !important;
14490
14472
  height: 38px;
14491
14473
  min-height: 100%;
14492
14474
  }
14493
- ._inputInTable_1pdad_332:hover,
14494
- ._inputInTable_1pdad_332:focus {
14475
+ ._inputHover_3i4tj_338 {
14495
14476
  position: relative;
14496
- }
14497
- ._inputInTable_1pdad_332:hover {
14477
+ border-color: var(--color-border-hover);
14498
14478
  z-index: 2;
14499
14479
  }
14500
- ._inputInTable_1pdad_332:focus {
14501
- z-index: 3;
14502
- }
14503
- ._inputFocus_1pdad_348 {
14480
+ ._inputFocus_3i4tj_343 {
14481
+ position: relative;
14504
14482
  outline: none !important;
14505
- border: 1px solid var(--color-border-focus) !important;
14483
+ border-color: var(--color-border-focus) !important;
14506
14484
  box-shadow: var(--shadow-focus);
14485
+ z-index: 3;
14507
14486
  }
14508
- ._inputError_1pdad_353,
14509
- ._inputWarning_1pdad_354 {
14487
+ ._inputError_3i4tj_350,
14488
+ ._inputWarning_3i4tj_351 {
14510
14489
  position: relative;
14511
14490
  }
14512
- ._inputError_1pdad_353 {
14491
+ ._inputError_3i4tj_350 {
14513
14492
  z-index: 2;
14514
14493
  border-color: var(--color-border-error) !important;
14515
14494
  color: var(--color-text-error) !important;
14516
14495
  background-color: var(--color-background-error);
14517
14496
  }
14518
- ._inputError_1pdad_353:hover {
14497
+ ._inputError_3i4tj_350:hover {
14519
14498
  border-color: var(--color-border-error-hover) !important;
14520
14499
  }
14521
- ._inputError_1pdad_353:focus {
14500
+ ._inputError_3i4tj_350:focus {
14501
+ position: relative;
14522
14502
  outline: none !important;
14523
- border: 1px solid var(--color-border-focus) !important;
14503
+ border-color: var(--color-border-focus) !important;
14524
14504
  box-shadow: var(--shadow-focus);
14505
+ z-index: 3;
14525
14506
  }
14526
- ._inputWarning_1pdad_354 {
14507
+ ._inputWarning_3i4tj_351 {
14527
14508
  z-index: 1;
14528
14509
  border-color: var(--color-border-warning) !important;
14529
14510
  color: var(--color-text-warning) !important;
14530
14511
  background-color: var(--color-background-warning);
14531
14512
  }
14532
- ._inputWarning_1pdad_354:hover {
14513
+ ._inputWarning_3i4tj_351:hover {
14533
14514
  border-color: var(--color-border-warning-hover) !important;
14534
14515
  }
14535
- ._inputWarning_1pdad_354:focus {
14516
+ ._inputWarning_3i4tj_351:focus {
14517
+ position: relative;
14536
14518
  outline: none !important;
14537
- border: 1px solid var(--color-border-focus) !important;
14519
+ border-color: var(--color-border-focus) !important;
14538
14520
  box-shadow: var(--shadow-focus);
14521
+ z-index: 3;
14539
14522
  }
14540
- ._inputDisabled_1pdad_385 {
14523
+ ._inputDisabled_3i4tj_386 {
14541
14524
  pointer-events: none;
14542
14525
  background-color: var(--color-background-disabled);
14543
14526
  color: var(--color-text-muted);
14544
14527
  }
14545
- ._hideScrollbars_1pdad_390 {
14528
+ ._hideScrollbars_3i4tj_391 {
14546
14529
  /* Firefox */
14547
14530
  scrollbar-width: none;
14548
14531
  /* IE 10+ */
14549
14532
  -ms-overflow-style: none;
14550
14533
  /* Chrome, Safari and Opera */
14551
14534
  }
14552
- ._hideScrollbars_1pdad_390::-webkit-scrollbar {
14535
+ ._hideScrollbars_3i4tj_391::-webkit-scrollbar {
14553
14536
  display: none;
14554
14537
  }
14555
14538
  :root {
14556
14539
  --size-select-icon: 24px;
14557
14540
  --size-select-icon-sm: 16px;
14558
14541
  }
14559
- ._trigger_1pdad_404 {
14542
+ ._trigger_3i4tj_405 {
14560
14543
  font-weight: normal;
14561
14544
  display: flex;
14562
14545
  align-items: center;
@@ -14567,84 +14550,76 @@ html[data-theme='dark'] {
14567
14550
  position: relative;
14568
14551
  padding-left: 14px;
14569
14552
  }
14570
- ._trigger_1pdad_404 input {
14553
+ ._trigger_3i4tj_405 input {
14571
14554
  border: none !important;
14572
14555
  background: transparent !important;
14573
14556
  }
14574
- ._trigger_1pdad_404._isInTable_1pdad_419 {
14557
+ ._trigger_3i4tj_405._isInTable_3i4tj_420 {
14575
14558
  background-color: transparent;
14576
14559
  border-radius: inherit !important;
14577
14560
  height: 38px;
14578
14561
  min-height: 100%;
14579
14562
  }
14580
- ._trigger_1pdad_404._isInTable_1pdad_419:hover,
14581
- ._trigger_1pdad_404._isInTable_1pdad_419:focus {
14582
- position: relative;
14583
- }
14584
- ._trigger_1pdad_404._isInTable_1pdad_419:hover {
14585
- z-index: 2;
14586
- }
14587
- ._trigger_1pdad_404._isInTable_1pdad_419:focus {
14588
- z-index: 3;
14589
- }
14590
- ._trigger_1pdad_404._isInTable_1pdad_419 ._input_1pdad_332 {
14563
+ ._trigger_3i4tj_405._isInTable_3i4tj_420 ._input_3i4tj_332 {
14591
14564
  background: transparent !important;
14592
14565
  }
14593
- ._trigger_1pdad_404._isInTable_1pdad_419._isOpen_1pdad_438,
14594
- ._trigger_1pdad_404._isInTable_1pdad_419:hover,
14595
- ._trigger_1pdad_404._isInTable_1pdad_419:focus {
14566
+ ._trigger_3i4tj_405:hover {
14596
14567
  position: relative;
14597
- z-index: 2;
14598
- }
14599
- ._trigger_1pdad_404:hover {
14600
14568
  border-color: var(--color-border-hover);
14569
+ z-index: 2;
14601
14570
  cursor: pointer;
14602
14571
  }
14603
- ._trigger_1pdad_404._isOpen_1pdad_438,
14604
- ._trigger_1pdad_404:focus {
14572
+ ._trigger_3i4tj_405._isOpen_3i4tj_435,
14573
+ ._trigger_3i4tj_405:focus {
14574
+ position: relative;
14605
14575
  outline: none !important;
14606
- border: 1px solid var(--color-border-focus) !important;
14576
+ border-color: var(--color-border-focus) !important;
14607
14577
  box-shadow: var(--shadow-focus);
14578
+ z-index: 3;
14608
14579
  }
14609
- ._trigger_1pdad_404._error_1pdad_454 {
14580
+ ._trigger_3i4tj_405._error_3i4tj_443 {
14610
14581
  position: relative;
14611
14582
  z-index: 2;
14612
14583
  border-color: var(--color-border-error) !important;
14613
14584
  color: var(--color-text-error) !important;
14614
14585
  background-color: var(--color-background-error);
14615
14586
  }
14616
- ._trigger_1pdad_404._error_1pdad_454:hover {
14587
+ ._trigger_3i4tj_405._error_3i4tj_443:hover {
14617
14588
  border-color: var(--color-border-error-hover) !important;
14618
14589
  }
14619
- ._trigger_1pdad_404._error_1pdad_454:focus {
14590
+ ._trigger_3i4tj_405._error_3i4tj_443:focus {
14591
+ position: relative;
14620
14592
  outline: none !important;
14621
- border: 1px solid var(--color-border-focus) !important;
14593
+ border-color: var(--color-border-focus) !important;
14622
14594
  box-shadow: var(--shadow-focus);
14595
+ z-index: 3;
14623
14596
  }
14624
- ._trigger_1pdad_404._warning_1pdad_469 {
14597
+ ._trigger_3i4tj_405._warning_3i4tj_460 {
14625
14598
  position: relative;
14626
14599
  z-index: 1;
14627
14600
  border-color: var(--color-border-warning) !important;
14628
14601
  color: var(--color-text-warning) !important;
14629
14602
  background-color: var(--color-background-warning);
14630
14603
  }
14631
- ._trigger_1pdad_404._warning_1pdad_469:hover {
14604
+ ._trigger_3i4tj_405._warning_3i4tj_460:hover {
14632
14605
  border-color: var(--color-border-warning-hover) !important;
14633
14606
  }
14634
- ._trigger_1pdad_404._warning_1pdad_469:focus {
14607
+ ._trigger_3i4tj_405._warning_3i4tj_460:focus {
14608
+ position: relative;
14635
14609
  outline: none !important;
14636
- border: 1px solid var(--color-border-focus) !important;
14610
+ border-color: var(--color-border-focus) !important;
14637
14611
  box-shadow: var(--shadow-focus);
14612
+ z-index: 3;
14638
14613
  }
14639
- ._trigger_1pdad_404._disabled_1pdad_484 {
14614
+ ._trigger_3i4tj_405._disabled_3i4tj_477 {
14640
14615
  pointer-events: none;
14641
14616
  background-color: var(--color-background-disabled);
14642
14617
  color: var(--color-text-muted);
14643
14618
  }
14644
- ._trigger_1pdad_404._disabled_1pdad_484 ._iconOpen_1pdad_489 {
14619
+ ._trigger_3i4tj_405._disabled_3i4tj_477 ._iconOpen_3i4tj_482 {
14645
14620
  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");
14646
14621
  }
14647
- ._icons_1pdad_492 {
14622
+ ._icons_3i4tj_485 {
14648
14623
  display: flex;
14649
14624
  flex-wrap: nowrap;
14650
14625
  flex-shrink: 0;
@@ -14652,8 +14627,8 @@ html[data-theme='dark'] {
14652
14627
  z-index: 2;
14653
14628
  font-size: 12px;
14654
14629
  }
14655
- ._icons_1pdad_492 ._clearAll_1pdad_500,
14656
- ._icons_1pdad_492 ._iconOpen_1pdad_489 {
14630
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493,
14631
+ ._icons_3i4tj_485 ._iconOpen_3i4tj_482 {
14657
14632
  width: var(--size-select-icon);
14658
14633
  height: var(--size-select-icon);
14659
14634
  margin: -1px 0;
@@ -14661,30 +14636,30 @@ html[data-theme='dark'] {
14661
14636
  justify-content: flex-start;
14662
14637
  align-items: center;
14663
14638
  }
14664
- ._small_1pdad_509 ._icons_1pdad_492 ._clearAll_1pdad_500,
14665
- ._small_1pdad_509 ._icons_1pdad_492 ._iconOpen_1pdad_489 {
14639
+ ._small_3i4tj_502 ._icons_3i4tj_485 ._clearAll_3i4tj_493,
14640
+ ._small_3i4tj_502 ._icons_3i4tj_485 ._iconOpen_3i4tj_482 {
14666
14641
  width: var(--size-select-icon-sm);
14667
14642
  height: var(--size-select-icon-sm);
14668
14643
  }
14669
- ._icons_1pdad_492 ._clearAll_1pdad_500 {
14644
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493 {
14670
14645
  color: var(--color-border);
14671
14646
  }
14672
- ._icons_1pdad_492 ._clearAll_1pdad_500:hover,
14673
- ._icons_1pdad_492 ._clearAll_1pdad_500._focus_1pdad_518 {
14647
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493:hover,
14648
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493._focus_3i4tj_511 {
14674
14649
  color: var(--color-text);
14675
14650
  outline: 0;
14676
14651
  }
14677
- ._icons_1pdad_492 ._iconOpen_1pdad_489 {
14652
+ ._icons_3i4tj_485 ._iconOpen_3i4tj_482 {
14678
14653
  color: inherit;
14679
14654
  display: block;
14680
14655
  flex-shrink: 0;
14681
14656
  background: transparent 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") no-repeat left;
14682
14657
  background-size: 8px 12px;
14683
14658
  }
14684
- ._icons_1pdad_492 svg {
14659
+ ._icons_3i4tj_485 svg {
14685
14660
  display: block;
14686
14661
  }
14687
- ._triggerInputContainer_1pdad_532 {
14662
+ ._triggerInputContainer_3i4tj_525 {
14688
14663
  display: flex;
14689
14664
  align-items: center;
14690
14665
  position: relative;
@@ -14693,31 +14668,31 @@ html[data-theme='dark'] {
14693
14668
  min-width: 0;
14694
14669
  margin-right: 4px;
14695
14670
  }
14696
- ._right_1pdad_541 ._triggerInputContainer_1pdad_532 {
14671
+ ._right_3i4tj_534 ._triggerInputContainer_3i4tj_525 {
14697
14672
  justify-content: flex-end;
14698
14673
  text-align: right;
14699
14674
  }
14700
- ._right_1pdad_541 ._triggerInputContainer_1pdad_532 input {
14675
+ ._right_3i4tj_534 ._triggerInputContainer_3i4tj_525 input {
14701
14676
  padding-right: 0;
14702
14677
  padding-left: 0;
14703
14678
  text-align: right;
14704
14679
  width: 0;
14705
14680
  }
14706
- ._right_1pdad_541 ._triggerInputContainer_1pdad_532 input:focus {
14681
+ ._right_3i4tj_534 ._triggerInputContainer_3i4tj_525 input:focus {
14707
14682
  width: auto;
14708
14683
  }
14709
- ._multiOptions_1pdad_554 {
14684
+ ._multiOptions_3i4tj_547 {
14710
14685
  display: flex;
14711
14686
  overflow: hidden;
14712
14687
  margin-left: -8px;
14713
14688
  }
14714
- ._small_1pdad_509 ._multiOptions_1pdad_554 {
14689
+ ._small_3i4tj_502 ._multiOptions_3i4tj_547 {
14715
14690
  margin-left: -5px;
14716
14691
  }
14717
- ._multiOptions_1pdad_554:empty {
14692
+ ._multiOptions_3i4tj_547:empty {
14718
14693
  display: none !important;
14719
14694
  }
14720
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 {
14695
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 {
14721
14696
  user-select: none;
14722
14697
  pointer-events: none;
14723
14698
  display: inline-flex;
@@ -14734,14 +14709,14 @@ html[data-theme='dark'] {
14734
14709
  flex-shrink: 0;
14735
14710
  margin-right: 2px;
14736
14711
  }
14737
- ._small_1pdad_509 ._multiOptions_1pdad_554 ._multiOption_1pdad_554 {
14712
+ ._small_3i4tj_502 ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 {
14738
14713
  height: var(--size-xs);
14739
14714
  padding: 0 3px;
14740
14715
  }
14741
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._label_1pdad_586 {
14716
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._label_3i4tj_579 {
14742
14717
  white-space: nowrap;
14743
14718
  }
14744
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._closeMultiOption_1pdad_589 {
14719
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._closeMultiOption_3i4tj_582 {
14745
14720
  flex-shrink: 0;
14746
14721
  display: flex;
14747
14722
  align-items: center;
@@ -14751,13 +14726,13 @@ html[data-theme='dark'] {
14751
14726
  opacity: 0.25;
14752
14727
  aspect-ratio: 1;
14753
14728
  }
14754
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._closeMultiOption_1pdad_589:hover,
14755
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._closeMultiOption_1pdad_589._focus_1pdad_518 {
14729
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._closeMultiOption_3i4tj_582:hover,
14730
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._closeMultiOption_3i4tj_582._focus_3i4tj_511 {
14756
14731
  opacity: 1;
14757
14732
  outline: 0;
14758
14733
  }
14759
- ._selectedSingleValue_1pdad_604,
14760
- ._placeHolder_1pdad_605 {
14734
+ ._selectedSingleValue_3i4tj_597,
14735
+ ._placeHolder_3i4tj_598 {
14761
14736
  line-height: 36px;
14762
14737
  right: 0;
14763
14738
  left: 0;
@@ -14767,10 +14742,10 @@ html[data-theme='dark'] {
14767
14742
  display: block;
14768
14743
  position: absolute;
14769
14744
  }
14770
- ._placeHolder_1pdad_605 {
14745
+ ._placeHolder_3i4tj_598 {
14771
14746
  color: var(--color-text-faint);
14772
14747
  }
14773
- ._input_1pdad_332 {
14748
+ ._input_3i4tj_332 {
14774
14749
  font-family: 'Lato', sans-serif;
14775
14750
  background-color: transparent;
14776
14751
  border: none;
@@ -14778,53 +14753,45 @@ html[data-theme='dark'] {
14778
14753
  padding: 0;
14779
14754
  width: 0;
14780
14755
  }
14781
- ._input_1pdad_332._error_1pdad_454 {
14756
+ ._input_3i4tj_332._error_3i4tj_443 {
14782
14757
  color: var(--color-text-error) !important;
14783
14758
  }
14784
- ._input_1pdad_332:focus {
14759
+ ._input_3i4tj_332:focus {
14785
14760
  outline: none;
14786
14761
  width: auto;
14787
14762
  }
14788
- ._small_1pdad_509 {
14763
+ ._small_3i4tj_502 {
14789
14764
  height: 24px;
14790
14765
  font-size: 12px;
14791
14766
  padding-left: 7px;
14792
14767
  }
14793
- ._small_1pdad_509 ._selectedSingleValue_1pdad_604,
14794
- ._small_1pdad_509 ._placeHolder_1pdad_605,
14795
- ._small_1pdad_509 ._input_1pdad_332 {
14768
+ ._small_3i4tj_502 ._selectedSingleValue_3i4tj_597,
14769
+ ._small_3i4tj_502 ._placeHolder_3i4tj_598,
14770
+ ._small_3i4tj_502 ._input_3i4tj_332 {
14796
14771
  height: 22px;
14797
14772
  line-height: 22px;
14798
14773
  }
14799
- ._groupOrderFirst_1pdad_644 ._input_1pdad_332:hover,
14800
- ._groupOrderMiddle_1pdad_645 ._input_1pdad_332:hover,
14801
- ._groupOrderLast_1pdad_646 ._input_1pdad_332:hover,
14802
- ._groupOrderFirst_1pdad_644 ._input_1pdad_332:focus,
14803
- ._groupOrderMiddle_1pdad_645 ._input_1pdad_332:focus,
14804
- ._groupOrderLast_1pdad_646 ._input_1pdad_332:focus {
14805
- z-index: 2;
14806
- }
14807
- ._groupOrderFirst_1pdad_644,
14808
- ._groupOrderMiddle_1pdad_645 {
14774
+ ._groupOrderFirst_3i4tj_637,
14775
+ ._groupOrderMiddle_3i4tj_638 {
14809
14776
  margin-right: -1px;
14810
14777
  border-top-right-radius: 0 !important;
14811
14778
  border-bottom-right-radius: 0 !important;
14812
14779
  }
14813
- ._groupOrderLast_1pdad_646,
14814
- ._groupOrderMiddle_1pdad_645 {
14780
+ ._groupOrderLast_3i4tj_643,
14781
+ ._groupOrderMiddle_3i4tj_638 {
14815
14782
  border-top-left-radius: 0 !important;
14816
14783
  border-bottom-left-radius: 0 !important;
14817
14784
  }
14818
- ._detailedLabel_1pdad_663 {
14785
+ ._detailedLabel_3i4tj_648 {
14819
14786
  width: 100%;
14820
14787
  }
14821
- ._detailedLabel_1pdad_663 :first-child {
14788
+ ._detailedLabel_3i4tj_648 :first-child {
14822
14789
  float: left;
14823
14790
  position: absolute;
14824
14791
  background-color: white;
14825
14792
  padding-right: 5px;
14826
14793
  }
14827
- ._detailedLabel_1pdad_663 :last-child {
14794
+ ._detailedLabel_3i4tj_648 :last-child {
14828
14795
  float: right;
14829
14796
  }
14830
14797
  ._paginationContainer_1g3st_1 {
@@ -16352,88 +16319,89 @@ html[data-theme='dark'] {
16352
16319
  /*
16353
16320
  Z-INDEX
16354
16321
  */
16355
- ._inputInTable_1boi8_332 {
16322
+ ._inputInTable_e9nqj_332 {
16356
16323
  background-color: transparent;
16357
16324
  border-radius: inherit !important;
16358
16325
  height: 38px;
16359
16326
  min-height: 100%;
16360
16327
  }
16361
- ._inputInTable_1boi8_332:hover,
16362
- ._inputInTable_1boi8_332:focus {
16328
+ ._inputHover_e9nqj_338 {
16363
16329
  position: relative;
16364
- }
16365
- ._inputInTable_1boi8_332:hover {
16330
+ border-color: var(--color-border-hover);
16366
16331
  z-index: 2;
16367
16332
  }
16368
- ._inputInTable_1boi8_332:focus {
16369
- z-index: 3;
16370
- }
16371
- ._inputFocus_1boi8_348 {
16333
+ ._inputFocus_e9nqj_343 {
16334
+ position: relative;
16372
16335
  outline: none !important;
16373
- border: 1px solid var(--color-border-focus) !important;
16336
+ border-color: var(--color-border-focus) !important;
16374
16337
  box-shadow: var(--shadow-focus);
16338
+ z-index: 3;
16375
16339
  }
16376
- ._inputError_1boi8_353,
16377
- ._inputWarning_1boi8_354 {
16340
+ ._inputError_e9nqj_350,
16341
+ ._inputWarning_e9nqj_351 {
16378
16342
  position: relative;
16379
16343
  }
16380
- ._inputError_1boi8_353 {
16344
+ ._inputError_e9nqj_350 {
16381
16345
  z-index: 2;
16382
16346
  border-color: var(--color-border-error) !important;
16383
16347
  color: var(--color-text-error) !important;
16384
16348
  background-color: var(--color-background-error);
16385
16349
  }
16386
- ._inputError_1boi8_353:hover {
16350
+ ._inputError_e9nqj_350:hover {
16387
16351
  border-color: var(--color-border-error-hover) !important;
16388
16352
  }
16389
- ._inputError_1boi8_353:focus {
16353
+ ._inputError_e9nqj_350:focus {
16354
+ position: relative;
16390
16355
  outline: none !important;
16391
- border: 1px solid var(--color-border-focus) !important;
16356
+ border-color: var(--color-border-focus) !important;
16392
16357
  box-shadow: var(--shadow-focus);
16358
+ z-index: 3;
16393
16359
  }
16394
- ._inputWarning_1boi8_354 {
16360
+ ._inputWarning_e9nqj_351 {
16395
16361
  z-index: 1;
16396
16362
  border-color: var(--color-border-warning) !important;
16397
16363
  color: var(--color-text-warning) !important;
16398
16364
  background-color: var(--color-background-warning);
16399
16365
  }
16400
- ._inputWarning_1boi8_354:hover {
16366
+ ._inputWarning_e9nqj_351:hover {
16401
16367
  border-color: var(--color-border-warning-hover) !important;
16402
16368
  }
16403
- ._inputWarning_1boi8_354:focus {
16369
+ ._inputWarning_e9nqj_351:focus {
16370
+ position: relative;
16404
16371
  outline: none !important;
16405
- border: 1px solid var(--color-border-focus) !important;
16372
+ border-color: var(--color-border-focus) !important;
16406
16373
  box-shadow: var(--shadow-focus);
16374
+ z-index: 3;
16407
16375
  }
16408
- ._inputDisabled_1boi8_385 {
16376
+ ._inputDisabled_e9nqj_386 {
16409
16377
  pointer-events: none;
16410
16378
  background-color: var(--color-background-disabled);
16411
16379
  color: var(--color-text-muted);
16412
16380
  }
16413
- ._hideScrollbars_1boi8_390 {
16381
+ ._hideScrollbars_e9nqj_391 {
16414
16382
  /* Firefox */
16415
16383
  scrollbar-width: none;
16416
16384
  /* IE 10+ */
16417
16385
  -ms-overflow-style: none;
16418
16386
  /* Chrome, Safari and Opera */
16419
16387
  }
16420
- ._hideScrollbars_1boi8_390::-webkit-scrollbar {
16388
+ ._hideScrollbars_e9nqj_391::-webkit-scrollbar {
16421
16389
  display: none;
16422
16390
  }
16423
16391
  :root {
16424
16392
  --color-background-sidebar: var(--color-neutral-950);
16425
16393
  }
16426
- ._sidebar_1boi8_403 {
16394
+ ._sidebar_e9nqj_404 {
16427
16395
  background-color: var(--color-background-sidebar);
16428
16396
  color: white;
16429
16397
  position: relative;
16430
16398
  }
16431
16399
  @media print {
16432
- ._sidebar_1boi8_403 {
16400
+ ._sidebar_e9nqj_404 {
16433
16401
  display: none;
16434
16402
  }
16435
16403
  }
16436
- ._inner_1boi8_413 {
16404
+ ._inner_e9nqj_414 {
16437
16405
  padding: 1.4rem;
16438
16406
  /* Firefox */
16439
16407
  scrollbar-width: none;
@@ -16441,24 +16409,24 @@ html[data-theme='dark'] {
16441
16409
  -ms-overflow-style: none;
16442
16410
  /* Chrome, Safari and Opera */
16443
16411
  }
16444
- ._inner_1boi8_413::-webkit-scrollbar {
16412
+ ._inner_e9nqj_414::-webkit-scrollbar {
16445
16413
  display: none;
16446
16414
  }
16447
- ._title_1boi8_424,
16448
- ._subtitle_1boi8_425,
16449
- ._label_1boi8_426 {
16415
+ ._title_e9nqj_425,
16416
+ ._subtitle_e9nqj_426,
16417
+ ._label_e9nqj_427 {
16450
16418
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
16451
16419
  max-height: 50px;
16452
16420
  }
16453
- ._collapsed_1boi8_430 ._title_1boi8_424,
16454
- ._collapsed_1boi8_430 ._subtitle_1boi8_425,
16455
- ._collapsed_1boi8_430 ._label_1boi8_426 {
16421
+ ._collapsed_e9nqj_431 ._title_e9nqj_425,
16422
+ ._collapsed_e9nqj_431 ._subtitle_e9nqj_426,
16423
+ ._collapsed_e9nqj_431 ._label_e9nqj_427 {
16456
16424
  opacity: 0;
16457
16425
  max-height: 0;
16458
16426
  margin-bottom: 0;
16459
16427
  margin-top: 0;
16460
16428
  }
16461
- ._title_1boi8_424 {
16429
+ ._title_e9nqj_425 {
16462
16430
  overflow: hidden;
16463
16431
  max-width: 100%;
16464
16432
  text-overflow: ellipsis;
@@ -16466,20 +16434,20 @@ html[data-theme='dark'] {
16466
16434
  margin-top: 0;
16467
16435
  font-size: 16px;
16468
16436
  }
16469
- ._subtitle_1boi8_425 {
16437
+ ._subtitle_e9nqj_426 {
16470
16438
  margin-bottom: 0.75rem;
16471
16439
  white-space: nowrap;
16472
16440
  font-size: 12px;
16473
16441
  letter-spacing: 0.1em;
16474
16442
  opacity: 0.6;
16475
16443
  }
16476
- ._list_1boi8_453 {
16444
+ ._list_e9nqj_454 {
16477
16445
  margin-left: -1.4rem;
16478
16446
  margin-right: -1.4rem;
16479
16447
  margin-bottom: 2rem;
16480
16448
  margin-top: 0;
16481
16449
  }
16482
- ._item_1boi8_459 {
16450
+ ._item_e9nqj_460 {
16483
16451
  font-size: 16px;
16484
16452
  color: white;
16485
16453
  font-weight: normal;
@@ -16487,27 +16455,27 @@ html[data-theme='dark'] {
16487
16455
  padding: 0.4rem 1.4rem;
16488
16456
  align-items: center;
16489
16457
  }
16490
- ._item_1boi8_459:focus {
16458
+ ._item_e9nqj_460:focus {
16491
16459
  outline: none;
16492
16460
  }
16493
- ._item_1boi8_459::-moz-focus-inner {
16461
+ ._item_e9nqj_460::-moz-focus-inner {
16494
16462
  border: 0;
16495
16463
  }
16496
- ._item_1boi8_459:hover,
16497
- ._item_1boi8_459:focus {
16464
+ ._item_e9nqj_460:hover,
16465
+ ._item_e9nqj_460:focus {
16498
16466
  color: var(--color-primary-400);
16499
16467
  }
16500
- ._item_1boi8_459:active {
16468
+ ._item_e9nqj_460:active {
16501
16469
  color: var(--color-primary-300);
16502
16470
  }
16503
- ._item_1boi8_459._active_1boi8_480 {
16471
+ ._item_e9nqj_460._active_e9nqj_481 {
16504
16472
  color: white;
16505
16473
  background: black;
16506
16474
  }
16507
- ._item_1boi8_459._experimental_1boi8_484 {
16475
+ ._item_e9nqj_460._experimental_e9nqj_485 {
16508
16476
  background: #40130b;
16509
16477
  }
16510
- ._icon_1boi8_487 {
16478
+ ._icon_e9nqj_488 {
16511
16479
  margin-right: 10px;
16512
16480
  line-height: 0;
16513
16481
  flex-shrink: 0;
@@ -16515,23 +16483,23 @@ html[data-theme='dark'] {
16515
16483
  opacity: 0.4;
16516
16484
  display: block;
16517
16485
  }
16518
- ._item_1boi8_459:hover ._icon_1boi8_487,
16519
- ._item_1boi8_459:focus ._icon_1boi8_487 {
16486
+ ._item_e9nqj_460:hover ._icon_e9nqj_488,
16487
+ ._item_e9nqj_460:focus ._icon_e9nqj_488 {
16520
16488
  opacity: 0.6;
16521
16489
  }
16522
- ._item_1boi8_459:active ._icon_1boi8_487 {
16490
+ ._item_e9nqj_460:active ._icon_e9nqj_488 {
16523
16491
  opacity: 0.8;
16524
16492
  }
16525
- ._item_1boi8_459._active_1boi8_480 ._icon_1boi8_487 {
16493
+ ._item_e9nqj_460._active_e9nqj_481 ._icon_e9nqj_488 {
16526
16494
  opacity: 1;
16527
16495
  }
16528
- ._icon_1boi8_487 > * {
16496
+ ._icon_e9nqj_488 > * {
16529
16497
  opacity: 1;
16530
16498
  }
16531
- ._icon_1boi8_487 > span {
16499
+ ._icon_e9nqj_488 > span {
16532
16500
  display: block;
16533
16501
  }
16534
- ._label_1boi8_426 {
16502
+ ._label_e9nqj_427 {
16535
16503
  white-space: nowrap;
16536
16504
  overflow: hidden;
16537
16505
  }
@@ -17846,78 +17814,79 @@ html[data-theme='dark'] {
17846
17814
  /*
17847
17815
  Z-INDEX
17848
17816
  */
17849
- ._inputInTable_1bqo1_332 {
17817
+ ._inputInTable_skkdh_332 {
17850
17818
  background-color: transparent;
17851
17819
  border-radius: inherit !important;
17852
17820
  height: 38px;
17853
17821
  min-height: 100%;
17854
17822
  }
17855
- ._inputInTable_1bqo1_332:hover,
17856
- ._inputInTable_1bqo1_332:focus {
17823
+ ._inputHover_skkdh_338 {
17857
17824
  position: relative;
17858
- }
17859
- ._inputInTable_1bqo1_332:hover {
17825
+ border-color: var(--color-border-hover);
17860
17826
  z-index: 2;
17861
17827
  }
17862
- ._inputInTable_1bqo1_332:focus {
17863
- z-index: 3;
17864
- }
17865
- ._inputFocus_1bqo1_348 {
17828
+ ._inputFocus_skkdh_343 {
17829
+ position: relative;
17866
17830
  outline: none !important;
17867
- border: 1px solid var(--color-border-focus) !important;
17831
+ border-color: var(--color-border-focus) !important;
17868
17832
  box-shadow: var(--shadow-focus);
17833
+ z-index: 3;
17869
17834
  }
17870
- ._inputError_1bqo1_353,
17871
- ._inputWarning_1bqo1_354 {
17835
+ ._inputError_skkdh_350,
17836
+ ._inputWarning_skkdh_351 {
17872
17837
  position: relative;
17873
17838
  }
17874
- ._inputError_1bqo1_353 {
17839
+ ._inputError_skkdh_350 {
17875
17840
  z-index: 2;
17876
17841
  border-color: var(--color-border-error) !important;
17877
17842
  color: var(--color-text-error) !important;
17878
17843
  background-color: var(--color-background-error);
17879
17844
  }
17880
- ._inputError_1bqo1_353:hover {
17845
+ ._inputError_skkdh_350:hover {
17881
17846
  border-color: var(--color-border-error-hover) !important;
17882
17847
  }
17883
- ._inputError_1bqo1_353:focus {
17848
+ ._inputError_skkdh_350:focus {
17849
+ position: relative;
17884
17850
  outline: none !important;
17885
- border: 1px solid var(--color-border-focus) !important;
17851
+ border-color: var(--color-border-focus) !important;
17886
17852
  box-shadow: var(--shadow-focus);
17853
+ z-index: 3;
17887
17854
  }
17888
- ._inputWarning_1bqo1_354 {
17855
+ ._inputWarning_skkdh_351 {
17889
17856
  z-index: 1;
17890
17857
  border-color: var(--color-border-warning) !important;
17891
17858
  color: var(--color-text-warning) !important;
17892
17859
  background-color: var(--color-background-warning);
17893
17860
  }
17894
- ._inputWarning_1bqo1_354:hover {
17861
+ ._inputWarning_skkdh_351:hover {
17895
17862
  border-color: var(--color-border-warning-hover) !important;
17896
17863
  }
17897
- ._inputWarning_1bqo1_354:focus {
17864
+ ._inputWarning_skkdh_351:focus {
17865
+ position: relative;
17898
17866
  outline: none !important;
17899
- border: 1px solid var(--color-border-focus) !important;
17867
+ border-color: var(--color-border-focus) !important;
17900
17868
  box-shadow: var(--shadow-focus);
17869
+ z-index: 3;
17901
17870
  }
17902
- ._inputDisabled_1bqo1_385 {
17871
+ ._inputDisabled_skkdh_386 {
17903
17872
  pointer-events: none;
17904
17873
  background-color: var(--color-background-disabled);
17905
17874
  color: var(--color-text-muted);
17906
17875
  }
17907
- ._hideScrollbars_1bqo1_390 {
17876
+ ._hideScrollbars_skkdh_391 {
17908
17877
  /* Firefox */
17909
17878
  scrollbar-width: none;
17910
17879
  /* IE 10+ */
17911
17880
  -ms-overflow-style: none;
17912
17881
  /* Chrome, Safari and Opera */
17913
17882
  }
17914
- ._hideScrollbars_1bqo1_390::-webkit-scrollbar {
17883
+ ._hideScrollbars_skkdh_391::-webkit-scrollbar {
17915
17884
  display: none;
17916
17885
  }
17917
- ._cellWrapperPadding_1bqo1_400 {
17886
+ ._cellWrapperPadding_skkdh_401 {
17918
17887
  padding: 9.5px 14px !important;
17919
17888
  }
17920
- ._flexBlock_1bqo1_403 {
17889
+ ._flexBlock_skkdh_404 {
17921
17890
  display: flex;
17922
17891
  align-items: center;
17923
17892
  justify-content: space-between;
@@ -17930,20 +17899,20 @@ html[data-theme='dark'] {
17930
17899
  --color-background-table-header: var(--color-neutral-750);
17931
17900
  --color-background-table-row-tinted: var(--color-neutral-850);
17932
17901
  }
17933
- ._scrollWrapper_1bqo1_416._bordered_1bqo1_416 {
17902
+ ._scrollWrapper_skkdh_417._bordered_skkdh_417 {
17934
17903
  border: 1px solid var(--color-border);
17935
17904
  border-radius: 0.28571429rem;
17936
17905
  }
17937
- ._scrollWrapper_1bqo1_416._maxHeight_1bqo1_420 {
17906
+ ._scrollWrapper_skkdh_417._maxHeight_skkdh_421 {
17938
17907
  display: block;
17939
17908
  overflow-y: auto;
17940
17909
  overflow-x: hidden;
17941
17910
  }
17942
- ._scrollWrapper_1bqo1_416._maxHeight_1bqo1_420 tfoot td {
17911
+ ._scrollWrapper_skkdh_417._maxHeight_skkdh_421 tfoot td {
17943
17912
  position: sticky;
17944
17913
  bottom: 0;
17945
17914
  }
17946
- ._table_1bqo1_429 {
17915
+ ._table_skkdh_430 {
17947
17916
  width: 100%;
17948
17917
  background: var(--color-background-raised);
17949
17918
  box-shadow: none;
@@ -17953,32 +17922,32 @@ html[data-theme='dark'] {
17953
17922
  border-spacing: 0;
17954
17923
  border-radius: inherit;
17955
17924
  }
17956
- ._table_1bqo1_429 > :first-child {
17925
+ ._table_skkdh_430 > :first-child {
17957
17926
  border-top-left-radius: inherit;
17958
17927
  border-top-right-radius: inherit;
17959
17928
  }
17960
- ._table_1bqo1_429 > :first-child > :first-child {
17929
+ ._table_skkdh_430 > :first-child > :first-child {
17961
17930
  border-top-left-radius: inherit;
17962
17931
  border-top-right-radius: inherit;
17963
17932
  }
17964
- ._table_1bqo1_429 > :first-child > :first-child > :first-child {
17933
+ ._table_skkdh_430 > :first-child > :first-child > :first-child {
17965
17934
  border-top-left-radius: inherit;
17966
17935
  }
17967
- ._table_1bqo1_429 > :first-child > :first-child > :last-child {
17936
+ ._table_skkdh_430 > :first-child > :first-child > :last-child {
17968
17937
  border-top-right-radius: inherit;
17969
17938
  }
17970
- ._table_1bqo1_429 > :last-child {
17939
+ ._table_skkdh_430 > :last-child {
17971
17940
  border-bottom-left-radius: inherit;
17972
17941
  border-bottom-right-radius: inherit;
17973
17942
  }
17974
- ._table_1bqo1_429 > :last-child > :last-child {
17943
+ ._table_skkdh_430 > :last-child > :last-child {
17975
17944
  border-bottom-left-radius: inherit;
17976
17945
  border-bottom-right-radius: inherit;
17977
17946
  }
17978
- ._table_1bqo1_429 > :last-child > :last-child > :first-child {
17947
+ ._table_skkdh_430 > :last-child > :last-child > :first-child {
17979
17948
  border-bottom-left-radius: inherit;
17980
17949
  }
17981
- ._table_1bqo1_429 > :last-child > :last-child > :last-child {
17950
+ ._table_skkdh_430 > :last-child > :last-child > :last-child {
17982
17951
  border-bottom-right-radius: inherit;
17983
17952
  }
17984
17953
  th,
@@ -18022,16 +17991,16 @@ td {
18022
17991
  tr:first-child td {
18023
17992
  border-top: none;
18024
17993
  }
18025
- ._cellWrapper_1bqo1_400 {
17994
+ ._cellWrapper_skkdh_401 {
18026
17995
  padding: 9.5px 14px !important;
18027
17996
  }
18028
- ._title_1bqo1_511,
18029
- ._footer_1bqo1_512 {
17997
+ ._title_skkdh_512,
17998
+ ._footer_skkdh_513 {
18030
17999
  display: flex;
18031
18000
  align-items: center;
18032
18001
  justify-content: space-between;
18033
18002
  }
18034
- ._striped_1bqo1_517 tbody tr:nth-child(even) {
18003
+ ._striped_skkdh_518 tbody tr:nth-child(even) {
18035
18004
  background-color: var(--color-background-table-row-tinted);
18036
18005
  }
18037
18006
  tfoot td {
@@ -19067,193 +19036,200 @@ html[data-theme='dark'] {
19067
19036
  /*
19068
19037
  Z-INDEX
19069
19038
  */
19070
- ._inputInTable_1eedc_332 {
19039
+ ._inputInTable_11q83_332 {
19071
19040
  background-color: transparent;
19072
19041
  border-radius: inherit !important;
19073
19042
  height: 38px;
19074
19043
  min-height: 100%;
19075
19044
  }
19076
- ._inputInTable_1eedc_332:hover,
19077
- ._inputInTable_1eedc_332:focus {
19045
+ ._inputHover_11q83_338 {
19078
19046
  position: relative;
19079
- }
19080
- ._inputInTable_1eedc_332:hover {
19047
+ border-color: var(--color-border-hover);
19081
19048
  z-index: 2;
19082
19049
  }
19083
- ._inputInTable_1eedc_332:focus {
19084
- z-index: 3;
19085
- }
19086
- ._inputFocus_1eedc_348 {
19050
+ ._inputFocus_11q83_343 {
19051
+ position: relative;
19087
19052
  outline: none !important;
19088
- border: 1px solid var(--color-border-focus) !important;
19053
+ border-color: var(--color-border-focus) !important;
19089
19054
  box-shadow: var(--shadow-focus);
19055
+ z-index: 3;
19090
19056
  }
19091
- ._inputError_1eedc_353,
19092
- ._inputWarning_1eedc_354 {
19057
+ ._inputError_11q83_350,
19058
+ ._inputWarning_11q83_351 {
19093
19059
  position: relative;
19094
19060
  }
19095
- ._inputError_1eedc_353 {
19061
+ ._inputError_11q83_350 {
19096
19062
  z-index: 2;
19097
19063
  border-color: var(--color-border-error) !important;
19098
19064
  color: var(--color-text-error) !important;
19099
19065
  background-color: var(--color-background-error);
19100
19066
  }
19101
- ._inputError_1eedc_353:hover {
19067
+ ._inputError_11q83_350:hover {
19102
19068
  border-color: var(--color-border-error-hover) !important;
19103
19069
  }
19104
- ._inputError_1eedc_353:focus {
19070
+ ._inputError_11q83_350:focus {
19071
+ position: relative;
19105
19072
  outline: none !important;
19106
- border: 1px solid var(--color-border-focus) !important;
19073
+ border-color: var(--color-border-focus) !important;
19107
19074
  box-shadow: var(--shadow-focus);
19075
+ z-index: 3;
19108
19076
  }
19109
- ._inputWarning_1eedc_354 {
19077
+ ._inputWarning_11q83_351 {
19110
19078
  z-index: 1;
19111
19079
  border-color: var(--color-border-warning) !important;
19112
19080
  color: var(--color-text-warning) !important;
19113
19081
  background-color: var(--color-background-warning);
19114
19082
  }
19115
- ._inputWarning_1eedc_354:hover {
19083
+ ._inputWarning_11q83_351:hover {
19116
19084
  border-color: var(--color-border-warning-hover) !important;
19117
19085
  }
19118
- ._inputWarning_1eedc_354:focus {
19086
+ ._inputWarning_11q83_351:focus {
19087
+ position: relative;
19119
19088
  outline: none !important;
19120
- border: 1px solid var(--color-border-focus) !important;
19089
+ border-color: var(--color-border-focus) !important;
19121
19090
  box-shadow: var(--shadow-focus);
19091
+ z-index: 3;
19122
19092
  }
19123
- ._inputDisabled_1eedc_385 {
19093
+ ._inputDisabled_11q83_386 {
19124
19094
  pointer-events: none;
19125
19095
  background-color: var(--color-background-disabled);
19126
19096
  color: var(--color-text-muted);
19127
19097
  }
19128
- ._hideScrollbars_1eedc_390 {
19098
+ ._hideScrollbars_11q83_391 {
19129
19099
  /* Firefox */
19130
19100
  scrollbar-width: none;
19131
19101
  /* IE 10+ */
19132
19102
  -ms-overflow-style: none;
19133
19103
  /* Chrome, Safari and Opera */
19134
19104
  }
19135
- ._hideScrollbars_1eedc_390::-webkit-scrollbar {
19105
+ ._hideScrollbars_11q83_391::-webkit-scrollbar {
19136
19106
  display: none;
19137
19107
  }
19138
- ._cellWrapperPadding_1eedc_400 {
19108
+ ._cellWrapperPadding_11q83_401 {
19139
19109
  padding: 9.5px 14px !important;
19140
19110
  }
19141
- ._flexBlock_1eedc_403 {
19111
+ ._flexBlock_11q83_404 {
19142
19112
  display: flex;
19143
19113
  align-items: center;
19144
19114
  justify-content: space-between;
19145
19115
  }
19146
- ._cellWrapper_1eedc_400 {
19116
+ ._cellWrapper_11q83_401 {
19147
19117
  padding: 9.5px 14px !important;
19148
19118
  }
19149
- ._cellWrapper_1eedc_400 a {
19119
+ ._cellWrapper_11q83_401 a {
19150
19120
  cursor: pointer;
19151
19121
  color: var(--color-text-primary) !important;
19152
19122
  }
19153
- ._cellWrapper_1eedc_400 a:hover {
19123
+ ._cellWrapper_11q83_401 a:hover {
19154
19124
  color: var(--color-text-primary-hover) !important;
19155
19125
  }
19156
- ._cellWrapper_1eedc_400 a:active {
19126
+ ._cellWrapper_11q83_401 a:active {
19157
19127
  color: var(--color-text-primary-active) !important;
19158
19128
  }
19159
- ._cellWrapper_1eedc_400 a._disabledLink_1eedc_421 {
19129
+ ._cellWrapper_11q83_401 a._disabledLink_11q83_422 {
19160
19130
  color: var(--color-text-faint) !important;
19161
19131
  cursor: default !important;
19162
19132
  }
19163
- ._inputWrapper_1eedc_425 {
19133
+ ._inputWrapper_11q83_426 {
19164
19134
  margin: -1px;
19165
19135
  height: calc(100% + 2px);
19166
19136
  border-radius: inherit;
19167
19137
  }
19168
- ._inputWrapper_1eedc_425 > span,
19169
- ._inputWrapper_1eedc_425 > span > span,
19170
- ._inputWrapper_1eedc_425 > span > span > div {
19138
+ ._inputWrapper_11q83_426 > span,
19139
+ ._inputWrapper_11q83_426 > span > span,
19140
+ ._inputWrapper_11q83_426 > span > span > div {
19171
19141
  height: 100%;
19172
19142
  border-radius: inherit;
19173
19143
  }
19174
- ._inputWrapper_1eedc_425 > div,
19175
- ._inputWrapper_1eedc_425 > div > span {
19144
+ ._inputWrapper_11q83_426 > div,
19145
+ ._inputWrapper_11q83_426 > div > span {
19176
19146
  height: 100%;
19177
19147
  border-radius: inherit;
19178
19148
  }
19179
- ._breakWord_1eedc_441 {
19149
+ ._breakWord_11q83_442 {
19180
19150
  word-break: break-word;
19181
19151
  }
19182
- ._inputCell_1eedc_444 {
19152
+ ._inputCell_11q83_445 {
19183
19153
  padding: 0 !important;
19184
19154
  }
19185
- ._sliderCell_1eedc_447 {
19155
+ ._sliderCell_11q83_448 {
19186
19156
  padding-top: 0 !important;
19187
19157
  padding-bottom: 0 !important;
19188
19158
  }
19189
- ._staticCell_1eedc_451 {
19159
+ ._staticCell_11q83_452 {
19190
19160
  padding: 0 !important;
19191
19161
  }
19192
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454 {
19162
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455 {
19193
19163
  min-height: 100%;
19194
19164
  padding: 9.5px 14px !important;
19195
19165
  line-height: 17px;
19196
19166
  position: relative;
19197
19167
  border-radius: inherit;
19168
+ display: flex;
19169
+ align-items: center;
19198
19170
  }
19199
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461,
19200
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462 {
19171
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464,
19172
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465 {
19201
19173
  border: 1px solid transparent;
19202
19174
  }
19203
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461 {
19175
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464 {
19204
19176
  position: relative;
19205
19177
  z-index: 2;
19206
19178
  border-color: var(--color-border-error) !important;
19207
19179
  color: var(--color-text-error) !important;
19208
19180
  background-color: var(--color-background-error);
19209
19181
  }
19210
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461:hover {
19182
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464:hover {
19211
19183
  border-color: var(--color-border-error-hover) !important;
19212
19184
  }
19213
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461:focus {
19185
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464:focus {
19186
+ position: relative;
19214
19187
  outline: none !important;
19215
- border: 1px solid var(--color-border-focus) !important;
19188
+ border-color: var(--color-border-focus) !important;
19216
19189
  box-shadow: var(--shadow-focus);
19190
+ z-index: 3;
19217
19191
  }
19218
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462 {
19192
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465 {
19219
19193
  position: relative;
19220
19194
  z-index: 1;
19221
19195
  border-color: var(--color-border-warning) !important;
19222
19196
  color: var(--color-text-warning) !important;
19223
19197
  background-color: var(--color-background-warning);
19224
19198
  }
19225
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462:hover {
19199
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465:hover {
19226
19200
  border-color: var(--color-border-warning-hover) !important;
19227
19201
  }
19228
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462:focus {
19202
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465:focus {
19203
+ position: relative;
19229
19204
  outline: none !important;
19230
- border: 1px solid var(--color-border-focus) !important;
19205
+ border-color: var(--color-border-focus) !important;
19231
19206
  box-shadow: var(--shadow-focus);
19207
+ z-index: 3;
19232
19208
  }
19233
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._unit_1eedc_495 {
19209
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._unit_11q83_502 {
19234
19210
  font-weight: normal;
19235
19211
  }
19236
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._disabled_1eedc_421 {
19212
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._disabled_11q83_422 {
19237
19213
  pointer-events: none;
19238
19214
  background-color: var(--color-background-disabled);
19239
19215
  color: var(--color-text-muted);
19240
19216
  }
19241
- ._sortingCell_1eedc_503 ._staticCellContent_1eedc_454 {
19217
+ ._sortingCell_11q83_510 ._staticCellContent_11q83_455 {
19242
19218
  position: relative;
19243
19219
  padding-right: 45px !important;
19244
19220
  cursor: pointer !important;
19245
19221
  }
19246
- ._sortingCell_1eedc_503 ._staticCellContent_1eedc_454:hover {
19222
+ ._sortingCell_11q83_510 ._staticCellContent_11q83_455:hover {
19247
19223
  background-color: rgba(0, 0, 0, 0.05) !important;
19248
19224
  }
19249
- ._sortingCell_1eedc_503 ._sortingCellIcon_1eedc_511 {
19225
+ ._sortingCell_11q83_510 ._sortingCellIcon_11q83_518 {
19250
19226
  font-size: 20px;
19251
19227
  position: absolute;
19252
19228
  right: 10px;
19253
19229
  top: 50%;
19254
19230
  transform: translateY(-50%);
19255
19231
  }
19256
- ._icon_1eedc_518 {
19232
+ ._icon_11q83_525 {
19257
19233
  display: inline-block;
19258
19234
  margin-left: 8px;
19259
19235
  position: relative;
@@ -19261,43 +19237,46 @@ html[data-theme='dark'] {
19261
19237
  font-size: 13px;
19262
19238
  color: var(--color-text-faint);
19263
19239
  }
19264
- ._icon_1eedc_518:hover {
19240
+ ._icon_11q83_525:hover {
19265
19241
  color: var(--color-text-muted);
19266
19242
  }
19267
- ._icon_1eedc_518._clickable_1eedc_529:hover {
19243
+ ._icon_11q83_525._clickable_11q83_536:hover {
19268
19244
  cursor: pointer;
19269
19245
  color: var(--color-text-primary-hover);
19270
19246
  }
19271
- ._checkBoxCell_1eedc_533 {
19247
+ ._checkBoxCell_11q83_540 {
19272
19248
  padding-top: 0 !important;
19273
19249
  padding-bottom: 0 !important;
19274
19250
  }
19275
- ._iconCell_1eedc_537 {
19251
+ ._iconCell_11q83_544 {
19276
19252
  width: 37px;
19277
19253
  text-align: center;
19278
19254
  padding: 0 !important;
19279
19255
  }
19280
- ._iconCell_1eedc_537 ._iconWrapper_1eedc_542 {
19256
+ ._iconCell_11q83_544 ._iconWrapper_11q83_549 {
19281
19257
  display: flex;
19282
19258
  justify-content: center;
19283
19259
  }
19284
- ._actionsCell_1eedc_546 {
19260
+ ._actionsCell_11q83_553 {
19285
19261
  width: 24px;
19286
19262
  padding: 0 6px !important;
19287
19263
  }
19288
- ._rightAligned_1eedc_550 {
19264
+ ._rightAligned_11q83_557 {
19289
19265
  text-align: right !important;
19290
19266
  }
19291
- ._centerAligned_1eedc_553 {
19267
+ ._rightAligned_11q83_557 ._staticCellContent_11q83_455 {
19268
+ justify-content: flex-end;
19269
+ }
19270
+ ._centerAligned_11q83_563 {
19292
19271
  text-align: center !important;
19293
19272
  }
19294
- ._leftAligned_1eedc_556 {
19273
+ ._leftAligned_11q83_566 {
19295
19274
  text-align: left !important;
19296
19275
  }
19297
- ._popover_1eedc_559 {
19276
+ ._popover_11q83_569 {
19298
19277
  padding: 9.5px 14px;
19299
19278
  }
19300
- ._disabledPointerEvents_1eedc_562 {
19279
+ ._disabledPointerEvents_11q83_572 {
19301
19280
  pointer-events: none;
19302
19281
  }
19303
19282
  /*
@@ -20400,75 +20379,76 @@ html[data-theme='dark'] {
20400
20379
  /*
20401
20380
  Z-INDEX
20402
20381
  */
20403
- ._inputInTable_1rqe7_332 {
20382
+ ._inputInTable_1t5rh_332 {
20404
20383
  background-color: transparent;
20405
20384
  border-radius: inherit !important;
20406
20385
  height: 38px;
20407
20386
  min-height: 100%;
20408
20387
  }
20409
- ._inputInTable_1rqe7_332:hover,
20410
- ._inputInTable_1rqe7_332:focus {
20388
+ ._inputHover_1t5rh_338 {
20411
20389
  position: relative;
20412
- }
20413
- ._inputInTable_1rqe7_332:hover {
20390
+ border-color: var(--color-border-hover);
20414
20391
  z-index: 2;
20415
20392
  }
20416
- ._inputInTable_1rqe7_332:focus {
20417
- z-index: 3;
20418
- }
20419
- ._inputFocus_1rqe7_348 {
20393
+ ._inputFocus_1t5rh_343 {
20394
+ position: relative;
20420
20395
  outline: none !important;
20421
- border: 1px solid var(--color-border-focus) !important;
20396
+ border-color: var(--color-border-focus) !important;
20422
20397
  box-shadow: var(--shadow-focus);
20398
+ z-index: 3;
20423
20399
  }
20424
- ._inputError_1rqe7_353,
20425
- ._inputWarning_1rqe7_354 {
20400
+ ._inputError_1t5rh_350,
20401
+ ._inputWarning_1t5rh_351 {
20426
20402
  position: relative;
20427
20403
  }
20428
- ._inputError_1rqe7_353 {
20404
+ ._inputError_1t5rh_350 {
20429
20405
  z-index: 2;
20430
20406
  border-color: var(--color-border-error) !important;
20431
20407
  color: var(--color-text-error) !important;
20432
20408
  background-color: var(--color-background-error);
20433
20409
  }
20434
- ._inputError_1rqe7_353:hover {
20410
+ ._inputError_1t5rh_350:hover {
20435
20411
  border-color: var(--color-border-error-hover) !important;
20436
20412
  }
20437
- ._inputError_1rqe7_353:focus {
20413
+ ._inputError_1t5rh_350:focus {
20414
+ position: relative;
20438
20415
  outline: none !important;
20439
- border: 1px solid var(--color-border-focus) !important;
20416
+ border-color: var(--color-border-focus) !important;
20440
20417
  box-shadow: var(--shadow-focus);
20418
+ z-index: 3;
20441
20419
  }
20442
- ._inputWarning_1rqe7_354 {
20420
+ ._inputWarning_1t5rh_351 {
20443
20421
  z-index: 1;
20444
20422
  border-color: var(--color-border-warning) !important;
20445
20423
  color: var(--color-text-warning) !important;
20446
20424
  background-color: var(--color-background-warning);
20447
20425
  }
20448
- ._inputWarning_1rqe7_354:hover {
20426
+ ._inputWarning_1t5rh_351:hover {
20449
20427
  border-color: var(--color-border-warning-hover) !important;
20450
20428
  }
20451
- ._inputWarning_1rqe7_354:focus {
20429
+ ._inputWarning_1t5rh_351:focus {
20430
+ position: relative;
20452
20431
  outline: none !important;
20453
- border: 1px solid var(--color-border-focus) !important;
20432
+ border-color: var(--color-border-focus) !important;
20454
20433
  box-shadow: var(--shadow-focus);
20434
+ z-index: 3;
20455
20435
  }
20456
- ._inputDisabled_1rqe7_385 {
20436
+ ._inputDisabled_1t5rh_386 {
20457
20437
  pointer-events: none;
20458
20438
  background-color: var(--color-background-disabled);
20459
20439
  color: var(--color-text-muted);
20460
20440
  }
20461
- ._hideScrollbars_1rqe7_390 {
20441
+ ._hideScrollbars_1t5rh_391 {
20462
20442
  /* Firefox */
20463
20443
  scrollbar-width: none;
20464
20444
  /* IE 10+ */
20465
20445
  -ms-overflow-style: none;
20466
20446
  /* Chrome, Safari and Opera */
20467
20447
  }
20468
- ._hideScrollbars_1rqe7_390::-webkit-scrollbar {
20448
+ ._hideScrollbars_1t5rh_391::-webkit-scrollbar {
20469
20449
  display: none;
20470
20450
  }
20471
- ._textarea_1rqe7_400 {
20451
+ ._textarea_1t5rh_401 {
20472
20452
  margin: 0;
20473
20453
  display: block;
20474
20454
  width: 100%;
@@ -20485,59 +20465,67 @@ html[data-theme='dark'] {
20485
20465
  box-shadow: none;
20486
20466
  min-height: 38px;
20487
20467
  }
20488
- ._textarea_1rqe7_400::placeholder {
20468
+ ._textarea_1t5rh_401::placeholder {
20489
20469
  color: var(--color-text-faint);
20490
20470
  }
20491
- ._textarea_1rqe7_400:hover {
20471
+ ._textarea_1t5rh_401:hover {
20472
+ position: relative;
20492
20473
  border-color: var(--color-border-hover);
20474
+ z-index: 2;
20493
20475
  }
20494
- ._textarea_1rqe7_400:focus {
20476
+ ._textarea_1t5rh_401:focus {
20477
+ position: relative;
20495
20478
  outline: none !important;
20496
- border: 1px solid var(--color-border-focus) !important;
20479
+ border-color: var(--color-border-focus) !important;
20497
20480
  box-shadow: var(--shadow-focus);
20481
+ z-index: 3;
20498
20482
  }
20499
- ._textarea_1rqe7_400[disabled] {
20483
+ ._textarea_1t5rh_401[disabled] {
20500
20484
  pointer-events: none;
20501
20485
  background-color: var(--color-background-disabled);
20502
20486
  color: var(--color-text-muted);
20503
20487
  }
20504
- ._textarea_1rqe7_400._small_1rqe7_433 {
20488
+ ._textarea_1t5rh_401._small_1t5rh_438 {
20505
20489
  font-size: 12px;
20506
20490
  min-height: 24px;
20507
20491
  padding: 3.5px 7px;
20508
20492
  line-height: 1.2;
20509
20493
  }
20510
- ._textarea_1rqe7_400._error_1rqe7_439 {
20494
+ ._textarea_1t5rh_401._error_1t5rh_444 {
20511
20495
  position: relative;
20512
20496
  z-index: 2;
20513
20497
  border-color: var(--color-border-error) !important;
20514
20498
  color: var(--color-text-error) !important;
20515
20499
  background-color: var(--color-background-error);
20516
20500
  }
20517
- ._textarea_1rqe7_400._error_1rqe7_439:hover {
20501
+ ._textarea_1t5rh_401._error_1t5rh_444:hover {
20518
20502
  border-color: var(--color-border-error-hover) !important;
20519
20503
  }
20520
- ._textarea_1rqe7_400._error_1rqe7_439:focus {
20504
+ ._textarea_1t5rh_401._error_1t5rh_444:focus {
20505
+ position: relative;
20521
20506
  outline: none !important;
20522
- border: 1px solid var(--color-border-focus) !important;
20507
+ border-color: var(--color-border-focus) !important;
20523
20508
  box-shadow: var(--shadow-focus);
20509
+ z-index: 3;
20524
20510
  }
20525
- ._textarea_1rqe7_400._warning_1rqe7_454 {
20511
+ ._textarea_1t5rh_401._warning_1t5rh_461 {
20526
20512
  position: relative;
20527
20513
  z-index: 1;
20528
20514
  border-color: var(--color-border-warning) !important;
20529
20515
  color: var(--color-text-warning) !important;
20530
20516
  background-color: var(--color-background-warning);
20531
20517
  }
20532
- ._textarea_1rqe7_400._warning_1rqe7_454:hover {
20518
+ ._textarea_1t5rh_401._warning_1t5rh_461:hover {
20533
20519
  border-color: var(--color-border-warning-hover) !important;
20534
20520
  }
20535
- ._textarea_1rqe7_400._warning_1rqe7_454:focus {
20521
+ ._textarea_1t5rh_401._warning_1t5rh_461:focus {
20522
+ position: relative;
20536
20523
  outline: none !important;
20537
- border: 1px solid var(--color-border-focus) !important;
20524
+ border-color: var(--color-border-focus) !important;
20538
20525
  box-shadow: var(--shadow-focus);
20526
+ z-index: 3;
20539
20527
  }
20540
- ._textarea_1rqe7_400._monospace_1rqe7_469 {
20528
+ ._textarea_1t5rh_401._monospace_1t5rh_478 {
20541
20529
  font-family: monospace;
20542
20530
  }
20543
20531
  :root {