.preloader-true.preloader-progress_bar:not(.pace-done) #page {
    opacity: 0;
}

#pace-content {
    display: none !important;
}

.pace {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: -webkit-transform 500ms ease-in-out;
    transition: -webkit-transform 500ms ease-in-out;
    -o-transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out;
    transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
    z-index: 9999;
    /* background: #fff; */
    /* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); */
    padding-top: 0px;
    width: 100%;
    height: 5px;
    overflow: hidden;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.admin-bar .pace {
    top: 5px;
}

.pace .pace-progress {
    background: linear-gradient(90deg, rgba(253, 182, 130, 1) 0%, rgba(222, 56, 92, 1) 47%, rgba(149, 90, 226, 1) 100%);
}

.pace .pace-progress .pace-progress-inner {
    background: white;
    height: 5px;
}

.pace .pace-activity {
    display: none;
}

.pace .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}

.pace .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.pace .text {
    opacity: .63;
}

.pace .site-logo + .text {
    margin-left: 25px;
    border-left: 1px solid;
    padding-left: 25px;
}

.pace .number {
    position: relative;
    margin-left: auto;
    line-height: 1;
    white-space: nowrap;
    font-family: 'Gotham Pro', sans-serif;
    font-size: 50px;
    font-weight: 700;
    display: none;
}

.pace .number:after {
    display: inline-block;
    margin-top: 0.12em;
    vertical-align: top;
    font-size: 30px;
    font-weight: bold;
    content: '%';
}

@media (max-width: 991.98px) {
    /* .pace {
        padding-top: 30px;
    } */
    .pace .number {
        font-size: 300px;
    }
}

@media (min-width: 700px) and (max-width: 900px) {
    .animate-toggle2 {
        display: none;
    }
}

@media (max-width: 767.98px) {
    /* .pace {
        padding-top: 10px;
    } */
    .pace .number {
        margin-left: 0;
        font-size: 200px;
    }
}

@media (max-width: 575.98px) {
    .license-title {
        font-size: 25px;
    }

    .pace .number {
        font-size: 100px;
    }
}

.pace-done .pace {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
