:host {
    display: block;
    position: relative;
}
/*#loading {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}*/
.page-spinner-bar {
    position: absolute;
    z-index: 10051;
    width: 100px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -55px;
    text-align: center;
}