.file-upload-wrapper {
    width: 100%;
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--black, #000);
    background: var(--white, #FFF);
}
.file-upload-wrapper p {
    color: var(--text-almost-black, #252525);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
#bulk-upload-file {
    display: none !important;
}
#bulk-upload-file-label {
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid var(--black, #000);
    background: var(--white, #FFF);
    color: var(--text-almost-black, #252525);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
}
#bulk-upload-file-chosen {
    margin-left: 0.3rem;
}