.cnsLoadingAnimation{display:none;margin:0;}.cnsLoadingOverlay{position:fixed;height:100vh;width:100vw;cursor:progress;z-index:9999;}.cnsLoadingAnimationTop{top:0;left:0;position:fixed;z-index:9999;width:100%;overflow:hidden;}.cnsLoadingAnimationMiddle{top:50%;left:50%;transform:translate(-50%, -50%);position:fixed;z-index:9999;width:50px;height:50px;overflow:hidden;}.cnsLoadingAnimationInline{display:inline-block !important;z-index:9999;width:60px;height:50px;overflow:hidden;}.cnsLoadingAnimation .load-bar{position:relative;width:100%;height:6px;background:#2B2B2B;}.cnsLoadingAnimation .bar{content:"";display:inline;position:absolute;width:0;height:100%;left:50%;text-align:center;}.cnsLoadingAnimation .bar:nth-child(1){background:#4D4D4D;animation:loading 3s linear infinite;}.cnsLoadingAnimation .bar:nth-child(2){background:#2B2B2B;animation:loading 3s linear 1s infinite;}.cnsLoadingAnimation .bar:nth-child(3){background:#4D4D4D;animation:loading 3s linear 2s infinite;}@keyframes loading{from{left:50%;width:0;z-index:100;}33.3333%{left:0;width:100%;z-index:10;}to{left:0;width:100%;}}.cnsLoadingAnimation .spinner{width:50px;height:50px;position:relative;}.cnsLoadingAnimation .double-bounce1, .double-bounce2{width:100%;height:100%;border-radius:50%;background:#2B2B2B;opacity:0.6;position:absolute;top:0;left:0;-webkit-animation:sk-bounce 2.0s infinite ease-in-out;animation:sk-bounce 2.0s infinite ease-in-out;}.cnsLoadingAnimation .double-bounce2{-webkit-animation-delay:-1.0s;animation-delay:-1.0s;}@-webkit-keyframes sk-bounce{0%, 100%{-webkit-transform:scale(0.0)}50%{-webkit-transform:scale(1.0)}}@keyframes sk-bounce{0%, 100%{transform:scale(0.0);-webkit-transform:scale(0.0);}50%{transform:scale(1.0);-webkit-transform:scale(1.0);}}