/*
 * MISAVAPRO: ?????? ??????????? ?????????? ??????? ??????.
 * ??????? ? ???????????? ?????????? ?????????? ????????? ???? ?????? ? ?????????.
 */
.misava-table-scroll {
    max-height: calc(100vh - 150px);
    overflow: auto;
    position: relative;
    overscroll-behavior: contain;
    scrollbar-gutter: stable;
}

:where(
    .misava-table-scroll table,
    .table-wrap table,
    .table-container table,
    .data-table,
    #dataTable,
    .ozon-fin-table,
    .ozon-abc-table,
    .suggest-table
) thead > tr > th {
    position: sticky !important;
    top: 0 !important;
    z-index: 30 !important;
    background-color: #fbfaf6;
    background-clip: padding-box;
}

.shell .misava-table-scroll thead > tr > th {
    background-color: #f7faff;
}

@media (max-width: 900px) {
    .misava-table-scroll {
        max-height: calc(100vh - 110px);
    }
}
