﻿
.dropzone-msg-title {
    color: #3F4254;
    margin: 0 0 5px 0;
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

.dropzone-custom {
    padding: 20px;
    text-align: center;
    cursor: pointer;
    border: 2px dashed #EBEDF3 !important;
    border-radius: 0.42rem;
    border-color: #1BC5BD !important;
}

.dropzone .dz-preview .dz-image {
    width: 120px !important;
    height: 120px !important;
}