.loader-opaque-background {
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: var(--bg-grey-color);
    opacity: 0.6;
}

.loader-background {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.05);
}

.loader-global {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--bg-white-color);
    display: flex;
}