.container {
    max-width: -webkit-fill-available !important;
}

.nav-c {
    margin-left: unset !important;
    margin-right: unset !important;
}

.navbar-light {
    width: 100% !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.header-navbar .nav-link {

    font-size: 1rem;
}

.navbar-brand {
    font-size: 1.3rem;
}

.stats-small{
    min-height: 6rem;
}
.stats-small__label{
    font-size: 0.8rem;
}
.t-scroll{
    height: 380px;
    overflow: scroll;
}
.mh{
    min-height: 396px;;
}
.ml-2{
    margin-left: 1%;
}
.mb-2
{
    margin-bottom: 2% !important;
}
.hidden{
    display: none !important;
}
.table-responsive {
    max-height:300px;
}
.tac{
    text-align: center;
}