/*Some style overrides for our template
.form-control {
    border: solid 1px #404e6782 !important;
}
#flagDiv {
    border-color: #404e6782 !important;
}*/
#CONCLIENTCOUNTRY_id {
    border-right: 0 !important;
}

/* Pre-rendered MathJax ships a clean MathML copy (.MJX_Assistive_MathML)
   alongside a broken CHTML visual (MathJax's fonts/CSS aren't loaded, so its
   own render is mis-fonted and, because the MathML also rendered, doubled).
   admin-custom-style.css hides the CHTML; here we REVEAL the MathML so the
   browser renders <math> natively - correct math fonts, alignment and spacing,
   single copy. This file loads after admin-custom-style.css, so it wins. */
.MJX_Assistive_MathML {
    position: static !important;
    clip: auto !important;
    width: auto !important;
    height: auto !important;
    overflow: visible !important;
    display: inline !important;
}

/* Dashboard tile nav should look like the sidebar nav (same font / sizing /
   header style), so it does not feel foreign next to the main-menu. */
.menu-card .navigation,
.menu-card .navigation > li > a,
.menu-card .navigation > li > a > span,
.menu-card .navigation .navigation-header span {
    font-family: 'Open Sans', 'Roboto Flex', 'Inter Tight', sans-serif !important;
}
.menu-card .navigation > li > a {
    font-size: 1.2rem;
    padding: 5px 30px 5px 20px;
}
.menu-card .navigation .navigation-header {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.04em;
    padding: 12px 20px 4px 20px;
    color: #6b7280;
}
