﻿.k-i-loading,
.k-i-loading::before,
.k-loading-image::before,
.k-loading-image::after {
    display: none !important;
}

/*********loadingStyle********/
.loadingStyle, .k-loading-mask {
    background-color: rgba(255,255,255, 0.8);
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 15px;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 10000000;
    text-align: center;
    backdrop-filter: blur(3px);
}

.loader_txt, .k-loading-text {
    margin: 0px auto;
    width: 100px;
    text-align: center;
    position: absolute;
    top: calc(50% + 50px);
    left: calc(50% - 50px);
    color: #000 !important;
    display: block !important;
    text-indent:0;  
}




.loader, .k-loading-color {
    background-color: transparent !important;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: calc(40%);
    left: calc(50% - 50px);
    background-image: url(../Images/loading.svg);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-size: cover;
    opacity: 1;
}

    .loader:after, .k-loading-color:after {
        content: "";
        position: absolute;
        inset: 0;
        background: inherit;
        opacity: 0.4;
        animation: l7 1s infinite;
    }

    @keyframes l7 {
            to {
        transform: scale(1.8);
        opacity: 0
    }
}
