#imb-page-loader {
    position: fixed;
    inset: 0;
    background: #ffffff;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#imb-page-loader img {
    max-width: 120px;
    height: auto;
}
