﻿body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"
}

.dropList  {
    font-size: 0.75rem;
}

.mud-table td {
    font-size: 0.875rem; /* Change font size */
}

.mud-input,
.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    font-size: 0.875rem !important;
}

.mud-popover .mud-list-item,
.mud-popover .mud-list-item .mud-list-item-text p {
    font-size: 0.875rem !important;
}

/* elements in the control list */

.selected {
    background-color: #4682B4 !important;
}
.selected > td {
        color: white !important;
        font-size: 0.875rem;
}
.selected > td .mud-input {
        color: white !important;
        font-size: 0.875rem;
}
.smallerText {
    font-size: 0.80rem;
    color: red;
}
.checkbox-small-label {
    font-size: 0.80rem !important;
}
    .smallText {
    font-size: 12px;
}
.mediumText {
    font-size: 14px;
}
.largeText {
    font-size: 16px;
}
.mud-table-small-cell {
    padding: 3px 12px !important;
}