@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-333tfrm573] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-333tfrm573] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Features/Dicom/MyStudies.razor.rz.scp.css */
[b-u1zctouswp] .quickgrid[theme=corporate] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    color: black;
    font-weight: 400;
}

[b-u1zctouswp] .quickgrid[theme=corporate] tr:hover {
    background-color: #f5eded70;
    color: white;
    cursor: pointer;
    font-weight: 400;
}

[b-u1zctouswp] tr {
    height: 4em;
}
/* /Features/DicomVIewer/PublicStudyViewer.razor.rz.scp.css */

.top-notify[b-vb0ebsetq1] {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 75%;
    background-color: #ff9900;
    /* You can change this to your preferred background color */
    color: #fff;
    padding: 1px;
    /* Text color */
    /* Adjust padding as needed */
    text-align: center;

}

.top-notify:hover[b-vb0ebsetq1] {
    color: red;
    /* Change link color on hover */
}

.top-notify a[b-vb0ebsetq1] {
    margin: auto;
    color: #ffffff;
    text-decoration: underline !important;
}
