﻿.ekko-lightbox-loader{position:fixed;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;z-index:999999}#poorway{position:absolute;width:1px;height:1px;left:-100px;top:-100px}.swal2-popup.swal2-modal{font-size:14px!important}body{background-color:#f7f7f8;padding-right:0!important}#anim-six{margin-top:-5%;position:relative}#anim-six .stopwatch{margin:auto;border:5px solid #00ced2;border-radius:50%;width:150px;height:150px;box-sizing:border-box}#anim-six .stopwatch:after{content:"";background:red;border-radius:50%;width:12px;height:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}#anim-six .stopwatch:hover .rotate{-webkit-animation-play-state:paused;animation-play-state:paused}#anim-six .stopwatch .head{margin:-40px auto auto;border:10px solid #00ced2;border-radius:50%;width:40px;height:40px;box-sizing:border-box}#anim-six .stopwatch .hand{background:red;border-radius:10px;width:3px;height:50px;position:absolute;bottom:50%;left:50%;transform:translate(-50%,0);transform-origin:bottom center;z-index:20}#anim-six .stopwatch .rotate{-webkit-animation:10s linear infinite hand-rotate;animation:10s linear infinite hand-rotate}@-webkit-keyframes hand-rotate{from{transform:translate(-50%,0) rotate(0)}to{transform:translate(-50%,0) rotate(359deg)}}@keyframes hand-rotate{from{transform:translate(-50%,0) rotate(0)}to{transform:translate(-50%,0) rotate(359deg)}}