/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.avatar-custom img {
    /* width: 20%; */
    /* height: 40%; */
    min-height: 170px;
    max-height: 170px;
    min-width: 170px;
    max-width: 170px;
    margin-bottom: 30px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    -ms-border-radius: 10%;
    border-radius: 10%;
    position: relative;
}

.dz-image img {
    width: 100%;
    height: 100%;
}

.dropzone.dz-started .dz-message {
    display: block !important;
}

.dropzone {
    border: 2px dashed #028AF4 !important;
    ;
}

.dropzone .dz-preview.dz-complete .dz-success-mark {
    opacity: 1;
}

.dropzone .dz-preview.dz-error .dz-success-mark {
    opacity: 0;
}

.dropzone .dz-preview .dz-error-message {
    top: 144px;
}
