/* app bar styles */

.app-bar h1{
    font-size: 1em;
    font-weight: 400;
    font-family: var(--mud-typography-h1-family);
}

/* end app bar styles */

/* slx drawer styles */

.slx-drawer .mud-drawer-header {
    background-color: #2a333a;
}

.slx-drawer .mud-drawer-header h3 {
    font-size: 1.1em;
    align-self: center;
}

.slx-drawer span{
    font-size: .9em;
}
.slx-drawer .mud-input{
    margin-top: 0px !important;
}
.slx-drawer input[type="text"] {
    background-color: var(--mud-palette-white) !important;
    font-size: .9em;
    padding-left: 7px !important;
}

.slx-drawer hr{
    border-style: dotted none none none;
}

.slx-drawer button {
    font-size: initial;
    font-weight: 700;
    text-transform: none;
}

/* end slx drawer styles */

/* slx table styles */

.slx-table th {
    border-bottom: solid 1px var(--mud-palette-primary);
    font-weight: 700 !important;
    white-space: nowrap;
    text-align: left;
}

.slx-table th span.mud-table-sort-label svg {
    font-size: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.slx-table tr.primary-highlight {
    background-color: #FEEFB3;
}

.slx-table tr.bold-row td {
    font-weight: 700;
}

.slx-table-summary {
    color: #fff; 
    background-color:#727e86;
    font-size: 38px;
}

.slx-table-summary-count {
    font-size: 32px;
}

/* end slx table styles */

/* slx button styles */

button.slx-button {
    text-transform: none;
}

button.slx-button:disabled,
button.slx-button[disabled] {
    pointer-events: visible;
    cursor: not-allowed;
}

button.slx-button-action {
    width: 150px;
}

button.slx-button-action-delete {
    width: 150px;
    color:#fff !important;
    background-color: #aa4643 !important;
}

/* end slx button styles */

.bool-emoji {
    font-size: 1rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}