.form-row{
    display: block;
    padding: 2% 0;
}
.customFormDevisPart{
    padding: 5%;
    background-color: rgba(0,0,0,0.3);
    margin-bottom: 30px;
    border-radius: 6px;
}
.customFormDevisPart .columns .column{
    margin-bottom: 0;
}
#id_user-userMessage{
    min-height: 100px;
}
#customSelectProductBtns{
    width: 100%;
}
.customHeaderCardProduit{
    background-color: rgba(255,255,255,0.05);
}
.customTitleCardProduit{
    margin-bottom: 0!important;
}
.btnDeleteForm{
    max-height: 50px;
    border-radius: 0 6px 0 0;
}
.customSelectCaracteristiquesContainer{
    margin: 0 auto;
    width: 100%;
}
.customSelectCaracteristiques{
    width: 100%;
}
.customSelectCaracteristiques[multiple]:focus option:checked {
    background: red linear-gradient(0deg, red 0%, red 100%);
}
.grouped-label{
    margin: 5px;
}
#noProductText{
    padding: 20px;
}
.customProduitTag{
    margin: 5px;
    padding: 10px;
}
.customControlAttachImage{
    height: 80px;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.customAttachImage{
    height: 80px;
}
.customAttachLabel{
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: 80px;
}
.customAttachSpan{
    padding: 20px;
}