/**
 * Abas no título do modal de filtros (listagens tipo Movimentos).
 * @see `docs/waygest/04-frontend/plano-rollout-padrao-listagem-movimentos.md` §1.2 / §1.3
 */

.tabsFullWidth {
    width: 100%;

    :global(.ant-tabs-nav) {
        width: 100%;
        margin-bottom: 16px;
    }

    :global(.ant-tabs-nav-list) {
        width: 100%;
        display: flex;
    }

    :global(.ant-tabs-tab) {
        flex: 1;
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }

    :global(.ant-tabs-tab-btn) {
        width: 100%;
        text-align: center;
    }
}

.tabsInModalHeader {
    width: 100%;
    margin: -4px 0 0;

    :global(.ant-tabs-content-holder) {
        display: none !important;
    }

    :global(.ant-tabs-nav) {
        width: 100%;
        margin-bottom: 0;

        &::before {
            display: none;
        }
    }

    :global(.ant-tabs-nav-list) {
        width: 100%;
        display: flex;
    }

    :global(.ant-tabs-tab) {
        flex: 1;
        display: flex;
        justify-content: center;
        margin: 0 !important;
    }

    :global(.ant-tabs-tab-btn) {
        width: 100%;
        text-align: center;
    }
}
