.mud-appbar {
    width: 100%;
    display: flex;
    z-index: var(--mud-zindex-appbar);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    color: var(--mud-palette-appbar-text);
    background-color: #0d37a8 !important;
    transition: margin 225ms cubic-bezier(0,0,.2,1) 0ms,width 225ms cubic-bezier(0,0,.2,1) 0ms;
}

.mud-button-filled.mud-button-filled-primary {
    color: var(--mud-palette-primary-text);
    background-color: var(--mud-palette-primary-LabRamos);
}

:root {
    --mud-palette-primary-LabRamos: #1A457F;
}

.mud-data-grid .mud-table-cell .column-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*text-align:center !important;*/
}
.mud-table-root .mud-table-body .mud-table-cell {
    color: var(--mud-palette-text-primary);
    /*text-align: center !important;*/
}
.mud-table-root .mud-table-head .mud-table-cell {
    color: var(--mud-palette-text-primary);
    font-weight: 500;
    line-height: 1.5rem;
    /*text-align: center !important;*/
}

.footer-cell {
    color: var(--mud-palette-text-primary);
    text-align: end !important;
}

.mud-table-cellcount {
    font-size: x-small !important;
}

body {
    margin: 0;
    /* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    font-family: Arial;
}
.mud-appbar {
    width: 100%;
    display: flex;
    z-index: var(--mud-zindex-appbar);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    flex-direction: column;
    color: #212529;
    background-color: #fff !important;
    transition: margin 225ms cubic-bezier(0,0,.2,1) 0ms, width 225ms cubic-bezier(0,0,.2,1) 0ms;
    /*border-bottom:1px solid !important;*/
}

.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: rgb(207 205 219);
    background-color: var(--mud-palette-action-default-hover);
}

.mud-table-container {
    width: 100%;
    overflow-y: auto;
    /*height: 61vh;*/
    padding-left:5px;
}

.mud-elevation-12 {
    box-shadow: var(--mud-elevation-0) !important;
}

.mud-main-content {
    margin: 0;
    flex: 1 1 auto;
    padding-top: calc(var(--mud-appbar-height) - var(--mud-appbar-height) / 8);
    transition: margin 225ms cubic-bezier(0, 0, 0.2, 1) 0ms;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8edf5 100%);
}
