﻿.mud-toolbar {
    --mud-internal-toolbar-height: 54px !important;
}

.loading-screen {
    margin-left: 40%;
    margin-top: 20%;
    width: 20%;
    text-align: center;
    color: black;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
}

.screenCentered {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.splashLogo {
    width: 60%;
    max-width:800px;
}

h1 {
    margin-bottom: 20px;
}

.sf p {
    margin-bottom:10px !important; 
}

h2 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

code {
    background-color: transparent !important;
}

.codebox {
    border: 1px solid var(--mud-palette-lines-default) !important;
    border-radius: 8px !important;
    background-color: var(--mud-palette-background-grey) !important;
}

ul {
    list-style: initial;
    padding: 10px 0px 10px 40px;
}