/*
 * Copyright (c) 2019 SNETTSCOM Limited
 * Author: Victor Okech
 * Company: SNETTSCOM
 * URL: https://snetts.com
 * E-mail: info@snetts.com
 * Date: 6/1/2019
 * Time: 0 : 4
 *
 * @category  CSS
 * @package   pace.min.css
 * @author    Victor Okech <victor@snetts.com>
 * @copyright 2019 SNETTSCOM
 * @license   https://snetts.com BSD Licence
 * @version   GIT: <git_id>
 * @link      https://sebule.com
 */
.pace-running .loader-overlay{zoom:1;filter:alpha(opacity=10)}.pace-done .loader-overlay{zoom:1;filter:alpha(opacity=100);opacity:1;-webkit-transition:opacity 1s linear;-moz-transition:opacity 1s linear;-o-transition:opacity 1s linear;transition:opacity 1s linear}.loader-overlay{position:fixed;width:100%;height:100%;z-index:999999999;background:rgba(34,223,128,.8);left:0;right:0;bottom:0;top:0}@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}.sebule{position:fixed;background:url(../images/favicon/android-icon-72x72.png) center center no-repeat #d5f3de}.bounce{animation:bounce 2s infinite}.pace-running>:not(.pace){opacity:0}.pace-done>:not(.pace){opacity:1;transition:opacity .5s ease}.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#22df80;position:fixed;z-index:999999999999;top:0;right:100%;width:100%;height:4px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #22df80,0 0 5px #22df80;opacity:1;-webkit-transform:rotate(3deg) translate(0,-4px);-moz-transform:rotate(3deg) translate(0,-4px);-ms-transform:rotate(3deg) translate(0,-4px);-o-transform:rotate(3deg) translate(0,-4px);transform:rotate(3deg) translate(0,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:999999999999;top:15px;right:15px;width:14px;height:14px;border:2px solid transparent;border-top-color:#22df80;border-left-color:#22df80;border-radius:10px;-webkit-animation:pace-spinner .4s linear infinite;-moz-animation:pace-spinner .4s linear infinite;-ms-animation:pace-spinner .4s linear infinite;-o-animation:pace-spinner .4s linear infinite;animation:pace-spinner .4s linear infinite}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0);transform:rotate(0)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0);transform:rotate(0)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0);transform:rotate(0)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}