/* /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] .dashboard-widget-card {
    border-radius: 14px;
    border: 1px solid var(--mud-palette-lines-default);
    background: var(--mud-palette-surface);
    transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    height: 100%;
    min-height: 128px;
    overflow: hidden;
}

[b-sbntdkh1au] .dashboard-widget-card:hover {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    border-color: var(--mud-palette-primary);
}

[b-sbntdkh1au] .dashboard-widget-inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 1rem;
    min-height: 100%;
    flex-wrap: nowrap;
}

[b-sbntdkh1au] .dashboard-widget-main {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 0.25rem;
}

[b-sbntdkh1au] .dashboard-widget-count {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
    color: var(--mud-palette-primary);
    letter-spacing: -0.03em;
}

[b-sbntdkh1au] .dashboard-widget-title {
    font-weight: 600;
    font-size: 0.9375rem;
    text-transform: none;
    margin-top: 4px;
    color: var(--mud-palette-text-secondary);
}

[b-sbntdkh1au] .dashboard-widget-action {
    margin-top: 6px;
}

[b-sbntdkh1au] .dashboard-widget-link {
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8125rem;
    display: inline-flex;
    align-items: center;
    opacity: 0.9;
}

[b-sbntdkh1au] .dashboard-widget-link:hover {
    opacity: 1;
}

[b-sbntdkh1au] .dashboard-widget-icon-wrap {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
}

[b-sbntdkh1au] .dashboard-widget-icon-wrap.widget-icon-primary {
    background: color-mix(in srgb, var(--mud-palette-primary) 14%, transparent);
}

[b-sbntdkh1au] .dashboard-widget-icon-wrap.widget-icon-error {
    background: color-mix(in srgb, var(--mud-palette-error) 14%, transparent);
}

[b-sbntdkh1au] .dashboard-widget-icon {
    font-size: 30px !important;
}

/* When no TitleUrl, card is not clickable */
[b-sbntdkh1au] .dashboard-widget-card.no-link {
    cursor: default;
}

[b-sbntdkh1au] .dashboard-widget-card.no-link:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--mud-palette-lines-default);
}
/* /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;
}
