.related-list {
    background-color: white;
    border-color: #6b7280;
    cursor: pointer;
    position: absolute;
    max-height: 370px;
    overflow: auto;
}

.files-list {
    margin-top: 52px;
}

.related-list a {
    text-decoration: none;
}

.active-page {
    color: white;
}

.list-item {
    border-color: #9499a3;
    border-width: 0.5px;
    border-top: none;
}

.related-text {
    overflow-wrap: anywhere;
}

.related-div {
    max-width: 80%;
}

.mof-f-filter {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}

.f-table-row {
    display: flex;
    align-items: center;
    gap: 200px;
}

.f-table-row input {
    width: 600px;
}

.f-table-title {
    width: 100px;
}

.f-table-head {
    display: flex;
    align-items: center;
    border-bottom: 1px solid gray;
}

.widefat thead th {
    border-bottom: none;
}

.f-table-head th {
    padding-left: 10px;
    width: 22%;
    border-bottom: none;
}

.f-table-header {
    padding-left: 10px;
    width: 22%;
    border: none;
}

.f-table-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.mof-f-form input[type='url'] {
    width: 600px;
}

.financial-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(122, 122, 122, 0.13);
    border-radius: 8px;
    display: none;
    /* hidden by default */
    justify-content: center;
    align-items: center;
    /* z-index: 10; */
}

.financial-loader.shown {
    display: flex;
}