﻿body {
    background-color: #f5f7ff;
}

.full-height-table .mud-table-container {
    height: calc(100vh - 280px);
    /*min-height:200px;*/
}

.content-grid {
    grid-template-rows: auto 1fr;
    height: 100%
}

.default-back {
    background-color: white;
}

.mud-table-foot .bold-row .mud-table-cell {
    font-weight: 500;
}

.mud-nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style: none;
    position: relative;
    color: #6c757d;
    gap: 10px;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    font-size: 15.2px;
    padding: 10px 15px;
}

.mud-nav-group > .mud-nav-link > .mud-nav-link-text {
    font-weight: 500;
}



/*.mud-appbar {
    background-color: #1877bd;
}

.mud-button-filled.mud-button-filled-primary {
    background-color: #1877bd;
}

    .mud-button-filled.mud-button-filled-primary:hover, .mud-button-filled.mud-button-filled-primary:focus-visible {
        background-color: #1877bd;
    }*/
/*.mud-popover-top-left {
    top: 7% !important;
    width: 15.6%;
}*/

/*.ma-4 {
    margin: 16px 0px !important;
}*/
:root {
    --mud-drawer-width-left: 270px !important;
}
.mud-table-toolbar {
    margin-bottom: 20px;
}

.mud-drawer-header {
    padding: 10px 0px 6px 20px !important;
}

.w-100 {
    width: 100% !important;
}

.mud-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mud-dialog-content {
    border-top: solid lightgray 1px;
    border-radius: 0 !important;
    border-bottom: solid lightgray 1px;
}
