.fi-ta-cell {
    padding: 0 !important;
    line-height: 0 !important;
}
.fi-ta-select {
    padding: 0 7px 0 7px !important;
}
.fi-ta-text {
    padding: 0 7px 0 7px !important;
}
.fi-ta-icon {
    padding: 0 7px 0 7px !important;
}
.fi-checkbox-input {
    padding: 0 7px 0 7px !important;
}

.fi-select-input {
    line-height: 20px !important;
}

.fi-input {
    line-height: 20px !important;
}

.fi-ta-text-item-label {
    line-height: 20px !important;
}

.extra-w > .fi-input-wrp {
    width: 600px !important;
}

/* tr:has(td div.unapproved_row) {
    background-color: #ffd9de;
} */

/* .dark tr:has(td div.unapproved_row) {
    background-color: #e9364e;
} */

.has_request_all_approved {
    background-color: #dcffb3;
}

.dark .has_request_all_approved {
    background-color: #05845a;
}

.has_request_unapproved {
    background-color: #ffd1d9;
}

.dark .has_request_unapproved {
    background-color: #c22727;
}