input:disabled,
textarea:disabled {
    cursor: not-allowed;
}

html {
    font-size: 16px;
}

.fi-body {
    background-color: #eee;
}

.fi-sidebar {
    background-color: #fff;
    border-right: 1px solid #eee;
}

.fi-sidebar-item-icon {
    width: 1.25rem;
    height: 1.25rem;
    color: #52525b;
}

.fi-sidebar-item.fi-active .fi-sidebar-item-icon {
    color: #18181b;
}

.fi-sidebar-item.fi-active > .fi-sidebar-item-btn,
.fi-tabs-item.fi-active {
    background-color: #e5e7eb !important;
}

.fi-sidebar .fi-user-menu-trigger:hover {
    background-color: #f3f4f6;
}

.fi-header-heading {
    font-size: 1.5rem;
    line-height: 2rem;
}

.fi-resource-edit-record-page .fi-sc-tabs .fi-tabs:not(.fi-contained) {
    margin-inline: 0 auto !important;
}

.fi-fo-key-value .fi-input {
    font-family: inherit;
}

.fi-prose iframe {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}

.fi-fo-file-upload .filepond--drop-label {
    color: transparent !important;
    font-size: 0 !important;
}

.fi-fo-file-upload .filepond--file-info,
.fi-fo-file-upload .filepond--file-status,
.fi-fo-file-upload .filepond--file-status-sub {
    display: none !important;
}
