.ToolBarStepper {
    position: relative !important;
}

.micro-content-wrapper .tab-pane {
    padding: 1rem;
}

body.isMobile .micro-content-wrapper .tab-pane {
    padding: 0;
}

#formulario {
    /* footer: 50px */
    height: calc(100% - 50px); 
}

#formulario > div[id *= "Steppers"] {
    height: 100%;

    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

#formulario > div[id *= "Steppers"] > div {
    flex: 1;
}

#formulario > div[id *= "Steppers"] > div:nth-of-type(1) {
    max-height: 50px;
}
#formulario > div[id *= "Steppers"] > div:nth-of-type(2) {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

#formulario > div[id *= "Steppers"] > div:nth-of-type(2) > .tab-content {
    height: 100%;
}
