/* /Features/Admin/Tenants/Pages/CreateTenantPage.razor.rz.scp.css */
.validation-errors[b-lppcychsym] {
    font-size: large;
    color: red !important;
    font-weight: bold;
}
/* /Features/Authorised/Alerts/Pages/AlertListingPage.razor.rz.scp.css */
[b-2ehnu6ozyz] .alert-down{
    background-color: red !important;
    background-image: linear-gradient(to bottom left, black, transparent);
}

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

.custom-image img[b-8j6u6q5xcs]{
    max-width: 500px;
    aspect-ratio: 16 /9;
    object-fit: cover;
}
/* /Features/Authorised/Customers/Pages/CreateCustomerPage.razor.rz.scp.css */
.validation-message[b-76hsjcxv05]{
    color: red;
    font-weight: bold;
}
/* /Features/Authorised/Help/Pages/HelpArticlePage.razor.rz.scp.css */
.help-article-detail-hero[b-rqvplu74lk] {
    background: linear-gradient(135deg, rgba(var(--mud-palette-primary-rgb), 0.12) 20%, transparent 100%);
    border-left: 4px solid var(--mud-palette-primary);
}
/* /Features/Authorised/TimeLapse/Pages/TimeLapseDetailPage.razor.rz.scp.css */
[b-bvf7los4fj] .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-bvf7los4fj] background-surface {
    background-color: var(--mud-palette-primary) !important;
}
/* /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);
    }
}
/* /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;
}
