

  .attach-additional-files .form-content {
    display: inline-block;
    width: 100%;
  }
  
  .attachmentFileCont {
    display: inline-block;
    width: 100%;
  }
  
  .inputsCont {
    width: 70%;
    float: left;
  }
  
  .removeBtnCont {
    width: 30%;
    float: left;
    justify-content: center;
    display: flex;
  }
  
  .removeBtnCont .btn {
    width: 92%;
    padding: 6px 8%;
  }
  
  .newJobFile {
    display: inline-block;
  }
  
  input[type="file"] {
    height: auto;
    padding: 5px;
  }
  
  textarea {
    min-height: 150px;
    max-width: 100%;
    min-width: 100%;
    padding: 0 15px !important;
  }
    
  .confirmation {
    text-align: center;
  }
    
  .form-content .input-box {
    width: 100%;
  }
