body.wp_nice_loader_body {
   /* overflow: hidden !important; */
}
#wp_nice_loader_container {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    overflow: hidden;
}
#wp_nice_loader_container .wp_nice_loader {
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 1.6;
}
/*** Theme Setup Helpers ***/
.folding-cube {
    background-color: #1abc9c;
}
.ping-circle {
    background-color: #7f8c8d;
    color: #FFF;
}
.cubic-spinner {
    background-color: #2980b9;
}
.cubic-grid {
    background-color: #d35400;
}
.fading-circle {
    background-color: #2c3e50;
}
.fading-circle .sk-fading-circle .sk-circle:before {
    background-color: #FFF;
}

.round-circles {
    background-color: #27ae60;
}
.sk-circle .sk-child:before {
    background-color: #FFF;
}

.three-bounce-circles {
    background-color: #d35400;
}
.three-bounce-circles .spinner {
    width: 130px;
}
.three-bounce>div,
.spinner > div {
    background-color: #fff;
}

.dancing-rectangles {
    background-color: #1abc9c;
}
.dancing-rectangles .rectangle-bounce div {
    background-color: #FFF;
}

.double-bounce {
    background-color: #2c3e50;
}
.double-bounce .double-bounce1,
.double-bounce .double-bounce2{
    background-color: #fff;
}
