.loader-page{display:flex;justify-content:space-around;width:60px}.loader-page div{width:15px;height:15px;border-radius:50%;background-color:#ed1164;animation:pulsate 1s ease-in-out infinite}.loader-page div:nth-child(2){animation-delay:.1s}.loader-page div:nth-child(3){animation-delay:.2s}.loader-btn{display:flex;justify-content:space-around;width:60px}.loader-btn div{width:12px;height:12px;border-radius:50%;background-color:#ffd7e7;animation:pulsate .5s ease-in-out infinite}.loader-btn div:nth-child(2){animation-delay:.1s}.loader-btn div:nth-child(3){animation-delay:.2s}.loader-btn-disabled{display:flex;justify-content:space-around;width:60px}.loader-btn-disabled div{width:12px;height:12px;border-radius:50%;background-color:#fff;animation:pulsate .5s ease-in-out infinite}.loader-btn-disabled div:nth-child(2){animation-delay:.1s}.loader-btn-disabled div:nth-child(3){animation-delay:.2s}@keyframes pulsate{0%,to{opacity:.7}50%{opacity:1}}@keyframes skeletonLoading{0%{background-position:-400px 0}to{background-position:0 0}}.skeleton-background{background-image:linear-gradient(90deg,#f0f0f0 25%,#d8d8d8 50%,#f0f0f0 75%);background-size:200% 100%;animation:skeletonLoading 4s infinite alternate}.skeleton-background-contents{background-image:linear-gradient(90deg,#f1f1f1 25%,#cacaca 50%,#f2f2f2 75%);background-size:300% 100%;animation:skeletonLoading 3s infinite alternate}