.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 { cursor: not-allowed; } .disabled-select ::ng-deep .ant-select-selection, .disabled-input{ color: #00000040; background-color: #f5f5f5; border-color: #d9d9d9; box-shadow: none; opacity: 1; } #charCount { position: absolute; right: 0; line-height: 20px; color: #00000073; } .disabled-select { pointer-events: none; } .disabled-item { cursor: not-allowed; }