/* /Components/AbbSpinner.razor.rz.scp.css */
.spinner__content[b-wcywhgjoho] {
    position: relative;
    min-height: 50px;
}

    .spinner__content .spinner__content-overlay[b-wcywhgjoho] {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 5000;
        line-height: initial;
    }

        .spinner__content .spinner__content-overlay .spinner__content-overlay-loader[b-wcywhgjoho] {
            border: 5px solid #f3f3f3;
            border-top: 5px solid #6e6e6e;
            border-radius: 50%;
            width: 50px;
            height: 50px;
            animation: spin-b-wcywhgjoho 2s linear infinite;
        }

@keyframes spin-b-wcywhgjoho {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Components/ConfirmationDialog.razor.rz.scp.css */
.confirmation-button-container[b-eqtz7u8b3y] {
    display: flex;
    gap: 1em;
}

.custom-confirmation[b-eqtz7u8b3y] {
    display: block;
    z-index: 10000;
}

.custom-fade[b-eqtz7u8b3y] {
    z-index: 9999;
}
