/* Style for the form container */
.bifc-form-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
}

/* Style for the file input */
.bifc-form-container input[type="file"] {
    margin-bottom: 10px;
}

/* Style for the label and select elements */
.bifc-form-container label,
.bifc-form-container select {
    display: block;
    margin-bottom: 10px;
}

/* Style for the submit button */
.bifc-form-container .bifc-button,
.bifc-form-container input[type="submit"] {
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 2px;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    background-color: #007bff;
}

/* Style for the download link */
.bifc-form-container a {
    display: block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
}

/* Style for the download link on hover */
.bifc-form-container a:hover {
    text-decoration: underline;
}
