﻿.loaderPleaseWait {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10003;
}

.loaderPleaseWait div {
    font-size: 15px;
    padding: 12px;
    color: #000000;
    font-weight: 700;
    background: rgba(255,255,255, 1);
}

.centered-loaderPleaseWait {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
