/* Custom styles for the application */

/* Bold text across the whole admin app (exclude icon fonts) */
body,
body *:not(i):not(svg):not(path):not(.fa):not(.fas):not(.far):not(.fab):not(.fal):not(.fad):not(.icon):not([class^="icofont"]):not([class*=" icofont"]):not([class^="ti-"]):not([class*=" ti-"]):not([class^="flag-icon"]):not([class*=" flag-icon"]) {
    font-weight: 700 !important;
}

.error-help-block {
    color: red;
}

.form-select {
    color: black !important;
}

.mt-3 {
    color: black !important;
}

.select-box.owner-filter-select,
.select-box.owner-filter-select .options-container.active,
.select-box.owner-filter-select .selected-box,
.select-box.owner-filter-select .search-box input {
    width: 100%;
    max-width: 100% !important;
}
