.mc-loading-mask {
  background-color: rgba(255,255,255,0.7);
  width: 100%;
  height: 100%;
  &.is-fullscreen{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  .mc-loading-spinner{
    text-align: center;
    font-size: 14px;
    display: table;
    width: 100%;
    height: 100%;
  }
  .mc-loading-text{
    display: table-cell;
    vertical-align: middle;
  }
  .mc-icon-loading{
    font-size: 20px;
    margin-right: 10px;
  }
}