.qasigLoader{display:flex;justify-content:center;align-items:center;position:fixed;top:0;width:100%;height:100%;background-color:#fff;z-index:9999;}[dir="ltr"] .qasigLoader{left:0;}[dir="rtl"] .qasigLoader{right:0;}.qasigLoader .bar{width:4px;height:40px;margin:0 2px;background-color:#0a0000;animation:grow-shrink 2s linear infinite;}.qasigLoader .bar:nth-child(1){animation-delay:0s;}.qasigLoader .bar:nth-child(2){animation-delay:0.1s;}.qasigLoader .bar:nth-child(3){animation-delay:0.2s;}.qasigLoader .bar:nth-child(4){animation-delay:0.3s;}.qasigLoader .bar:nth-child(5){animation-delay:0.4s;}.qasigLoader .bar:nth-child(6){animation-delay:0.5s;}.qasigLoader .bar:nth-child(7){animation-delay:0.6s;}.qasigLoader .bar:nth-child(8){animation-delay:0.7s;}.qasigLoader .bar:nth-child(9){animation-delay:0.8s;}.qasigLoader .bar:nth-child(10){animation-delay:0.9s;}@keyframes grow-shrink{0%,21%,100%{transform:scaleY(1);}11%{transform:scaleY(1.4);}}body.qasig-loaded .qasigLoader{visibility:hidden;transition:background-color 0.5s ease,visibility 0.5s ease;}