/* /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: 12px;
    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 white;
}
/* /Shared/ImageCropperComponent/ImageCropper.razor.rz.scp.css */
.cropper-responsive[b-wn6bfm5jtl] {
    max-width: 100%;
    height: auto;
}
