
[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -khtml-user-drag: element;
    -webkit-user-drag: element;
}
.uploadArea , .uploadAreaEmpty{
    border: 1px solid #676465;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    cursor: pointer;
    width:430px;
    height:85px;
    padding:10px;
    margin:0 auto;
}

.uploadAreaEmpty
{
    cursor:pointer;
}
.uploadArea.selected{
    border: dashed #FA623F !important;;
}
.uploadArea .new{
    padding-top: 15px !important;
}
.uploadArea input[type='file']{
    height: 30px;
    color: transparent;
}
.uploadArea i{
    font-size: 25px;
    padding-top: 15px;
}
.image-preview img{
    padding-top: 0px !important;
    max-width: 130px;
    max-height: 85px;
}
.image-preview .remove{
    text-align: right;
    color: white;
    position: absolute;
    width: fit-content;
    padding-right: 7px;
    background-color: #373435;
    opacity: 0.4;
    height: 25px;
}
.image-preview .remove i{
    font-size: 22px;  
    padding: 0px;
    margin: 0px;
    opacity: 1 !important;

}

.uploadArea > span:not(.emptyFile) 
{
    display:none;
}
