﻿body {
    background-color: rgb(214, 214, 214);
}

.transparent {
    background-color: transparent !important;
}
.text-center {
    text-align: center;
}

.mud-expand-panel, .muudstrap-navbar-expand {
    color: var(--mud-palette-appbar-text);
    background-color: var(--mud-palette-appbar-background);
}

.muudstrap-navbar .mud-button {
    text-transform: none;
}

.muudstrap-navbar .mud-expand-panel-header {
    padding: 0px;
    width: 100%;
    height: 100%;
    flex: none;
}

.mud-main-content {
    padding-top: 0px !important;
}