/*
 * Dropzone custom styling
 */


.import-dropzone{
    height: 324px;
    border-width: 2px !important;
    border-style: dashed !important;
    /*border-color: #2e3192;*/
    overflow-y: auto;
}

.import-dropzone .dz-message{
    font-size: 18px;
    margin: 6em 0 !important;
}


/*.import-dropzone .dz-message .icon{*/
/*    color: #2e3192;*/
/*}*/

.import-dropzone .dz-preview.dz-file-preview{
    margin: 10px
}

.import-dropzone .dz-image {
    /*background: #f2f2f8 !important;*/
    border-radius: 10px;
    border-width: 3px;
    border-style: solid;
    border-color: #2e3192;
}

.import-dropzone .dz-filename{
    margin-bottom: 0.5em !important;
}

.import-dropzone .dz-filename span{
    background-color: transparent !important;
}

.import-dropzone .dz-details{
    padding: 1.5em 1em 1em 1em !important;
}

.import-dropzone .dz-size{
    /*color: #2e3192 !important;*/
    font-size: 14px !important;
    margin-bottom: 24px !important;
}
.import-dropzone .preview-remove{
    /*color: #2e3192 !important;*/
    cursor: pointer;
}

.import-dropzone .dz-preview .dz-progress {
    height: 10px !important;
    margin-top: -15px !important;
    position: relative;
    top: unset;
    margin-bottom: 10px;
}

/*.import-dropzone .dz-preview .dz-progress .dz-upload {*/
/*    color: #2e3192 !important;*/
/*    background: #2e3192 !important;*/
/*}*/