h1
{
    margin: 20px 0px !important;
}

h2
{
    margin-bottom: 24px !important;
}

h3
{
    margin-bottom: 16px !important;
}

h4
{
    margin-bottom: 12px !important;
}

h5
{
    margin-bottom: 8px !important;
}

h6
{
    margin-bottom: 4px !important;
}

mark
{
    padding: 0px;
    background-color: yellow;
}

.app-bar-start
{
    width: 256px;
    background-color: #263544;
    background-color: #07172F;
    color: white;
    padding: 15px;
}

.app-name
{
    font-size: 24px;
    font-family: 'Titillium Web';
    font-weight: bold;
}

/** Default NavMenu, NavGroup and NavLink **/

.navmenu-default
{
}

.navgroup-default button
{
    height: 42px;
}

.navitem-default
{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 36px;
    align-items: center;
    font-family: 'Titillium Web';
    font-size: 14px;
}

    .navitem-default:hover
    {
        color: #FFFFFF;
        color: #FFC200;
        color: #8EDEFF !important;
    }

.navlink-default-active
{
    background-color: #1D2531 !important;
    background-color: #07172F !important;
    color: #B7C0CD !important;
    color: #8EDEFF !important;
    border-inline-end: 4px solid #8EDEFF !important;
}

    .navlink-default-active:hover
    {
        color: #B7C0CD !important;
        color: #8EDEFF !important;
    }

.main-content
{
    position: relative;
    padding: 12px 24px 36px 24px;
    min-height: calc(100vh - 78px);
}

.text-center
{
    text-align: center !important;
}

.text-multiline
{
    white-space: pre-wrap;
}

.alert-link:hover
{
    text-decoration: underline;
}

.hover-shadow:hover
{
    box-shadow: 0 0 24px rgba(0,0,0,0.4);
}
