.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 2000000 !important;
    position: fixed;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress { 
    position: fixed;
    z-index: 2000000 !important;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 3px;
    background-color:#418F3F;
}




/*.pace .pace-progress {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("../images/Preloader1.svg");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: auto;
    left: 0;
    margin: 0;
    position: absolute;
    right: auto;
    transform: translate(0px, 0px) rotate(0deg) scale(1, 1);
    transform-origin: 69% 48% 0;
    width: 31px;
    height: 39px;
    top: 50%;
    left: 50%;
}


    .pace .pace-progress:before {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/Preloader2.svg");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: auto;
        height: 24px;
        left: 10px;
        margin: 0;
        position: absolute;
        right: auto;
        top: 0;
        transform: translate(7px, 4px) rotate(190.44deg) scale(1, 1);
        transform-origin: 55% 60% 0;
        width: 24px;
    }


    .pace .pace-progress:after {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        background-image: url("../images/Preloader3.svg");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        bottom: auto;
        height: 15px;
        left: 10px;
        margin: 0;
        position: absolute;
        right: auto;
        top: 0;
        transform: translate(14px, 10px) rotate(244.44deg) scale(1, 1);
        transform-origin: 45% 53% 0;
        width: 15px;
    }*/
