.table-loading-body{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.7);
}

.table-loading,
.table-loading > div {
    position: relative;
    box-sizing: border-box; }

.table-loading {
    position: absolute;
    top: 40%;
    left: 50%;
    display: block;
    font-size: 0;
    color: #1c734b; }

.table-loading.la-dark {
    color: #9be6c5; }

.table-loading > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor; }

.table-loading {
    width: 40px;
    height: 40px; }

.table-loading > div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: -4px;
    margin-left: -4px;
    border-radius: 100%;
    animation: ball-spin-clockwise-fade 1s infinite linear; }

.table-loading > div:nth-child(1) {
    top: 5%;
    left: 50%;
    animation-delay: -0.875s; }

.table-loading > div:nth-child(2) {
    top: 18.1801948466%;
    left: 81.8198051534%;
    animation-delay: -0.75s; }

.table-loading > div:nth-child(3) {
    top: 50%;
    left: 95%;
    animation-delay: -0.625s; }

.table-loading > div:nth-child(4) {
    top: 81.8198051534%;
    left: 81.8198051534%;
    animation-delay: -0.5s; }

.table-loading > div:nth-child(5) {
    top: 94.9999999966%;
    left: 50.0000000005%;
    animation-delay: -0.375s; }

.table-loading > div:nth-child(6) {
    top: 81.8198046966%;
    left: 18.1801949248%;
    animation-delay: -0.25s; }

.table-loading > div:nth-child(7) {
    top: 49.9999750815%;
    left: 5.0000051215%;
    animation-delay: -0.125s; }

.table-loading > div:nth-child(8) {
    top: 18.179464974%;
    left: 18.1803700518%;
    animation-delay: 0s; }

.table-loading.la-sm {
    width: 16px;
    height: 16px; }

.table-loading.la-sm > div {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px; }

.table-loading.la-2x {
    width: 64px;
    height: 64px; }

.table-loading.la-2x > div {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px; }

.table-loading.la-3x {
    width: 96px;
    height: 96px; }

.table-loading.la-3x > div {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    margin-left: -12px; }

@keyframes ball-spin-clockwise-fade {
    50% {
        opacity: 0.25;
        transform: scale(0.5); }
    100% {
        opacity: 1;
        transform: scale(1); } }

/*# sourceMappingURL=tableSearchLoading.css.map */
