﻿.LoadingDataBlock {
    bottom: 0;
    left: 0;
    position: fixed;
    height: 100%;
    width: 100%;
    border-color: transparent;
    background-color: rgb(0, 0, 0, 0.1);
    z-index: 5500;
}

.LoadingDataBlockChild {
    width: 370px;
    min-height: 75px;
    position: absolute;
    top: 25%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    border-radius: var(--mud-default-borderradius);
    box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
}

.LoadingDataBlockDisabledDiv {
    pointer-events: none;
    opacity: 0.2;
}


.LoadingDataBlockContainer {
    margin-top: 0px;
    padding: 5px;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.LoadingDataBlockChild .spinner-border {
    width: 40px;
    height: 40px;
    position: fixed;
    left: 4px;
    top: 10px;
    flex: 1 1 40%;
}


.LoadingDataBlockTitulo {
    margin-left: 45px;
    flex: 1 1 100%;
    min-height: 50px;
    display: flex;
    align-items: center !important;
}

.LoadingDataBlockExtra {
    flex: 1 1 100%;
}

.LoadingDataBlockExtraDivisor {
    margin-top: -7px;
    margin-bottom: 7px;
}
