﻿
.loading_cont {
    width: 100%;
    float: left;
    height: 100vh;
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    top: 0px;
}

.loading05 {
    perspective: 1000px;
}

.loading {
    font-size: 33px;
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    width: 320px;
    height: 50px;
    z-index: 100;
}

.loading05 span {
    transform-origin: 50% 50% -25px;
    transform-style: preserve-3d;
    animation: loading05 2.8s infinite;
    color: #2ca01c;
}

    .loading05 span:nth-child(odd) {
        color: #157608;
    }

.loading span {
    display: inline-block;
    margin: 0 -0.05em;
}

.loading05 span:nth-child(2) {
    animation-delay: 0.1s;
}

.loading05 span:nth-child(3) {
    animation-delay: 0.2s;
}

.loading05 span:nth-child(4) {
    animation-delay: 0.3s;
}

.loading05 span:nth-child(5) {
    animation-delay: 0.4s;
}

.loading05 span:nth-child(6) {
    animation-delay: 0.5s;
}

.loading05 span:nth-child(7) {
    animation-delay: 0.6s;
}

.loading05 span:nth-child(8) {
    animation-delay: 0.7s;
}

.loading05 span:nth-child(9) {
    animation-delay: 0.8s;
}

.loading05 span:nth-child(10) {
    animation-delay: 0.9s;
}

@keyframes loading05 {
    0% {
        transform: rotateX(-360deg);
    }

    70% {
        transform: rotateX(0);
    }
}

.invoice-loader{
    display:none !important;
}