
      body {
        background-color: white !important;
      }
      .input-line-item {
        flex-direction: column;
      }
      label.errorValidate {
        text-align: center;
      }
      label.errorValidate {
        display: block;
        position: static;
        background: red;
        color: white;
        font-size: 16px;
        margin-top: 3px;
        margin: 0 auto;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 5px;
        width: 50%;
      }
      .errorBorder {
        border: 2px solid red !important;
      }
      .force-scroll {
        cursor: pointer;
      }
    