.select2-selection__arrow{
        top: 14px !important;
    }

    /* 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;
}

form-control.is-valid, .was-validated .form-control:valid{
  background-image:none;
}

#emsg{
  position: absolute;
}
#cmsg{
  position: absolute;
  font-size: 13px;
}
.div_max_valid{
        position: absolute;
        font-size: 13px;
        color: red;
    }

.customerNamewrp {
  word-wrap: break-word;
}