/**
* DevExtreme (widgets/material/loadPanel.material.less)
* Version: 19.2.6
* Build date: Thu Jan 30 2020
*
* Copyright (c) 2012 - 2020 Developer Express Inc. ALL RIGHTS RESERVED
* Read about DevExtreme licensing here: https://js.devexpress.com/Licensing/
*/
@import (once) "./loadIndicator.material.less";
@import (once) "./overlay.material.less";

.dx-loadpanel-content {
    border: 1px solid @loadpanel-border-color;
    background: @loadpanel-content-bg;
    padding: 13px;
    border-radius: 50%;
    box-shadow: 0 6px 12px @loadpanel-content-shadow-color;
}

.dx-loadpanel-message {
    display: none;
}
