.loader{display:flex;justify-content:center;align-self:center;align-items:center;height:70%}@media only screen and (max-width:576px){.loader{height:40%}}.dot-flashing{position:relative;width:10px;height:10px;border-radius:5px;background-color:#df262a;color:#df262a;animation:dotFlashing 1s linear infinite alternate;animation-delay:.5s}.dot-flashing:after,.dot-flashing:before{content:"";display:inline-block;position:absolute;top:0}.dot-flashing:before{left:-15px;animation:dotFlashing 1s infinite alternate;animation-delay:0s}.dot-flashing:after,.dot-flashing:before{width:10px;height:10px;border-radius:5px;background-color:#df262a;color:#df262a}.dot-flashing:after{left:15px;animation:dotFlashing 1s infinite alternate;animation-delay:1s}@keyframes dotFlashing{0%{background-color:#df262a}50%,to{background-color:#fbc7cb}}.blackoverly{background:rgba(0,0,0,.4);z-index:99999;width:100%;height:100%;position:fixed;left:0;top:0}.centered{width:100px;height:100px;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}