label{  
  
  .label-truncation{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .label-abbr{
    margin-top: -2px;
    padding-bottom: 2px;
  
  }
  
  abbr > span:hover{
    cursor: pointer;
  
  }
}

.mat-form-field-label{
  position: relative;
}





// Targets both AngularJS and Angular 2+  respectively
.mandatory.ng-select-wrapper .ng-placeholder,
.mandatory  .control-label,
.mandatory mat-label{
  color: rgba(199, 37, 78, 0.7)!important;
  position: relative;
  &:after {
    color: inherit;
    content: "*";        
    margin-left: 2px;
      
        
    
  }
}