﻿@import "variables.css";

html, body {
    margin: 0;
    padding: 0;
    height: 100%; /* Ensure the root stretches the full viewport height */
}

.responsive-grid {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Takes up 100% of the viewport height */
}

.contentPanel {
    flex: 1;
}

#dialogContent,
#dialogMessage {
    font-size: 14px;
    width: 100%
}

.border-box {
    box-sizing: border-box;
}

.footer_new {
    padding-top: 3px;
    padding-bottom: 3px;
    min-height: 40px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--marine);
    height: 125px;
}

.icon-border-radius {
    border-radius: 8px;
    background-color: var(--marine);
}

.page-top {
    background-color: var(--marine);
    height: 40px;
}

.logo-box {
    border-bottom: 2px dotted var(--marine);
}

.logo {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.render-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.bef-leg-notice {
    max-width: 100%;
    width: 98%;
}

.legal-notice {
    float: left;
    padding-left: 10px;
    width: 60%;
}

.width40 {
    width: 40%;
}

.visit-accessibility {
    float: right;
    text-align: right;
    color: var(--soft-white);
}

.copyRight {
    float: right;
    color: var(--soft-white);
    padding-top: 10px;
}

.margin25 {
    margin: 25px;
}

.footer-left {
    width: 60%;
    color: var(--soft-white);
}

.logo-info-separator {
    margin-right: 3px;
}

.nav-bar-menu-item {
    font-size: 14px;
    color: var(--ink);
    font-weight: bold;
}