#loading{width:100vw;height:100vh;position:fixed;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#d1f5f8;z-index:99999;font-family:Arial,Helvetica,sans-serif;font-size:clamp(.75rem,16px,1.25rem);color:#1e6e67;font-weight:500}#loading img{height:30vh;margin-bottom:3%}#loading>div{display:flex;justify-content:center;align-items:center}#loading>div span{margin-right:10px}#loading .dot{margin:0 3px;width:5px;height:5px;border-radius:100%;background-color:#1e6e67;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-transform-origin:center;transform-origin:center center;animation:flash 2s linear infinite}.dot-2{animation-delay:.4s!important}.dot-3{animation-delay:.6s!important}@keyframes flash{0%{opacity:1}50%{opacity:0}to{opacity:1}}
