﻿.loadScreen-fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.loadScreen-fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.loadScreen-initial-hidden {
    opacity: 0;
    visibility: hidden;
}
/* Custom CSS to adjust MudBlazor filter popup position */
.mud-popover {
    /*object-position: bottom !important;*/ /* Ensure the filter is positioned relative to its parent */
    /*z-index: 9999;*/ /* Ensure it appears on top of other elements */
    /*top: auto !important;*/ /* Adjust top position if needed */
    /*left: auto !important;*/ /* Adjust left position if needed */
    /* Adjust vertical position */
}
.mud-button-selected {
    background-color: var(--mud-palette-primary) !important;
    color: white !important;
}

.pricing-button {
    font-size: 1rem !important;
    padding: 0.5rem 1rem !important;
    text-transform: none !important; /* Optional: Prevent text from being uppercased */
    border-radius: 4px !important; /* Optional: Adjust border-radius for consistency */
}
.filters-panel {
    left: 550px !important;
}
.filter-input-time {
    display:none!important;
}