:host.f-component-wizard-page-detail-fill {
    // flex: 1 1 0;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
    display: flex;
    flex-direction: column;
    .f-component-wizard-page-detail {
        &-headeer,
        &-footer {
            flex-shrink: 0;
        }
        &-content {
            // flex: 1 1 0;
            flex-grow: 1;
            flex-shrink: 1;
            flex-basis: 0;
            overflow: auto;
        }
        &-footer {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: flex-end;
        }
    }
}
