@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';
@import '_content/SoftinBlazorControls/SoftinBlazorControls.n0fifrnm0n.bundle.scp.css';

/* _content/sPracownikWeb/Components/CustomToast/PracownikCustomToast.razor.rz.scp.css */
.custom-toast[b-q2m8denvj9] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: initial;
    margin-bottom: 10px;
    padding: 12px;
    position: relative;
    min-width: 292px;
    max-width: 500px;
    min-height: 44px;
    font-family: var(--body-font);
    background-color: var(--neutral-layer-floating);
    box-shadow: var(--elevation-shadow-tooltip);
    border-radius: calc( var(--control-corner-radius) * 1px);
    color: var(--neutral-foreground-rest);
    overflow-wrap: break-word;
    word-break: break-word;
    -webkit-hyphens: auto;
    hyphens: auto;
    -webkit-user-select: none;
    user-select: none;
    overflow: hidden;
    pointer-events: auto;
    animation-name: fadein;
    animation-duration: 0.5s;
    animation-delay: 0s;
}


    .custom-toast[b-q2m8denvj9]  .custom-toast-title {
        flex-grow: 1;
        font-weight: 600;
        font-size: 14px;
        text-align: center;
    }

    .custom-toast[b-q2m8denvj9]  .custom-toast-body {
        display: flex;
        flex-direction: column;
        width: calc( 100% - 12px);
        justify-content: flex-start;
        padding-inline-start: 24px;
    }

    .custom-toast[b-q2m8denvj9]  .custom-toast-small {
        font-size: 12px;
        line-height: 16px;
    }

    .custom-toast[b-q2m8denvj9]  .custom-toast-details {
        font-size: 14px;
        line-height: 20px;
    }

    .custom-toast[b-q2m8denvj9]  .custom-toast-progressbar {
        display: grid;
        padding: 8px 0px 0px;
        width: 100%;
    }

    .custom-toast[b-q2m8denvj9]  .custom-toast-progressbar-percentage {
        font-size: 12px;
        line-height: 16px;
        padding-top: 7px;
    }
/* _content/sPracownikWeb/Components/MonitorDatabaseConnectionProvider.razor.rz.scp.css */
.monitor-database-connection-provider[b-ekv6zqnu10] {
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999;
}

.position-topcenter[b-ekv6zqnu10] {
    top: 5px;
    left: 50%;
    transform: translate(-50%, 0%);
}
