﻿#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#1e2d26;
    z-index:999999999999; 
}

#status {
    width:70px;
    height:70px;
    position:absolute;
    left:50%; 
    top:50%; 
    margin:-35px 0 0 -35px; 
	

  aspect-ratio: 1;
  border-radius: 50%;
  background: 
    radial-gradient(farthest-side,#ffa516 94%,#0000) top/8px 8px no-repeat,
    conic-gradient(#0000 30%,#ffa516);
  -webkit-mask: radial-gradient(farthest-side,#0000 calc(100% - 8px),#000 0);
  animation: l13 1s infinite linear;	
}
@keyframes l13{ 
  100%{transform: rotate(1turn)}
}