#root .content-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: saturate(0);
    background-image: url(/v2.006/r/images/site/logo/bc365desktop.png);
    background-repeat: no-repeat;
    background-position: 50% 15%;
    background-size: 200px auto
}

#root .content-loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 100px;
    height: 100px;
    filter: saturate(0);
    position: absolute;
    left: 50%;
    top: 10%;
    margin-top: 0;
    background-image: url(/v1.90/r/images/site/icons/footballerloader.gif);
    background-size: 100%;
    background-repeat: no-repeat;
    animation: initial;
    transform: rotate(0deg) translate(-50%,0%);
    box-shadow: none;
    border: solid 3px;
    margin-left: 0
}

#loading-bar .bar {
    background: #ffa900!important
}
