﻿
/* Inputs mas pequeños */
.mud-input {
    font-size: 14px !important;
}

/*  Select auto complete label */
.mud-input-label {
    font-weight: 600 !important;
}

/* MudSwitch mas pequeños typo */
p.mud-typography.mud-typography-body1 {
    font-size: 14px !important;
}

.mud-tab {
    font-weight: 600 !important;
    letter-spacing: 0 !important;
}
.mud-icon-default {
    color: var(--mud-palette-primary);
}


