.file-input-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
}

.file-icon {
    margin-right: 10px;
}
.file-info-text {
    display: flex;
    align-items: center;
}

.choices__inner {
    background-color: #ffffff;
    border-radius: 0.375rem;
    border: 1px solid #d1d5db;
    padding: 0.5rem;
}

.choices__list--dropdown .choices__item--selectable {
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}