* {
    margin: 0;
    padding: 0;
    box-sizing: content-box;
    font-family: Roboto, sans-serif;
}

*, *::before, *::after {
    box-sizing: content-box;
}

.helper-text {
    color: #BD2025 !important;
    position: absolute;
}

.helper-text-new {
    color: #EB5757 !important;
    position: absolute;
}

.required-field::after {
    content: '*';
    color: #BD2025 !important;
    margin-left: 1px;
}

.MuiTablePagination-selectLabel {
    font-size: 12px !important;
    line-height: 14px !important;
}
