.card.dropContainer{
    border: dashed 2px #868e96 !important;
    box-shadow: none !important;
    margin-bottom: 20px !important;
}
.card.dropContainer .buttonFilesAdd{
    position: absolute !important;
    top: 0px !important;
    left: 0px !important;
}
.dropedImages .view{
    cursor: move !important;
}                        
.dropedImages:first-of-type .card-text:before{
    content: 'Principal';
    background: #00c851 !important;
    color: white !important;
    border-radius: 2px;
    padding: 0px 5px; 
    position: absolute;
    top: -11px;
    left: 0px;
    font-size: 12px;
    /*Fazer alteração da foto primária*/
}