.uploadDropzone {
    border: 1px dashed #d4d4df !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    padding: 28px 16px !important;
}

.uploadDropzone :global(.ant-upload) {
    padding: 0 !important;
}

.uploadLeadText {
    margin: 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #8b8ca1;
}

.uploadCtaButton {
    width: fit-content;
    margin: 14px auto 0;
    padding: 8px 14px;
    border-radius: 8px;
    background: #f1efff;
    color: #5b42f3;
    font-size: 14px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.uploadOrText {
    margin: 10px 0 0;
    text-align: center;
    font-size: 14px;
    color: #8b8ca1;
}

.uploadBrowseText {
    margin: 4px 0 0;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #5b42f3;
}

.uploadHintText {
    margin: 8px 0 0;
    text-align: center;
    font-size: 12px;
    color: #8b8ca1;
}
