/* /Features/Alerts/Pages/AlertListingPage.razor.rz.scp.css */
[b-4re0g4f98h] .alert-down{
    background-color: red !important;
    background-image: linear-gradient(to bottom left, black, transparent);
}

[b-4re0g4f98h] .alert-up {
    background-color: lime !important;
    background-image: linear-gradient(to bottom left, darkgreen, transparent);
}
/* /Features/Customers/GalleryCard.razor.rz.scp.css */
.custom-image[b-h5pizrwte1] {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-image img[b-h5pizrwte1]{
    max-width: 500px;
    aspect-ratio: 16 /9;
    object-fit: cover;
}
/* /Features/Customers/Pages/CreateCustomerPage.razor.rz.scp.css */
.validation-message[b-zbhi9ziwq3]{
    color: red;
    font-weight: bold;
}
/* /Features/Error/NotFoundPage.razor.rz.scp.css */
.not-found-page[b-rcwp52q34z] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem;
}

.not-found-content[b-rcwp52q34z] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.not-found-code[b-rcwp52q34z] {
    font-weight: 700;
    letter-spacing: -0.04em;
    opacity: 0.15;
    line-height: 1;
}
/* /Features/Home/HomeWidget.razor.rz.scp.css */
[b-sbntdkh1au] .widget-background {
    background: linear-gradient(to right bottom, var(--mud-palette-surface), rgba(0,0,0, 0.15));
    border: 1px solid #7c7c7c;
}
/* /Features/Login/LoginPage.razor.rz.scp.css */
/* Full-screen login layout: image, dark overlay, centered form */
.login-fullscreen-wrapper[b-vmxyw9hf1q] {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.login-image-layer[b-vmxyw9hf1q] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-overlay[b-vmxyw9hf1q] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.login-form-wrapper[b-vmxyw9hf1q] {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 1rem;
    animation: loginFormPop-b-vmxyw9hf1q 0.5s ease-out forwards;
}

@keyframes loginFormPop-b-vmxyw9hf1q {
    0% {
        opacity: 0;
        transform: scale(0.95) translateY(10px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}
/* /Features/Tenants/Pages/CreateTenantPage.razor.rz.scp.css */
.validation-errors[b-bn4nc10675] {
    font-size: large;
    color: red !important;
    font-weight: bold;
}
/* /Features/TimeLapse/Pages/TimeLapseDetailPage.razor.rz.scp.css */
[b-ais4ievcrn] .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-ais4ievcrn] background-surface {
    background-color: var(--mud-palette-primary) !important;
}
/* /Shared/Card/CoremeumCard.razor.rz.scp.css */
[b-g7gv298t3s] .disabled-content {
    position: relative;
}

[b-g7gv298t3s] .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;
}
