.layout-fluid .container,
.layout-fluid [class^=container-],
.layout-fluid [class*=" container-"] {
  max-width: 95% !important;
}
.icon-tabler {
    width: 16px !important;
    height: 16px !important;
    stroke-width: 1.25;
    /* to black
    filter: invert(1);
    */
        /* or to blue 
    filter: invert(0.5) sepia(1) saturate(5) hue-rotate(175deg);
    */
    filter: invert(0.5) sepia(1) saturate(0.5) hue-rotate(175deg);
}
.icon-tabler-process {
    width: 24px !important;
    height: 24px !important;
    stroke-width: 1.25;
    filter: invert(0.5) sepia(1) saturate(0.5) hue-rotate(175deg);
}
.error {
    color: red;
    font-weight: bold;
 }
.input-group-text {
    background: transparent;
}
.modal-dialog { 
    max-width : 90%;
}
.bg-gray-50 {
    background: #f1f5f9;
}
