h1 {
    --mud-typography-h1-size: 2em;
}

h2 {
    --mud-typography-h2-size: 1.5em;
}

h3 {
    --mud-typography-h3-size: 1.25em;
}

h4 {
    --mud-typography-h4-size: 1em;
}

h5 {
    --mud-typography-h5-size: 0.8em;
}

h6 {
    --mud-typography-h3-size: 0.7em;
}

html, body {
    height: 100%;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.startup-loading-container {
    font-family: Arial, Helvetica, sans-serif;
    color: #0288d1;
    margin: auto;
    position: relative;
    text-align: center;
    top: 100px;
    width: 20%;
    height: 20%;
}

.new-lines {
    white-space: pre-line;
}



.custom-menu-link a.active {
    color: #0288d1;
    border-left: 3px solid #0288d1;
    padding: 14px;
}

.custom-menu-link a.active .mud-nav-link-text {
    color: #0288d1;
}

.custom-menu-link a.active.mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon {
    color: #0288d1;
}

.custom-menu-link a {
    white-space: nowrap;
    border-left: 3px solid #444444;
    padding: 14px;
}


.custom-private-menu-link a {
    white-space: nowrap;
    border-left: 3px solid #666666;
    padding: 14px;
}

.custom-private-menu-link a.active .mud-nav-link-text {
    color: #D14B01;
}

.custom-private-menu-link a.active.mud-nav-link:not(.mud-nav-link-disabled) .mud-nav-link-icon {
    color: #D14B01;
}

.custom-private-menu-link a.active {
    border-left: 3px solid #D14B01;
    padding: 14px;
}

.mud-nav-link-text {
    padding-left: 18px;
    font-size: 115%;
    font-weight: normal;
}  