.upload-box {
    border: 0.07rem solid #aab9af;
    border-radius: 10px;
    padding: 40px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.upload-box:hover {
    background-color: transparent;
}

.upload-box svg {
    width: 3rem;
    fill: #175047;
}

.upload-box p {
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    color: #175047;
}

.upload-box span {
    display: block;
    font-size: 0.8rem;
    font-style: italic;
    color: #175047;
}

input[type="file"] {
    display: none;
}

#fileCount {
    font-size: 1.1rem;
    font-style: italic;
    font-weight: normal;
    margin-top: 0.5rem;
    color: #175047;
}