@charset "utf-8";

.MuiAppBar-root { width: 100%; display: flex; z-index: 1100; box-sizing: border-box; flex-shrink: 0; flex-direction: column; }

.MuiAppBar-positionFixed { top: 0px; left: auto; right: 0px; position: fixed; }

@media print {
  .MuiAppBar-positionFixed { position: absolute; }
}

.MuiAppBar-positionAbsolute { top: 0px; left: auto; right: 0px; position: absolute; }

.MuiAppBar-positionSticky { top: 0px; left: auto; right: 0px; position: sticky; }

.MuiAppBar-positionStatic { position: static; }

.MuiAppBar-positionRelative { position: relative; }

.MuiAppBar-colorDefault { color: rgba(0, 0, 0, 0.87); background-color: rgb(245, 245, 245); }

.MuiAppBar-colorPrimary { color: rgb(255, 255, 255); background-color: rgb(32, 22, 72); }

.MuiAppBar-colorSecondary { color: rgb(255, 255, 255); background-color: rgb(24, 83, 87); }

.MuiAppBar-colorInherit { color: inherit; }

.MuiAppBar-colorTransparent { color: inherit; background-color: transparent; }