#content-loader-wrp {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

#content-loader-wrp svg {
    height: 32px;
}