﻿@media (max-width: 600px) {
    .mud-xs-table .mud-table-cell {
        padding: 6px 16px !important;
    }
}

.mud-table-container {
    width: 100% !important;
    overflow-y: hidden !important;
}

.invoiced > .mud-table-cell {
    color: #00a426 !important;
}

.mud-drop-item-preview-start {
    height: 0 !important;
}

.mud-table-cell {
    font-size: .825rem !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 1px 24px 1px 16px !important;
}

.mud-input-label {
    font-size: 0.875rem !important;
}

.mud-tooltip.mud-tooltip-default {
    max-width: min(460px, calc(100vw - 32px)) !important;
    padding: 10px 14px;
    text-align: start;
    text-wrap: pretty;
    line-height: 1.45;
    font-size: 0.875rem;
    font-weight: 400;
    white-space: normal;
}