/*   Edit Collections  */
:host /deep/ .edit-group-field .mat-input-wrapper{
    margin-top:-5px;
     margin-bottom: 0px;
     padding-bottom: 8px;
     margin-left: 12px;
}

  :host /deep/ .edit-group-field .mat-input-infix{border-top: 0; padding-bottom: 6px;}
  :host /deep/ .edit-group-field .mat-input-underline{ 
    margin-top: 0;
    bottom: 14px;
    }
    :host /deep/ .mat-input-ripple{background-color: #1B87C9 !important;}
  :host /deep/ .action-icons-float{width: 23px !important;line-height: 25px; height: 23px !important; margin-top:13px !important; margin-right:5px !important;}
  :host /deep/ .action-icons-float i{font-size: 14px !important; line-height: 11px !important;}
  :host /deep/ .action-icons-float.mat-menu-item .mat-icon{font-size: 17px !important; line-height: 5px !important;width: 18px !important;height: 18px !important;}
  :host /deep/ .action-icons .mat-menu-item .mat-icon,.action-icons .mat-menu-item i{line-height: 6px !important;height: 10px !important;}
  :host /deep/ .action-icons-float.mat-menu-item .mat-icon, .mat-menu-item i{line-height:6px !important;padding:5px 0;}
  :host /deep/ input:not([type]),
  :host /deep/ input[type="text"],
  :host /deep/ input[type="password"],
  :host /deep/ input[type="email"],
  :host /deep/ input[type="url"],
  :host /deep/ input[type="time"],
  :host /deep/ input[type="date"],
  :host /deep/ input[type="datetime"],
  :host /deep/ input[type="datetime-local"],
  :host /deep/ input[type="tel"],
  :host /deep/ input[type="number"],
  :host /deep/ input[type="search"],
  :host /deep/ textarea.materialize-textarea {
    height: 2rem !important;
  }
  :host /deep/ .mat-expansion-panel{position: relative;}
  .action-icons {
    position: absolute;
    right: 40px;  
    top: 0px; 
}
:host /deep/ .errorTxt1{
    color: #a41309 !important;
    font-size: 14px;
    margin-top: -15px;
    margin-left: 12px !important;
    position: relative;
    font-weight: 500;
    }

  /*   End Edit Collections  */