:root {
    --mud-palette-black: #272c34ff;
    --mud-palette-white: #ffffffff;
    --mud-palette-primary: #ea5b0bff;
    --mud-palette-primary-rgb: 234,91,11;
    --mud-palette-primary-text: #ffffffff;
    --mud-palette-primary-darken: rgb(195,77,9);
    --mud-palette-primary-lighten: rgb(245,112,36);
    --mud-palette-primary-hover: rgba(234,91,11,0.058823529411764705);
    --mud-palette-secondary: #433f3fff;
    --mud-palette-secondary-rgb: 67,63,63;
    --mud-palette-secondary-text: #ffffffff;
    --mud-palette-secondary-darken: rgb(47,45,45);
    --mud-palette-secondary-lighten: rgb(84,79,79);
    --mud-palette-secondary-hover: rgba(67,63,63,0.058823529411764705);
    --mud-palette-tertiary: #c4c4c4ff;
    --mud-palette-tertiary-rgb: 196,196,196;
    --mud-palette-tertiary-text: #ffffffff;
    --mud-palette-tertiary-darken: rgb(179,179,179);
    --mud-palette-tertiary-lighten: rgb(215,215,215);
    --mud-palette-tertiary-hover: rgba(196,196,196,0.058823529411764705);
}

.tablecenterhead th {
    text-align: center;
}

.tablecenterbody td {
    text-align: center;
    justify-items: center;
    justify-content: center !important;
}

.btnmainmenu {
    color: #433F3F;
}

.mud-checkbox {
    justify-content:center;
}

.margintopzero {
    margin-top:0px;
}

.snackbar-info {
    color:black;
}

/*body {
    zoom:80%;
}*/

.tablehead th {
    border-bottom-color: var(--mud-palette-primary) !important;
    font-weight: bold !important;
}

.lessmargin-checkbox {
    margin-top: -25px !important;
    margin-bottom: -15px !important;
}
