.bw-document-upload {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    max-width: 600px;
}

.bw-document-upload .form-row {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    margin: 0 0 15px;
}

.bw-document-upload label {
    font-weight: bold;
    font-size: 0.92em;
}

.bw-document-upload .input-text,
.bw-document-upload input[type="text"],
.bw-document-upload input[type="input"],
.bw-document-upload input[type="password"],
.bw-document-upload input[type="email"],
.bw-document-upload input[type="number"],
.bw-document-upload input[type="url"],
.bw-document-upload input[type="tel"],
.bw-document-upload input[type="search"],
.bw-document-upload textarea,
.bw-document-upload select {
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
    padding: 8px 6px;
    outline: none;
    font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-radius: 0px;
    border-color: #ebebeb;
    background-color: #f8f8f8 !important;
    color: #969696;
}

.bw-document-upload .form-row .row-input-group {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.bw-document-upload .form-row a.bw-receiver-email-remove-button {
    text-decoration: none;
    margin-left: 10px;
    color: #dc3545;
}

.bw-document-upload .form-row a.bw-receiver-email-add-button {
    text-decoration: none;
    color: #007bff;
}

.bw-document-upload .wpsftpro-file-upload {
    position: relative;
    margin: 0;
    padding: 0;
    background: #e9e9e9;
    width: 100%;
    display: flex;
    color: #007bff;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    cursor: pointer;
    padding: 20px 15px;
}

.bw-document-upload .wpsftpro-file-upload strong {
    position: relative;
    z-index: 2;
}

.bw-document-upload .wpsftpro-file-upload input[type="file"] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 5;
}

.bw-document-upload .wpsftpro-upload-button {
    background: #007bff;
    text-decoration: none;
    color: #ffffff;
    padding: 5px 25px;
    border: none;
    cursor: pointer;
}

.bw-document-upload .form-row.has-error {
    background: rgba(255, 0, 0, 0.3);
    padding: 10px;
}