.loading__masque{background:#133550;display:block;position:fixed;top:0;left:0;right:0;bottom:0;z-index:99999;opacity:1;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center}.loading__masque .dot-pulse{position:relative;left:-9999px;width:15px;height:15px;border-radius:7.5px;background-color:var(--primary-500);color:var(--primary-500);box-shadow:9999px 0 0 -5px;animation:dot-pulse 1.5s infinite linear;animation-delay:.25s}.loading__masque .dot-pulse:before,.loading__masque .dot-pulse:after{content:"";display:inline-block;position:absolute;top:0;width:15px;height:15px;border-radius:7.5px;background-color:var(--primary-500);color:var(--primary-500)}.loading__masque .dot-pulse:before{box-shadow:9976.5px 0 0 -5px;animation:dot-pulse-before 1.5s infinite linear;animation-delay:0s}.loading__masque .dot-pulse:after{box-shadow:10021.5px 0 0 -5px;animation:dot-pulse-after 1.5s infinite linear;animation-delay:.5s}
