﻿.custom-table {
}

    .custom-table .mud-table {
        box-shadow: none;
    }

        .custom-table .mud-table .mud-table-cell {
            font-size: 13px;
            padding: 12px;
            border-bottom: 1px solid var(--mud-palette-table-hover);
        }

        .custom-table .mud-table td {
            color: var(--mud-palette-action-default) !important;
        }

        .custom-table .mud-table .mud-table-root th {
            font-weight: bold !important;
        }

        .custom-table .mud-table .mud-table-root td {
            font-size: 14px !important;
        }

        .mud-list-item-text p {
            font-size: 14px !important;
        }


.mud-column-reverse-header .column-header {
    flex-direction: row-reverse;
}

.mud-compact-input .mud-input-root, .mud-compact-input .mud-input-label, .mud-compact-input .mud-select-input {
    /*padding : 12px 10px !important;*/
    font-size: 13px !important;
}

.custom-placeholder ::placeholder {
    font-size: 0.9rem;
}

.custom-select .mud-typography, .custom-select-input .mud-input-slot {
    font-size: 0.9rem !important;
}

.overflow-unset .mud-dialog-content {
    overflow: unset;
}

.p20 .mud-dialog-content {
    padding: 20px 20px 0 20px !important;
}

.pt0 .mud-dialog-content {
    padding-top: 0 !important;
}

.p10 .mud-dialog-content {
    padding: 10px 10px 0 10px !important;
}
.readonly-box .mud-input .mud-input-root[readonly] {
    cursor: not-allowed !important;
}

.readonly-box .mud-select .mud-select-input .mud-input-slot {
    cursor: not-allowed !important;
}

.readonly-box .mud-input {
    background: var(--mud-palette-primary-hover) !important;
    cursor: not-allowed !important;
}

.readonly-box .mud-input-adornment{
    cursor: unset !important;
}
.closeWidthHeight svg {
    font-size: 23px !important;
}
.line_chart svg {
    overflow: visible;
}

.flexWidth {
/*    flex: 0 1 auto;*/
    min-width: 0;
}

.paymentEntry .mud-picker .mud-input-control {
    margin: 0 !important;
}