:root {
    --footer-height: 5rem;
}

body {
    display: block;
    overflow-x: hidden;
}

.layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

/* .layout .layoutContent{
    min-width: 0;
    flex-grow: 1;
} */

.scroll {
    position: relative;
    width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    flex: 1 1 auto;
}

.body-card {
    display: flex !important;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
}

/*wizard*/
.step {
    display: none;
    width: 100%;
}

    .step.active {
        display: flex;
        flex-direction: column;
    }

.layout .layoutContent {
    position: relative;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    flex-grow: 1;
}

.layout .layoutFooter {
    min-width: 0;
}

.layout .layoutContent .team_logo {
    /*width: 9rem;*/
    height: 9rem;
}

div {
    display: block;
}

.layout .layoutContent .team_logo_forms {
    /*width: 9rem;*/
    height: 3rem;
}

.layout .layoutContent main .row .col-lg-12 .cardMain {
    max-height: calc(100vh - (var(--footer-height) + (1rem * 2))) !important;
    min-height: calc(100vh - (var(--footer-height) + (1rem * 2))) !important;
    overflow-y: auto;
}



.responsive-border {
    border-right: 1px solid #dee2e6 !important;
    border-bottom: 0px !important;
}

footer {
    height: 5rem;
    display: flex;
    align-items: center;
}

    footer img {
        transition: all 0.7s;
        width: 10rem;
        height: 10rem;
    }

@media (min-width: 992px) {
    .scroll-desktop {
        position: relative;
        width: 100%;
        height: calc(100vh - (var(--footer-height) + (1.5rem * 3) + (1.25rem *2) + 3.25rem)) !important;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .just-scroll-desktop {
        position: relative;
        width: 100%;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        flex: 1 1 auto;
    }
}

@media (max-width: 991.9px) {
    .responsive-border {
        border-right: 0px !important;
        border-bottom: 1px solid #dee2e6 !important;
        margin-bottom: 1rem;
    }

    .scroll-mobile {
        padding: 2px;
        overflow-x: hidden;
        overflow-y: visible;
    }
}
