.content-loading{width:100%;height:70vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.process-spin-loader{background-image:url('../../images/Loading.gif');background-repeat:no-repeat;background-size:80px;width:80px;height:80px;color:transparent}.lbl-loading-container{display:flex;flex-direction:row;justify-content:center;align-items:center}.lbl-loading{font-size:18px;color:#006885;font-weight:700}#loading-dots #loading-dot1{animation:load 1s infinite}#loading-dots #loading-dot2{animation:load 1s infinite;animation-delay:0.2s}#loading-dots #loading-dot3{animation:load 1s infinite;animation-delay:0.4s}.loading-dot{fill:#006885}@keyframes load{0%{opacity:0}50%{opacity:1}100%{opacity:0}}