﻿.mud-xs-table .mud-table-cell {
    padding: 10px 10px;
}

.complaint-page .mud-xs-table .mud-table-cell {
    justify-content: unset;
}

.complaint-page .mud-table-row .mud-table-cell:nth-child(1),
.complaint-page .mud-table-row .mud-table-cell:nth-child(2),
.complaint-page .mud-table-row .mud-table-cell:nth-child(5) {
    justify-content: right;
}

.complaint-page .mud-table-row .mud-table-cell:nth-child(1),
.complaint-page .mud-table-row .mud-table-cell:nth-child(5) {
    white-space: nowrap;
}

.no-gap-item {
    margin: 0 !important;
    padding: 0 !important;
}

.no-gap-paper {
    margin: 0 !important;
    padding: 4px !important; /* можно 0, если нужно полностью убрать */
    border-radius: 0 !important;
}

.no-gap-stack {
    margin: 0 !important;
    gap: 0 !important;
    padding: 0 !important;
}

.my-color {
    background-color: #ffe0b2 !important; /* оранжевый */
}

.mud-list-item.mud-selected-item .mud-paper {
    background-color: #bbdefb !important;
}

.mud-typography-body2 {
    font-size: 12px !important;
}

.my-font {
    font-size: 12px !important;
}

.mud-grid-spacing-xs-6 > .mud-grid-item {
    padding-left: 10px;
    padding-top: 10px;
}

.selected-list-item {
    background-color: #bbdefb !important;
}

.mud-list-item.mud-selected .no-gap-paper {
    background-color: #e3f2fd !important; /* или любой другой цвет */
}

.mud-dialog-width-sm {
    max-width: 1000px;
}

.custom-button {
    /*    color: var(--mud-palette-white) !important;*/
    padding: 5px 10px !important;
    margin: 2px 4px !important;
    border-radius: 5px !important;
    max-height: 40px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    white-space: nowrap !important;
    text-transform: none !important;
}

/*

    .custom-button:hover {
        box-shadow: 0 1px 10px var(--mud-palette-white) !important;
    }

    .custom-button:disabled {
        background-color: var(--mud-palette-action-disabled-background) !important;
        color: var(--mud-palette-text-disabled) !important;
    }
*/


.custom-toggle {
    font-size: 16px !important;
    font-weight: bold !important;
    white-space: nowrap !important;
    text-transform: none !important;
}