.full-loader-overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(256, 256, 256, 0.4);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
}

[data-layout-mode="dark"] .full-loader-overlay {
    background: rgba(33, 37, 41, 0.7);
}

span.square {
    color: #fed97c;
    font-weight: 300;
    font-style: italic;
}
