﻿:root {
    --mud-appbar-height: 50px !important;
    --mud-typography-h4-lineheight: 36px !important;
    --mud-typography-h6-lineheight: 24px !important;
    --mud-palette-lines-inputs: #BFBFBF !important;
    --mud-palette-text-secondary: #55595C !important;
    --mud-palette-primary: #00B5E2 !important;
    --mud-appbar-height: 70px !important;
}

/*
    mud-input
*/

.mud-input > input.mud-input-root-outlined:not(.mud-select-input),
div.mud-input-slot.mud-input-root-outlined:not(.mud-select-input) {
    padding: 0 15px 0 15px;
    height: 50px;
}

.mud-input-label-outlined {
    transform: translate(14px,17px) scale(1);
}

.mud-input.mud-input-outlined .mud-input-outlined-border {
    border-radius: 2px;
}

.mud-table-head {
    background-color: #EFEFEF;
}

.mud-table-sort-label {
    font-weight: 600;
}

.mud-tab {
    text-transform: none;
    justify-content: left;
}

.mud-tabs-toolbar-content {
    border-bottom: 1px solid #BFBFBF;
}

.mud-typography-body1 {
    font: normal normal normal 16px/16px Hind;
    color: #55595C;
    letter-spacing: 0px;
}

.mud-select-input {
    max-height: 50px;
}

.mud-charts-xaxis text {
    font-size: 18px !important;
}

.mud-charts-yaxis text {
    font-size: 18px !important;
}

.open-order-report-table .mud-table-cell {
    font-size: 16px;
    font-weight: bold;
    padding: 6px !important;
    padding-inline-start: 6px !important;
    padding-inline-end: 6px !important;
}