.wdt-loading-screen{width:100%;height:100%;background-color:#fff;position:fixed;z-index:999998;top:0;left:0;overflow:hidden;display:none}.wdt-loading-phrases{width:300px;margin:0 auto;height:106px;overflow:hidden;position:relative;padding:10px 0;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.wdt-loading-phrase-category{transition:all 1s ease}.wdt-loading-phrases:before{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:999999;background:#fff;background:-webkit-gradient(left top,left bottom,color-stop(0,#fff),color-stop(50%,hsla(0,0%,100%,0)),color-stop(100%,#fff));background:linear-gradient(180deg,#fff 0,hsla(0,0%,100%,0) 50%,#fff);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0)}.wdt-loading-phrase{padding-left:30px;position:relative;-webkit-transform:translateY(30px);transform:translateY(30px);line-height:30px;height:30px}.wdt-loading-phrase:before{content:" ";width:18px;height:18px;position:absolute;top:6px;left:0;border:1px solid #ccc;border-radius:50%}.wdt-loading-phrase:after{opacity:0;height:11px;width:7px;-webkit-transform-origin:left top;transform-origin:left top;border-right:3px solid #2eb150;border-top:3px solid #2eb150;border-radius:2.5px!important;content:"";left:3px;top:16px;position:absolute}.wdt-loading-phrase.wdt-checked:after,.wdt-loading-phrase:after{-webkit-transform:scaleX(-1) rotate(135deg);transform:scaleX(-1) rotate(135deg)}.wdt-loading-phrase.wdt-checked:after{-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-name:checkmark;animation-name:checkmark;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes checkmark{0%{height:0;width:7px;opacity:1}20%{height:2px;width:7px;opacity:1}40%{height:5px;width:7px;opacity:1}to{height:11px;width:7px;opacity:1}}@keyframes checkmark{0%{height:0;width:7px;opacity:1}20%{height:2px;width:7px;opacity:1}40%{height:5px;width:7px;opacity:1}to{height:11px;width:7px;opacity:1}}