.loading-message-wrapper {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: #ffffff;
}

.widget-loading-message .loading-message-wrapper {
    z-index: 1050;
}

.loading-message {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 130px;
    margin: auto;
}