/* /Components/DeliveryImageComponent.razor.rz.scp.css */
/* /Components/Dialogs/FullScreenImageDialog.razor.rz.scp.css */
[b-x2u1s35tzd] .fullscreen-dialog {
    display: flex;
    flex-direction: column;
}

[b-x2u1s35tzd] .fullscreen-dialog .mud-dialog-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    padding: 0;
    overflow: hidden;
}

.fullscreen-image-container[b-x2u1s35tzd] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-izcf8oarad] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-izcf8oarad] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
[b-izcf8oarad] .toast-container {
    position: fixed;
    bottom: 125px;
    left: 30px;
    display: flex;
}
/* /Components/ManageMediaImageComponent.razor.rz.scp.css */
/* ── Card shell ── */
.media-card[b-ymk4nl5zh5] {
    display: flex;
    flex-direction: column;
    height: 380px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15), 0 1px 3px rgba(0, 0, 0, .1);
    transition: box-shadow .2s, opacity .2s;
}

.media-card:hover[b-ymk4nl5zh5] {
    box-shadow: 0 6px 20px rgba(0, 0, 0, .22), 0 2px 6px rgba(0, 0, 0, .12);
}

.media-card--inactive[b-ymk4nl5zh5] {
    opacity: .55;
}

.media-card--inactive:hover[b-ymk4nl5zh5] {
    opacity: .75;
}

/* ── Image area ── */
.media-card__image[b-ymk4nl5zh5] {
    position: relative;
    flex: 1 1 0;
    min-height: 0;
    overflow: hidden;
    background: #f5f5f5;
}

.media-card__img[b-ymk4nl5zh5] {
    width: 100%;
    height: 100%;
    display: block;
}

.media-card__img--cover[b-ymk4nl5zh5] {
    object-fit: cover;
}

.media-card__img--contain[b-ymk4nl5zh5] {
    object-fit: contain;
}

/* ── Overlay badges ── */
.media-card__badge[b-ymk4nl5zh5] {
    position: absolute;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    pointer-events: none;
    z-index: 2;
}

.media-card__badge--dims[b-ymk4nl5zh5] {
    top: 6px;
    left: 6px;
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

.media-card__badge--hires[b-ymk4nl5zh5] {
    top: 28px;
    left: 6px;
    background: #ffd600;
    color: #000;
}

.media-card__badge--status[b-ymk4nl5zh5] {
    top: 6px;
    right: 6px;
    text-transform: uppercase;
    letter-spacing: .4px;
}

.media-card__badge--active[b-ymk4nl5zh5] {
    background: #5bb450;
    color: #fff;
}

.media-card__badge--off[b-ymk4nl5zh5] {
    background: #cc5151;
    color: #fff;
}

.media-card__badge--altered[b-ymk4nl5zh5] {
    top: 28px;
    right: 6px;
    background: #ff9800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .4px;
}

/* ── Hover action buttons (download / fullscreen) ── */
.media-card__actions-overlay[b-ymk4nl5zh5] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    padding: 6px 10px;
    background: linear-gradient(transparent, rgba(0, 0, 0, .55));
    opacity: 0;
    transition: opacity .2s;
    z-index: 2;
}

.media-card__image:hover .media-card__actions-overlay[b-ymk4nl5zh5] {
    opacity: 1;
}

/* ── Controls body ── */
.media-card__body[b-ymk4nl5zh5] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 8px 10px 10px;
    border-top: 1px solid #eee;
}

.media-card__row[b-ymk4nl5zh5] {
    display: flex;
    gap: 8px;
    align-items: center;
}

/* ── Full-card processing overlay ── */
.media-card__processing-overlay[b-ymk4nl5zh5] {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .65);
    border-radius: 8px;
    pointer-events: all;
}

/* /Components/Pages/DashboardPage.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */

[b-tpsa7tlau9] fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    border-radius: var(--mud-default-borderradius);
    padding: 0 1.0em 1.0em 0.5em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    margin-top: 5px !important;
}

[b-tpsa7tlau9] legend.scheduler-border {
    font-size: 0.9em !important;
    text-align: left !important;
    width: auto;
    padding: 0 15px;
    border-bottom: none;
    margin-top: -10px;
    background-color: white;
}
[b-tpsa7tlau9] legend.scheduler-border-text {
    font-size: 0.9em !important;
    text-align: left !important;
    width: auto;
    padding: 0 3px;
    border-bottom: none;
    margin-top: -10px;
    background-color: white;
}
[b-tpsa7tlau9] .container,.container-fluid[b-tpsa7tlau9],.container-lg[b-tpsa7tlau9],.container-md[b-tpsa7tlau9],.container-sm[b-tpsa7tlau9],.container-xl[b-tpsa7tlau9],.container-xxl[b-tpsa7tlau9] {
    width: 100%;
    /*
    padding-right: var(--bs-gutter-x,.01rem);
    padding-left: var(--bs-gutter-x,.01rem);
    */
    padding-right: 0 !important;
    padding-left:  0 !important;
    max-width:none !important;
    margin-right: auto;
    margin-left: auto
}


#dropzone-external[b-tpsa7tlau9] {
    width: 100%;
    height: 100%;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#dropzone-external > *[b-tpsa7tlau9] {
    pointer-events: none;
}
#dropzone-external.dropzone-hover[b-tpsa7tlau9] {
    border-style: solid;
}
.upload-container > span[b-tpsa7tlau9] {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}
.upload-container[b-tpsa7tlau9] {
    width: 100%;
    height: 100%;
}
#dropzone-image[b-tpsa7tlau9] {
    max-width: 100%;
    max-height: 100%;
}
#dropzone-text > span[b-tpsa7tlau9] {
    opacity: 0.5;
}
.upload-progress[b-tpsa7tlau9] {
    display: flex;
    margin-top: 10px;
}
.flex-box[b-tpsa7tlau9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

[b-tpsa7tlau9] .my-indicator {
    top: 5px !important;
    opacity: 0.1 !important;
}


/* /Components/Pages/ManagementPage.razor.rz.scp.css */
/* /Components/Pages/ResourceMediaPage.razor.rz.scp.css */
/* /Components/Pages/VendorDashboardPage.razor.rz.scp.css */
/* /Components/PhotoUploadComponent.razor.rz.scp.css */

[b-rvo5p1wwgg] fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    border-radius: var(--mud-default-borderradius);
    padding: 0 1.0em 1.0em 0.5em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    margin-top: 5px !important;
}

[b-rvo5p1wwgg] legend.scheduler-border {
    font-size: 0.9em !important;
    text-align: left !important;
    width: auto;
    padding: 0 15px;
    border-bottom: none;
    margin-top: -10px;
    background-color: white;
}
[b-rvo5p1wwgg] legend.scheduler-border-text {
    font-size: 0.9em !important;
    text-align: left !important;
    width: auto;
    padding: 0 3px;
    border-bottom: none;
    margin-top: -10px;
    background-color: white;
}
[b-rvo5p1wwgg] .container,.container-fluid[b-rvo5p1wwgg],.container-lg[b-rvo5p1wwgg],.container-md[b-rvo5p1wwgg],.container-sm[b-rvo5p1wwgg],.container-xl[b-rvo5p1wwgg],.container-xxl[b-rvo5p1wwgg] {
    width: 100%;
    /*
    padding-right: var(--bs-gutter-x,.01rem);
    padding-left: var(--bs-gutter-x,.01rem);
    */
    padding-right: 0 !important;
    padding-left:  0 !important;
    padding-top:  0 !important;
    max-width:none !important;
    margin-right: auto;
    margin-left: auto
}


#dropzone-external[b-rvo5p1wwgg] {
    width: 100%;
    height: 100%;
    background-color: rgba(183, 183, 183, 0.1);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#dropzone-external > *[b-rvo5p1wwgg] {
    pointer-events: none;
}
#dropzone-external.dropzone-hover[b-rvo5p1wwgg] {
    border-style: solid;
}
.upload-container > span[b-rvo5p1wwgg] {
    font-size: 22px;
    font-weight: bold;
}
.upload-container[b-rvo5p1wwgg] {
    width: 100%;
    height: 100%;
}
#dropzone-image[b-rvo5p1wwgg] {
    max-width: 100%;
    max-height: 100%;
}
#dropzone-text > span[b-rvo5p1wwgg] {
    opacity: 0.5;
}
.upload-progress[b-rvo5p1wwgg] {
    display: flex;
    margin-top: 10px;
}
.flex-box[b-rvo5p1wwgg] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

[b-rvo5p1wwgg] .my-indicator {
    top: 5px !important;
    opacity: 0.1 !important;
}
/* /Components/PreviewImageComponent.razor.rz.scp.css */
/* /Components/UploadImageComponent.razor.rz.scp.css */
