html, body, #page {
    height: 100% !important;
}

.input-style.input-style-no-margin {
    margin: 0 !important;
}

/*------------------------
    PAGES
------------------------*/
.page-section, 
.page-section .page-content {
    height: 100% !important;
}

/*------------------------
    HEADER 
------------------------*/
/* .header.header-overrides {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
}

.header .header-left,
.header .header-right {
    text-align: center;
    min-width: 30px;
} */

/* .header .header-title {
    text-transform: uppercase !important;
    height: auto !important;
    line-height: unset !important;
    margin-left: unset !important;
}

.header .header-icon {
    position: static !important;
    height: auto !important;
    width: auto !important;
} */

/*------------------------
    FOOTER
------------------------*/
.custom-footer {
    display: flex;
    width: 100%;
    height: 100%;
}