@syncfusion/ej2-angular-inputs 19.4.47 → 20.1.47

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 (98) hide show
  1. package/@syncfusion/ej2-angular-inputs.es5.js.map +1 -1
  2. package/@syncfusion/ej2-angular-inputs.js.map +1 -1
  3. package/CHANGELOG.md +2 -19
  4. package/README.md +16 -3
  5. package/dist/ej2-angular-inputs.umd.js +1 -1
  6. package/dist/ej2-angular-inputs.umd.min.js +1 -1
  7. package/package.json +8 -8
  8. package/schematics/utils/lib-details.d.ts +2 -2
  9. package/schematics/utils/lib-details.js +2 -2
  10. package/schematics/utils/lib-details.ts +2 -2
  11. package/styles/bootstrap-dark.css +10 -12
  12. package/styles/bootstrap.css +10 -12
  13. package/styles/bootstrap4.css +9 -14
  14. package/styles/bootstrap5-dark.css +118 -57
  15. package/styles/bootstrap5.css +118 -57
  16. package/styles/color-picker/bootstrap5-dark.css +26 -20
  17. package/styles/color-picker/bootstrap5.css +26 -20
  18. package/styles/color-picker/fluent-dark.css +902 -0
  19. package/styles/color-picker/fluent-dark.scss +1 -0
  20. package/styles/color-picker/fluent.css +902 -0
  21. package/styles/color-picker/fluent.scss +1 -0
  22. package/styles/color-picker/tailwind-dark.css +10 -6
  23. package/styles/color-picker/tailwind.css +10 -6
  24. package/styles/fabric-dark.css +8 -11
  25. package/styles/fabric.css +8 -11
  26. package/styles/fluent-dark.css +7366 -0
  27. package/styles/fluent-dark.scss +8 -0
  28. package/styles/fluent.css +7366 -0
  29. package/styles/fluent.scss +8 -0
  30. package/styles/highcontrast-light.css +8 -11
  31. package/styles/highcontrast.css +8 -11
  32. package/styles/input/bootstrap-dark.css +8 -8
  33. package/styles/input/bootstrap.css +8 -8
  34. package/styles/input/bootstrap4.css +8 -8
  35. package/styles/input/bootstrap5-dark.css +86 -29
  36. package/styles/input/bootstrap5.css +86 -29
  37. package/styles/input/fabric-dark.css +7 -7
  38. package/styles/input/fabric.css +7 -7
  39. package/styles/input/fluent-dark.css +4595 -0
  40. package/styles/input/fluent-dark.scss +1 -0
  41. package/styles/input/fluent.css +4595 -0
  42. package/styles/input/fluent.scss +1 -0
  43. package/styles/input/highcontrast-light.css +7 -7
  44. package/styles/input/highcontrast.css +7 -7
  45. package/styles/input/material-dark.css +90 -7
  46. package/styles/input/material.css +90 -7
  47. package/styles/input/tailwind-dark.css +96 -40
  48. package/styles/input/tailwind.css +96 -40
  49. package/styles/maskedtextbox/fluent-dark.css +26 -0
  50. package/styles/maskedtextbox/fluent-dark.scss +1 -0
  51. package/styles/maskedtextbox/fluent.css +26 -0
  52. package/styles/maskedtextbox/fluent.scss +1 -0
  53. package/styles/material-dark.css +91 -11
  54. package/styles/material.css +91 -11
  55. package/styles/numerictextbox/fluent-dark.css +60 -0
  56. package/styles/numerictextbox/fluent-dark.scss +1 -0
  57. package/styles/numerictextbox/fluent.css +60 -0
  58. package/styles/numerictextbox/fluent.scss +1 -0
  59. package/styles/numerictextbox/tailwind-dark.css +2 -2
  60. package/styles/numerictextbox/tailwind.css +2 -2
  61. package/styles/signature/fluent-dark.css +9 -0
  62. package/styles/signature/fluent-dark.scss +1 -0
  63. package/styles/signature/fluent.css +9 -0
  64. package/styles/signature/fluent.scss +1 -0
  65. package/styles/slider/bootstrap-dark.css +1 -0
  66. package/styles/slider/bootstrap.css +1 -0
  67. package/styles/slider/bootstrap4.css +0 -2
  68. package/styles/slider/bootstrap5-dark.css +5 -4
  69. package/styles/slider/bootstrap5.css +5 -4
  70. package/styles/slider/fluent-dark.css +632 -0
  71. package/styles/slider/fluent-dark.scss +1 -0
  72. package/styles/slider/fluent.css +632 -0
  73. package/styles/slider/fluent.scss +1 -0
  74. package/styles/slider/tailwind-dark.css +9 -5
  75. package/styles/slider/tailwind.css +9 -5
  76. package/styles/tailwind-dark.css +178 -92
  77. package/styles/tailwind.css +178 -92
  78. package/styles/textbox/fluent-dark.css +0 -0
  79. package/styles/textbox/fluent-dark.scss +1 -0
  80. package/styles/textbox/fluent.css +0 -0
  81. package/styles/textbox/fluent.scss +1 -0
  82. package/styles/uploader/bootstrap-dark.css +1 -4
  83. package/styles/uploader/bootstrap.css +1 -4
  84. package/styles/uploader/bootstrap4.css +1 -4
  85. package/styles/uploader/bootstrap5-dark.css +1 -4
  86. package/styles/uploader/bootstrap5.css +1 -4
  87. package/styles/uploader/fabric-dark.css +1 -4
  88. package/styles/uploader/fabric.css +1 -4
  89. package/styles/uploader/fluent-dark.css +1137 -0
  90. package/styles/uploader/fluent-dark.scss +1 -0
  91. package/styles/uploader/fluent.css +1137 -0
  92. package/styles/uploader/fluent.scss +1 -0
  93. package/styles/uploader/highcontrast-light.css +1 -4
  94. package/styles/uploader/highcontrast.css +1 -4
  95. package/styles/uploader/material-dark.css +1 -4
  96. package/styles/uploader/material.css +1 -4
  97. package/styles/uploader/tailwind-dark.css +61 -39
  98. package/styles/uploader/tailwind.css +61 -39
@@ -0,0 +1 @@
1
+ @import 'ej2-inputs/styles/input/fluent.scss';
@@ -152,11 +152,7 @@ textarea.e-input.e-bigger,
152
152
  .e-input-group.e-bigger,
153
153
  .e-bigger .e-input-group,
154
154
  .e-input-group.e-control-wrapper.e-bigger,
155
- .e-bigger .e-input-group.e-control-wrapper,
156
- .e-input-group.e-bigger.e-disabled,
157
- .e-bigger .e-input-group.e-disabled,
158
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
159
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
155
+ .e-bigger .e-input-group.e-control-wrapper {
160
156
  font-size: 15px;
161
157
  }
162
158
 
@@ -604,8 +600,8 @@ textarea.e-input.e-small,
604
600
  .e-input-group.e-small .e-input-group-icon.e-bigger,
605
601
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
606
602
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
607
- .e-small .e-bigger.e-input-group .e-input-group-icon,
608
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
603
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
604
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
609
605
  .e-bigger .e-input-group.e-small .e-input-group-icon,
610
606
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
611
607
  font-size: 12px;
@@ -2842,6 +2838,10 @@ textarea.e-input.e-bigger.e-small,
2842
2838
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2843
2839
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
2844
2840
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2841
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
2842
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2843
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
2844
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
2845
2845
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
2846
2846
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2847
2847
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -152,11 +152,7 @@ textarea.e-input.e-bigger,
152
152
  .e-input-group.e-bigger,
153
153
  .e-bigger .e-input-group,
154
154
  .e-input-group.e-control-wrapper.e-bigger,
155
- .e-bigger .e-input-group.e-control-wrapper,
156
- .e-input-group.e-bigger.e-disabled,
157
- .e-bigger .e-input-group.e-disabled,
158
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
159
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
155
+ .e-bigger .e-input-group.e-control-wrapper {
160
156
  font-size: 15px;
161
157
  }
162
158
 
@@ -604,8 +600,8 @@ textarea.e-input.e-small,
604
600
  .e-input-group.e-small .e-input-group-icon.e-bigger,
605
601
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
606
602
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
607
- .e-small .e-bigger.e-input-group .e-input-group-icon,
608
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
603
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
604
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
609
605
  .e-bigger .e-input-group.e-small .e-input-group-icon,
610
606
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
611
607
  font-size: 12px;
@@ -2842,6 +2838,10 @@ textarea.e-input.e-bigger.e-small,
2842
2838
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2843
2839
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
2844
2840
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
2841
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
2842
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
2843
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
2844
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
2845
2845
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
2846
2846
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
2847
2847
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -202,11 +202,7 @@ textarea.e-input.e-bigger,
202
202
  .e-input-group.e-bigger,
203
203
  .e-bigger .e-input-group,
204
204
  .e-input-group.e-control-wrapper.e-bigger,
205
- .e-bigger .e-input-group.e-control-wrapper,
206
- .e-input-group.e-bigger.e-disabled,
207
- .e-bigger .e-input-group.e-disabled,
208
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
209
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
205
+ .e-bigger .e-input-group.e-control-wrapper {
210
206
  font-size: 14px;
211
207
  }
212
208
 
@@ -599,8 +595,8 @@ textarea.e-input.e-small,
599
595
  .e-input-group.e-small .e-input-group-icon.e-bigger,
600
596
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
601
597
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
602
- .e-small .e-bigger.e-input-group .e-input-group-icon,
603
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
598
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
599
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
604
600
  .e-bigger .e-input-group.e-small .e-input-group-icon,
605
601
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
606
602
  font-size: 12px;
@@ -3070,6 +3066,10 @@ textarea.e-input.e-bigger.e-small,
3070
3066
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3071
3067
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
3072
3068
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3069
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
3070
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
3071
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
3072
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
3073
3073
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
3074
3074
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
3075
3075
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -5002,6 +5002,31 @@ textarea.e-input.e-bigger.e-small.e-outline,
5002
5002
  line-height: 70px;
5003
5003
  }
5004
5004
 
5005
+ .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5006
+ .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5007
+ .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5008
+ .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5009
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5010
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5011
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5012
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5013
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5014
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5015
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5016
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5017
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5018
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5019
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5020
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5021
+ .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5022
+ .e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5023
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5024
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5025
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5026
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5027
+ line-height: 66px;
5028
+ }
5029
+
5005
5030
  .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5006
5031
  .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5007
5032
  .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5029,6 +5054,24 @@ textarea.e-input.e-bigger.e-small.e-outline,
5029
5054
  line-height: 46px;
5030
5055
  }
5031
5056
 
5057
+ .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5058
+ .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5059
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5060
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5061
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5062
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5063
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5064
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5065
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5066
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5067
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5068
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5069
+ .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5070
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5071
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5072
+ line-height: 60px;
5073
+ }
5074
+
5032
5075
  .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5033
5076
  .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5034
5077
  .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5049,6 +5092,16 @@ textarea.e-input.e-bigger.e-small.e-outline,
5049
5092
  line-height: 50px;
5050
5093
  }
5051
5094
 
5095
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5096
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5097
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5098
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5099
+ .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5100
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5101
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5102
+ line-height: 50px;
5103
+ }
5104
+
5052
5105
  .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5053
5106
  .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5054
5107
  .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -5079,6 +5132,36 @@ textarea.e-input.e-bigger.e-small.e-outline,
5079
5132
  line-height: 53px;
5080
5133
  }
5081
5134
 
5135
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5136
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5137
+ .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5138
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5139
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5140
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5141
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5142
+ .e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5143
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5144
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5145
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5146
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5147
+ .e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5148
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5149
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5150
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5151
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5152
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5153
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5154
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5155
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5156
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5157
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5158
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5159
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5160
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5161
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom {
5162
+ line-height: 60px;
5163
+ }
5164
+
5082
5165
  .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5083
5166
  .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5084
5167
  .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -211,11 +211,7 @@ textarea.e-input.e-bigger,
211
211
  .e-input-group.e-bigger,
212
212
  .e-bigger .e-input-group,
213
213
  .e-input-group.e-control-wrapper.e-bigger,
214
- .e-bigger .e-input-group.e-control-wrapper,
215
- .e-input-group.e-bigger.e-disabled,
216
- .e-bigger .e-input-group.e-disabled,
217
- .e-input-group.e-control-wrapper.e-bigger.e-disabled,
218
- .e-bigger .e-input-group.e-control-wrapper.e-disabled {
214
+ .e-bigger .e-input-group.e-control-wrapper {
219
215
  font-size: 14px;
220
216
  }
221
217
 
@@ -608,8 +604,8 @@ textarea.e-input.e-small,
608
604
  .e-input-group.e-small .e-input-group-icon.e-bigger,
609
605
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-input-group-icon,
610
606
  .e-input-group.e-control-wrapper.e-small .e-input-group-icon.e-bigger,
611
- .e-small .e-bigger.e-input-group .e-input-group-icon,
612
- .e-small .e-bigger.e-input-group.e-control-wrapper .e-input-group-icon,
607
+ .e-small.e-bigger .e-input-group .e-input-group-icon,
608
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-input-group-icon,
613
609
  .e-bigger .e-input-group.e-small .e-input-group-icon,
614
610
  .e-bigger .e-input-group.e-control-wrapper.e-small .e-input-group-icon {
615
611
  font-size: 12px;
@@ -3079,6 +3075,10 @@ textarea.e-input.e-bigger.e-small,
3079
3075
  .e-float-input.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3080
3076
  .e-input-group.e-small.e-bigger .e-clear-icon::before,
3081
3077
  .e-input-group.e-control-wrapper.e-small.e-bigger .e-clear-icon::before,
3078
+ .e-small.e-bigger .e-float-input .e-clear-icon::before,
3079
+ .e-small.e-bigger .e-float-input.e-control-wrapper .e-clear-icon::before,
3080
+ .e-small.e-bigger .e-input-group .e-clear-icon::before,
3081
+ .e-small.e-bigger .e-input-group.e-control-wrapper .e-clear-icon::before,
3082
3082
  .e-small .e-input-group.e-bigger input:first-child ~ .e-clear-icon::before,
3083
3083
  .e-small .e-input-group.e-control-wrapper.e-bigger input:first-child ~ .e-clear-icon::before,
3084
3084
  .e-bigger .e-input-group.e-small input:first-child ~ .e-clear-icon::before,
@@ -5011,6 +5011,31 @@ textarea.e-input.e-bigger.e-small.e-outline,
5011
5011
  line-height: 70px;
5012
5012
  }
5013
5013
 
5014
+ .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5015
+ .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5016
+ .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5017
+ .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5018
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5019
+ .e-outline.e-float-input.e-control-wrapper.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5020
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5021
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5022
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5023
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5024
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5025
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5026
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5027
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5028
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5029
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5030
+ .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5031
+ .e-bigger .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5032
+ .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5033
+ .e-bigger .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5034
+ .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5035
+ .e-bigger .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5036
+ line-height: 66px;
5037
+ }
5038
+
5014
5039
  .e-outline.e-float-input.e-bigger:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5015
5040
  .e-outline.e-float-input.e-bigger.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5016
5041
  .e-bigger .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5038,6 +5063,24 @@ textarea.e-input.e-bigger.e-small.e-outline,
5038
5063
  line-height: 46px;
5039
5064
  }
5040
5065
 
5066
+ .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5067
+ .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5068
+ .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5069
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5070
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5071
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5072
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5073
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5074
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5075
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5076
+ .e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5077
+ .e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5078
+ .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5079
+ .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5080
+ .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5081
+ line-height: 60px;
5082
+ }
5083
+
5041
5084
  .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5042
5085
  .e-small .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5043
5086
  .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
@@ -5058,6 +5101,16 @@ textarea.e-input.e-bigger.e-small.e-outline,
5058
5101
  line-height: 50px;
5059
5102
  }
5060
5103
 
5104
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5105
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5106
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5107
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5108
+ .e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5109
+ .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5110
+ .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text {
5111
+ line-height: 50px;
5112
+ }
5113
+
5061
5114
  .e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5062
5115
  .e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5063
5116
  .e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,
@@ -5088,6 +5141,36 @@ textarea.e-input.e-bigger.e-small.e-outline,
5088
5141
  line-height: 53px;
5089
5142
  }
5090
5143
 
5144
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5145
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5146
+ .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5147
+ .e-small.e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5148
+ .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5149
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5150
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5151
+ .e-small .e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5152
+ .e-small .e-bigger.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5153
+ .e-small .e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5154
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5155
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5156
+ .e-bigger .e-small.e-outline:not(.e-valid-input):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid) ~ label.e-float-text,
5157
+ .e-bigger .e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5158
+ .e-bigger .e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):not(:valid):not(.e-valid-input) ~ label.e-float-text,
5159
+ .e-outline.e-float-input.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5160
+ .e-bigger .e-outline.e-float-input.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5161
+ .e-outline.e-float-input.e-control-wrapper.e-small.e-bigger:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5162
+ .e-bigger .e-outline.e-float-input.e-control-wrapper.e-small:not(.e-error):not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5163
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5164
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5165
+ .e-bigger.e-small.e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5166
+ .e-bigger.e-small.e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5167
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5168
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5169
+ .e-bigger.e-small .e-outline.e-float-input:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom,
5170
+ .e-bigger.e-small .e-outline.e-float-input.e-control-wrapper:not(.e-valid-input):not(.e-input-focus) textarea:valid ~ label.e-float-text.e-label-bottom {
5171
+ line-height: 60px;
5172
+ }
5173
+
5091
5174
  .e-small.e-bigger.e-outline.e-float-input:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5092
5175
  .e-small.e-bigger.e-outline.e-float-input.e-control-wrapper:not(.e-error):not(.e-valid-input) textarea:not(:focus):valid ~ label.e-float-text.e-label-bottom,
5093
5176
  .e-small.e-bigger.e-outline:not(.e-valid-input):not(.e-valid-input) textarea:not(:focus):not(:valid) ~ label.e-float-text,