﻿: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;
} */

.body-card{
    display: flex !important;
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 1.25rem;
}

.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;
}

.layout .layoutContent main .row .col-lg-5 .card{
    max-height: calc(100vh - (var(--footer-height) + (1rem * 2) + 10.5rem)) !important;
    overflow-y: auto;
}


footer{
    height: 5rem;
    display: flex;
    align-items: center;
}

footer img{
    transition: all 0.7s;
    width: 10rem;
    height: 10rem;
}