.page-table {
    height: calc(100vh - var(--bb-tabs-item-height, 0px) - 90px);
}

.page-fb-table {
    height: calc(100vh - var(--bb-tabs-item-height, 0px) - 175px);
}

.page-detail-table {
    height: 450px;
}

.page-post-table {
    height: calc(100vh - var(--bb-tabs-item-height, 0px) - 330px);
}

.navbar-version {
    color: var(--bs-navbar-color);
}

.pose-data {
    width: 100%;
    height: calc(100% - 5px);
    box-sizing: border-box;
    resize: none;
    bottom: 5px;
    position: absolute;
}
