.full-page-loader-bg{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.25);display:flex;justify-content:center;align-items:center}.full-page-loader-container{width:325px;height:275px;padding:25px;background:white;border-radius:15px;display:flex;flex-direction:column;justify-content:center;text-align:center}.full-page-loader{height:125px;margin:0 auto}.full-page-loader span{display:inline-block;border-radius:100%;background-color:#3498db;margin:35px 5px;opacity:0}.full-page-loader span:nth-child(1){animation:opacityChange 1.5s ease-in-out infinite}.full-page-loader span:nth-child(2){animation:opacityChange 1.5s ease-in-out 0.33s infinite}.full-page-loader span:nth-child(3){animation:opacityChange 1.5s ease-in-out 0.66s infinite}.full-page-loader span:nth-child(4){animation:opacityChange 1.5s ease-in-out 0.99s infinite}@keyframes opacityChange{0%, 100%{opacity:0;width:15px;height:15px}60%{opacity:1;width:20px;height:20px}}
