.auto-complete { margin-left: inherit; margin-right: inherit; .not-loading { display: none; } .chip-item { transition: none; background-color: transparent; padding: 0; box-shadow: none !important; border-radius: unset; min-height: auto; height: auto; } .chip-list { width: 100%; } .progress-loader { position: absolute; right: 0; } .align-arrow-right { position: absolute; right: 0; vertical-align: middle; cursor: pointer; align-self: center; color: rgba(0, 0, 0, 0.54); } } .option-icon { mat-icon { margin: 0px 5px 0px 10px; } mat-icon:hover { color: var(--primary-color); } } .chip-list { width: auto; } .two-line-mat-option { line-height: 1.2em; } // .two-line-mat-option { // height: 3.5em; // line-height: 1.2em; // } .mat-standard-chip:hover::after { opacity: 0; } .mat-standard-chip:focus::after { opacity: 0; } // .mat-form-field-type-single-autocomplete:not(.mat-form-field-disabled) .mat-form-field-flex { // cursor: pointer; // } .title-text { font-weight: 300; line-height: 1.2em; text-align: left; font-size: 16px; } .subtitle-text { font-weight: 400; font-size: 14px; line-height: 1.2em; }