/* -----------------------------------------
  	Preloader CSS
----------------------------------------- */

#preLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #ffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

@keyframes path {
    70% {
        fill-opacity: 0;
    }

    80% {
        stroke-dashoffset: 0;
        stroke-opacity: 1;
    }

    100% {
        stroke-opacity: 0;
        stroke-dashoffset: 0;
        fill-opacity: 1;
    }
}

.wrapper {
    max-width: 300px;
    text-align: center;
}

.loader {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    left: -100px;
    box-sizing: border-box;
    animation: shadowRolling 2s linear infinite;
}

/***************************************************
 * Generated by SVG Artista on 9/12/2024, 8:18:01 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/



@keyframes shadowRolling {
    0% {
        box-shadow: 0px 0 rgba(120, 23, 23, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    12% {
        box-shadow: 100px 0 rgb(94, 77, 234), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0), 0px 0 rgba(255, 255, 255, 0);
    }

    25% {
        box-shadow: 110px 0 rgb(94, 77, 234), 100px 0 rgb(94, 77, 234), 0px 0 rgb(94, 77, 234), 0px 0 rgba(255, 255, 255, 0);
    }

    36% {
        box-shadow: 120px 0 rgb(94, 77, 234), 110px 0 rgb(94, 77, 234), 100px 0 rgb(94, 77, 234), 0px 0 rgb(94, 77, 234);
    }

    50% {
        box-shadow: 130px 0 rgb(94, 77, 234), 120px 0 rgb(94, 77, 234), 110px 0 rgb(94, 77, 234), 100px 0 rgb(94, 77, 234);
    }

    62% {
        box-shadow: 200px 0 rgb(94, 77, 234), 130px 0 rgb(94, 77, 234), 120px 0 rgb(94, 77, 234), 110px 0 rgb(94, 77, 234);
    }

    75% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 rgb(94, 77, 234), 120px 0 rgb(94, 77, 234);
    }

    87% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 130px 0 rgb(94, 77, 234);
    }

    100% {
        box-shadow: 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0), 200px 0 rgba(255, 255, 255, 0);
    }
}