/* /Features/Alerts/AlertListingPage.razor.rz.scp.css */
[b-on5vok05sl] .alert-down{
    background-color: red !important;
    background-image: linear-gradient(to bottom left, black, transparent);
}

[b-on5vok05sl] .alert-up {
    background-color: lime !important;
    background-image: linear-gradient(to bottom left, darkgreen, transparent);
}
/* /Features/Customers/CreateCustomerPage.razor.rz.scp.css */
.validation-message[b-erg23iak4z]{
    color: red;
    font-weight: bold;
}
/* /Features/Customers/GalleryCard.razor.rz.scp.css */
.custom-image[b-qrasajoh4l] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-image img[b-qrasajoh4l]{
    max-width: 500px;
    aspect-ratio: 16 /9;
    object-fit: cover;
}
/* /Features/Home/HomeWidget.razor.rz.scp.css */
[b-ahbopqyh33] .widget-background {
    background: linear-gradient(to right bottom, var(--mud-palette-surface), rgba(0,0,0, 0.15));
    border: 1px solid #7c7c7c;
}
/* /Features/Tenants/CreateTenantPage.razor.rz.scp.css */
.validation-errors[b-o4dqr2i3bz] {
    font-size: large;
    color: red !important;
    font-weight: bold;
}
/* /Features/TimeLapse/TimeLapseDetail.razor.rz.scp.css */
[b-juxv2zpbm2] .image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    font-size: 0.8rem;
    font-weight: 400;
    background: linear-gradient(135deg, var(--mud-palette-primary) 30%, transparent 100%);
    padding: 10px 15px;
    margin: 10px 5px;
    border-radius: 5px;
    border: 1px solid grey;
}

[b-juxv2zpbm2] background-surface {
    background-color: var(--mud-palette-primary) !important;
}
/* /Shared/Card/CoremeumCard.razor.rz.scp.css */
[b-w21mymotw5] .disabled-content {
    position: relative;
}

[b-w21mymotw5] .spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
