/* ================================================== */
/* FOOTER */
/* ================================================== */
.tui-core_auth-footer__poweredBy,
.page-footer-poweredby {
    text-align: right;
}
.tui-core_auth-footer__poweredBy a,
.page-footer-poweredby a:link,
.page-footer-poweredby a:visited,
.page-footer-poweredby a:active {
    text-decoration: none;
    opacity: 0.75;
}
.tui-core_auth-footer__poweredBy img,
.page-footer-poweredby img {
    padding: 5px;
    opacity: 0.75;
}
.tui-core_auth-footer__poweredBy a:hover,
.tui-core_auth-footer__poweredBy img:hover,
.page-footer-poweredby a:hover,
.page-footer-poweredby img:hover {
    opacity: 1;
}


/* ============================
   Top Left Radius curve
============================= */
.breadcrumb-container {
    border-top-left-radius: 10px;
    background-color: white;
}

#page {
    background-color: white;
}

.page-body {
    background-color: var(--nav-bg-color);
}

.container-fluid {
    max-width: none;
}



.userToolbar {
    margin-bottom: var(--gap-2);
    background-color: var(--nav-bg-color);
}

.tui-theme_inspire-navigation .tui-theme_inspire-navigation__nav{
    border-right: 0px solid black;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

:root {
    --font-family: "Montserrat", sans-serif;
    --font-h4-size: calc(var(--font-size-base) * 1.1);
    --font-body-size: calc(var(--font-size-base) * 1);
    }


body {
    font-family: var(--font-family);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family);
}


