#loading {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    z-index: 99999;
}
#loading img {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
#loading .inner {
    position: relative;
}

#loadingInjury {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    z-index: 99999;
    display: none;
}
#loadingInjury .inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
#loadingInjury .cel {
    letter-spacing: -.4em;
    text-align: center;
}
#loadingInjury>.inner>* {
    display: table-cell;
    text-align: left;
}
#loadingInjury .cel>* {
    display: inline-block;
    letter-spacing: normal;
}
#loadingInjury img {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
#loadingInjury .progress_bar {
    font-size: 9px;
    color: red;
    position: fixed;
    top: 55%;
    right: 50%;
    transform: translate(60%, -50%);
}

#loading2 {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    z-index: 99999;
    display: none;
}
#loading2 .inner {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
}
#loading2 .cel {
    letter-spacing: -.4em;
    text-align: center;
}
#loading2>.inner>* {
    display: table-cell;
    text-align: left;
}
#loading2 .cel>* {
    display: inline-block;
    letter-spacing: normal;
}
#loading2 img {
    position: fixed;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
}
#loading2 .progress_bar {
    font-size: 9px;
    color: red;
    position: fixed;
    top: 55%;
    right: 50%;
    transform: translate(60%, -50%);
}