// span {
//  opacity: 0;
//  transition: opacity 200ms;
// }
// :host.floating span {
//  opacity: 1;
// }
//

input.input__disabled {
  color: var(--color-gray-888) !important;
}

.color-option {
  border-bottom: 3px solid;
}

::ng-deep .field-fk__autocomplete {
  max-height: 320px;

  mat-option {
    max-width: 650px;
  }
}

::ng-deep .field-fk__mat-tooltip {
  font-size: 13px;
}
