.afu-upload-btn {
    display: none !important;
  }
  
.afu-upload-btn {
    display: none !important;
}

.afu-dragndrop-box {
    width: 100% !important;
}

.afu-valid-file {
    margin-top: 20px;
    width: 100% !important;
    color: aqua;
    padding: 10px
}

.afu-invalid-file {
    margin-top: 20px;
    width: 100% !important;
    padding: 10px
}

.afu-invalid-file.row>*,
.afu-valid-file.row>* {
    width: 250px !important;
    color: inherit!important;
}

::ng-deep .autocomplete-container .input-container .x {
    left: 10px !important;
}

/* input number arrows */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}