.upload-container {
    height: 7rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.upload-container img {
    width: 7%;
    height: fit-content;
}

#file {
    display: none;
}

.file-preview {
    display: none;
}

#file-icon {
    display: flex;
    align-items: center;
    width: 5%;
}

#file-icon img {
    width: 100%;
}
