tbody td{
    /*white-space: break-spaces !important;*/
    white-space: unset !important;
}

.table .dropdown-menu.show{
    display: flex;
    flex-wrap: wrap;
}

/* .dataTables_scrollBody {
    overflow: hidden !important;
} */


#consumptionTable .dataTables_scrollBody{
    overflow-y: scroll !important;
}


.bottom-panel{
    position: fixed;
    width: 100%;
    z-index: 999;
    bottom: 0;
}

.tagify{
    --tag-bg: #8c68cd !important;
    --tag-hover: #704eac !important;
    --tag-text-color: white !important;
    --tags-border-color: #2a4562 !important;
}

.tagify__tag:focus div::before, .tagify__tag:hover:not([readonly]) div::before{
    --tag-bg-inset: -0.5px !important;
}


.select2-selection__choice__display{
    font-size: 11px !important;
}
/*# sourceMappingURL=custom.min.css.map */


