.input-wrapper { display: flex; align-items: center; gap: 50px; } .item-label { display: inline-block; width: 30%; margin-right: 8px; line-height: 36px; } .item { display: flex; width: 70%; } .form-item { display: flex; width: 100%; margin-bottom: 16px; } .slider-input-container { width: 100%; } .nz-input-number-container { margin-left: 16px; width: 120px; } .nz-select-container { width: 300px; } :host ::ng-deep #myTextarea { position: relative; } .disabled-input ::ng-deep .ant-select-selection{ color: #00000040; background-color: #f5f5f5; border-color: #d9d9d9; box-shadow: none; opacity: 1; } #charCount { position: absolute; top: 9px; right: 15px; line-height: 20px; } .disabled-input { pointer-events: none; } .disabled-item { cursor: not-allowed; }