.overlayloader{width:100%;position:fixed;display:flex;justify-content:center;align-items:center;top:50%;margin-top:-1px;left:50%;transform:translate(-50%,-50%);text-align:center;z-index:9991;height:102%;background:rgba(19,18,18,.6)}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader{width:42px;height:42px;border-radius:50%;display:inline-block;position:relative;border:3px solid;border-color:#fff #fff rgba(0,0,0,0);animation:rotation 1s linear infinite}