.devis-detail-container .control-label {
    padding-left: 6px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}
.devis-detail-container .vat-switch{
    height: 35px;
    display: flex;
    align-items: center;
}
.devis-detail-container .invoice-preview {
    background-color: #f2f2f2;
    padding: 2em;
}
.devis-detail-container .header {
    border-bottom: 1px solid #d7e2e8;
    padding-left: 0 !important;
    margin-bottom: 15px;
    padding: 6px !important;
}
.devis-detail-container .header > h5 {
    margin-bottom: 10px;
}
.table-invoice-lines thead > tr > th {
    background-color: #fbfbfb !important;
}
.devis-detail-container .subtotals {
    background-color: #fbfbfb;
    border: 1px solid #d7e2e9;
    border-top: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 15px;
}
.devis-detail-container .subtotal-line {
    display: flex;
    align-items: center;
    justify-content: end;
    font-weight: bold;
    text-align: right;
}
.devis-detail-container .subtotal-line > .subtotal-value {
    width: 20%;
}

.devis-detail-container .detail-header .title {
    font-weight: bold;
    padding-top: 0;
}