.wait {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(255, 255, 255, 0.85);
  z-index: 10; }
  .chayns-color-mode--1 .wait {
    background: rgba(0, 0, 0, 0.85); }
  .wait .waitcursor {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px; }
  .wait .text {
    text-align: center; }
  .wait .cancel-button {
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: center; }
