/* Hide thead of table.fi-ta-table if tbody is not present or empty */
.fi-ta-table:not(:has(tbody)) thead,
.fi-ta-table tbody:empty~thead,
.fi-ta-table:has(tbody:empty) thead {
    display: none;
}

.fi-resource-edit-record-page .fi-tabs {
    margin-top: 2rem;
}

.fi-select-input .fi-select-input-value-remove-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inset-inline-end: 2rem;
}

.fi-select-input .fi-select-input-ctn-clearable .fi-select-input-btn {
    padding-inline-end: 3.5rem;
}

/* #nprogress {
    display: none !important;
} */