.uil-loading-animation{left:50%;position:fixed;top:50%;z-index:5001}.uil-loading-animation--hidden{display:none}.uil-loading-animation__content{align-items:center;display:flex;flex-direction:column;gap:15px;height:100%;justify-content:center}.uil-loading-animation__content__animation__dot{animation:bgColor 2.5s linear infinite;background-color:#eee;border-radius:50%;display:inline-block;height:10px;margin-right:8px;width:10px}.uil-loading-animation__content__animation__dot_1{animation-delay:.25s}.uil-loading-animation__content__animation__dot_2{animation-delay:.5s}.uil-loading-animation__content__animation__dot_3{animation-delay:.75s}.uil-loading-animation__content__animation__dot_4{animation-delay:1s;margin-right:0}.uil-loading-animation__content__animation__dot_5{animation-delay:1.25s}.uil-loading-animation__content__animation__dot_6{animation-delay:1.5s}.uil-loading-animation__content__animation__dot_7{animation-delay:1.75s}.uil-loading-animation__content__animation__dot_8{animation-delay:2s;margin-right:0}.uil-loading-animation__content__images{align-items:center;display:flex;gap:12px;height:48px}.uil-loading-animation__content__image,.uil-loading-animation__content__image *{max-height:48px}.uil-loading-animation__content__image [class*=" icon-"],.uil-loading-animation__content__image [class^=icon-]{color:#172241;font-size:48px}.uil-loading-animation__content__text{align-items:center;align-self:stretch;color:#172241;display:flex;justify-content:center;text-align:center;text-transform:uppercase}.uil-loading-animation__overlay{background:#fff;content:"";height:100%;left:0;opacity:.9;position:fixed;top:0;width:100%}@keyframes bgColor{0%{background-color:#172241}100%{background-color:#eee}}