﻿


.mud-button-group-root .mud-menu-icon-button-activator {
    width: 12px;
    color: white;
    border-left: 0px solid rgba(255, 255, 255, 0.31) !important;
}

.mud-button-group-root .mud-button-label {
    color: white;
}



.btn-snapshot-action {
    padding: 2px 8px !important;
    line-height: 1em !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: none !important;
    margin: 2px !important;
}

.btn-snapshot-action2 {
    line-height: 1em !important;
    text-transform: none !important;
    margin: 2px !important;
}

.white-icon-btn .mud-icon-root.mud-svg-icon {
    fill: white !important;
}

.mud-error-text .mud-icon-root.mud-svg-icon {
    fill: red !important;
}

/* Flex container to force side-by-side layout */
.select-button-row {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/* Force MudSelect to behave like a button */
.mud-select.select-button-look,
.mud-select.select-button-look .mud-input-control {
    display: inline-flex !important;
    align-items: center !important;
    width: auto !important;
    min-width: fit-content !important;
}

    .mud-select.select-button-look .mud-input {
        background-color: var(--mud-palette-primary) !important;
        color: white !important;
        border-radius: 4px !important;
        padding: 0 16px !important;
        height: 36px !important;
    }

    .mud-select.select-button-look .mud-input-underline:before,
    .mud-select.select-button-look .mud-input-underline:after {
        display: none !important;
    }

    .mud-select.select-button-look .mud-input-adornment {
        color: white !important;
    }


.summary-reportby-options .mud-icon-root.mud-svg-icon {
    fill: white;
}


.summary-reportby-options {
    border-radius: 5px;
    margin-left: 20px !important;
    max-width: 300px !important;
    padding: 10px 5px !important;
    --mud-ripple-color: var(--mud-palette-secondary-text) !important;
    background-color: var(--mud-palette-secondary) !important;
    --mud-ripple-opacity: var(--mud-ripple-opacity-secondary) !important;
    box-shadow: 0px 3px 1px -2px rgba(0,0,0,.2),0px 2px 2px 0px rgba(0,0,0,.14),0px 1px 5px 0px rgba(0,0,0,.12) !important;
    outline: 0 !important;
}

    .summary-reportby-options .mud-input > input.mud-input-root-outlined,
    .summary-reportby-options div.mud-input-slot.mud-input-root-outlined {
        padding: 0px;
        color: white;
        outline: 0 !important;
    }

    .summary-reportby-options .mud-input-outlined-border {
        display: none !important;
    }


/* Root "button-like" look for the date picker */
.date-button .mud-input-control.mud-input-input-control {
    background: #0094ff;
    color: white !important;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left:8px;

    
}

/* The text / display area */
.date-button .mud-input.mud-input-text {
    max-width: 140px;
    color: white;
}

/* The actual input element */
.date-button input.mud-input-root {
    padding: 0;
}

/* Adornment (calendar icon container) */
.date-button .mud-input-adornment-end {
    color: white;
}

    /* Icon button inside the adornment */
    .date-button .mud-input-adornment-end .mud-icon-button {
        color: white;
    }

/* Label text */
.date-button .mud-input-label.mud-input-label-text.mud-input-label-inputcontrol {
    color: white !important;
}
