@import '../../style/themes/default';
@import '../../style/mixins/index';
 .ta-loading {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 99999;
    background-color: @container-mask;
    > div {
      .user-select();
      border-radius: 100%;
      position: absolute;
      margin: auto;
      top: 0px;
      bottom: 0px;
      right: 0px;
      left: 0px;
      width: 1px;
      height: 1px;
      word-break: keep-all;
      white-space: nowrap;
      font-size: 12px;
      >div{
        transform: translate(-50%,-50%);
      }

    }
  }
