.ov-preloader {
    position: fixed;
    inset: 0;
    background-color: #fefefe;
    z-index: 999999;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}

.ov-preloader .ov-icon {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}