﻿body {
    height: 100%;
    margin: 0;
}

.custom-footer {
    top: auto !important;
    bottom: 0;
    border-top: solid;
    border-color: #eaeaea;
    height: 5%;
}

.footer-content {
    margin-top: 10px !important;
}

.custom-header {
    border-bottom: solid;
    border-color: #eaeaea;
    padding: 7px
}

.header-container {
    margin-bottom: 30px;
    height: 10%;
}

.main-content {
    height: 80%;
    overflow-y: auto;
    margin-top: -20px !important
}

.logo-container {
    margin-left: -15px;
}

.header-title-container {
    align-items: center;
    align-self:center;
    left: 43%;
    position: fixed;
    padding: 20px;
    row-gap: 2px !important
}

.header-title {
    font-size: 1.2rem !important;
    font-weight: 500 !important
}

.header-subtitle {
    font-size: 0.8rem !important;
    font-weight: 500 !important
}

.sessionNrText {
    font-weight: 500 !important;
    color: green;
}