.preloader-container{z-index:99999;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loader{background:conic-gradient(#c2c2c2,#fff,#fff,#757575,#ffdb8000,#ffdb8000,#ffdb8000,#ffdb8000,#ffdb8000,#ffdb8000);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;animation:1s linear infinite spin;display:flex}.test{z-index:9999999;border-radius:50%;width:70%;height:70%;padding:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.by-MH{background:linear-gradient(45deg,#405de6,#405ce68e);color:#0000;-webkit-background-clip:text;background-clip:text;border-radius:25px;margin-bottom:20px;padding:15px 30px;font-size:22px;font-weight:700;transition:transform .3s;position:absolute;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 4px 6px #0000001a}
