﻿.mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled) {
    color: inherit;
}

.mud-list {
    border: 1px solid var(--mud-palette-lines-default)
}

.homeIcon {
    fill: rgba(49,38,68,255) !important;
}

.mud-appbar {
    background-color: #312644 !important;
}
/*.mud-button-label {
    color: #fff !important;
}*/
.settingIcon .mud-icon-button-label {
    color: #fff !important;
}

.mud-table-pagination-information {
    font-size: small !important;
}
/*.mud-icon-root mud-svg-icon mud-icon-size-medium {
    color: #fff !important;
}*/
.homeHeaderIcon {
    color: #fff !important;
}
/*.mud-button-filled {
    background-color: rgba(49,38,68,255) !important;
}*/


.ttte button span span svg {
    color: #fff !important;
}

.ttte button {
    color: #fff !important;
}

.logincustom {
    color: rgba(49,38,68,255) !important;
    --mud-ripple-color: rgba(49,38,68,255) !important;
    border: 1px solid rgba(49,38,68,255) !important;
}

.loginIcon {
    fill: rgba(49,38,68,255) !important;
}

.loginIconp span {
    color: rgba(49,38,68,255) !important;
}

.mud-button-close {
    background-color: rgba(244, 67, 54, 1);
}

    .mud-button-close:hover {
        background-color: red;
    }

    .mud-button-close .mud-icon-button-label svg path {
        color: #fff !important;
    }


/* Selected value text */
.mud-select-input {
    font-size: 0.9rem !important;
}

/* All input text (TextField, Select, DatePicker, etc.) */
.mud-input-slot {
    font-size: 0.9rem !important;
}

/* Floating label */
.mud-input-label {
    font-size: 0.9rem !important;
    padding-left: 0px !important;
}

.mud-input-helper-text {
    font-size: 0.9rem !important;
}

.mud-button {
    min-height: 30px;
    font-size: 0.80rem;
    padding: 0 8px;
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-outlined.mud-input-label-inputcontrol {
    line-height: 1 !important;
}

.mud-shrink ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined, .mud-input:focus-within ~ label.mud-input-label.mud-input-label-inputcontrol.mud-input-label-outlined {
    padding-left: 5px !important;
}