/*Write your custom css in this file.*/
#invoice-total-section {
    width: 500px;
}

.filter-section-flex-row{
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
}

.filter-section-container {
    padding: 10px 15px;
}
.filter-section-flex-row {
    display: flex;
}
.filter-section-left {
    flex: 1;
}
.filter-section-left .filter-item-box{
    margin-right: 7px !important;
}

.filter-section-left .filter-item-box .input-daterange.input-group>.form-control {
    min-width: fit-content !important;
    margin-bottom: 2px !important;
}
.filter-section-right {
    display: flex;
    flex: 0 0 auto;
    text-align: right;
}
.filter-item-box {
    display: inline-block;
    margin: 0 0 2px 0;
}

.dataTables_filter {
    margin: 0 0 0 10px !important;
}