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

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 +609 -615
  2. package/dist/index.js +310 -263
  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_orepy_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_orepy_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_orepy_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_orepy_350,
11942
+ ._inputWarning_orepy_351 {
11957
11943
  position: relative;
11958
11944
  }
11959
- ._inputError_1j4f2_353 {
11945
+ ._inputError_orepy_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_orepy_350:hover {
11966
11952
  border-color: var(--color-border-error-hover) !important;
11967
11953
  }
11968
- ._inputError_1j4f2_353:focus {
11954
+ ._inputError_orepy_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_orepy_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_orepy_351:hover {
11980
11968
  border-color: var(--color-border-warning-hover) !important;
11981
11969
  }
11982
- ._inputWarning_1j4f2_354:focus {
11970
+ ._inputWarning_orepy_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_orepy_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_orepy_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_orepy_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_orepy_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_orepy_407::-webkit-scrollbar {
12024
12014
  display: none;
12025
12015
  }
12026
- ._container_1j4f2_406._block_1j4f2_424 {
12016
+ ._container_orepy_407._block_orepy_425 {
12027
12017
  display: flex;
12028
12018
  }
12029
- ._container_1j4f2_406._info_1j4f2_427 {
12019
+ ._container_orepy_407._info_orepy_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_orepy_407._success_orepy_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_orepy_407._warning_orepy_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_orepy_407._error_orepy_440 {
12042
12032
  color: var(--color-text-error);
12043
12033
  background-color: var(--color-background-error);
12044
12034
  }
12045
- ._content_1j4f2_443 {
12035
+ ._content_orepy_444 {
12046
12036
  flex: 1;
12047
12037
  min-width: 0;
12048
12038
  }
12049
- ._heading_1j4f2_447 {
12039
+ ._heading_orepy_448 {
12050
12040
  font-weight: bold;
12051
12041
  letter-spacing: 0.1em;
12052
12042
  text-transform: uppercase;
@@ -12054,45 +12044,51 @@ 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_orepy_456,
12048
+ ._dismiss_orepy_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_orepy_456 {
12065
12055
  margin-right: 12px;
12066
12056
  }
12067
- ._dismiss_1j4f2_456 {
12057
+ ._dismiss_orepy_457 {
12068
12058
  margin-left: 12px;
12069
12059
  color: var(--color-text);
12070
12060
  }
12071
- ._dismiss_1j4f2_456._absolute_1j4f2_469 {
12061
+ ._dismiss_orepy_457._absolute_orepy_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_orepy_475,
12067
+ ._dismiss_orepy_457 {
12078
12068
  opacity: 0.4;
12079
12069
  }
12080
- ._legendToggle_1j4f2_474:hover,
12081
- ._dismiss_1j4f2_456:hover {
12070
+ ._legendToggle_orepy_475:hover,
12071
+ ._dismiss_orepy_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_orepy_475:active,
12076
+ ._dismiss_orepy_457:active {
12087
12077
  opacity: 1;
12088
12078
  }
12089
- ._legendToggle_1j4f2_474 {
12079
+ ._legendToggle_orepy_475 {
12090
12080
  margin-top: 3px;
12091
12081
  }
12092
- ._detailsText_1j4f2_490 {
12082
+ ._detailsText_orepy_491 {
12093
12083
  margin-top: 3px;
12094
12084
  word-break: break-word;
12095
12085
  }
12086
+ ._footer_orepy_495 {
12087
+ display: flex;
12088
+ flex-wrap: wrap;
12089
+ gap: 8px;
12090
+ margin-top: 8px;
12091
+ }
12096
12092
  /*
12097
12093
  This file has shared variables that are re-used:
12098
12094
  - in other LESS files/modules
@@ -13517,75 +13513,76 @@ html[data-theme='dark'] {
13517
13513
  /*
13518
13514
  Z-INDEX
13519
13515
  */
13520
- ._inputInTable_1phe1_332 {
13516
+ ._inputInTable_quufr_332 {
13521
13517
  background-color: transparent;
13522
13518
  border-radius: inherit !important;
13523
13519
  height: 38px;
13524
13520
  min-height: 100%;
13525
13521
  }
13526
- ._inputInTable_1phe1_332:hover,
13527
- ._inputInTable_1phe1_332:focus {
13522
+ ._inputHover_quufr_338 {
13528
13523
  position: relative;
13529
- }
13530
- ._inputInTable_1phe1_332:hover {
13524
+ border-color: var(--color-border-hover);
13531
13525
  z-index: 2;
13532
13526
  }
13533
- ._inputInTable_1phe1_332:focus {
13534
- z-index: 3;
13535
- }
13536
- ._inputFocus_1phe1_348 {
13527
+ ._inputFocus_quufr_343 {
13528
+ position: relative;
13537
13529
  outline: none !important;
13538
- border: 1px solid var(--color-border-focus) !important;
13530
+ border-color: var(--color-border-focus) !important;
13539
13531
  box-shadow: var(--shadow-focus);
13532
+ z-index: 3;
13540
13533
  }
13541
- ._inputError_1phe1_353,
13542
- ._inputWarning_1phe1_354 {
13534
+ ._inputError_quufr_350,
13535
+ ._inputWarning_quufr_351 {
13543
13536
  position: relative;
13544
13537
  }
13545
- ._inputError_1phe1_353 {
13538
+ ._inputError_quufr_350 {
13546
13539
  z-index: 2;
13547
13540
  border-color: var(--color-border-error) !important;
13548
13541
  color: var(--color-text-error) !important;
13549
13542
  background-color: var(--color-background-error);
13550
13543
  }
13551
- ._inputError_1phe1_353:hover {
13544
+ ._inputError_quufr_350:hover {
13552
13545
  border-color: var(--color-border-error-hover) !important;
13553
13546
  }
13554
- ._inputError_1phe1_353:focus {
13547
+ ._inputError_quufr_350:focus {
13548
+ position: relative;
13555
13549
  outline: none !important;
13556
- border: 1px solid var(--color-border-focus) !important;
13550
+ border-color: var(--color-border-focus) !important;
13557
13551
  box-shadow: var(--shadow-focus);
13552
+ z-index: 3;
13558
13553
  }
13559
- ._inputWarning_1phe1_354 {
13554
+ ._inputWarning_quufr_351 {
13560
13555
  z-index: 1;
13561
13556
  border-color: var(--color-border-warning) !important;
13562
13557
  color: var(--color-text-warning) !important;
13563
13558
  background-color: var(--color-background-warning);
13564
13559
  }
13565
- ._inputWarning_1phe1_354:hover {
13560
+ ._inputWarning_quufr_351:hover {
13566
13561
  border-color: var(--color-border-warning-hover) !important;
13567
13562
  }
13568
- ._inputWarning_1phe1_354:focus {
13563
+ ._inputWarning_quufr_351:focus {
13564
+ position: relative;
13569
13565
  outline: none !important;
13570
- border: 1px solid var(--color-border-focus) !important;
13566
+ border-color: var(--color-border-focus) !important;
13571
13567
  box-shadow: var(--shadow-focus);
13568
+ z-index: 3;
13572
13569
  }
13573
- ._inputDisabled_1phe1_385 {
13570
+ ._inputDisabled_quufr_386 {
13574
13571
  pointer-events: none;
13575
13572
  background-color: var(--color-background-disabled);
13576
13573
  color: var(--color-text-muted);
13577
13574
  }
13578
- ._hideScrollbars_1phe1_390 {
13575
+ ._hideScrollbars_quufr_391 {
13579
13576
  /* Firefox */
13580
13577
  scrollbar-width: none;
13581
13578
  /* IE 10+ */
13582
13579
  -ms-overflow-style: none;
13583
13580
  /* Chrome, Safari and Opera */
13584
13581
  }
13585
- ._hideScrollbars_1phe1_390::-webkit-scrollbar {
13582
+ ._hideScrollbars_quufr_391::-webkit-scrollbar {
13586
13583
  display: none;
13587
13584
  }
13588
- ._select_1phe1_400 {
13585
+ ._select_quufr_401 {
13589
13586
  appearance: none !important;
13590
13587
  -webkit-appearance: none !important;
13591
13588
  -moz-appearance: none !important;
@@ -13602,112 +13599,103 @@ html[data-theme='dark'] {
13602
13599
  border-radius: 0.28571429rem;
13603
13600
  height: 38px;
13604
13601
  }
13605
- ._select_1phe1_400 option {
13602
+ ._select_quufr_401 option {
13606
13603
  background: var(--color-background-input);
13607
13604
  color: var(--color-text);
13608
13605
  }
13609
- ._select_1phe1_400 option:focus {
13606
+ ._select_quufr_401 option:focus {
13610
13607
  background-color: var(--color-background-menuitem-active);
13611
13608
  }
13612
- ._select_1phe1_400:-moz-focusring {
13609
+ ._select_quufr_401:-moz-focusring {
13613
13610
  color: transparent !important;
13614
13611
  text-shadow: 0 0 0 #000 !important;
13615
13612
  }
13616
- ._select_1phe1_400:hover {
13613
+ ._select_quufr_401:hover {
13614
+ position: relative;
13617
13615
  border-color: var(--color-border-hover);
13616
+ z-index: 2;
13617
+ cursor: pointer;
13618
13618
  }
13619
- ._select_1phe1_400:focus {
13619
+ ._select_quufr_401:focus {
13620
+ position: relative;
13620
13621
  outline: none !important;
13621
- border: 1px solid var(--color-border-focus) !important;
13622
+ border-color: var(--color-border-focus) !important;
13622
13623
  box-shadow: var(--shadow-focus);
13624
+ z-index: 3;
13623
13625
  }
13624
- ._select_1phe1_400._isInTable_1phe1_436 {
13626
+ ._select_quufr_401._isInTable_quufr_442 {
13625
13627
  background-color: transparent;
13626
13628
  border-radius: inherit !important;
13627
13629
  height: 38px;
13628
13630
  min-height: 100%;
13629
13631
  }
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 {
13632
+ ._select_quufr_401._unSelected_quufr_448 {
13641
13633
  color: var(--color-text-faint) !important;
13642
13634
  }
13643
- ._select_1phe1_400._unSelected_1phe1_452:-moz-focusring {
13635
+ ._select_quufr_401._unSelected_quufr_448:-moz-focusring {
13644
13636
  color: transparent !important;
13645
13637
  text-shadow: 0 0 0 #000 !important;
13646
13638
  }
13647
- ._select_1phe1_400._error_1phe1_459 {
13639
+ ._select_quufr_401._error_quufr_455 {
13648
13640
  position: relative;
13649
13641
  z-index: 2;
13650
13642
  border-color: var(--color-border-error) !important;
13651
13643
  color: var(--color-text-error) !important;
13652
13644
  background-color: var(--color-background-error);
13653
13645
  }
13654
- ._select_1phe1_400._error_1phe1_459:hover {
13646
+ ._select_quufr_401._error_quufr_455:hover {
13655
13647
  border-color: var(--color-border-error-hover) !important;
13656
13648
  }
13657
- ._select_1phe1_400._error_1phe1_459:focus {
13649
+ ._select_quufr_401._error_quufr_455:focus {
13650
+ position: relative;
13658
13651
  outline: none !important;
13659
- border: 1px solid var(--color-border-focus) !important;
13652
+ border-color: var(--color-border-focus) !important;
13660
13653
  box-shadow: var(--shadow-focus);
13654
+ z-index: 3;
13661
13655
  }
13662
- ._select_1phe1_400._warning_1phe1_474 {
13656
+ ._select_quufr_401._warning_quufr_472 {
13663
13657
  position: relative;
13664
13658
  z-index: 1;
13665
13659
  border-color: var(--color-border-warning) !important;
13666
13660
  color: var(--color-text-warning) !important;
13667
13661
  background-color: var(--color-background-warning);
13668
13662
  }
13669
- ._select_1phe1_400._warning_1phe1_474:hover {
13663
+ ._select_quufr_401._warning_quufr_472:hover {
13670
13664
  border-color: var(--color-border-warning-hover) !important;
13671
13665
  }
13672
- ._select_1phe1_400._warning_1phe1_474:focus {
13666
+ ._select_quufr_401._warning_quufr_472:focus {
13667
+ position: relative;
13673
13668
  outline: none !important;
13674
- border: 1px solid var(--color-border-focus) !important;
13669
+ border-color: var(--color-border-focus) !important;
13675
13670
  box-shadow: var(--shadow-focus);
13671
+ z-index: 3;
13676
13672
  }
13677
- ._select_1phe1_400._small_1phe1_489 {
13673
+ ._select_quufr_401._small_quufr_489 {
13678
13674
  font-size: 12px;
13679
13675
  height: 24px;
13680
13676
  padding: 3.5px 7px;
13681
13677
  background-position: right 8px center !important;
13682
13678
  padding-right: 28px;
13683
13679
  }
13684
- ._select_1phe1_400._right_1phe1_496 {
13680
+ ._select_quufr_401._right_quufr_496 {
13685
13681
  text-align: right;
13686
13682
  text-align-last: right;
13687
13683
  }
13688
- ._select_1phe1_400[disabled] {
13684
+ ._select_quufr_401[disabled] {
13689
13685
  opacity: 1;
13690
13686
  pointer-events: none;
13691
13687
  background-color: var(--color-background-disabled);
13692
13688
  color: var(--color-text-muted);
13693
13689
  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
13690
  }
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 {
13691
+ ._groupOrderFirst_quufr_507,
13692
+ ._groupOrderMiddle_quufr_508 {
13705
13693
  margin-right: -1px;
13706
13694
  border-top-right-radius: 0 !important;
13707
13695
  border-bottom-right-radius: 0 !important;
13708
13696
  }
13709
- ._groupOrderLast_1phe1_509,
13710
- ._groupOrderMiddle_1phe1_508 {
13697
+ ._groupOrderLast_quufr_513,
13698
+ ._groupOrderMiddle_quufr_508 {
13711
13699
  border-top-left-radius: 0 !important;
13712
13700
  border-bottom-left-radius: 0 !important;
13713
13701
  }
@@ -14484,79 +14472,80 @@ html[data-theme='dark'] {
14484
14472
  /*
14485
14473
  Z-INDEX
14486
14474
  */
14487
- ._inputInTable_1pdad_332 {
14475
+ ._inputInTable_3i4tj_332 {
14488
14476
  background-color: transparent;
14489
14477
  border-radius: inherit !important;
14490
14478
  height: 38px;
14491
14479
  min-height: 100%;
14492
14480
  }
14493
- ._inputInTable_1pdad_332:hover,
14494
- ._inputInTable_1pdad_332:focus {
14481
+ ._inputHover_3i4tj_338 {
14495
14482
  position: relative;
14496
- }
14497
- ._inputInTable_1pdad_332:hover {
14483
+ border-color: var(--color-border-hover);
14498
14484
  z-index: 2;
14499
14485
  }
14500
- ._inputInTable_1pdad_332:focus {
14501
- z-index: 3;
14502
- }
14503
- ._inputFocus_1pdad_348 {
14486
+ ._inputFocus_3i4tj_343 {
14487
+ position: relative;
14504
14488
  outline: none !important;
14505
- border: 1px solid var(--color-border-focus) !important;
14489
+ border-color: var(--color-border-focus) !important;
14506
14490
  box-shadow: var(--shadow-focus);
14491
+ z-index: 3;
14507
14492
  }
14508
- ._inputError_1pdad_353,
14509
- ._inputWarning_1pdad_354 {
14493
+ ._inputError_3i4tj_350,
14494
+ ._inputWarning_3i4tj_351 {
14510
14495
  position: relative;
14511
14496
  }
14512
- ._inputError_1pdad_353 {
14497
+ ._inputError_3i4tj_350 {
14513
14498
  z-index: 2;
14514
14499
  border-color: var(--color-border-error) !important;
14515
14500
  color: var(--color-text-error) !important;
14516
14501
  background-color: var(--color-background-error);
14517
14502
  }
14518
- ._inputError_1pdad_353:hover {
14503
+ ._inputError_3i4tj_350:hover {
14519
14504
  border-color: var(--color-border-error-hover) !important;
14520
14505
  }
14521
- ._inputError_1pdad_353:focus {
14506
+ ._inputError_3i4tj_350:focus {
14507
+ position: relative;
14522
14508
  outline: none !important;
14523
- border: 1px solid var(--color-border-focus) !important;
14509
+ border-color: var(--color-border-focus) !important;
14524
14510
  box-shadow: var(--shadow-focus);
14511
+ z-index: 3;
14525
14512
  }
14526
- ._inputWarning_1pdad_354 {
14513
+ ._inputWarning_3i4tj_351 {
14527
14514
  z-index: 1;
14528
14515
  border-color: var(--color-border-warning) !important;
14529
14516
  color: var(--color-text-warning) !important;
14530
14517
  background-color: var(--color-background-warning);
14531
14518
  }
14532
- ._inputWarning_1pdad_354:hover {
14519
+ ._inputWarning_3i4tj_351:hover {
14533
14520
  border-color: var(--color-border-warning-hover) !important;
14534
14521
  }
14535
- ._inputWarning_1pdad_354:focus {
14522
+ ._inputWarning_3i4tj_351:focus {
14523
+ position: relative;
14536
14524
  outline: none !important;
14537
- border: 1px solid var(--color-border-focus) !important;
14525
+ border-color: var(--color-border-focus) !important;
14538
14526
  box-shadow: var(--shadow-focus);
14527
+ z-index: 3;
14539
14528
  }
14540
- ._inputDisabled_1pdad_385 {
14529
+ ._inputDisabled_3i4tj_386 {
14541
14530
  pointer-events: none;
14542
14531
  background-color: var(--color-background-disabled);
14543
14532
  color: var(--color-text-muted);
14544
14533
  }
14545
- ._hideScrollbars_1pdad_390 {
14534
+ ._hideScrollbars_3i4tj_391 {
14546
14535
  /* Firefox */
14547
14536
  scrollbar-width: none;
14548
14537
  /* IE 10+ */
14549
14538
  -ms-overflow-style: none;
14550
14539
  /* Chrome, Safari and Opera */
14551
14540
  }
14552
- ._hideScrollbars_1pdad_390::-webkit-scrollbar {
14541
+ ._hideScrollbars_3i4tj_391::-webkit-scrollbar {
14553
14542
  display: none;
14554
14543
  }
14555
14544
  :root {
14556
14545
  --size-select-icon: 24px;
14557
14546
  --size-select-icon-sm: 16px;
14558
14547
  }
14559
- ._trigger_1pdad_404 {
14548
+ ._trigger_3i4tj_405 {
14560
14549
  font-weight: normal;
14561
14550
  display: flex;
14562
14551
  align-items: center;
@@ -14567,84 +14556,76 @@ html[data-theme='dark'] {
14567
14556
  position: relative;
14568
14557
  padding-left: 14px;
14569
14558
  }
14570
- ._trigger_1pdad_404 input {
14559
+ ._trigger_3i4tj_405 input {
14571
14560
  border: none !important;
14572
14561
  background: transparent !important;
14573
14562
  }
14574
- ._trigger_1pdad_404._isInTable_1pdad_419 {
14563
+ ._trigger_3i4tj_405._isInTable_3i4tj_420 {
14575
14564
  background-color: transparent;
14576
14565
  border-radius: inherit !important;
14577
14566
  height: 38px;
14578
14567
  min-height: 100%;
14579
14568
  }
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 {
14569
+ ._trigger_3i4tj_405._isInTable_3i4tj_420 ._input_3i4tj_332 {
14591
14570
  background: transparent !important;
14592
14571
  }
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 {
14572
+ ._trigger_3i4tj_405:hover {
14596
14573
  position: relative;
14597
- z-index: 2;
14598
- }
14599
- ._trigger_1pdad_404:hover {
14600
14574
  border-color: var(--color-border-hover);
14575
+ z-index: 2;
14601
14576
  cursor: pointer;
14602
14577
  }
14603
- ._trigger_1pdad_404._isOpen_1pdad_438,
14604
- ._trigger_1pdad_404:focus {
14578
+ ._trigger_3i4tj_405._isOpen_3i4tj_435,
14579
+ ._trigger_3i4tj_405:focus {
14580
+ position: relative;
14605
14581
  outline: none !important;
14606
- border: 1px solid var(--color-border-focus) !important;
14582
+ border-color: var(--color-border-focus) !important;
14607
14583
  box-shadow: var(--shadow-focus);
14584
+ z-index: 3;
14608
14585
  }
14609
- ._trigger_1pdad_404._error_1pdad_454 {
14586
+ ._trigger_3i4tj_405._error_3i4tj_443 {
14610
14587
  position: relative;
14611
14588
  z-index: 2;
14612
14589
  border-color: var(--color-border-error) !important;
14613
14590
  color: var(--color-text-error) !important;
14614
14591
  background-color: var(--color-background-error);
14615
14592
  }
14616
- ._trigger_1pdad_404._error_1pdad_454:hover {
14593
+ ._trigger_3i4tj_405._error_3i4tj_443:hover {
14617
14594
  border-color: var(--color-border-error-hover) !important;
14618
14595
  }
14619
- ._trigger_1pdad_404._error_1pdad_454:focus {
14596
+ ._trigger_3i4tj_405._error_3i4tj_443:focus {
14597
+ position: relative;
14620
14598
  outline: none !important;
14621
- border: 1px solid var(--color-border-focus) !important;
14599
+ border-color: var(--color-border-focus) !important;
14622
14600
  box-shadow: var(--shadow-focus);
14601
+ z-index: 3;
14623
14602
  }
14624
- ._trigger_1pdad_404._warning_1pdad_469 {
14603
+ ._trigger_3i4tj_405._warning_3i4tj_460 {
14625
14604
  position: relative;
14626
14605
  z-index: 1;
14627
14606
  border-color: var(--color-border-warning) !important;
14628
14607
  color: var(--color-text-warning) !important;
14629
14608
  background-color: var(--color-background-warning);
14630
14609
  }
14631
- ._trigger_1pdad_404._warning_1pdad_469:hover {
14610
+ ._trigger_3i4tj_405._warning_3i4tj_460:hover {
14632
14611
  border-color: var(--color-border-warning-hover) !important;
14633
14612
  }
14634
- ._trigger_1pdad_404._warning_1pdad_469:focus {
14613
+ ._trigger_3i4tj_405._warning_3i4tj_460:focus {
14614
+ position: relative;
14635
14615
  outline: none !important;
14636
- border: 1px solid var(--color-border-focus) !important;
14616
+ border-color: var(--color-border-focus) !important;
14637
14617
  box-shadow: var(--shadow-focus);
14618
+ z-index: 3;
14638
14619
  }
14639
- ._trigger_1pdad_404._disabled_1pdad_484 {
14620
+ ._trigger_3i4tj_405._disabled_3i4tj_477 {
14640
14621
  pointer-events: none;
14641
14622
  background-color: var(--color-background-disabled);
14642
14623
  color: var(--color-text-muted);
14643
14624
  }
14644
- ._trigger_1pdad_404._disabled_1pdad_484 ._iconOpen_1pdad_489 {
14625
+ ._trigger_3i4tj_405._disabled_3i4tj_477 ._iconOpen_3i4tj_482 {
14645
14626
  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
14627
  }
14647
- ._icons_1pdad_492 {
14628
+ ._icons_3i4tj_485 {
14648
14629
  display: flex;
14649
14630
  flex-wrap: nowrap;
14650
14631
  flex-shrink: 0;
@@ -14652,8 +14633,8 @@ html[data-theme='dark'] {
14652
14633
  z-index: 2;
14653
14634
  font-size: 12px;
14654
14635
  }
14655
- ._icons_1pdad_492 ._clearAll_1pdad_500,
14656
- ._icons_1pdad_492 ._iconOpen_1pdad_489 {
14636
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493,
14637
+ ._icons_3i4tj_485 ._iconOpen_3i4tj_482 {
14657
14638
  width: var(--size-select-icon);
14658
14639
  height: var(--size-select-icon);
14659
14640
  margin: -1px 0;
@@ -14661,30 +14642,30 @@ html[data-theme='dark'] {
14661
14642
  justify-content: flex-start;
14662
14643
  align-items: center;
14663
14644
  }
14664
- ._small_1pdad_509 ._icons_1pdad_492 ._clearAll_1pdad_500,
14665
- ._small_1pdad_509 ._icons_1pdad_492 ._iconOpen_1pdad_489 {
14645
+ ._small_3i4tj_502 ._icons_3i4tj_485 ._clearAll_3i4tj_493,
14646
+ ._small_3i4tj_502 ._icons_3i4tj_485 ._iconOpen_3i4tj_482 {
14666
14647
  width: var(--size-select-icon-sm);
14667
14648
  height: var(--size-select-icon-sm);
14668
14649
  }
14669
- ._icons_1pdad_492 ._clearAll_1pdad_500 {
14650
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493 {
14670
14651
  color: var(--color-border);
14671
14652
  }
14672
- ._icons_1pdad_492 ._clearAll_1pdad_500:hover,
14673
- ._icons_1pdad_492 ._clearAll_1pdad_500._focus_1pdad_518 {
14653
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493:hover,
14654
+ ._icons_3i4tj_485 ._clearAll_3i4tj_493._focus_3i4tj_511 {
14674
14655
  color: var(--color-text);
14675
14656
  outline: 0;
14676
14657
  }
14677
- ._icons_1pdad_492 ._iconOpen_1pdad_489 {
14658
+ ._icons_3i4tj_485 ._iconOpen_3i4tj_482 {
14678
14659
  color: inherit;
14679
14660
  display: block;
14680
14661
  flex-shrink: 0;
14681
14662
  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
14663
  background-size: 8px 12px;
14683
14664
  }
14684
- ._icons_1pdad_492 svg {
14665
+ ._icons_3i4tj_485 svg {
14685
14666
  display: block;
14686
14667
  }
14687
- ._triggerInputContainer_1pdad_532 {
14668
+ ._triggerInputContainer_3i4tj_525 {
14688
14669
  display: flex;
14689
14670
  align-items: center;
14690
14671
  position: relative;
@@ -14693,31 +14674,31 @@ html[data-theme='dark'] {
14693
14674
  min-width: 0;
14694
14675
  margin-right: 4px;
14695
14676
  }
14696
- ._right_1pdad_541 ._triggerInputContainer_1pdad_532 {
14677
+ ._right_3i4tj_534 ._triggerInputContainer_3i4tj_525 {
14697
14678
  justify-content: flex-end;
14698
14679
  text-align: right;
14699
14680
  }
14700
- ._right_1pdad_541 ._triggerInputContainer_1pdad_532 input {
14681
+ ._right_3i4tj_534 ._triggerInputContainer_3i4tj_525 input {
14701
14682
  padding-right: 0;
14702
14683
  padding-left: 0;
14703
14684
  text-align: right;
14704
14685
  width: 0;
14705
14686
  }
14706
- ._right_1pdad_541 ._triggerInputContainer_1pdad_532 input:focus {
14687
+ ._right_3i4tj_534 ._triggerInputContainer_3i4tj_525 input:focus {
14707
14688
  width: auto;
14708
14689
  }
14709
- ._multiOptions_1pdad_554 {
14690
+ ._multiOptions_3i4tj_547 {
14710
14691
  display: flex;
14711
14692
  overflow: hidden;
14712
14693
  margin-left: -8px;
14713
14694
  }
14714
- ._small_1pdad_509 ._multiOptions_1pdad_554 {
14695
+ ._small_3i4tj_502 ._multiOptions_3i4tj_547 {
14715
14696
  margin-left: -5px;
14716
14697
  }
14717
- ._multiOptions_1pdad_554:empty {
14698
+ ._multiOptions_3i4tj_547:empty {
14718
14699
  display: none !important;
14719
14700
  }
14720
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 {
14701
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 {
14721
14702
  user-select: none;
14722
14703
  pointer-events: none;
14723
14704
  display: inline-flex;
@@ -14734,14 +14715,14 @@ html[data-theme='dark'] {
14734
14715
  flex-shrink: 0;
14735
14716
  margin-right: 2px;
14736
14717
  }
14737
- ._small_1pdad_509 ._multiOptions_1pdad_554 ._multiOption_1pdad_554 {
14718
+ ._small_3i4tj_502 ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 {
14738
14719
  height: var(--size-xs);
14739
14720
  padding: 0 3px;
14740
14721
  }
14741
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._label_1pdad_586 {
14722
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._label_3i4tj_579 {
14742
14723
  white-space: nowrap;
14743
14724
  }
14744
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._closeMultiOption_1pdad_589 {
14725
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._closeMultiOption_3i4tj_582 {
14745
14726
  flex-shrink: 0;
14746
14727
  display: flex;
14747
14728
  align-items: center;
@@ -14751,13 +14732,13 @@ html[data-theme='dark'] {
14751
14732
  opacity: 0.25;
14752
14733
  aspect-ratio: 1;
14753
14734
  }
14754
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._closeMultiOption_1pdad_589:hover,
14755
- ._multiOptions_1pdad_554 ._multiOption_1pdad_554 ._closeMultiOption_1pdad_589._focus_1pdad_518 {
14735
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._closeMultiOption_3i4tj_582:hover,
14736
+ ._multiOptions_3i4tj_547 ._multiOption_3i4tj_547 ._closeMultiOption_3i4tj_582._focus_3i4tj_511 {
14756
14737
  opacity: 1;
14757
14738
  outline: 0;
14758
14739
  }
14759
- ._selectedSingleValue_1pdad_604,
14760
- ._placeHolder_1pdad_605 {
14740
+ ._selectedSingleValue_3i4tj_597,
14741
+ ._placeHolder_3i4tj_598 {
14761
14742
  line-height: 36px;
14762
14743
  right: 0;
14763
14744
  left: 0;
@@ -14767,10 +14748,10 @@ html[data-theme='dark'] {
14767
14748
  display: block;
14768
14749
  position: absolute;
14769
14750
  }
14770
- ._placeHolder_1pdad_605 {
14751
+ ._placeHolder_3i4tj_598 {
14771
14752
  color: var(--color-text-faint);
14772
14753
  }
14773
- ._input_1pdad_332 {
14754
+ ._input_3i4tj_332 {
14774
14755
  font-family: 'Lato', sans-serif;
14775
14756
  background-color: transparent;
14776
14757
  border: none;
@@ -14778,53 +14759,45 @@ html[data-theme='dark'] {
14778
14759
  padding: 0;
14779
14760
  width: 0;
14780
14761
  }
14781
- ._input_1pdad_332._error_1pdad_454 {
14762
+ ._input_3i4tj_332._error_3i4tj_443 {
14782
14763
  color: var(--color-text-error) !important;
14783
14764
  }
14784
- ._input_1pdad_332:focus {
14765
+ ._input_3i4tj_332:focus {
14785
14766
  outline: none;
14786
14767
  width: auto;
14787
14768
  }
14788
- ._small_1pdad_509 {
14769
+ ._small_3i4tj_502 {
14789
14770
  height: 24px;
14790
14771
  font-size: 12px;
14791
14772
  padding-left: 7px;
14792
14773
  }
14793
- ._small_1pdad_509 ._selectedSingleValue_1pdad_604,
14794
- ._small_1pdad_509 ._placeHolder_1pdad_605,
14795
- ._small_1pdad_509 ._input_1pdad_332 {
14774
+ ._small_3i4tj_502 ._selectedSingleValue_3i4tj_597,
14775
+ ._small_3i4tj_502 ._placeHolder_3i4tj_598,
14776
+ ._small_3i4tj_502 ._input_3i4tj_332 {
14796
14777
  height: 22px;
14797
14778
  line-height: 22px;
14798
14779
  }
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 {
14780
+ ._groupOrderFirst_3i4tj_637,
14781
+ ._groupOrderMiddle_3i4tj_638 {
14809
14782
  margin-right: -1px;
14810
14783
  border-top-right-radius: 0 !important;
14811
14784
  border-bottom-right-radius: 0 !important;
14812
14785
  }
14813
- ._groupOrderLast_1pdad_646,
14814
- ._groupOrderMiddle_1pdad_645 {
14786
+ ._groupOrderLast_3i4tj_643,
14787
+ ._groupOrderMiddle_3i4tj_638 {
14815
14788
  border-top-left-radius: 0 !important;
14816
14789
  border-bottom-left-radius: 0 !important;
14817
14790
  }
14818
- ._detailedLabel_1pdad_663 {
14791
+ ._detailedLabel_3i4tj_648 {
14819
14792
  width: 100%;
14820
14793
  }
14821
- ._detailedLabel_1pdad_663 :first-child {
14794
+ ._detailedLabel_3i4tj_648 :first-child {
14822
14795
  float: left;
14823
14796
  position: absolute;
14824
14797
  background-color: white;
14825
14798
  padding-right: 5px;
14826
14799
  }
14827
- ._detailedLabel_1pdad_663 :last-child {
14800
+ ._detailedLabel_3i4tj_648 :last-child {
14828
14801
  float: right;
14829
14802
  }
14830
14803
  ._paginationContainer_1g3st_1 {
@@ -16352,88 +16325,89 @@ html[data-theme='dark'] {
16352
16325
  /*
16353
16326
  Z-INDEX
16354
16327
  */
16355
- ._inputInTable_1boi8_332 {
16328
+ ._inputInTable_e9nqj_332 {
16356
16329
  background-color: transparent;
16357
16330
  border-radius: inherit !important;
16358
16331
  height: 38px;
16359
16332
  min-height: 100%;
16360
16333
  }
16361
- ._inputInTable_1boi8_332:hover,
16362
- ._inputInTable_1boi8_332:focus {
16334
+ ._inputHover_e9nqj_338 {
16363
16335
  position: relative;
16364
- }
16365
- ._inputInTable_1boi8_332:hover {
16336
+ border-color: var(--color-border-hover);
16366
16337
  z-index: 2;
16367
16338
  }
16368
- ._inputInTable_1boi8_332:focus {
16369
- z-index: 3;
16370
- }
16371
- ._inputFocus_1boi8_348 {
16339
+ ._inputFocus_e9nqj_343 {
16340
+ position: relative;
16372
16341
  outline: none !important;
16373
- border: 1px solid var(--color-border-focus) !important;
16342
+ border-color: var(--color-border-focus) !important;
16374
16343
  box-shadow: var(--shadow-focus);
16344
+ z-index: 3;
16375
16345
  }
16376
- ._inputError_1boi8_353,
16377
- ._inputWarning_1boi8_354 {
16346
+ ._inputError_e9nqj_350,
16347
+ ._inputWarning_e9nqj_351 {
16378
16348
  position: relative;
16379
16349
  }
16380
- ._inputError_1boi8_353 {
16350
+ ._inputError_e9nqj_350 {
16381
16351
  z-index: 2;
16382
16352
  border-color: var(--color-border-error) !important;
16383
16353
  color: var(--color-text-error) !important;
16384
16354
  background-color: var(--color-background-error);
16385
16355
  }
16386
- ._inputError_1boi8_353:hover {
16356
+ ._inputError_e9nqj_350:hover {
16387
16357
  border-color: var(--color-border-error-hover) !important;
16388
16358
  }
16389
- ._inputError_1boi8_353:focus {
16359
+ ._inputError_e9nqj_350:focus {
16360
+ position: relative;
16390
16361
  outline: none !important;
16391
- border: 1px solid var(--color-border-focus) !important;
16362
+ border-color: var(--color-border-focus) !important;
16392
16363
  box-shadow: var(--shadow-focus);
16364
+ z-index: 3;
16393
16365
  }
16394
- ._inputWarning_1boi8_354 {
16366
+ ._inputWarning_e9nqj_351 {
16395
16367
  z-index: 1;
16396
16368
  border-color: var(--color-border-warning) !important;
16397
16369
  color: var(--color-text-warning) !important;
16398
16370
  background-color: var(--color-background-warning);
16399
16371
  }
16400
- ._inputWarning_1boi8_354:hover {
16372
+ ._inputWarning_e9nqj_351:hover {
16401
16373
  border-color: var(--color-border-warning-hover) !important;
16402
16374
  }
16403
- ._inputWarning_1boi8_354:focus {
16375
+ ._inputWarning_e9nqj_351:focus {
16376
+ position: relative;
16404
16377
  outline: none !important;
16405
- border: 1px solid var(--color-border-focus) !important;
16378
+ border-color: var(--color-border-focus) !important;
16406
16379
  box-shadow: var(--shadow-focus);
16380
+ z-index: 3;
16407
16381
  }
16408
- ._inputDisabled_1boi8_385 {
16382
+ ._inputDisabled_e9nqj_386 {
16409
16383
  pointer-events: none;
16410
16384
  background-color: var(--color-background-disabled);
16411
16385
  color: var(--color-text-muted);
16412
16386
  }
16413
- ._hideScrollbars_1boi8_390 {
16387
+ ._hideScrollbars_e9nqj_391 {
16414
16388
  /* Firefox */
16415
16389
  scrollbar-width: none;
16416
16390
  /* IE 10+ */
16417
16391
  -ms-overflow-style: none;
16418
16392
  /* Chrome, Safari and Opera */
16419
16393
  }
16420
- ._hideScrollbars_1boi8_390::-webkit-scrollbar {
16394
+ ._hideScrollbars_e9nqj_391::-webkit-scrollbar {
16421
16395
  display: none;
16422
16396
  }
16423
16397
  :root {
16424
16398
  --color-background-sidebar: var(--color-neutral-950);
16425
16399
  }
16426
- ._sidebar_1boi8_403 {
16400
+ ._sidebar_e9nqj_404 {
16427
16401
  background-color: var(--color-background-sidebar);
16428
16402
  color: white;
16429
16403
  position: relative;
16430
16404
  }
16431
16405
  @media print {
16432
- ._sidebar_1boi8_403 {
16406
+ ._sidebar_e9nqj_404 {
16433
16407
  display: none;
16434
16408
  }
16435
16409
  }
16436
- ._inner_1boi8_413 {
16410
+ ._inner_e9nqj_414 {
16437
16411
  padding: 1.4rem;
16438
16412
  /* Firefox */
16439
16413
  scrollbar-width: none;
@@ -16441,24 +16415,24 @@ html[data-theme='dark'] {
16441
16415
  -ms-overflow-style: none;
16442
16416
  /* Chrome, Safari and Opera */
16443
16417
  }
16444
- ._inner_1boi8_413::-webkit-scrollbar {
16418
+ ._inner_e9nqj_414::-webkit-scrollbar {
16445
16419
  display: none;
16446
16420
  }
16447
- ._title_1boi8_424,
16448
- ._subtitle_1boi8_425,
16449
- ._label_1boi8_426 {
16421
+ ._title_e9nqj_425,
16422
+ ._subtitle_e9nqj_426,
16423
+ ._label_e9nqj_427 {
16450
16424
  transition: opacity 0.2s, max-height 0.2s, margin 0.2s, color 0.2s;
16451
16425
  max-height: 50px;
16452
16426
  }
16453
- ._collapsed_1boi8_430 ._title_1boi8_424,
16454
- ._collapsed_1boi8_430 ._subtitle_1boi8_425,
16455
- ._collapsed_1boi8_430 ._label_1boi8_426 {
16427
+ ._collapsed_e9nqj_431 ._title_e9nqj_425,
16428
+ ._collapsed_e9nqj_431 ._subtitle_e9nqj_426,
16429
+ ._collapsed_e9nqj_431 ._label_e9nqj_427 {
16456
16430
  opacity: 0;
16457
16431
  max-height: 0;
16458
16432
  margin-bottom: 0;
16459
16433
  margin-top: 0;
16460
16434
  }
16461
- ._title_1boi8_424 {
16435
+ ._title_e9nqj_425 {
16462
16436
  overflow: hidden;
16463
16437
  max-width: 100%;
16464
16438
  text-overflow: ellipsis;
@@ -16466,20 +16440,20 @@ html[data-theme='dark'] {
16466
16440
  margin-top: 0;
16467
16441
  font-size: 16px;
16468
16442
  }
16469
- ._subtitle_1boi8_425 {
16443
+ ._subtitle_e9nqj_426 {
16470
16444
  margin-bottom: 0.75rem;
16471
16445
  white-space: nowrap;
16472
16446
  font-size: 12px;
16473
16447
  letter-spacing: 0.1em;
16474
16448
  opacity: 0.6;
16475
16449
  }
16476
- ._list_1boi8_453 {
16450
+ ._list_e9nqj_454 {
16477
16451
  margin-left: -1.4rem;
16478
16452
  margin-right: -1.4rem;
16479
16453
  margin-bottom: 2rem;
16480
16454
  margin-top: 0;
16481
16455
  }
16482
- ._item_1boi8_459 {
16456
+ ._item_e9nqj_460 {
16483
16457
  font-size: 16px;
16484
16458
  color: white;
16485
16459
  font-weight: normal;
@@ -16487,27 +16461,27 @@ html[data-theme='dark'] {
16487
16461
  padding: 0.4rem 1.4rem;
16488
16462
  align-items: center;
16489
16463
  }
16490
- ._item_1boi8_459:focus {
16464
+ ._item_e9nqj_460:focus {
16491
16465
  outline: none;
16492
16466
  }
16493
- ._item_1boi8_459::-moz-focus-inner {
16467
+ ._item_e9nqj_460::-moz-focus-inner {
16494
16468
  border: 0;
16495
16469
  }
16496
- ._item_1boi8_459:hover,
16497
- ._item_1boi8_459:focus {
16470
+ ._item_e9nqj_460:hover,
16471
+ ._item_e9nqj_460:focus {
16498
16472
  color: var(--color-primary-400);
16499
16473
  }
16500
- ._item_1boi8_459:active {
16474
+ ._item_e9nqj_460:active {
16501
16475
  color: var(--color-primary-300);
16502
16476
  }
16503
- ._item_1boi8_459._active_1boi8_480 {
16477
+ ._item_e9nqj_460._active_e9nqj_481 {
16504
16478
  color: white;
16505
16479
  background: black;
16506
16480
  }
16507
- ._item_1boi8_459._experimental_1boi8_484 {
16481
+ ._item_e9nqj_460._experimental_e9nqj_485 {
16508
16482
  background: #40130b;
16509
16483
  }
16510
- ._icon_1boi8_487 {
16484
+ ._icon_e9nqj_488 {
16511
16485
  margin-right: 10px;
16512
16486
  line-height: 0;
16513
16487
  flex-shrink: 0;
@@ -16515,23 +16489,23 @@ html[data-theme='dark'] {
16515
16489
  opacity: 0.4;
16516
16490
  display: block;
16517
16491
  }
16518
- ._item_1boi8_459:hover ._icon_1boi8_487,
16519
- ._item_1boi8_459:focus ._icon_1boi8_487 {
16492
+ ._item_e9nqj_460:hover ._icon_e9nqj_488,
16493
+ ._item_e9nqj_460:focus ._icon_e9nqj_488 {
16520
16494
  opacity: 0.6;
16521
16495
  }
16522
- ._item_1boi8_459:active ._icon_1boi8_487 {
16496
+ ._item_e9nqj_460:active ._icon_e9nqj_488 {
16523
16497
  opacity: 0.8;
16524
16498
  }
16525
- ._item_1boi8_459._active_1boi8_480 ._icon_1boi8_487 {
16499
+ ._item_e9nqj_460._active_e9nqj_481 ._icon_e9nqj_488 {
16526
16500
  opacity: 1;
16527
16501
  }
16528
- ._icon_1boi8_487 > * {
16502
+ ._icon_e9nqj_488 > * {
16529
16503
  opacity: 1;
16530
16504
  }
16531
- ._icon_1boi8_487 > span {
16505
+ ._icon_e9nqj_488 > span {
16532
16506
  display: block;
16533
16507
  }
16534
- ._label_1boi8_426 {
16508
+ ._label_e9nqj_427 {
16535
16509
  white-space: nowrap;
16536
16510
  overflow: hidden;
16537
16511
  }
@@ -17846,78 +17820,79 @@ html[data-theme='dark'] {
17846
17820
  /*
17847
17821
  Z-INDEX
17848
17822
  */
17849
- ._inputInTable_1bqo1_332 {
17823
+ ._inputInTable_skkdh_332 {
17850
17824
  background-color: transparent;
17851
17825
  border-radius: inherit !important;
17852
17826
  height: 38px;
17853
17827
  min-height: 100%;
17854
17828
  }
17855
- ._inputInTable_1bqo1_332:hover,
17856
- ._inputInTable_1bqo1_332:focus {
17829
+ ._inputHover_skkdh_338 {
17857
17830
  position: relative;
17858
- }
17859
- ._inputInTable_1bqo1_332:hover {
17831
+ border-color: var(--color-border-hover);
17860
17832
  z-index: 2;
17861
17833
  }
17862
- ._inputInTable_1bqo1_332:focus {
17863
- z-index: 3;
17864
- }
17865
- ._inputFocus_1bqo1_348 {
17834
+ ._inputFocus_skkdh_343 {
17835
+ position: relative;
17866
17836
  outline: none !important;
17867
- border: 1px solid var(--color-border-focus) !important;
17837
+ border-color: var(--color-border-focus) !important;
17868
17838
  box-shadow: var(--shadow-focus);
17839
+ z-index: 3;
17869
17840
  }
17870
- ._inputError_1bqo1_353,
17871
- ._inputWarning_1bqo1_354 {
17841
+ ._inputError_skkdh_350,
17842
+ ._inputWarning_skkdh_351 {
17872
17843
  position: relative;
17873
17844
  }
17874
- ._inputError_1bqo1_353 {
17845
+ ._inputError_skkdh_350 {
17875
17846
  z-index: 2;
17876
17847
  border-color: var(--color-border-error) !important;
17877
17848
  color: var(--color-text-error) !important;
17878
17849
  background-color: var(--color-background-error);
17879
17850
  }
17880
- ._inputError_1bqo1_353:hover {
17851
+ ._inputError_skkdh_350:hover {
17881
17852
  border-color: var(--color-border-error-hover) !important;
17882
17853
  }
17883
- ._inputError_1bqo1_353:focus {
17854
+ ._inputError_skkdh_350:focus {
17855
+ position: relative;
17884
17856
  outline: none !important;
17885
- border: 1px solid var(--color-border-focus) !important;
17857
+ border-color: var(--color-border-focus) !important;
17886
17858
  box-shadow: var(--shadow-focus);
17859
+ z-index: 3;
17887
17860
  }
17888
- ._inputWarning_1bqo1_354 {
17861
+ ._inputWarning_skkdh_351 {
17889
17862
  z-index: 1;
17890
17863
  border-color: var(--color-border-warning) !important;
17891
17864
  color: var(--color-text-warning) !important;
17892
17865
  background-color: var(--color-background-warning);
17893
17866
  }
17894
- ._inputWarning_1bqo1_354:hover {
17867
+ ._inputWarning_skkdh_351:hover {
17895
17868
  border-color: var(--color-border-warning-hover) !important;
17896
17869
  }
17897
- ._inputWarning_1bqo1_354:focus {
17870
+ ._inputWarning_skkdh_351:focus {
17871
+ position: relative;
17898
17872
  outline: none !important;
17899
- border: 1px solid var(--color-border-focus) !important;
17873
+ border-color: var(--color-border-focus) !important;
17900
17874
  box-shadow: var(--shadow-focus);
17875
+ z-index: 3;
17901
17876
  }
17902
- ._inputDisabled_1bqo1_385 {
17877
+ ._inputDisabled_skkdh_386 {
17903
17878
  pointer-events: none;
17904
17879
  background-color: var(--color-background-disabled);
17905
17880
  color: var(--color-text-muted);
17906
17881
  }
17907
- ._hideScrollbars_1bqo1_390 {
17882
+ ._hideScrollbars_skkdh_391 {
17908
17883
  /* Firefox */
17909
17884
  scrollbar-width: none;
17910
17885
  /* IE 10+ */
17911
17886
  -ms-overflow-style: none;
17912
17887
  /* Chrome, Safari and Opera */
17913
17888
  }
17914
- ._hideScrollbars_1bqo1_390::-webkit-scrollbar {
17889
+ ._hideScrollbars_skkdh_391::-webkit-scrollbar {
17915
17890
  display: none;
17916
17891
  }
17917
- ._cellWrapperPadding_1bqo1_400 {
17892
+ ._cellWrapperPadding_skkdh_401 {
17918
17893
  padding: 9.5px 14px !important;
17919
17894
  }
17920
- ._flexBlock_1bqo1_403 {
17895
+ ._flexBlock_skkdh_404 {
17921
17896
  display: flex;
17922
17897
  align-items: center;
17923
17898
  justify-content: space-between;
@@ -17930,20 +17905,20 @@ html[data-theme='dark'] {
17930
17905
  --color-background-table-header: var(--color-neutral-750);
17931
17906
  --color-background-table-row-tinted: var(--color-neutral-850);
17932
17907
  }
17933
- ._scrollWrapper_1bqo1_416._bordered_1bqo1_416 {
17908
+ ._scrollWrapper_skkdh_417._bordered_skkdh_417 {
17934
17909
  border: 1px solid var(--color-border);
17935
17910
  border-radius: 0.28571429rem;
17936
17911
  }
17937
- ._scrollWrapper_1bqo1_416._maxHeight_1bqo1_420 {
17912
+ ._scrollWrapper_skkdh_417._maxHeight_skkdh_421 {
17938
17913
  display: block;
17939
17914
  overflow-y: auto;
17940
17915
  overflow-x: hidden;
17941
17916
  }
17942
- ._scrollWrapper_1bqo1_416._maxHeight_1bqo1_420 tfoot td {
17917
+ ._scrollWrapper_skkdh_417._maxHeight_skkdh_421 tfoot td {
17943
17918
  position: sticky;
17944
17919
  bottom: 0;
17945
17920
  }
17946
- ._table_1bqo1_429 {
17921
+ ._table_skkdh_430 {
17947
17922
  width: 100%;
17948
17923
  background: var(--color-background-raised);
17949
17924
  box-shadow: none;
@@ -17953,32 +17928,32 @@ html[data-theme='dark'] {
17953
17928
  border-spacing: 0;
17954
17929
  border-radius: inherit;
17955
17930
  }
17956
- ._table_1bqo1_429 > :first-child {
17931
+ ._table_skkdh_430 > :first-child {
17957
17932
  border-top-left-radius: inherit;
17958
17933
  border-top-right-radius: inherit;
17959
17934
  }
17960
- ._table_1bqo1_429 > :first-child > :first-child {
17935
+ ._table_skkdh_430 > :first-child > :first-child {
17961
17936
  border-top-left-radius: inherit;
17962
17937
  border-top-right-radius: inherit;
17963
17938
  }
17964
- ._table_1bqo1_429 > :first-child > :first-child > :first-child {
17939
+ ._table_skkdh_430 > :first-child > :first-child > :first-child {
17965
17940
  border-top-left-radius: inherit;
17966
17941
  }
17967
- ._table_1bqo1_429 > :first-child > :first-child > :last-child {
17942
+ ._table_skkdh_430 > :first-child > :first-child > :last-child {
17968
17943
  border-top-right-radius: inherit;
17969
17944
  }
17970
- ._table_1bqo1_429 > :last-child {
17945
+ ._table_skkdh_430 > :last-child {
17971
17946
  border-bottom-left-radius: inherit;
17972
17947
  border-bottom-right-radius: inherit;
17973
17948
  }
17974
- ._table_1bqo1_429 > :last-child > :last-child {
17949
+ ._table_skkdh_430 > :last-child > :last-child {
17975
17950
  border-bottom-left-radius: inherit;
17976
17951
  border-bottom-right-radius: inherit;
17977
17952
  }
17978
- ._table_1bqo1_429 > :last-child > :last-child > :first-child {
17953
+ ._table_skkdh_430 > :last-child > :last-child > :first-child {
17979
17954
  border-bottom-left-radius: inherit;
17980
17955
  }
17981
- ._table_1bqo1_429 > :last-child > :last-child > :last-child {
17956
+ ._table_skkdh_430 > :last-child > :last-child > :last-child {
17982
17957
  border-bottom-right-radius: inherit;
17983
17958
  }
17984
17959
  th,
@@ -18022,16 +17997,16 @@ td {
18022
17997
  tr:first-child td {
18023
17998
  border-top: none;
18024
17999
  }
18025
- ._cellWrapper_1bqo1_400 {
18000
+ ._cellWrapper_skkdh_401 {
18026
18001
  padding: 9.5px 14px !important;
18027
18002
  }
18028
- ._title_1bqo1_511,
18029
- ._footer_1bqo1_512 {
18003
+ ._title_skkdh_512,
18004
+ ._footer_skkdh_513 {
18030
18005
  display: flex;
18031
18006
  align-items: center;
18032
18007
  justify-content: space-between;
18033
18008
  }
18034
- ._striped_1bqo1_517 tbody tr:nth-child(even) {
18009
+ ._striped_skkdh_518 tbody tr:nth-child(even) {
18035
18010
  background-color: var(--color-background-table-row-tinted);
18036
18011
  }
18037
18012
  tfoot td {
@@ -19067,193 +19042,200 @@ html[data-theme='dark'] {
19067
19042
  /*
19068
19043
  Z-INDEX
19069
19044
  */
19070
- ._inputInTable_1eedc_332 {
19045
+ ._inputInTable_11q83_332 {
19071
19046
  background-color: transparent;
19072
19047
  border-radius: inherit !important;
19073
19048
  height: 38px;
19074
19049
  min-height: 100%;
19075
19050
  }
19076
- ._inputInTable_1eedc_332:hover,
19077
- ._inputInTable_1eedc_332:focus {
19051
+ ._inputHover_11q83_338 {
19078
19052
  position: relative;
19079
- }
19080
- ._inputInTable_1eedc_332:hover {
19053
+ border-color: var(--color-border-hover);
19081
19054
  z-index: 2;
19082
19055
  }
19083
- ._inputInTable_1eedc_332:focus {
19084
- z-index: 3;
19085
- }
19086
- ._inputFocus_1eedc_348 {
19056
+ ._inputFocus_11q83_343 {
19057
+ position: relative;
19087
19058
  outline: none !important;
19088
- border: 1px solid var(--color-border-focus) !important;
19059
+ border-color: var(--color-border-focus) !important;
19089
19060
  box-shadow: var(--shadow-focus);
19061
+ z-index: 3;
19090
19062
  }
19091
- ._inputError_1eedc_353,
19092
- ._inputWarning_1eedc_354 {
19063
+ ._inputError_11q83_350,
19064
+ ._inputWarning_11q83_351 {
19093
19065
  position: relative;
19094
19066
  }
19095
- ._inputError_1eedc_353 {
19067
+ ._inputError_11q83_350 {
19096
19068
  z-index: 2;
19097
19069
  border-color: var(--color-border-error) !important;
19098
19070
  color: var(--color-text-error) !important;
19099
19071
  background-color: var(--color-background-error);
19100
19072
  }
19101
- ._inputError_1eedc_353:hover {
19073
+ ._inputError_11q83_350:hover {
19102
19074
  border-color: var(--color-border-error-hover) !important;
19103
19075
  }
19104
- ._inputError_1eedc_353:focus {
19076
+ ._inputError_11q83_350:focus {
19077
+ position: relative;
19105
19078
  outline: none !important;
19106
- border: 1px solid var(--color-border-focus) !important;
19079
+ border-color: var(--color-border-focus) !important;
19107
19080
  box-shadow: var(--shadow-focus);
19081
+ z-index: 3;
19108
19082
  }
19109
- ._inputWarning_1eedc_354 {
19083
+ ._inputWarning_11q83_351 {
19110
19084
  z-index: 1;
19111
19085
  border-color: var(--color-border-warning) !important;
19112
19086
  color: var(--color-text-warning) !important;
19113
19087
  background-color: var(--color-background-warning);
19114
19088
  }
19115
- ._inputWarning_1eedc_354:hover {
19089
+ ._inputWarning_11q83_351:hover {
19116
19090
  border-color: var(--color-border-warning-hover) !important;
19117
19091
  }
19118
- ._inputWarning_1eedc_354:focus {
19092
+ ._inputWarning_11q83_351:focus {
19093
+ position: relative;
19119
19094
  outline: none !important;
19120
- border: 1px solid var(--color-border-focus) !important;
19095
+ border-color: var(--color-border-focus) !important;
19121
19096
  box-shadow: var(--shadow-focus);
19097
+ z-index: 3;
19122
19098
  }
19123
- ._inputDisabled_1eedc_385 {
19099
+ ._inputDisabled_11q83_386 {
19124
19100
  pointer-events: none;
19125
19101
  background-color: var(--color-background-disabled);
19126
19102
  color: var(--color-text-muted);
19127
19103
  }
19128
- ._hideScrollbars_1eedc_390 {
19104
+ ._hideScrollbars_11q83_391 {
19129
19105
  /* Firefox */
19130
19106
  scrollbar-width: none;
19131
19107
  /* IE 10+ */
19132
19108
  -ms-overflow-style: none;
19133
19109
  /* Chrome, Safari and Opera */
19134
19110
  }
19135
- ._hideScrollbars_1eedc_390::-webkit-scrollbar {
19111
+ ._hideScrollbars_11q83_391::-webkit-scrollbar {
19136
19112
  display: none;
19137
19113
  }
19138
- ._cellWrapperPadding_1eedc_400 {
19114
+ ._cellWrapperPadding_11q83_401 {
19139
19115
  padding: 9.5px 14px !important;
19140
19116
  }
19141
- ._flexBlock_1eedc_403 {
19117
+ ._flexBlock_11q83_404 {
19142
19118
  display: flex;
19143
19119
  align-items: center;
19144
19120
  justify-content: space-between;
19145
19121
  }
19146
- ._cellWrapper_1eedc_400 {
19122
+ ._cellWrapper_11q83_401 {
19147
19123
  padding: 9.5px 14px !important;
19148
19124
  }
19149
- ._cellWrapper_1eedc_400 a {
19125
+ ._cellWrapper_11q83_401 a {
19150
19126
  cursor: pointer;
19151
19127
  color: var(--color-text-primary) !important;
19152
19128
  }
19153
- ._cellWrapper_1eedc_400 a:hover {
19129
+ ._cellWrapper_11q83_401 a:hover {
19154
19130
  color: var(--color-text-primary-hover) !important;
19155
19131
  }
19156
- ._cellWrapper_1eedc_400 a:active {
19132
+ ._cellWrapper_11q83_401 a:active {
19157
19133
  color: var(--color-text-primary-active) !important;
19158
19134
  }
19159
- ._cellWrapper_1eedc_400 a._disabledLink_1eedc_421 {
19135
+ ._cellWrapper_11q83_401 a._disabledLink_11q83_422 {
19160
19136
  color: var(--color-text-faint) !important;
19161
19137
  cursor: default !important;
19162
19138
  }
19163
- ._inputWrapper_1eedc_425 {
19139
+ ._inputWrapper_11q83_426 {
19164
19140
  margin: -1px;
19165
19141
  height: calc(100% + 2px);
19166
19142
  border-radius: inherit;
19167
19143
  }
19168
- ._inputWrapper_1eedc_425 > span,
19169
- ._inputWrapper_1eedc_425 > span > span,
19170
- ._inputWrapper_1eedc_425 > span > span > div {
19144
+ ._inputWrapper_11q83_426 > span,
19145
+ ._inputWrapper_11q83_426 > span > span,
19146
+ ._inputWrapper_11q83_426 > span > span > div {
19171
19147
  height: 100%;
19172
19148
  border-radius: inherit;
19173
19149
  }
19174
- ._inputWrapper_1eedc_425 > div,
19175
- ._inputWrapper_1eedc_425 > div > span {
19150
+ ._inputWrapper_11q83_426 > div,
19151
+ ._inputWrapper_11q83_426 > div > span {
19176
19152
  height: 100%;
19177
19153
  border-radius: inherit;
19178
19154
  }
19179
- ._breakWord_1eedc_441 {
19155
+ ._breakWord_11q83_442 {
19180
19156
  word-break: break-word;
19181
19157
  }
19182
- ._inputCell_1eedc_444 {
19158
+ ._inputCell_11q83_445 {
19183
19159
  padding: 0 !important;
19184
19160
  }
19185
- ._sliderCell_1eedc_447 {
19161
+ ._sliderCell_11q83_448 {
19186
19162
  padding-top: 0 !important;
19187
19163
  padding-bottom: 0 !important;
19188
19164
  }
19189
- ._staticCell_1eedc_451 {
19165
+ ._staticCell_11q83_452 {
19190
19166
  padding: 0 !important;
19191
19167
  }
19192
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454 {
19168
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455 {
19193
19169
  min-height: 100%;
19194
19170
  padding: 9.5px 14px !important;
19195
19171
  line-height: 17px;
19196
19172
  position: relative;
19197
19173
  border-radius: inherit;
19174
+ display: flex;
19175
+ align-items: center;
19198
19176
  }
19199
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461,
19200
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462 {
19177
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464,
19178
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465 {
19201
19179
  border: 1px solid transparent;
19202
19180
  }
19203
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461 {
19181
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464 {
19204
19182
  position: relative;
19205
19183
  z-index: 2;
19206
19184
  border-color: var(--color-border-error) !important;
19207
19185
  color: var(--color-text-error) !important;
19208
19186
  background-color: var(--color-background-error);
19209
19187
  }
19210
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461:hover {
19188
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464:hover {
19211
19189
  border-color: var(--color-border-error-hover) !important;
19212
19190
  }
19213
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._error_1eedc_461:focus {
19191
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._error_11q83_464:focus {
19192
+ position: relative;
19214
19193
  outline: none !important;
19215
- border: 1px solid var(--color-border-focus) !important;
19194
+ border-color: var(--color-border-focus) !important;
19216
19195
  box-shadow: var(--shadow-focus);
19196
+ z-index: 3;
19217
19197
  }
19218
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462 {
19198
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465 {
19219
19199
  position: relative;
19220
19200
  z-index: 1;
19221
19201
  border-color: var(--color-border-warning) !important;
19222
19202
  color: var(--color-text-warning) !important;
19223
19203
  background-color: var(--color-background-warning);
19224
19204
  }
19225
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462:hover {
19205
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465:hover {
19226
19206
  border-color: var(--color-border-warning-hover) !important;
19227
19207
  }
19228
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._warning_1eedc_462:focus {
19208
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._warning_11q83_465:focus {
19209
+ position: relative;
19229
19210
  outline: none !important;
19230
- border: 1px solid var(--color-border-focus) !important;
19211
+ border-color: var(--color-border-focus) !important;
19231
19212
  box-shadow: var(--shadow-focus);
19213
+ z-index: 3;
19232
19214
  }
19233
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._unit_1eedc_495 {
19215
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._unit_11q83_502 {
19234
19216
  font-weight: normal;
19235
19217
  }
19236
- ._staticCell_1eedc_451 ._staticCellContent_1eedc_454._disabled_1eedc_421 {
19218
+ ._staticCell_11q83_452 ._staticCellContent_11q83_455._disabled_11q83_422 {
19237
19219
  pointer-events: none;
19238
19220
  background-color: var(--color-background-disabled);
19239
19221
  color: var(--color-text-muted);
19240
19222
  }
19241
- ._sortingCell_1eedc_503 ._staticCellContent_1eedc_454 {
19223
+ ._sortingCell_11q83_510 ._staticCellContent_11q83_455 {
19242
19224
  position: relative;
19243
19225
  padding-right: 45px !important;
19244
19226
  cursor: pointer !important;
19245
19227
  }
19246
- ._sortingCell_1eedc_503 ._staticCellContent_1eedc_454:hover {
19228
+ ._sortingCell_11q83_510 ._staticCellContent_11q83_455:hover {
19247
19229
  background-color: rgba(0, 0, 0, 0.05) !important;
19248
19230
  }
19249
- ._sortingCell_1eedc_503 ._sortingCellIcon_1eedc_511 {
19231
+ ._sortingCell_11q83_510 ._sortingCellIcon_11q83_518 {
19250
19232
  font-size: 20px;
19251
19233
  position: absolute;
19252
19234
  right: 10px;
19253
19235
  top: 50%;
19254
19236
  transform: translateY(-50%);
19255
19237
  }
19256
- ._icon_1eedc_518 {
19238
+ ._icon_11q83_525 {
19257
19239
  display: inline-block;
19258
19240
  margin-left: 8px;
19259
19241
  position: relative;
@@ -19261,43 +19243,46 @@ html[data-theme='dark'] {
19261
19243
  font-size: 13px;
19262
19244
  color: var(--color-text-faint);
19263
19245
  }
19264
- ._icon_1eedc_518:hover {
19246
+ ._icon_11q83_525:hover {
19265
19247
  color: var(--color-text-muted);
19266
19248
  }
19267
- ._icon_1eedc_518._clickable_1eedc_529:hover {
19249
+ ._icon_11q83_525._clickable_11q83_536:hover {
19268
19250
  cursor: pointer;
19269
19251
  color: var(--color-text-primary-hover);
19270
19252
  }
19271
- ._checkBoxCell_1eedc_533 {
19253
+ ._checkBoxCell_11q83_540 {
19272
19254
  padding-top: 0 !important;
19273
19255
  padding-bottom: 0 !important;
19274
19256
  }
19275
- ._iconCell_1eedc_537 {
19257
+ ._iconCell_11q83_544 {
19276
19258
  width: 37px;
19277
19259
  text-align: center;
19278
19260
  padding: 0 !important;
19279
19261
  }
19280
- ._iconCell_1eedc_537 ._iconWrapper_1eedc_542 {
19262
+ ._iconCell_11q83_544 ._iconWrapper_11q83_549 {
19281
19263
  display: flex;
19282
19264
  justify-content: center;
19283
19265
  }
19284
- ._actionsCell_1eedc_546 {
19266
+ ._actionsCell_11q83_553 {
19285
19267
  width: 24px;
19286
19268
  padding: 0 6px !important;
19287
19269
  }
19288
- ._rightAligned_1eedc_550 {
19270
+ ._rightAligned_11q83_557 {
19289
19271
  text-align: right !important;
19290
19272
  }
19291
- ._centerAligned_1eedc_553 {
19273
+ ._rightAligned_11q83_557 ._staticCellContent_11q83_455 {
19274
+ justify-content: flex-end;
19275
+ }
19276
+ ._centerAligned_11q83_563 {
19292
19277
  text-align: center !important;
19293
19278
  }
19294
- ._leftAligned_1eedc_556 {
19279
+ ._leftAligned_11q83_566 {
19295
19280
  text-align: left !important;
19296
19281
  }
19297
- ._popover_1eedc_559 {
19282
+ ._popover_11q83_569 {
19298
19283
  padding: 9.5px 14px;
19299
19284
  }
19300
- ._disabledPointerEvents_1eedc_562 {
19285
+ ._disabledPointerEvents_11q83_572 {
19301
19286
  pointer-events: none;
19302
19287
  }
19303
19288
  /*
@@ -20400,75 +20385,76 @@ html[data-theme='dark'] {
20400
20385
  /*
20401
20386
  Z-INDEX
20402
20387
  */
20403
- ._inputInTable_1rqe7_332 {
20388
+ ._inputInTable_1t5rh_332 {
20404
20389
  background-color: transparent;
20405
20390
  border-radius: inherit !important;
20406
20391
  height: 38px;
20407
20392
  min-height: 100%;
20408
20393
  }
20409
- ._inputInTable_1rqe7_332:hover,
20410
- ._inputInTable_1rqe7_332:focus {
20394
+ ._inputHover_1t5rh_338 {
20411
20395
  position: relative;
20412
- }
20413
- ._inputInTable_1rqe7_332:hover {
20396
+ border-color: var(--color-border-hover);
20414
20397
  z-index: 2;
20415
20398
  }
20416
- ._inputInTable_1rqe7_332:focus {
20417
- z-index: 3;
20418
- }
20419
- ._inputFocus_1rqe7_348 {
20399
+ ._inputFocus_1t5rh_343 {
20400
+ position: relative;
20420
20401
  outline: none !important;
20421
- border: 1px solid var(--color-border-focus) !important;
20402
+ border-color: var(--color-border-focus) !important;
20422
20403
  box-shadow: var(--shadow-focus);
20404
+ z-index: 3;
20423
20405
  }
20424
- ._inputError_1rqe7_353,
20425
- ._inputWarning_1rqe7_354 {
20406
+ ._inputError_1t5rh_350,
20407
+ ._inputWarning_1t5rh_351 {
20426
20408
  position: relative;
20427
20409
  }
20428
- ._inputError_1rqe7_353 {
20410
+ ._inputError_1t5rh_350 {
20429
20411
  z-index: 2;
20430
20412
  border-color: var(--color-border-error) !important;
20431
20413
  color: var(--color-text-error) !important;
20432
20414
  background-color: var(--color-background-error);
20433
20415
  }
20434
- ._inputError_1rqe7_353:hover {
20416
+ ._inputError_1t5rh_350:hover {
20435
20417
  border-color: var(--color-border-error-hover) !important;
20436
20418
  }
20437
- ._inputError_1rqe7_353:focus {
20419
+ ._inputError_1t5rh_350:focus {
20420
+ position: relative;
20438
20421
  outline: none !important;
20439
- border: 1px solid var(--color-border-focus) !important;
20422
+ border-color: var(--color-border-focus) !important;
20440
20423
  box-shadow: var(--shadow-focus);
20424
+ z-index: 3;
20441
20425
  }
20442
- ._inputWarning_1rqe7_354 {
20426
+ ._inputWarning_1t5rh_351 {
20443
20427
  z-index: 1;
20444
20428
  border-color: var(--color-border-warning) !important;
20445
20429
  color: var(--color-text-warning) !important;
20446
20430
  background-color: var(--color-background-warning);
20447
20431
  }
20448
- ._inputWarning_1rqe7_354:hover {
20432
+ ._inputWarning_1t5rh_351:hover {
20449
20433
  border-color: var(--color-border-warning-hover) !important;
20450
20434
  }
20451
- ._inputWarning_1rqe7_354:focus {
20435
+ ._inputWarning_1t5rh_351:focus {
20436
+ position: relative;
20452
20437
  outline: none !important;
20453
- border: 1px solid var(--color-border-focus) !important;
20438
+ border-color: var(--color-border-focus) !important;
20454
20439
  box-shadow: var(--shadow-focus);
20440
+ z-index: 3;
20455
20441
  }
20456
- ._inputDisabled_1rqe7_385 {
20442
+ ._inputDisabled_1t5rh_386 {
20457
20443
  pointer-events: none;
20458
20444
  background-color: var(--color-background-disabled);
20459
20445
  color: var(--color-text-muted);
20460
20446
  }
20461
- ._hideScrollbars_1rqe7_390 {
20447
+ ._hideScrollbars_1t5rh_391 {
20462
20448
  /* Firefox */
20463
20449
  scrollbar-width: none;
20464
20450
  /* IE 10+ */
20465
20451
  -ms-overflow-style: none;
20466
20452
  /* Chrome, Safari and Opera */
20467
20453
  }
20468
- ._hideScrollbars_1rqe7_390::-webkit-scrollbar {
20454
+ ._hideScrollbars_1t5rh_391::-webkit-scrollbar {
20469
20455
  display: none;
20470
20456
  }
20471
- ._textarea_1rqe7_400 {
20457
+ ._textarea_1t5rh_401 {
20472
20458
  margin: 0;
20473
20459
  display: block;
20474
20460
  width: 100%;
@@ -20485,59 +20471,67 @@ html[data-theme='dark'] {
20485
20471
  box-shadow: none;
20486
20472
  min-height: 38px;
20487
20473
  }
20488
- ._textarea_1rqe7_400::placeholder {
20474
+ ._textarea_1t5rh_401::placeholder {
20489
20475
  color: var(--color-text-faint);
20490
20476
  }
20491
- ._textarea_1rqe7_400:hover {
20477
+ ._textarea_1t5rh_401:hover {
20478
+ position: relative;
20492
20479
  border-color: var(--color-border-hover);
20480
+ z-index: 2;
20493
20481
  }
20494
- ._textarea_1rqe7_400:focus {
20482
+ ._textarea_1t5rh_401:focus {
20483
+ position: relative;
20495
20484
  outline: none !important;
20496
- border: 1px solid var(--color-border-focus) !important;
20485
+ border-color: var(--color-border-focus) !important;
20497
20486
  box-shadow: var(--shadow-focus);
20487
+ z-index: 3;
20498
20488
  }
20499
- ._textarea_1rqe7_400[disabled] {
20489
+ ._textarea_1t5rh_401[disabled] {
20500
20490
  pointer-events: none;
20501
20491
  background-color: var(--color-background-disabled);
20502
20492
  color: var(--color-text-muted);
20503
20493
  }
20504
- ._textarea_1rqe7_400._small_1rqe7_433 {
20494
+ ._textarea_1t5rh_401._small_1t5rh_438 {
20505
20495
  font-size: 12px;
20506
20496
  min-height: 24px;
20507
20497
  padding: 3.5px 7px;
20508
20498
  line-height: 1.2;
20509
20499
  }
20510
- ._textarea_1rqe7_400._error_1rqe7_439 {
20500
+ ._textarea_1t5rh_401._error_1t5rh_444 {
20511
20501
  position: relative;
20512
20502
  z-index: 2;
20513
20503
  border-color: var(--color-border-error) !important;
20514
20504
  color: var(--color-text-error) !important;
20515
20505
  background-color: var(--color-background-error);
20516
20506
  }
20517
- ._textarea_1rqe7_400._error_1rqe7_439:hover {
20507
+ ._textarea_1t5rh_401._error_1t5rh_444:hover {
20518
20508
  border-color: var(--color-border-error-hover) !important;
20519
20509
  }
20520
- ._textarea_1rqe7_400._error_1rqe7_439:focus {
20510
+ ._textarea_1t5rh_401._error_1t5rh_444:focus {
20511
+ position: relative;
20521
20512
  outline: none !important;
20522
- border: 1px solid var(--color-border-focus) !important;
20513
+ border-color: var(--color-border-focus) !important;
20523
20514
  box-shadow: var(--shadow-focus);
20515
+ z-index: 3;
20524
20516
  }
20525
- ._textarea_1rqe7_400._warning_1rqe7_454 {
20517
+ ._textarea_1t5rh_401._warning_1t5rh_461 {
20526
20518
  position: relative;
20527
20519
  z-index: 1;
20528
20520
  border-color: var(--color-border-warning) !important;
20529
20521
  color: var(--color-text-warning) !important;
20530
20522
  background-color: var(--color-background-warning);
20531
20523
  }
20532
- ._textarea_1rqe7_400._warning_1rqe7_454:hover {
20524
+ ._textarea_1t5rh_401._warning_1t5rh_461:hover {
20533
20525
  border-color: var(--color-border-warning-hover) !important;
20534
20526
  }
20535
- ._textarea_1rqe7_400._warning_1rqe7_454:focus {
20527
+ ._textarea_1t5rh_401._warning_1t5rh_461:focus {
20528
+ position: relative;
20536
20529
  outline: none !important;
20537
- border: 1px solid var(--color-border-focus) !important;
20530
+ border-color: var(--color-border-focus) !important;
20538
20531
  box-shadow: var(--shadow-focus);
20532
+ z-index: 3;
20539
20533
  }
20540
- ._textarea_1rqe7_400._monospace_1rqe7_469 {
20534
+ ._textarea_1t5rh_401._monospace_1t5rh_478 {
20541
20535
  font-family: monospace;
20542
20536
  }
20543
20537
  :root {