@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/ThePhysiciansGuildBlazor/Components/Guild/Admin/Pages/Users.razor.rz.scp.css */
/* Had to wrap the control in a QuickGrid div and then use the ::deep selector to get to the button color. */
.QuickGrid[b-q03t04ipsz]  .paginator button {
    background-color: #F1C835;
}
/* _content/ThePhysiciansGuildBlazor/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-t0u0rve6it] {
    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-t0u0rve6it] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ThePhysiciansGuildBlazor/Components/Shared/ToastMessage.razor.rz.scp.css */
.toastMessage[b-576m6v2fo9] {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 100px;
    line-height: 100px; /* Must be equal to the height */
    text-align: center; /* For horizontal centering */
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px 8px 0 0;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-top: 1px solid #333333;
    padding: 8px;
}
