.loader-container{background-color:#fff9;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000000}.loader-zero{position:absolute;top:50%;left:40%;margin-left:10%;transform:translate3d(-50%,-50%,0)}.loader-zero .dot{width:24px;height:24px;background-image:linear-gradient(160deg,#4bc6c0 0%,#2d9ee2 100%);border-radius:100%;display:inline-block;animation:slide 1s infinite}.loader-zero .dot:nth-child(1){animation-delay:.1s;background:#7ec9ea}.loader-zero .dot:nth-child(2){animation-delay:.2s;background:#75c4e9}.loader-zero .dot:nth-child(3){animation-delay:.3s;background:#6cc0e8}.loader-zero .dot:nth-child(4){animation-delay:.4s;background:#63bbe7}.loader-zero .dot:nth-child(5){animation-delay:.5s;background:#5ab6e7}@keyframes slide{0%{transform:scale(1)}50%{opacity:.3;transform:scale(2)}to{transform:scale(1)}}
