.mud-table-header {
    background-color: #161616;
    text-align: center;
    font-family: 'Cairo';
    font-weight: 700;
}


.mud-table-header .mud-table-cell {
    color: white !important;
    text-align: center;
    font-family: 'Cairo';
    font-weight: 700;
}

.mud-table-row {
    text-align: center;
    align-content: center;
    align-items: center;
    font-family: 'Cairo';
    font-weight: 700;
}


.mud-table-row .mud-table-cell {
    text-align: center;
    align-content: center;
    align-items: center;
    font-family: 'Cairo';
    font-weight: 700;
}


.PageChipClass {
    font-family: 'Cairo';
    margin: 20px;
    font-size: xx-large;
    background-color: #161616;
    color: white;
    padding: 10px;
    font-weight: 700;
}

.MudCardHomePage {
    max-width: 100%;
    max-height: 90vh;
    height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    font-family: 'Cairo';
    font-weight: 700;
}

.GreenBtnStyle {
    background-color:#019934;
    color: #161616;
    font-family: 'Cairo';
    font-weight: 700;
    color: white;
}

.GreenBtnBorder {
    font-family: 'Cairo';
    font-weight: 700;
    background-color: #fff;
    color: #019934;
    border-style: solid;
    border-width: 1px;
    border-color: 019934;
}

.MasterFont {
    font-family: 'Cairo';
    font-weight: 700;
    font-stretch: expanded;
}


.DialogTitleClass {
    display: flex;
    justify-content: center;
    max-width: 100%;
    overflow-y: hidden;
    background-color: #161616;
    background: #161616;
    text-align: center;
    font-family: '29LT Kaff Medium';
    font-weight: 700;
    font-size: larger;
    color: white;
}


.DialogContents {
    background-color: white;
    background: white;
}

.DialogActions {
    background-color: white;
}

.InputFont {
    font-family: '29LT Kaff Medium';
}