/* Custom styles for NewSoda Blazor */

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 5px rgba(0,0,0,0.3);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.mud-drawer-open .mud-drawer {
    width: 260px;
}

/* Polish language support */
html {
    font-family: 'Roboto', sans-serif;
}

.compact-grid .mud-table-cell {
    font-size: 0.74rem !important;
    padding: 3px 6px !important;
    line-height: 1.2 !important;
}

.compact-grid .mud-table-head .mud-table-cell {
    font-size: 0.72rem !important;
    padding: 4px 6px !important;
}

.compact-grid .mud-chip {
    font-size: 0.68rem !important;
    height: 20px !important;
}

.compact-grid .mud-icon-button-size-small {
    width: 24px !important;
    height: 24px !important;
    padding: 2px !important;
}

.compact-grid .compact-due-date {
    font-size: inherit !important;
    line-height: inherit !important;
    margin: 0 !important;
}

.invoice-unapproved-row td {
    background-color: #fff3e0 !important;
}
