            
            #preloader {
              position: fixed;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background-color: #ffffff73;
              z-index: 9999;
            }

            #status {
              width: 40px;
              height: 40px;
              position: absolute;
              left: 50%;
              top: 50%;
              margin: -20px 0 0 -20px;
            }

            #ic_status_msg {
              /*width: 40px;*/
              height: 40px;
              position: absolute;
              left: 45%;
              top: 65%;
              margin: -20px 0 0 -20px;
            }

            .spinner-chase {
              margin: 0 auto;
              width: 40px;
              height: 40px;
              position: relative;
              -webkit-animation: spinner-chase 2.5s infinite linear both;
                      animation: spinner-chase 2.5s infinite linear both;
            }

            .chase-dot {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              -webkit-animation: chase-dot 2s infinite ease-in-out both;
                      animation: chase-dot 2s infinite ease-in-out both;
            }

            .chase-dot:before {
              content: "";
              display: block;
              width: 25%;
              height: 25%;
              background-color: #626ed4;
              border-radius: 100%;
              -webkit-animation: chase-dot-before 2s infinite ease-in-out both;
                      animation: chase-dot-before 2s infinite ease-in-out both;
            }

            .chase-dot:nth-child(1) {
              -webkit-animation-delay: -1.1s;
                      animation-delay: -1.1s;
            }

            .chase-dot:nth-child(1):before {
              -webkit-animation-delay: -1.1s;
                      animation-delay: -1.1s;
            }

            .chase-dot:nth-child(2) {
              -webkit-animation-delay: -1s;
                      animation-delay: -1s;
            }

            .chase-dot:nth-child(2):before {
              -webkit-animation-delay: -1s;
                      animation-delay: -1s;
            }

            .chase-dot:nth-child(3) {
              -webkit-animation-delay: -0.9s;
                      animation-delay: -0.9s;
            }

            .chase-dot:nth-child(3):before {
              -webkit-animation-delay: -0.9s;
                      animation-delay: -0.9s;
            }

            .chase-dot:nth-child(4) {
              -webkit-animation-delay: -0.8s;
                      animation-delay: -0.8s;
            }

            .chase-dot:nth-child(4):before {
              -webkit-animation-delay: -0.8s;
                      animation-delay: -0.8s;
            }

            .chase-dot:nth-child(5) {
              -webkit-animation-delay: -0.7s;
                      animation-delay: -0.7s;
            }

            .chase-dot:nth-child(5):before {
              -webkit-animation-delay: -0.7s;
                      animation-delay: -0.7s;
            }

            .chase-dot:nth-child(6) {
              -webkit-animation-delay: -0.6s;
                      animation-delay: -0.6s;
            }

            .chase-dot:nth-child(6):before {
              -webkit-animation-delay: -0.6s;
                      animation-delay: -0.6s;
            }

            @-webkit-keyframes spinner-chase {
              100% {
                -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
              }
            }

            @keyframes spinner-chase {
              100% {
                -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
              }
            }

            @-webkit-keyframes chase-dot {
              80%, 100% {
                -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
              }
            }

            @keyframes chase-dot {
              80%, 100% {
                -webkit-transform: rotate(360deg);
                        transform: rotate(360deg);
              }
            }

            @-webkit-keyframes chase-dot-before {
              50% {
                -webkit-transform: scale(0.4);
                        transform: scale(0.4);
              }

              100%, 0% {
                -webkit-transform: scale(1);
                        transform: scale(1);
              }
            }

            @keyframes chase-dot-before {
              50% {
                -webkit-transform: scale(0.4);
                        transform: scale(0.4);
              }

              100%, 0% {
                -webkit-transform: scale(1);
                        transform: scale(1);
              }
            }

            .mini-stat .mini-stat-img {
              width: 58px;
              height: 58px;
              line-height: 58px;
              background: rgba(255, 255, 255, 0.15);
              border-radius: 4px;
              text-align: center;
            }

            .mini-stat .mini-stat-img img {
              max-width: 32px;
            }

            .mini-stat .mini-stat-label {
              position: absolute;
              right: 0;
              top: 18px;
              padding: 2px 10px 2px 32px;
              -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 24% 50%, 6% 0);
                      clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 24% 50%, 6% 0);
            }
