.ss-audm-upload-dz-csv {
    padding: 3rem;
    height: 20rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    border: 2px dashed #539cc1;
    background-color: rgba(83, 156, 193, 0.05);
    border-radius: 0.6rem;
    cursor: pointer;
}
.ss-audm-upload-dz-csv [class*="ss-icon-"] {
    font-size: 2.1rem;
    margin-bottom: 1rem;
}