.p-loading{height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--z-index-loading)}.p-loading__content{left:50%;position:relative;top:50%;transform:translateY(-50%);height:56px}.p-loading__content-spinner{animation:fade-in linear .8s infinite;background:rgb(112,112,112);border-radius:5px;height:10px;left:-2px;position:absolute;transform-origin:2px 15px;top:14px;width:4px}.p-loading__content-spinner:nth-child(1){animation-delay:-.7s;transform:rotate(0)}.p-loading__content-spinner:nth-child(2){animation-delay:-.6s;transform:rotate(45deg)}.p-loading__content-spinner:nth-child(3){animation-delay:-.5s;transform:rotate(90deg)}.p-loading__content-spinner:nth-child(4){animation-delay:-.4s;transform:rotate(135deg)}.p-loading__content-spinner:nth-child(5){animation-delay:-.3s;transform:rotate(180deg)}.p-loading__content-spinner:nth-child(6){animation-delay:-.2s;transform:rotate(225deg)}.p-loading__content-spinner:nth-child(7){animation-delay:-.1s;transform:rotate(270deg)}.p-loading__content-spinner:nth-child(8){animation-delay:0s;transform:rotate(315deg)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}
