html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #303030;
    margin-top: 10px;
    height: calc(100vh - 50px);
}

.nav-link-1:hover {
    background-color: #303030;
}

.nav-menu {
    margin-top: 40px;
}

.logo {
    box-shadow: 0 0 25px 2px #000000;
    border-radius: 35px;
}

.title {
    font-weight: bolder;
    text-shadow: 0 0 5px #000;
}

.subtitle {
    text-shadow: 0 0 5px #000;
}

.pill {
    border-radius: 50px;
    border-color: #0b5699;
    box-shadow: 0 0 20px 1px #00000080;
}

.pill.primary {

    background-color: #202020;
}

.pill.primary:hover {
    background-color: #0b569910;

    color: white;
}

.pill:active {
    box-shadow: 0 0 0 0 transparent;
    transform: translateY(2px);
}

.grid-title {
    color: #3e6f99;
    font-weight: bolder;
}

.dxbl-grid-toolbar-container {
}

.item-label {
    color: #3e6f99;
    font-weight: bold;
}

.header-bold span {
    font-weight: 700;
    color: #161616;
}

.mudgrid-toolbar {
    /* display: flex;
            align-items: center;
            justify-content: right; */
    background-color: #252525;
    border: 1px solid grey;
    border-radius: 10px 10px 0 0;
}

.export-menu {
    float: right;
}

.daterange-picker {
    max-width: 350px;
}

.daterange-picker > div {
}

.mud-input-label {
    color: #3e6f99 !important;
}

.mud-input-outlined-with-label {
    color: #3e6f99;
}

.grid-header {
    background-color: #3e6f99;
}

.header-left {
    text-align: left !important;
}

.header-right {
    text-align: right !important;
    
}

    .header-right > span {
        justify-content: end !important;
    }

.header-style {
    background-color: #3e6f99 !important;
    color: #050505 !important;
    font-weight: bold !important;
    border-left: 1px solid black;
    /*border-right: 1px solid black;*/
}

/* .grid-row {
            background-color: #050505 !important;
            color: lightgray !important;
        }
        .grid-row:hover {
            background-color: #202020;
        } */

tfoot.mud-table-foot > tr.mud-table-row > td {
    text-align: right;
}

.mud-data-grid .mud-table-cell .column-header {
    /*justify-content: end !important;*/
}

.mud-data-grid .mud-table-cell.mud-datagrid-group {
    background-color: transparent !important;
}