.loader{position:relative;display:flex;width:100%;height:100vh;max-height:100vh;bottom:0;background:#fff}.loader svg{margin:auto;width:150px;height:150px;z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loader svg .main-stop{stop-color:#fb0094}.loader svg .alt-stop,.loader svg .main-stop{animation:gradient-stop-color 4s infinite alternate}.loader svg .alt-stop{stop-color:blue}@keyframes gradient-start-color{0%{stop-color:#fb0094}25%{stop-color:blue}50%{stop-color:lime}75%{stop-color:#ff0}to{stop-color:#fb0094}}@keyframes gradient-stop-color{0%{stop-color:#fb0094}25%{stop-color:blue}50%{stop-color:lime}75%{stop-color:#ff0}to{stop-color:#fb0094}}.loader .loader_text{position:absolute;bottom:10px;left:50%;transform:translate(-50%,-50%);font-weight:600;color:#666}